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

Unified Diff: tools/gn/BUILD.gn

Issue 500423003: Enhance GN diagnostic tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use patterns for gn check Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gn/command_check.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index 1e9391fb3e802d56490229986b48bec0af51e7a4..bcea3db532583dc78bd7c2711924b5b38fd1a0aa 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -27,6 +27,7 @@ static_library("gn_lib") {
"command_desc.cc",
"command_gen.cc",
"command_help.cc",
+ "command_ls.cc",
"command_refs.cc",
"commands.cc",
"commands.h",
@@ -78,6 +79,8 @@ static_library("gn_lib") {
"item.h",
"label.cc",
"label.h",
+ "label_pattern.cc",
+ "label_pattern.h",
"label_ptr.h",
"loader.cc",
"loader.h",
@@ -220,6 +223,7 @@ test("gn_unittests") {
"functions_unittest.cc",
"header_checker_unittest.cc",
"input_conversion_unittest.cc",
+ "label_pattern_unittest.cc",
"label_unittest.cc",
"loader_unittest.cc",
"ninja_action_target_writer_unittest.cc",
« no previous file with comments | « no previous file | tools/gn/command_check.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698