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

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: Code review feedback 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
« no previous file with comments | « no previous file | chrome/browser/media/router/BUILD.gn » ('j') | chrome/browser/media/router/media_route.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index c2d5547047b5319cbefbda1a40b5e08e011f7ebe..45017b872e34d28d2dbf9d5a9e62575e827b683a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -122,6 +122,13 @@ group("gn_all") {
]
}
+ 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') | chrome/browser/media/router/media_route.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698