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

Unified Diff: mojo/mojo.gyp

Issue 68683010: Mojo: Generate bindings from math_calculator.mojom. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | mojo/public/tests/bindings_remote_ptr_unittest.cc » ('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 96517d1fc0b106ae8f52ab971812a07ba2352b7c..f2f94d1613844789071f6e2acafade3f2eb4ee1e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -126,11 +126,10 @@
'sources': [
'public/tests/bindings_connector_unittest.cc',
'public/tests/bindings_remote_ptr_unittest.cc',
- 'public/tests/mojom/math_calculator.cc',
- 'public/tests/mojom/math_calculator.h',
- 'public/tests/mojom/math_calculator_internal.h',
+ 'public/tests/math_calculator.mojom',
'public/tests/system_core_unittest.cc',
],
+ 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
},
{
'target_name': 'mojo_public_perftests',
« no previous file with comments | « no previous file | mojo/public/tests/bindings_remote_ptr_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698