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

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

Issue 1002353002: Add gn_unittests to linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp too Created 5 years, 9 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 | « 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'ninja_binary_target_writer_unittest.cc', 225 'ninja_binary_target_writer_unittest.cc',
226 'ninja_copy_target_writer_unittest.cc', 226 'ninja_copy_target_writer_unittest.cc',
227 'ninja_group_target_writer_unittest.cc', 227 'ninja_group_target_writer_unittest.cc',
228 'ninja_target_writer_unittest.cc', 228 'ninja_target_writer_unittest.cc',
229 'ninja_toolchain_writer_unittest.cc', 229 'ninja_toolchain_writer_unittest.cc',
230 'operators_unittest.cc', 230 'operators_unittest.cc',
231 'parse_tree_unittest.cc', 231 'parse_tree_unittest.cc',
232 'parser_unittest.cc', 232 'parser_unittest.cc',
233 'path_output_unittest.cc', 233 'path_output_unittest.cc',
234 'pattern_unittest.cc', 234 'pattern_unittest.cc',
235 'run_all_unittests.cc',
236 'scope_per_file_provider_unittest.cc', 235 'scope_per_file_provider_unittest.cc',
237 'scope_unittest.cc', 236 'scope_unittest.cc',
238 'source_dir_unittest.cc', 237 'source_dir_unittest.cc',
239 'string_utils_unittest.cc', 238 'string_utils_unittest.cc',
240 'substitution_pattern_unittest.cc', 239 'substitution_pattern_unittest.cc',
241 'substitution_writer_unittest.cc', 240 'substitution_writer_unittest.cc',
242 'target_generator_unittest.cc', 241 'target_generator_unittest.cc',
243 'target_unittest.cc', 242 'target_unittest.cc',
244 'template_unittest.cc', 243 'template_unittest.cc',
245 'test_with_scope.cc', 244 'test_with_scope.cc',
246 'test_with_scope.h', 245 'test_with_scope.h',
247 'tokenizer_unittest.cc', 246 'tokenizer_unittest.cc',
248 'unique_vector_unittest.cc', 247 'unique_vector_unittest.cc',
249 'value_unittest.cc', 248 'value_unittest.cc',
250 'visibility_unittest.cc', 249 'visibility_unittest.cc',
251 ], 250 ],
252 'dependencies': [ 251 'dependencies': [
253 'gn_lib', 252 'gn_lib',
253 '../../base/base.gyp:run_all_unittests',
254 '../../base/base.gyp:test_support_base', 254 '../../base/base.gyp:test_support_base',
255 '../../testing/gtest.gyp:gtest', 255 '../../testing/gtest.gyp:gtest',
256 ], 256 ],
257 }, 257 },
258 { 258 {
259 'target_name': 'generate_test_gn_data', 259 'target_name': 'generate_test_gn_data',
260 'type': 'executable', 260 'type': 'executable',
261 'sources': [ 261 'sources': [
262 'generate_test_gn_data.cc', 262 'generate_test_gn_data.cc',
263 ], 263 ],
264 'dependencies': [ 264 'dependencies': [
265 '../../base/base.gyp:base', 265 '../../base/base.gyp:base',
266 ], 266 ],
267 } 267 }
268 ], 268 ],
269 } 269 }
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