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

Unified Diff: tools/gn/gn.gyp

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 | « tools/gn/functions.cc ('k') | tools/gn/header_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index e3920cbb0adb1aa3685807d5b895bad1ddad1d3b..bc11b5dc2dc6e0d111a86898ee0ba43d0a5b1f1e 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -31,6 +31,7 @@
'command_desc.cc',
'command_gen.cc',
'command_help.cc',
+ 'command_ls.cc',
'command_refs.cc',
'commands.cc',
'commands.h',
@@ -82,6 +83,8 @@
'item.h',
'label.cc',
'label.h',
+ 'label_pattern.cc',
+ 'label_pattern.h',
'label_ptr.h',
'loader.cc',
'loader.h',
@@ -205,6 +208,7 @@
'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 | « tools/gn/functions.cc ('k') | tools/gn/header_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698