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

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

Issue 23532076: GN: Add logging for the location of an invocation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iadd .cc file Created 7 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 | Annotate | Revision Log
« no previous file with comments | « tools/gn/err.cc ('k') | tools/gn/input_file_manager.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'input_file_manager.cc', 64 'input_file_manager.cc',
65 'input_file_manager.h', 65 'input_file_manager.h',
66 'item.cc', 66 'item.cc',
67 'item.h', 67 'item.h',
68 'item_node.cc', 68 'item_node.cc',
69 'item_node.h', 69 'item_node.h',
70 'item_tree.cc', 70 'item_tree.cc',
71 'item_tree.h', 71 'item_tree.h',
72 'label.cc', 72 'label.cc',
73 'label.h', 73 'label.h',
74 'location.cc',
74 'location.h', 75 'location.h',
75 'ninja_binary_target_writer.cc', 76 'ninja_binary_target_writer.cc',
76 'ninja_binary_target_writer.h', 77 'ninja_binary_target_writer.h',
77 'ninja_build_writer.cc', 78 'ninja_build_writer.cc',
78 'ninja_build_writer.h', 79 'ninja_build_writer.h',
79 'ninja_copy_target_writer.cc', 80 'ninja_copy_target_writer.cc',
80 'ninja_copy_target_writer.h', 81 'ninja_copy_target_writer.h',
81 'ninja_group_target_writer.cc', 82 'ninja_group_target_writer.cc',
82 'ninja_group_target_writer.h', 83 'ninja_group_target_writer.h',
83 'ninja_helper.cc', 84 'ninja_helper.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'type': 'executable', 191 'type': 'executable',
191 'sources': [ 192 'sources': [
192 'generate_test_gn_data.cc', 193 'generate_test_gn_data.cc',
193 ], 194 ],
194 'dependencies': [ 195 'dependencies': [
195 '../../base/base.gyp:base', 196 '../../base/base.gyp:base',
196 ], 197 ],
197 } 198 }
198 ], 199 ],
199 } 200 }
OLDNEW
« no previous file with comments | « tools/gn/err.cc ('k') | tools/gn/input_file_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698