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

Side by Side Diff: mojo/mojo_public_tests.gypi

Issue 563953003: GN rules for everything in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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_examples.gypi ('k') | mojo/mojo_services.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/public/c/test_support 8 # GN version: //mojo/public/c/test_support
9 'target_name': 'mojo_test_support', 9 'target_name': 'mojo_test_support',
10 'defines': [ 10 'defines': [
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 # See crbug.com/342893: 166 # See crbug.com/342893:
167 ['OS=="win"', { 167 ['OS=="win"', {
168 'sources!': [ 168 'sources!': [
169 'public/cpp/utility/tests/mutex_unittest.cc', 169 'public/cpp/utility/tests/mutex_unittest.cc',
170 'public/cpp/utility/tests/thread_unittest.cc', 170 'public/cpp/utility/tests/thread_unittest.cc',
171 ], 171 ],
172 }], 172 }],
173 ], 173 ],
174 }, 174 },
175 { 175 {
176 # GN version: //mojo/public/c/system/tests:perftests
176 'target_name': 'mojo_public_system_perftests', 177 'target_name': 'mojo_public_system_perftests',
177 'type': 'executable', 178 'type': 'executable',
178 'dependencies': [ 179 'dependencies': [
179 '../base/base.gyp:base', 180 '../base/base.gyp:base',
180 '../testing/gtest.gyp:gtest', 181 '../testing/gtest.gyp:gtest',
181 'mojo_public_test_utils', 182 'mojo_public_test_utils',
182 'mojo_run_all_perftests', 183 'mojo_run_all_perftests',
183 'mojo_utility', 184 'mojo_utility',
184 ], 185 ],
185 'sources': [ 186 'sources': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'mojo_js_bindings_lib', 221 'mojo_js_bindings_lib',
221 'mojo_public_test_interfaces', 222 'mojo_public_test_interfaces',
222 'mojo_run_all_unittests', 223 'mojo_run_all_unittests',
223 ], 224 ],
224 'sources': [ 225 'sources': [
225 'public/js/bindings/tests/run_js_tests.cc', 226 'public/js/bindings/tests/run_js_tests.cc',
226 ], 227 ],
227 }, 228 },
228 ], 229 ],
229 } 230 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698