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', |
+ ], |
+ }, |
], |
} |