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

Unified Diff: mojo/mojo.gyp

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO and merge to trunk Created 6 years, 9 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 | « content/test/data/web_ui_test_mojo_bindings.mojom ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 2d15e5a4b8199d427b1a73ed68d679503f583e99..6f682fa5d6ead6bc545efb13c899154a3ff11c29 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -378,6 +378,9 @@
'mojo_system_impl',
'mojo_native_viewport_service',
],
+ 'variables': {
+ 'mojom_base_output_dir': 'mojo',
+ },
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
'sources': [
'shell/app_child_process.cc',
@@ -451,6 +454,9 @@
'mojo_system',
'mojo_utility',
],
+ 'variables': {
+ 'mojom_base_output_dir': 'mojo',
+ },
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
'sources': [
'service_manager/service_manager_unittest.cc',
« no previous file with comments | « content/test/data/web_ui_test_mojo_bindings.mojom ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698