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

Unified Diff: chrome/common/BUILD.gn

Issue 2745653008: [Media Router] Parse device description xml in utility process (Closed)
Patch Set: fix android build error Created 3 years, 9 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 94bdf49ec09af5e65068d5e30bd0c56a2b5c0dd0..bdf7fed5f344df1af579d673ebc99965abe644c4 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -543,6 +543,10 @@ static_library("common") {
]
public_deps += [ "//chrome/common:version_header" ]
}
+
+ if (enable_media_router) {
+ public_deps += [ "//chrome/common/media_router:interfaces" ]
+ }
}
process_version("version_header") {
« no previous file with comments | « chrome/browser/media/router/discovery/dial/safe_dial_device_description_parser.cc ('k') | chrome/common/media_router/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698