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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1066683008: These data structures support the Media Router Dialog webui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to jhawkins@ comments. Created 5 years, 8 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 | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/ui/webui/media_router/media_cast_mode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 04872b76958b25fb64bd5dd1f4f98de91a8cc587..e489fc628883c5d588c5ff5552663dd3bdabab1d 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -416,6 +416,7 @@ source_set("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_media_router_sources,
".",
"//chrome")
+ deps += [ "//chrome/browser/media/router:router_core" ]
}
if (enable_webrtc) {
sources += rebase_path(gypi_values.chrome_browser_ui_webrtc_sources,
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/ui/webui/media_router/media_cast_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698