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

Unified Diff: tools/gn/BUILD.gn

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 | « no previous file | tools/gn/analyzer.h » ('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 81678fa7165aa4c2355fb257acd85664ac799868..1461a79d43eab108e70c94dd232f6ff633bebccb 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -15,6 +15,8 @@ static_library("gn_lib") {
"action_target_generator.h",
"action_values.cc",
"action_values.h",
+ "analyzer.cc",
+ "analyzer.h",
"args.cc",
"args.h",
"binary_target_generator.cc",
@@ -33,6 +35,7 @@ static_library("gn_lib") {
"bundle_file_rule.h",
"c_include_iterator.cc",
"c_include_iterator.h",
+ "command_analyze.cc",
"command_args.cc",
"command_check.cc",
"command_clean.cc",
@@ -274,6 +277,7 @@ executable("gn") {
test("gn_unittests") {
sources = [
"action_target_generator_unittest.cc",
+ "analyzer_unittest.cc",
"args_unittest.cc",
"builder_unittest.cc",
"c_include_iterator_unittest.cc",
« no previous file with comments | « no previous file | tools/gn/analyzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698