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

Unified Diff: chrome/browser/BUILD.gn

Issue 949293004: Add media router common classes and unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index fc44c431c8ee1014367f2ff1d8ddfb927cbf8a9a..4868bb914e944fef50f1164ec03e45caf2a85ef3 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -403,6 +403,11 @@ static_library("browser") {
"//third_party/adobe/flash:flapper_version_h",
]
}
+
+ if (enable_media_router) {
+ deps += [ "//chrome/browser/media/router:media_router" ]
+ }
+
if (safe_browsing_mode != 0) {
sources +=
rebase_path(gypi_values.chrome_browser_safe_browsing_basic_sources,
« no previous file with comments | « no previous file | chrome/browser/media/router/BUILD.gn » ('j') | chrome/browser/media/router/media_router_defines.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698