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

Side by Side Diff: tools/gn/gn.gyp

Issue 318543002: Make GN unit tests single process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/run_all_unittests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'gn_lib', 7 'target_name': 'gn_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 '../../base/base.gyp:base', 10 '../../base/base.gyp:base',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'ninja_action_target_writer_unittest.cc', 194 'ninja_action_target_writer_unittest.cc',
195 'ninja_binary_target_writer_unittest.cc', 195 'ninja_binary_target_writer_unittest.cc',
196 'ninja_copy_target_writer_unittest.cc', 196 'ninja_copy_target_writer_unittest.cc',
197 'ninja_helper_unittest.cc', 197 'ninja_helper_unittest.cc',
198 'ninja_target_writer_unittest.cc', 198 'ninja_target_writer_unittest.cc',
199 'operators_unittest.cc', 199 'operators_unittest.cc',
200 'parse_tree_unittest.cc', 200 'parse_tree_unittest.cc',
201 'parser_unittest.cc', 201 'parser_unittest.cc',
202 'path_output_unittest.cc', 202 'path_output_unittest.cc',
203 'pattern_unittest.cc', 203 'pattern_unittest.cc',
204 'run_all_unittests.cc',
204 'scope_per_file_provider_unittest.cc', 205 'scope_per_file_provider_unittest.cc',
205 'scope_unittest.cc', 206 'scope_unittest.cc',
206 'source_dir_unittest.cc', 207 'source_dir_unittest.cc',
207 'string_utils_unittest.cc', 208 'string_utils_unittest.cc',
208 'target_generator_unittest.cc', 209 'target_generator_unittest.cc',
209 'target_unittest.cc', 210 'target_unittest.cc',
210 'test_with_scope.cc', 211 'test_with_scope.cc',
211 'test_with_scope.h', 212 'test_with_scope.h',
212 'tokenizer_unittest.cc', 213 'tokenizer_unittest.cc',
213 'value_unittest.cc', 214 'value_unittest.cc',
214 'visibility_unittest.cc', 215 'visibility_unittest.cc',
215 ], 216 ],
216 'dependencies': [ 217 'dependencies': [
217 'gn_lib', 218 'gn_lib',
218 '../../base/base.gyp:run_all_unittests',
219 '../../base/base.gyp:test_support_base', 219 '../../base/base.gyp:test_support_base',
220 '../../testing/gtest.gyp:gtest', 220 '../../testing/gtest.gyp:gtest',
221 ], 221 ],
222 }, 222 },
223 { 223 {
224 'target_name': 'generate_test_gn_data', 224 'target_name': 'generate_test_gn_data',
225 'type': 'executable', 225 'type': 'executable',
226 'sources': [ 226 'sources': [
227 'generate_test_gn_data.cc', 227 'generate_test_gn_data.cc',
228 ], 228 ],
229 'dependencies': [ 229 'dependencies': [
230 '../../base/base.gyp:base', 230 '../../base/base.gyp:base',
231 ], 231 ],
232 } 232 }
233 ], 233 ],
234 } 234 }
OLDNEW
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698