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

Unified Diff: mojo/mojo_public.gypi

Issue 226263002: Mojo: Move mojo/public/bindings to mojo/public/tools/bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 6a530b8715f18703d51e9c6f682b66b3ad303528..261170a9822d2bb461de9e11eb3423e132bbf66e 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -160,7 +160,7 @@
'variables': {
'mojom_base_output_dir': 'mojo',
},
- 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
},
{
'target_name': 'mojo_public_environment_unittests',
@@ -298,7 +298,7 @@
'variables': {
'mojom_base_output_dir': 'mojo',
},
- 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
'mojo_bindings',
'mojo_system',
@@ -363,7 +363,7 @@
'variables': {
'mojom_base_output_dir': 'mojo',
},
- 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'dependencies': [
'mojo_bindings',
'mojo_system',
« 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