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

Unified Diff: mojo/mojo.gyp

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 | « content/content_tests.gypi ('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 ed9658bc8b768213e3d6f4276885cecfc97bc34d..be72709a97f8a43f090479623fb7f28c1d0f76a2 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -395,7 +395,7 @@
'variables': {
'mojom_base_output_dir': 'mojo',
},
- 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'sources': [
'shell/app_child_process.cc',
'shell/app_child_process.h',
@@ -473,7 +473,7 @@
'variables': {
'mojom_base_output_dir': 'mojo',
},
- 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'sources': [
'service_manager/service_manager_unittest.cc',
'service_manager/test.mojom',
« no previous file with comments | « content/content_tests.gypi ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698