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

Side by Side Diff: mojo/edk/mojo_edk_tests.gyp

Issue 799113004: Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add mojo's ply to checklicenses whitelist Created 6 years 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/edk/mojo_edk_system_impl.gypi ('k') | mojo/edk/system/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 '../mojo_variables.gypi', 7 '../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 12 matching lines...) Expand all
23 'mojo_public_system_perftests', 23 'mojo_public_system_perftests',
24 'mojo_public_system_unittests', 24 'mojo_public_system_unittests',
25 'mojo_public_utility_unittests', 25 'mojo_public_utility_unittests',
26 'mojo_system_unittests', 26 'mojo_system_unittests',
27 'mojo_js_unittests', 27 'mojo_js_unittests',
28 'mojo_js_integration_tests', 28 'mojo_js_integration_tests',
29 ], 29 ],
30 }, 30 },
31 # TODO(vtl): Reorganize the mojo_public_*_unittests. 31 # TODO(vtl): Reorganize the mojo_public_*_unittests.
32 { 32 {
33 # GN version: //mojo/public/cpp/bindings/tests:mojo_public_bindings_unitte sts 33 # GN version: //mojo/edk/test:mojo_public_bindings_unittests
34 'target_name': 'mojo_public_bindings_unittests', 34 'target_name': 'mojo_public_bindings_unittests',
35 'type': 'executable', 35 'type': 'executable',
36 'dependencies': [ 36 'dependencies': [
37 '../../testing/gtest.gyp:gtest', 37 '../../testing/gtest.gyp:gtest',
38 'mojo_edk.gyp:mojo_run_all_unittests', 38 'mojo_edk.gyp:mojo_run_all_unittests',
39 '../public/mojo_public.gyp:mojo_cpp_bindings', 39 '../public/mojo_public.gyp:mojo_cpp_bindings',
40 '../public/mojo_public.gyp:mojo_environment_standalone', 40 '../public/mojo_public.gyp:mojo_environment_standalone',
41 '../public/mojo_public.gyp:mojo_public_bindings_test_utils', 41 '../public/mojo_public.gyp:mojo_public_bindings_test_utils',
42 '../public/mojo_public.gyp:mojo_public_test_interfaces', 42 '../public/mojo_public.gyp:mojo_public_test_interfaces',
43 '../public/mojo_public.gyp:mojo_public_test_utils', 43 '../public/mojo_public.gyp:mojo_public_test_utils',
(...skipping 13 matching lines...) Expand all
57 '../public/cpp/bindings/tests/router_unittest.cc', 57 '../public/cpp/bindings/tests/router_unittest.cc',
58 '../public/cpp/bindings/tests/sample_service_unittest.cc', 58 '../public/cpp/bindings/tests/sample_service_unittest.cc',
59 '../public/cpp/bindings/tests/serialization_warning_unittest.cc', 59 '../public/cpp/bindings/tests/serialization_warning_unittest.cc',
60 '../public/cpp/bindings/tests/string_unittest.cc', 60 '../public/cpp/bindings/tests/string_unittest.cc',
61 '../public/cpp/bindings/tests/struct_unittest.cc', 61 '../public/cpp/bindings/tests/struct_unittest.cc',
62 '../public/cpp/bindings/tests/type_conversion_unittest.cc', 62 '../public/cpp/bindings/tests/type_conversion_unittest.cc',
63 '../public/cpp/bindings/tests/validation_unittest.cc', 63 '../public/cpp/bindings/tests/validation_unittest.cc',
64 ], 64 ],
65 }, 65 },
66 { 66 {
67 # GN version: //mojo/public/cpp/environment/tests:mojo_public_environment_ unittests 67 # GN version: //mojo/edk/test:mojo_public_environment_unittests
68 'target_name': 'mojo_public_environment_unittests', 68 'target_name': 'mojo_public_environment_unittests',
69 'type': 'executable', 69 'type': 'executable',
70 'dependencies': [ 70 'dependencies': [
71 '../../testing/gtest.gyp:gtest', 71 '../../testing/gtest.gyp:gtest',
72 'mojo_edk.gyp:mojo_run_all_unittests', 72 'mojo_edk.gyp:mojo_run_all_unittests',
73 '../public/mojo_public.gyp:mojo_environment_standalone', 73 '../public/mojo_public.gyp:mojo_environment_standalone',
74 '../public/mojo_public.gyp:mojo_public_test_utils', 74 '../public/mojo_public.gyp:mojo_public_test_utils',
75 '../public/mojo_public.gyp:mojo_utility', 75 '../public/mojo_public.gyp:mojo_utility',
76 ], 76 ],
77 'include_dirs': [ '../..' ], 77 'include_dirs': [ '../..' ],
78 'sources': [ 78 'sources': [
79 '../public/cpp/environment/tests/async_wait_unittest.cc', 79 '../public/cpp/environment/tests/async_wait_unittest.cc',
80 '../public/cpp/environment/tests/async_waiter_unittest.cc', 80 '../public/cpp/environment/tests/async_waiter_unittest.cc',
81 '../public/cpp/environment/tests/logger_unittest.cc', 81 '../public/cpp/environment/tests/logger_unittest.cc',
82 '../public/cpp/environment/tests/logging_unittest.cc', 82 '../public/cpp/environment/tests/logging_unittest.cc',
83 ], 83 ],
84 }, 84 },
85 { 85 {
86 # GN version: //mojo/public/cpp/application/tests:mojo_public_application_ unittests 86 # GN version: //mojo/edk/test:mojo_public_application_unittests
87 'target_name': 'mojo_public_application_unittests', 87 'target_name': 'mojo_public_application_unittests',
88 'type': 'executable', 88 'type': 'executable',
89 'dependencies': [ 89 'dependencies': [
90 '../../base/base.gyp:base', 90 '../../base/base.gyp:base',
91 '../../testing/gtest.gyp:gtest', 91 '../../testing/gtest.gyp:gtest',
92 'mojo_edk.gyp:mojo_run_all_unittests', 92 'mojo_edk.gyp:mojo_run_all_unittests',
93 '../public/mojo_public.gyp:mojo_application_standalone', 93 '../public/mojo_public.gyp:mojo_application_standalone',
94 '../public/mojo_public.gyp:mojo_utility', 94 '../public/mojo_public.gyp:mojo_utility',
95 '../public/mojo_public.gyp:mojo_environment_standalone', 95 '../public/mojo_public.gyp:mojo_environment_standalone',
96 ], 96 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 # See crbug.com/342893: 133 # See crbug.com/342893:
134 ['OS=="win"', { 134 ['OS=="win"', {
135 'sources!': [ 135 'sources!': [
136 '../public/cpp/utility/tests/mutex_unittest.cc', 136 '../public/cpp/utility/tests/mutex_unittest.cc',
137 '../public/cpp/utility/tests/thread_unittest.cc', 137 '../public/cpp/utility/tests/thread_unittest.cc',
138 ], 138 ],
139 }], 139 }],
140 ], 140 ],
141 }, 141 },
142 { 142 {
143 # GN version: //mojo/public/c/system/tests:perftests 143 # GN version: //mojo/edk/test:mojo_public_system_perftests
144 'target_name': 'mojo_public_system_perftests', 144 'target_name': 'mojo_public_system_perftests',
145 'type': 'executable', 145 'type': 'executable',
146 'dependencies': [ 146 'dependencies': [
147 '../../base/base.gyp:base', 147 '../../base/base.gyp:base',
148 '../../testing/gtest.gyp:gtest', 148 '../../testing/gtest.gyp:gtest',
149 'mojo_edk.gyp:mojo_run_all_perftests', 149 'mojo_edk.gyp:mojo_run_all_perftests',
150 '../public/mojo_public.gyp:mojo_public_test_utils', 150 '../public/mojo_public.gyp:mojo_public_test_utils',
151 '../public/mojo_public.gyp:mojo_utility', 151 '../public/mojo_public.gyp:mojo_utility',
152 ], 152 ],
153 'sources': [ 153 'sources': [
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'type': 'none', 270 'type': 'none',
271 'variables': { 271 'variables': {
272 'mojom_files': [ 272 'mojom_files': [
273 'js/tests/js_to_cpp.mojom', 273 'js/tests/js_to_cpp.mojom',
274 ], 274 ],
275 }, 275 },
276 'includes': [ '../public/tools/bindings/mojom_bindings_generator_explicit. gypi' ], 276 'includes': [ '../public/tools/bindings/mojom_bindings_generator_explicit. gypi' ],
277 }, 277 },
278 ], 278 ],
279 } 279 }
OLDNEW
« no previous file with comments | « mojo/edk/mojo_edk_system_impl.gypi ('k') | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698