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

Unified Diff: tools/gn/BUILD.gn

Issue 2265833002: Implement `gn analyze`. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sample tests 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/command_analyze.cc » ('j') | tools/gn/gn.gyp » ('J')
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 e3a21ff4dd0f7ade237b20ae64f1c075615b78dd..34a2edf7e6fb06c41885c9dac91f03384afada6b 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -32,6 +32,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",
@@ -87,6 +88,8 @@ static_library("gn_lib") {
"functions.cc",
"functions.h",
"functions_target.cc",
+ "graph.cc",
+ "graph.h",
"group_target_generator.cc",
"group_target_generator.h",
"header_checker.cc",
@@ -294,6 +297,7 @@ test("gn_unittests") {
"function_write_file_unittest.cc",
"functions_target_unittest.cc",
"functions_unittest.cc",
+ "graph_unittest.cc",
"header_checker_unittest.cc",
"inherited_libraries_unittest.cc",
"input_conversion_unittest.cc",
« no previous file with comments | « no previous file | tools/gn/command_analyze.cc » ('j') | tools/gn/gn.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698