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

Unified Diff: chrome/common/BUILD.gn

Issue 2745653008: [Media Router] Parse device description xml in utility process (Closed)
Patch Set: resolve code review comments from Mark 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 8ce80438680e790362357b50a8e809d8c11d7ae5..6a18c8c256846e1f87143948564abeadc4391e76 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -538,6 +538,14 @@ static_library("common") {
]
public_deps += [ "//chrome/common:version_header" ]
}
+
+ if (enable_media_router) {
+ sources += [
+ "media_router/dial_device_description.cc",
+ "media_router/dial_device_description.h",
+ ]
+ public_deps += [ "//chrome/common/media_router:interfaces" ]
+ }
}
process_version("version_header") {

Powered by Google App Engine
This is Rietveld 408576698