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

Unified Diff: extensions/browser/api/cast_channel/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 | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/cast_channel/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/cast_channel/BUILD.gn
diff --git a/extensions/browser/api/cast_channel/BUILD.gn b/extensions/browser/api/cast_channel/BUILD.gn
index 40ff859d26dad31b306dcd4d5a2ad54138aae802..6ec14193fa09e71bdaa862f390e0b7ff1838284f 100644
--- a/extensions/browser/api/cast_channel/BUILD.gn
+++ b/extensions/browser/api/cast_channel/BUILD.gn
@@ -8,6 +8,8 @@ source_set("cast_channel") {
"cast_auth_util.h",
"cast_channel_api.cc",
"cast_channel_api.h",
+ "cast_channel_enum_util.cc",
+ "cast_channel_enum_util.h",
"cast_framer.cc",
"cast_framer.h",
"cast_message_util.cc",
@@ -28,6 +30,7 @@ source_set("cast_channel") {
deps = [
"//base",
+ "//components/cast_channel",
"//extensions/common/api",
"//extensions/common/api/cast_channel:cast_channel_proto",
"//net",
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/cast_channel/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698