Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: project-chip/connectedhomeip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a83e9014814b9d326a97be6b26bed2875832626
Choose a base ref
..
head repository: project-chip/connectedhomeip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 251d096a86e2b9e5002af9d419d573ac6335ea79
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 examples/tv-casting-app/tv-casting-common/BUILD.gn
1 change: 1 addition & 0 deletions examples/tv-casting-app/tv-casting-common/BUILD.gn
Original file line number Diff line number Diff line change
@@ -82,6 +82,7 @@ chip_data_model("tv-casting-common") {

deps = [
"${chip_root}/src/app/tests/suites/commands/interaction_model",
"${chip_root}/third_party/inipp",
"${chip_root}/third_party/jsoncpp",
]