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

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

Issue 551703002: Fix group datadeps (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 | « tools/gn/BUILD.gn ('k') | tools/gn/ninja_group_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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'functions_target_unittest.cc', 207 'functions_target_unittest.cc',
208 'functions_unittest.cc', 208 'functions_unittest.cc',
209 'header_checker_unittest.cc', 209 'header_checker_unittest.cc',
210 'input_conversion_unittest.cc', 210 'input_conversion_unittest.cc',
211 'label_pattern_unittest.cc', 211 'label_pattern_unittest.cc',
212 'label_unittest.cc', 212 'label_unittest.cc',
213 'loader_unittest.cc', 213 'loader_unittest.cc',
214 'ninja_action_target_writer_unittest.cc', 214 'ninja_action_target_writer_unittest.cc',
215 'ninja_binary_target_writer_unittest.cc', 215 'ninja_binary_target_writer_unittest.cc',
216 'ninja_copy_target_writer_unittest.cc', 216 'ninja_copy_target_writer_unittest.cc',
217 'ninja_group_target_writer_unittest.cc',
217 'ninja_target_writer_unittest.cc', 218 'ninja_target_writer_unittest.cc',
218 'ninja_toolchain_writer_unittest.cc', 219 'ninja_toolchain_writer_unittest.cc',
219 'operators_unittest.cc', 220 'operators_unittest.cc',
220 'parse_tree_unittest.cc', 221 'parse_tree_unittest.cc',
221 'parser_unittest.cc', 222 'parser_unittest.cc',
222 'path_output_unittest.cc', 223 'path_output_unittest.cc',
223 'pattern_unittest.cc', 224 'pattern_unittest.cc',
224 'run_all_unittests.cc', 225 'run_all_unittests.cc',
225 'scope_per_file_provider_unittest.cc', 226 'scope_per_file_provider_unittest.cc',
226 'scope_unittest.cc', 227 'scope_unittest.cc',
(...skipping 21 matching lines...) Expand all
248 'type': 'executable', 249 'type': 'executable',
249 'sources': [ 250 'sources': [
250 'generate_test_gn_data.cc', 251 'generate_test_gn_data.cc',
251 ], 252 ],
252 'dependencies': [ 253 'dependencies': [
253 '../../base/base.gyp:base', 254 '../../base/base.gyp:base',
254 ], 255 ],
255 } 256 }
256 ], 257 ],
257 } 258 }
OLDNEW
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/ninja_group_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698