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

Unified Diff: trunk/src/mojo/mojo.gyp

Issue 69243003: Revert 234233 "Add mojo_idl_generator.gypi" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | « trunk/src/mojo/DEPS ('k') | trunk/src/mojo/public/bindings/mojo_idl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/mojo/mojo.gyp
===================================================================
--- trunk/src/mojo/mojo.gyp (revision 234276)
+++ trunk/src/mojo/mojo.gyp (working copy)
@@ -24,7 +24,6 @@
'mojo_js',
'sample_app',
'mojo_bindings',
- 'mojom_test',
'mojo_bindings_test',
'native_viewport',
],
@@ -324,33 +323,19 @@
],
},
{
- 'target_name': 'mojom_test',
- 'type': 'executable',
- 'sources': [
- 'public/bindings/sample/sample_test.cc',
- 'public/bindings/sample/sample_service.mojom',
- ],
- 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
- 'dependencies': [
- 'mojo_bindings',
- 'mojo_system',
- ],
- },
- {
'target_name': 'mojo_bindings_test',
'type': 'executable',
'include_dirs': [
- '..',
- '<(DEPTH)/mojo/public/bindings/sample',
+ '..'
],
'dependencies': [
'mojo_bindings',
'mojo_system',
],
'sources': [
- 'public/bindings/sample/mojom/sample_service.cc',
- 'public/bindings/sample/mojom/sample_service.h',
- 'public/bindings/sample/mojom/sample_service_internal.h',
+ 'public/bindings/sample/generated/sample_service.cc',
+ 'public/bindings/sample/generated/sample_service.h',
+ 'public/bindings/sample/generated/sample_service_internal.h',
'public/bindings/sample/sample_test.cc',
],
},
« no previous file with comments | « trunk/src/mojo/DEPS ('k') | trunk/src/mojo/public/bindings/mojo_idl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698