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

Unified Diff: BUILD.gn

Issue 949293004: Add media router common classes and unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring GN files up to date. Created 5 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
« no previous file with comments | « no previous file | chrome/browser/media/router/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8ddda068d9b600bbf9c3bb50e185c42817e741e4..32eecd28eb341db37d374510e31e568f9cdfdef0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -124,6 +124,13 @@ group("gn_all") {
deps += [ "//ui/ozone" ]
}
+ if (enable_media_router) {
+ deps += [
+ "//chrome/browser/media/router/",
+ "//chrome/browser/media/router:unit_tests",
+ ]
+ }
+
if (is_win || is_mac || is_chromeos) {
# RLZ works on these platforms.
# TODO(GYP): Is this target needed, or pulled in automatically?
« no previous file with comments | « no previous file | chrome/browser/media/router/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698