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

Unified Diff: tools/gn/gn.gyp

Issue 2265833002: Implement `gn analyze`. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 1aa23d3e35ed5f04828c4d3444017658c7e7e0c0..01bb1d11caf7b1eb4986839293a567aad5caa317 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -32,6 +32,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',
@@ -87,6 +88,8 @@
'functions.cc',
'functions.h',
'functions_target.cc',
+ 'graph.cc',
+ 'graph.h',
'group_target_generator.cc',
'group_target_generator.h',
'header_checker.cc',
@@ -261,6 +264,7 @@
'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 | « tools/gn/filesystem_utils.cc ('k') | tools/gn/graph.h » ('j') | tools/gn/graph.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698