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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « mojo/mojo_edk.gypi ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 17 matching lines...) Expand all
28 }, 28 },
29 { 29 {
30 # GN version: //mojo/edk/test:mojo_public_bindings_unittests 30 # GN version: //mojo/edk/test:mojo_public_bindings_unittests
31 'target_name': 'mojo_public_bindings_unittests', 31 'target_name': 'mojo_public_bindings_unittests',
32 'type': 'executable', 32 'type': 'executable',
33 'dependencies': [ 33 'dependencies': [
34 '../testing/gtest.gyp:gtest', 34 '../testing/gtest.gyp:gtest',
35 'mojo_edk.gyp:mojo_run_all_unittests', 35 'mojo_edk.gyp:mojo_run_all_unittests',
36 'mojo_public.gyp:mojo_cpp_bindings', 36 'mojo_public.gyp:mojo_cpp_bindings',
37 'mojo_public.gyp:mojo_public_bindings_test_utils', 37 'mojo_public.gyp:mojo_public_bindings_test_utils',
38 'mojo_public.gyp:mojo_public_test_associated_interfaces',
39 'mojo_public.gyp:mojo_public_test_interfaces',
40 'mojo_public.gyp:mojo_public_test_interfaces_blink',
41 'mojo_public.gyp:mojo_public_test_interfaces_struct_traits',
38 'mojo_public.gyp:mojo_public_test_utils', 42 'mojo_public.gyp:mojo_public_test_utils',
39 'mojo_public_tests.gyp:mojo_public_test_associated_interfaces',
40 'mojo_public_tests.gyp:mojo_public_test_interfaces',
41 'mojo_public_tests.gyp:mojo_public_test_interfaces_blink',
42 'mojo_public_tests.gyp:mojo_public_test_interfaces_struct_traits',
43 ], 43 ],
44 'variables': { 44 'variables': {
45 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], 45 'clang_warning_flags_unset': [ '-Wglobal-constructors' ],
46 }, 46 },
47 'sources': [ 47 'sources': [
48 'public/cpp/bindings/tests/array_common_test.h', 48 'public/cpp/bindings/tests/array_common_test.h',
49 'public/cpp/bindings/tests/array_unittest.cc', 49 'public/cpp/bindings/tests/array_unittest.cc',
50 'public/cpp/bindings/tests/associated_interface_unittest.cc', 50 'public/cpp/bindings/tests/associated_interface_unittest.cc',
51 'public/cpp/bindings/tests/bind_task_runner_unittest.cc', 51 'public/cpp/bindings/tests/bind_task_runner_unittest.cc',
52 'public/cpp/bindings/tests/binding_callback_unittest.cc', 52 'public/cpp/bindings/tests/binding_callback_unittest.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 }], 115 }],
116 ], 116 ],
117 }, 117 },
118 { 118 {
119 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests 119 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests
120 'target_name': 'mojo_public_bindings_for_blink_tests', 120 'target_name': 'mojo_public_bindings_for_blink_tests',
121 'type': 'static_library', 121 'type': 'static_library',
122 'dependencies': [ 122 'dependencies': [
123 '../testing/gtest.gyp:gtest', 123 '../testing/gtest.gyp:gtest',
124 'mojo_public.gyp:mojo_cpp_bindings', 124 'mojo_public.gyp:mojo_cpp_bindings',
125 'mojo_public_tests.gyp:mojo_public_test_interfaces', 125 'mojo_public.gyp:mojo_public_test_interfaces',
126 'mojo_public_tests.gyp:mojo_public_test_wtf_types', 126 'mojo_public.gyp:mojo_public_test_wtf_types',
127 'mojo_public_tests.gyp:mojo_public_test_wtf_types_blink', 127 'mojo_public.gyp:mojo_public_test_wtf_types_blink',
128 ], 128 ],
129 'variables': { 129 'variables': {
130 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], 130 'clang_warning_flags_unset': [ '-Wglobal-constructors' ],
131 }, 131 },
132 'sources': [ 132 'sources': [
133 'public/cpp/bindings/tests/array_common_test.h', 133 'public/cpp/bindings/tests/array_common_test.h',
134 'public/cpp/bindings/tests/container_test_util.cc', 134 'public/cpp/bindings/tests/container_test_util.cc',
135 'public/cpp/bindings/tests/container_test_util.h', 135 'public/cpp/bindings/tests/container_test_util.h',
136 'public/cpp/bindings/tests/variant_test_util.h', 136 'public/cpp/bindings/tests/variant_test_util.h',
137 'public/cpp/bindings/tests/wtf_array_unittest.cc', 137 'public/cpp/bindings/tests/wtf_array_unittest.cc',
138 'public/cpp/bindings/tests/wtf_types_unittest.cc', 138 'public/cpp/bindings/tests/wtf_types_unittest.cc',
139 ], 139 ],
140 }, 140 },
141 { 141 {
142 # GN version: //mojo/edk/test:mojo_public_bindings_perftests 142 # GN version: //mojo/edk/test:mojo_public_bindings_perftests
143 'target_name': 'mojo_public_bindings_perftests', 143 'target_name': 'mojo_public_bindings_perftests',
144 'type': 'executable', 144 'type': 'executable',
145 'dependencies': [ 145 'dependencies': [
146 '../base/base.gyp:test_support_base', 146 '../base/base.gyp:test_support_base',
147 '../testing/gtest.gyp:gtest', 147 '../testing/gtest.gyp:gtest',
148 'mojo_base.gyp:mojo_common_lib', 148 'mojo_base.gyp:mojo_common_lib',
149 'mojo_edk.gyp:mojo_run_all_perftests', 149 'mojo_edk.gyp:mojo_run_all_perftests',
150 'mojo_public.gyp:mojo_cpp_bindings', 150 'mojo_public.gyp:mojo_cpp_bindings',
151 'mojo_public.gyp:mojo_public_bindings_test_utils', 151 'mojo_public.gyp:mojo_public_bindings_test_utils',
152 'mojo_public.gyp:mojo_public_test_interfaces',
152 'mojo_public.gyp:mojo_public_test_utils', 153 'mojo_public.gyp:mojo_public_test_utils',
153 'mojo_public_tests.gyp:mojo_public_test_interfaces',
154 ], 154 ],
155 'sources': [ 155 'sources': [
156 'public/cpp/bindings/tests/bindings_perftest.cc', 156 'public/cpp/bindings/tests/bindings_perftest.cc',
157 'public/cpp/bindings/tests/e2e_perftest.cc', 157 'public/cpp/bindings/tests/e2e_perftest.cc',
158 ], 158 ],
159 }, 159 },
160 { 160 {
161 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests 161 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests
162 # and //mojo/public/c/system/tests 162 # and //mojo/public/c/system/tests
163 'target_name': 'mojo_public_system_unittests', 163 'target_name': 'mojo_public_system_unittests',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 # TODO(yzshen): fix the following two targets. 263 # TODO(yzshen): fix the following two targets.
264 { 264 {
265 # GN version: //mojo/edk/js/test:js_unittests 265 # GN version: //mojo/edk/js/test:js_unittests
266 'target_name': 'mojo_js_unittests', 266 'target_name': 'mojo_js_unittests',
267 'type': 'executable', 267 'type': 'executable',
268 'dependencies': [ 268 'dependencies': [
269 '../gin/gin.gyp:gin_test', 269 '../gin/gin.gyp:gin_test',
270 'mojo_edk.gyp:mojo_common_test_support', 270 'mojo_edk.gyp:mojo_common_test_support',
271 'mojo_edk.gyp:mojo_run_all_unittests', 271 'mojo_edk.gyp:mojo_run_all_unittests',
272 'mojo_edk.gyp:mojo_js_lib', 272 'mojo_edk.gyp:mojo_js_lib',
273 'mojo_public_tests.gyp:mojo_public_test_interfaces', 273 'mojo_public.gyp:mojo_public_test_interfaces',
274 ], 274 ],
275 'sources': [ 275 'sources': [
276 'edk/js/handle_unittest.cc', 276 'edk/js/handle_unittest.cc',
277 'edk/js/test/run_js_tests.cc', 277 'edk/js/test/run_js_tests.cc',
278 ], 278 ],
279 }, 279 },
280 { 280 {
281 # GN version: //mojo/edk/js/test:js_integration_tests 281 # GN version: //mojo/edk/js/test:js_integration_tests
282 'target_name': 'mojo_js_integration_tests', 282 'target_name': 'mojo_js_integration_tests',
283 'type': 'executable', 283 'type': 'executable',
284 'dependencies': [ 284 'dependencies': [
285 '../base/base.gyp:base', 285 '../base/base.gyp:base',
286 '../gin/gin.gyp:gin_test', 286 '../gin/gin.gyp:gin_test',
287 'mojo_base.gyp:mojo_common_lib', 287 'mojo_base.gyp:mojo_common_lib',
288 'mojo_edk.gyp:mojo_js_lib', 288 'mojo_edk.gyp:mojo_js_lib',
289 'mojo_edk.gyp:mojo_run_all_unittests', 289 'mojo_edk.gyp:mojo_run_all_unittests',
290 'mojo_js_to_cpp_bindings', 290 'mojo_js_to_cpp_bindings',
291 'mojo_public_tests.gyp:mojo_public_test_interfaces', 291 'mojo_public.gyp:mojo_public_test_interfaces',
292 ], 292 ],
293 'sources': [ 293 'sources': [
294 'edk/js/test/run_js_integration_tests.cc', 294 'edk/js/test/run_js_integration_tests.cc',
295 'edk/js/tests/js_to_cpp_tests.cc', 295 'edk/js/tests/js_to_cpp_tests.cc',
296 ], 296 ],
297 }, 297 },
298 { 298 {
299 'target_name': 'mojo_js_to_cpp_bindings', 299 'target_name': 'mojo_js_to_cpp_bindings',
300 'type': 'none', 300 'type': 'none',
301 'variables': { 301 'variables': {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 ], 386 ],
387 'variables': { 387 'variables': {
388 'test_suite_name': 'mojo_system_unittests', 388 'test_suite_name': 'mojo_system_unittests',
389 }, 389 },
390 'includes': [ '../build/apk_test.gypi' ], 390 'includes': [ '../build/apk_test.gypi' ],
391 }, 391 },
392 ], 392 ],
393 }], 393 }],
394 ], 394 ],
395 } 395 }
OLDNEW
« 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