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

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

Issue 767083006: Move remaining test targets out of //mojo/public. (Closed) Base URL: https://github.com/domokit/mojo.git@move_mojo_sdk_test_targets
Patch Set: Rebase 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/BUILD.gn ('k') | mojo/edk/test/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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ],
97 'sources': [ 97 'sources': [
98 '../public/cpp/application/tests/service_registry_unittest.cc', 98 '../public/cpp/application/tests/service_registry_unittest.cc',
99 ], 99 ],
100 }, 100 },
101 { 101 {
102 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests 102 # GN version: //mojo/edk/test:mojo_public_system_unittests
103 # and //mojo/public/c/system/tests 103 # and //mojo/public/c/system/tests
104 'target_name': 'mojo_public_system_unittests', 104 'target_name': 'mojo_public_system_unittests',
105 'type': 'executable', 105 'type': 'executable',
106 'dependencies': [ 106 'dependencies': [
107 '../../testing/gtest.gyp:gtest', 107 '../../testing/gtest.gyp:gtest',
108 'mojo_edk.gyp:mojo_run_all_unittests', 108 'mojo_edk.gyp:mojo_run_all_unittests',
109 '../public/mojo_public.gyp:mojo_public_test_utils', 109 '../public/mojo_public.gyp:mojo_public_test_utils',
110 ], 110 ],
111 'include_dirs': [ '../..' ], 111 'include_dirs': [ '../..' ],
112 'sources': [ 112 'sources': [
113 '<@(mojo_public_system_unittest_sources)', 113 '<@(mojo_public_system_unittest_sources)',
114 ], 114 ],
115 }, 115 },
116 { 116 {
117 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit tests 117 # GN version: //mojo/edk/test:mojo_public_utility_unittests
118 'target_name': 'mojo_public_utility_unittests', 118 'target_name': 'mojo_public_utility_unittests',
119 'type': 'executable', 119 'type': 'executable',
120 'dependencies': [ 120 'dependencies': [
121 '../../testing/gtest.gyp:gtest', 121 '../../testing/gtest.gyp:gtest',
122 'mojo_edk.gyp:mojo_run_all_unittests', 122 'mojo_edk.gyp:mojo_run_all_unittests',
123 '../public/mojo_public.gyp:mojo_public_test_utils', 123 '../public/mojo_public.gyp:mojo_public_test_utils',
124 '../public/mojo_public.gyp:mojo_utility', 124 '../public/mojo_public.gyp:mojo_utility',
125 ], 125 ],
126 'include_dirs': [ '../..' ], 126 'include_dirs': [ '../..' ],
127 'sources': [ 127 'sources': [
(...skipping 142 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/BUILD.gn ('k') | mojo/edk/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698