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

Unified Diff: mojo/mojo_edk_tests.gyp

Issue 1784643002: Mojo C++ bindings: remove the utility/ folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13_1_remove_thread_dep
Patch Set: Created 4 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_base.gyp ('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 1055a86edb70031e420b6f9517312b4df669e01e..b67857a5e7c5f84c0e02e74ddde7d428ea44bc62 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -21,7 +21,6 @@
'mojo_public_bindings_unittests',
'mojo_public_system_perftests',
'mojo_public_system_unittests',
- 'mojo_public_utility_unittests',
'mojo_system_unittests',
'mojo_js_unittests',
'mojo_js_integration_tests',
@@ -56,7 +55,6 @@
'mojo_public.gyp:mojo_public_test_interfaces_chromium',
'mojo_public.gyp:mojo_public_test_interfaces_struct_traits',
'mojo_public.gyp:mojo_public_test_utils',
- 'mojo_public.gyp:mojo_utility',
],
'sources': [
'public/cpp/bindings/tests/array_unittest.cc',
@@ -115,7 +113,6 @@
'mojo_public.gyp:mojo_public_bindings_test_utils',
'mojo_public.gyp:mojo_public_test_interfaces',
'mojo_public.gyp:mojo_public_test_utils',
- 'mojo_public.gyp:mojo_utility',
],
'sources': [
'public/cpp/bindings/tests/bindings_perftest.cc',
@@ -138,32 +135,6 @@
],
},
{
- # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unittests
- 'target_name': 'mojo_public_utility_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_run_all_unittests',
- 'mojo_public.gyp:mojo_cpp_bindings',
- 'mojo_public.gyp:mojo_public_test_utils',
- 'mojo_public.gyp:mojo_utility',
- ],
- 'sources': [
- 'public/cpp/utility/tests/mutex_unittest.cc',
- 'public/cpp/utility/tests/run_loop_unittest.cc',
- 'public/cpp/utility/tests/thread_unittest.cc',
- ],
- 'conditions': [
- # See crbug.com/342893:
- ['OS=="win"', {
- 'sources!': [
- 'public/cpp/utility/tests/mutex_unittest.cc',
- 'public/cpp/utility/tests/thread_unittest.cc',
- ],
- }],
- ],
- },
- {
# GN version: //mojo/edk/test:mojo_public_system_perftests
'target_name': 'mojo_public_system_perftests',
'type': 'executable',
@@ -247,7 +218,6 @@
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_edk.gyp:mojo_js_lib',
'mojo_public.gyp:mojo_public_test_interfaces',
- 'mojo_public.gyp:mojo_utility',
],
'sources': [
'edk/js/handle_unittest.cc',
@@ -266,7 +236,6 @@
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_js_to_cpp_bindings',
'mojo_public.gyp:mojo_public_test_interfaces',
- 'mojo_public.gyp:mojo_utility',
],
'sources': [
'edk/js/test/run_js_integration_tests.cc',
@@ -313,19 +282,6 @@
'mojo_public_system_unittests.isolate',
],
},
- {
- 'target_name': 'mojo_public_utility_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'mojo_public_utility_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'mojo_public_utility_unittests.isolate',
- ],
- },
],
}],
],
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698