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

Unified Diff: mojo/mojo_edk_tests.gyp

Issue 2067233002: Revert of Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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_edk.gypi ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index af8e10d244dac94fb7e5978fd97b6473e86dea5c..f397b1875e083058c3f6e876a4f7d7941373c803 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -35,11 +35,11 @@
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_public_bindings_test_utils',
+ 'mojo_public.gyp:mojo_public_test_associated_interfaces',
+ 'mojo_public.gyp:mojo_public_test_interfaces',
+ 'mojo_public.gyp:mojo_public_test_interfaces_blink',
+ 'mojo_public.gyp:mojo_public_test_interfaces_struct_traits',
'mojo_public.gyp:mojo_public_test_utils',
- 'mojo_public_tests.gyp:mojo_public_test_associated_interfaces',
- 'mojo_public_tests.gyp:mojo_public_test_interfaces',
- 'mojo_public_tests.gyp:mojo_public_test_interfaces_blink',
- 'mojo_public_tests.gyp:mojo_public_test_interfaces_struct_traits',
],
'variables': {
'clang_warning_flags_unset': [ '-Wglobal-constructors' ],
@@ -122,9 +122,9 @@
'dependencies': [
'../testing/gtest.gyp:gtest',
'mojo_public.gyp:mojo_cpp_bindings',
- 'mojo_public_tests.gyp:mojo_public_test_interfaces',
- 'mojo_public_tests.gyp:mojo_public_test_wtf_types',
- 'mojo_public_tests.gyp:mojo_public_test_wtf_types_blink',
+ 'mojo_public.gyp:mojo_public_test_interfaces',
+ 'mojo_public.gyp:mojo_public_test_wtf_types',
+ 'mojo_public.gyp:mojo_public_test_wtf_types_blink',
],
'variables': {
'clang_warning_flags_unset': [ '-Wglobal-constructors' ],
@@ -149,8 +149,8 @@
'mojo_edk.gyp:mojo_run_all_perftests',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_public_bindings_test_utils',
+ 'mojo_public.gyp:mojo_public_test_interfaces',
'mojo_public.gyp:mojo_public_test_utils',
- 'mojo_public_tests.gyp:mojo_public_test_interfaces',
],
'sources': [
'public/cpp/bindings/tests/bindings_perftest.cc',
@@ -270,7 +270,7 @@
'mojo_edk.gyp:mojo_common_test_support',
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_edk.gyp:mojo_js_lib',
- 'mojo_public_tests.gyp:mojo_public_test_interfaces',
+ 'mojo_public.gyp:mojo_public_test_interfaces',
],
'sources': [
'edk/js/handle_unittest.cc',
@@ -288,7 +288,7 @@
'mojo_edk.gyp:mojo_js_lib',
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_js_to_cpp_bindings',
- 'mojo_public_tests.gyp:mojo_public_test_interfaces',
+ 'mojo_public.gyp:mojo_public_test_interfaces',
],
'sources': [
'edk/js/test/run_js_integration_tests.cc',
« no previous file with comments | « mojo/mojo_edk.gypi ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698