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

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

Issue 48523006: GN: Separately track labels and origins for lists of stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/config_values_extractors.h ('k') | tools/gn/gyp_binary_target_writer.h » ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'input_file_manager.cc', 71 'input_file_manager.cc',
72 'input_file_manager.h', 72 'input_file_manager.h',
73 'item.cc', 73 'item.cc',
74 'item.h', 74 'item.h',
75 'item_node.cc', 75 'item_node.cc',
76 'item_node.h', 76 'item_node.h',
77 'item_tree.cc', 77 'item_tree.cc',
78 'item_tree.h', 78 'item_tree.h',
79 'label.cc', 79 'label.cc',
80 'label.h', 80 'label.h',
81 'label_ptr.h',
81 'location.cc', 82 'location.cc',
82 'location.h', 83 'location.h',
83 'ninja_binary_target_writer.cc', 84 'ninja_binary_target_writer.cc',
84 'ninja_binary_target_writer.h', 85 'ninja_binary_target_writer.h',
85 'ninja_build_writer.cc', 86 'ninja_build_writer.cc',
86 'ninja_build_writer.h', 87 'ninja_build_writer.h',
87 'ninja_copy_target_writer.cc', 88 'ninja_copy_target_writer.cc',
88 'ninja_copy_target_writer.h', 89 'ninja_copy_target_writer.h',
89 'ninja_group_target_writer.cc', 90 'ninja_group_target_writer.cc',
90 'ninja_group_target_writer.h', 91 'ninja_group_target_writer.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'type': 'executable', 207 'type': 'executable',
207 'sources': [ 208 'sources': [
208 'generate_test_gn_data.cc', 209 'generate_test_gn_data.cc',
209 ], 210 ],
210 'dependencies': [ 211 'dependencies': [
211 '../../base/base.gyp:base', 212 '../../base/base.gyp:base',
212 ], 213 ],
213 } 214 }
214 ], 215 ],
215 } 216 }
OLDNEW
« no previous file with comments | « tools/gn/config_values_extractors.h ('k') | tools/gn/gyp_binary_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698