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

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

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 | « no previous file | tools/gn/err.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 static_library("gn_lib") { 1 static_library("gn_lib") {
2 sources = [ 2 sources = [
3 "args.cc", 3 "args.cc",
4 "args.h", 4 "args.h",
5 "binary_target_generator.cc", 5 "binary_target_generator.cc",
6 "binary_target_generator.h", 6 "binary_target_generator.h",
7 "build_settings.cc", 7 "build_settings.cc",
8 "build_settings.h", 8 "build_settings.h",
9 "command_args.cc", 9 "command_args.cc",
10 "command_desc.cc", 10 "command_desc.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "input_file_manager.cc", 54 "input_file_manager.cc",
55 "input_file_manager.h", 55 "input_file_manager.h",
56 "item.cc", 56 "item.cc",
57 "item.h", 57 "item.h",
58 "item_node.cc", 58 "item_node.cc",
59 "item_node.h", 59 "item_node.h",
60 "item_tree.cc", 60 "item_tree.cc",
61 "item_tree.h", 61 "item_tree.h",
62 "label.cc", 62 "label.cc",
63 "label.h", 63 "label.h",
64 "location.cc",
64 "location.h", 65 "location.h",
65 "ninja_binary_target_writer.cc", 66 "ninja_binary_target_writer.cc",
66 "ninja_binary_target_writer.h", 67 "ninja_binary_target_writer.h",
67 "ninja_build_writer.cc", 68 "ninja_build_writer.cc",
68 "ninja_build_writer.h", 69 "ninja_build_writer.h",
69 "ninja_copy_target_writer.cc", 70 "ninja_copy_target_writer.cc",
70 "ninja_copy_target_writer.h", 71 "ninja_copy_target_writer.h",
71 "ninja_group_target_writer.cc", 72 "ninja_group_target_writer.cc",
72 "ninja_group_target_writer.h", 73 "ninja_group_target_writer.h",
73 "ninja_helper.cc", 74 "ninja_helper.cc",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "//base:run_all_unittests", 174 "//base:run_all_unittests",
174 "//base:test_support_base", 175 "//base:test_support_base",
175 "//testing:gtest", 176 "//testing:gtest",
176 ] 177 ]
177 } 178 }
178 179
179 executable("generate_test_gn_data") { 180 executable("generate_test_gn_data") {
180 sources = [ "generate_test_gn_data.cc" ] 181 sources = [ "generate_test_gn_data.cc" ]
181 deps = [ "//base" ] 182 deps = [ "//base" ]
182 } 183 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/err.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698