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

Unified Diff: chrome/browser/resources/media_router/compiled_resources2.gyp

Issue 2725503002: [Media Router] Custom Controls 4 - Implement details view WebUI (Closed)
Patch Set: Add braces to @implements {Interface} Created 3 years, 7 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/resources/media_router/compiled_resources2.gyp
diff --git a/chrome/browser/resources/media_router/compiled_resources2.gyp b/chrome/browser/resources/media_router/compiled_resources2.gyp
index b6af24babffbe13e7b6edc0b2ab12e4f64424f2f..076bcae75cd860e16525b07737815f9a2c16a816 100644
--- a/chrome/browser/resources/media_router/compiled_resources2.gyp
+++ b/chrome/browser/resources/media_router/compiled_resources2.gyp
@@ -18,6 +18,14 @@
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'media_router_browser_api',
+ 'dependencies': [
+ 'media_router_data',
+ '<(EXTERNS_GYP):chrome_send',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'media_router_data',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
@@ -28,9 +36,10 @@
{
'target_name': 'media_router_ui_interface',
'dependencies': [
- '<(EXTERNS_GYP):chrome_send',
+ 'media_router_browser_api',
'elements/media_router_header/compiled_resources2.gyp:media_router_header',
- 'elements/media_router_container/compiled_resources2.gyp:media_router_container',
+ 'elements/media_router_container/compiled_resources2.gyp:media_router_container_interface',
+ 'elements/route_controls/compiled_resources2.gyp:route_controls_interface',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698