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

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
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 'type': 'shared_library', 10 'type': 'shared_library',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 # See crbug.com/342893: 162 # See crbug.com/342893:
163 ['OS=="win"', { 163 ['OS=="win"', {
164 'sources!': [ 164 'sources!': [
165 'public/cpp/utility/tests/mutex_unittest.cc', 165 'public/cpp/utility/tests/mutex_unittest.cc',
166 'public/cpp/utility/tests/thread_unittest.cc', 166 'public/cpp/utility/tests/thread_unittest.cc',
167 ], 167 ],
168 }], 168 }],
169 ], 169 ],
170 }, 170 },
171 { 171 {
172 # GN version: //mojo/public/c/system/tests:perftests
172 'target_name': 'mojo_public_system_perftests', 173 'target_name': 'mojo_public_system_perftests',
173 'type': 'executable', 174 'type': 'executable',
174 'dependencies': [ 175 'dependencies': [
175 '../base/base.gyp:base', 176 '../base/base.gyp:base',
176 '../testing/gtest.gyp:gtest', 177 '../testing/gtest.gyp:gtest',
177 'mojo_public_test_utils', 178 'mojo_public_test_utils',
178 'mojo_run_all_perftests', 179 'mojo_run_all_perftests',
179 'mojo_utility', 180 'mojo_utility',
180 ], 181 ],
181 'sources': [ 182 'sources': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'mojo_js_bindings_lib', 217 'mojo_js_bindings_lib',
217 'mojo_public_test_interfaces', 218 'mojo_public_test_interfaces',
218 'mojo_run_all_unittests', 219 'mojo_run_all_unittests',
219 ], 220 ],
220 'sources': [ 221 'sources': [
221 'public/js/bindings/tests/run_js_tests.cc', 222 'public/js/bindings/tests/run_js_tests.cc',
222 ], 223 ],
223 }, 224 },
224 ], 225 ],
225 } 226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698