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

Unified Diff: chrome/browser/media/router/media_router.gyp

Issue 1055403006: Upstreaming review for Media Router Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/media/router/media_router.gyp
diff --git a/chrome/browser/media/router/media_router.gyp b/chrome/browser/media/router/media_router.gyp
index 78626125e7f211e4dce2a9ab5c189ec946cc7c04..9db92815e467fff0c2eee2e535da340a9ebbbad2 100644
--- a/chrome/browser/media/router/media_router.gyp
+++ b/chrome/browser/media/router/media_router.gyp
@@ -38,5 +38,16 @@
'route_id_manager.h',
],
},
+ {
+ # Mojo compiler for the Media Router IPC API.
xhwang 2015/04/27 17:52:01 s/IPC//? We use mojo to hide IPC.... Or put it ano
Kevin Marshall 2015/04/27 19:23:50 Done.
+ 'target_name': 'media_router_api_mojo',
+ 'type': 'none',
+ 'sources': [
+ 'media_router_api.mojom',
xhwang 2015/04/27 17:52:01 Naming is hard and we don't have a consensus on mo
Kevin Marshall 2015/04/27 19:23:50 Done.
+ ],
xhwang 2015/04/27 17:52:01 nit: indentation is off
Kevin Marshall 2015/04/27 19:23:50 Done.
+ 'includes': [
+ '../../../../third_party/mojo/mojom_bindings_generator.gypi',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698