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

Unified Diff: mojo/mojo_public.gypi

Issue 219243011: Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/. (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_js_unittests.isolate ('k') | mojo/public/bindings/tests/math_calculator.mojom » ('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 8220d75933a70efeccaf5c4bd6d863c2a028e120..83a0ee8b19cf8bc1d8eef0442bb7ce9888f4c0fd 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -143,10 +143,6 @@
'mojo_utility',
],
'sources': [
- 'public/bindings/tests/math_calculator.mojom',
- 'public/bindings/tests/sample_factory.mojom',
- 'public/bindings/tests/sample_interfaces.mojom',
- 'public/bindings/tests/test_structs.mojom',
'public/cpp/bindings/tests/array_unittest.cc',
'public/cpp/bindings/tests/buffer_unittest.cc',
'public/cpp/bindings/tests/connector_unittest.cc',
@@ -156,6 +152,10 @@
'public/cpp/bindings/tests/router_unittest.cc',
'public/cpp/bindings/tests/sample_service_unittest.cc',
'public/cpp/bindings/tests/type_conversion_unittest.cc',
+ 'public/interfaces/bindings/tests/math_calculator.mojom',
+ 'public/interfaces/bindings/tests/sample_factory.mojom',
+ 'public/interfaces/bindings/tests/sample_interfaces.mojom',
+ 'public/interfaces/bindings/tests/test_structs.mojom',
],
'variables': {
'mojom_base_output_dir': 'mojo',
@@ -291,9 +291,9 @@
'target_name': 'mojo_sample_service',
'type': 'static_library',
'sources': [
- 'public/bindings/tests/sample_service.mojom',
- 'public/bindings/tests/sample_import.mojom',
- 'public/bindings/tests/sample_import2.mojom',
+ 'public/interfaces/bindings/tests/sample_service.mojom',
+ 'public/interfaces/bindings/tests/sample_import.mojom',
+ 'public/interfaces/bindings/tests/sample_import2.mojom',
],
'variables': {
'mojom_base_output_dir': 'mojo',
« no previous file with comments | « mojo/mojo_js_unittests.isolate ('k') | mojo/public/bindings/tests/math_calculator.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698