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

Unified Diff: mojo/mojo_public.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_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index a17d3d4c6f66db74551b57d971d4d51ff26489c6..9b52a52b1ebff7ddcff13be79f8df98f9a6f3ac7 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -157,6 +157,9 @@
'public/bindings/tests/test_structs.mojom',
'public/bindings/tests/type_conversion_unittest.cc',
],
+ 'variables': {
+ 'mojom_base_output_dir': 'mojo',
+ },
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
},
{
@@ -248,6 +251,8 @@
'public/bindings/callback.h',
'public/bindings/error_handler.h',
'public/bindings/interface.h',
+ 'public/bindings/js/constants.cc',
+ 'public/bindings/js/constants.h',
'public/bindings/message.h',
'public/bindings/passable.h',
'public/bindings/remote_ptr.h',
@@ -289,6 +294,9 @@
'public/bindings/tests/sample_import.mojom',
'public/bindings/tests/sample_import2.mojom',
],
+ 'variables': {
+ 'mojom_base_output_dir': 'mojo',
+ },
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
'mojo_bindings',
@@ -355,6 +363,9 @@
'public/shell/service.h',
'public/shell/shell.mojom',
],
+ 'variables': {
+ 'mojom_base_output_dir': 'mojo',
+ },
'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
'dependencies': [
'mojo_bindings',
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698