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

Unified Diff: chrome/common/BUILD.gn

Issue 2745653008: [Media Router] Parse device description xml in utility process (Closed)
Patch Set: use mojo instead of IPC 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 c1f5fdcd800bbd4a64cacc7a9181bd84b70d1a33..2f5030d01cf5652d3ad789922606378382bacbee 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -533,6 +533,13 @@ 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",
+ ]
+ }
}
process_version("version_header") {

Powered by Google App Engine
This is Rietveld 408576698