Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: extensions/browser/BUILD.gn

Issue 2891923004: [cast_channel] Make cast_channel related files not depend on "cast_channel.h" (Closed)
Patch Set: fix windows compile errors Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cast_channel/cast_channel_enum.cc ('k') | extensions/browser/api/cast_channel/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 04aafe141c3de43746e472962d09e33e6f123352..6e68d6f5eddf83a62c66a96640968b75a24d4b9c 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -252,6 +252,7 @@ source_set("browser_sources") {
deps = [
"//base:i18n",
"//components/cast_certificate",
+ "//components/cast_channel",
"//components/crx_file",
"//components/guest_view/browser",
"//components/keyed_service/content",
@@ -396,6 +397,7 @@ source_set("unit_tests") {
"api/bluetooth/bluetooth_event_router_unittest.cc",
"api/cast_channel/cast_auth_util_unittest.cc",
"api/cast_channel/cast_channel_api_unittest.cc",
+ "api/cast_channel/cast_channel_enum_util_unittest.cc",
"api/cast_channel/cast_framer_unittest.cc",
"api/cast_channel/cast_socket_service_unittest.cc",
"api/cast_channel/cast_socket_unittest.cc",
« no previous file with comments | « components/cast_channel/cast_channel_enum.cc ('k') | extensions/browser/api/cast_channel/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698