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

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

Issue 2105613003: Fix dependencies rules for create_bundle and bundle_data ninja steps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove stamps (to allow using hardlinks) Created 4 years, 5 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/bundle_file_rule.cc ('k') | tools/gn/ninja_bundle_data_target_writer.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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'functions_target_unittest.cc', 257 'functions_target_unittest.cc',
258 'functions_unittest.cc', 258 'functions_unittest.cc',
259 'header_checker_unittest.cc', 259 'header_checker_unittest.cc',
260 'inherited_libraries_unittest.cc', 260 'inherited_libraries_unittest.cc',
261 'input_conversion_unittest.cc', 261 'input_conversion_unittest.cc',
262 'label_pattern_unittest.cc', 262 'label_pattern_unittest.cc',
263 'label_unittest.cc', 263 'label_unittest.cc',
264 'loader_unittest.cc', 264 'loader_unittest.cc',
265 'ninja_action_target_writer_unittest.cc', 265 'ninja_action_target_writer_unittest.cc',
266 'ninja_binary_target_writer_unittest.cc', 266 'ninja_binary_target_writer_unittest.cc',
267 'ninja_bundle_data_target_writer_unittest.cc',
267 'ninja_copy_target_writer_unittest.cc', 268 'ninja_copy_target_writer_unittest.cc',
268 'ninja_create_bundle_target_writer_unittest.cc', 269 'ninja_create_bundle_target_writer_unittest.cc',
269 'ninja_group_target_writer_unittest.cc', 270 'ninja_group_target_writer_unittest.cc',
270 'ninja_target_writer_unittest.cc', 271 'ninja_target_writer_unittest.cc',
271 'ninja_toolchain_writer_unittest.cc', 272 'ninja_toolchain_writer_unittest.cc',
272 'operators_unittest.cc', 273 'operators_unittest.cc',
273 'parse_tree_unittest.cc', 274 'parse_tree_unittest.cc',
274 'parser_unittest.cc', 275 'parser_unittest.cc',
275 'path_output_unittest.cc', 276 'path_output_unittest.cc',
276 'pattern_unittest.cc', 277 'pattern_unittest.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'dependencies': [ 312 'dependencies': [
312 'gn_unittests', 313 'gn_unittests',
313 ], 314 ],
314 'includes': [ '../../build/isolate.gypi' ], 315 'includes': [ '../../build/isolate.gypi' ],
315 'sources': [ 'gn_unittests.isolate' ], 316 'sources': [ 'gn_unittests.isolate' ],
316 }, 317 },
317 ], 318 ],
318 }], 319 }],
319 ], 320 ],
320 } 321 }
OLDNEW
« no previous file with comments | « tools/gn/bundle_file_rule.cc ('k') | tools/gn/ninja_bundle_data_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698