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

Unified Diff: tools/gn/gn.gyp

Issue 2265833002: Implement `gn analyze`. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not pretty print the written json; this gets around crlf issues Created 4 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/filesystem_utils.cc ('k') | tools/gn/label.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 1aa23d3e35ed5f04828c4d3444017658c7e7e0c0..b006f686a77fc487359a1a852469f3ce7fcc2956 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -14,6 +14,8 @@
'action_target_generator.h',
'action_values.cc',
'action_values.h',
+ 'analyzer.cc',
+ 'analyzer.h',
'args.cc',
'args.h',
'binary_target_generator.cc',
@@ -32,6 +34,7 @@
'bundle_file_rule.h',
'c_include_iterator.cc',
'c_include_iterator.h',
+ 'command_analyze.cc',
'command_args.cc',
'command_check.cc',
'command_clean.cc',
@@ -242,6 +245,7 @@
'type': '<(gtest_target_type)',
'sources': [
'action_target_generator_unittest.cc',
+ 'analyzer_unittest.cc',
'builder_unittest.cc',
'c_include_iterator_unittest.cc',
'command_format_unittest.cc',
« no previous file with comments | « tools/gn/filesystem_utils.cc ('k') | tools/gn/label.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698