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

Unified Diff: mojo/mojo_services.gypi

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 | « mojo/mojo_public.gypi ('k') | mojo/public/bindings/js/constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index e3c8bb5b4e308f40075e21ca785a3cd7e5e01974..10134060b75f1f72ac68ec86728d5d5ab9bb9625 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -8,6 +8,9 @@
'services/gles2/command_buffer_type_conversions.cc',
'services/gles2/command_buffer_type_conversions.h',
],
+ 'variables': {
+ 'mojom_base_output_dir': 'mojo',
+ },
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
'mojo_bindings',
@@ -43,6 +46,9 @@
'sources': [
'services/native_viewport/native_viewport.mojom',
],
+ 'variables': {
+ 'mojom_base_output_dir': 'mojo',
+ },
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
'mojo_bindings',
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/bindings/js/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698