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

Unified Diff: tools/gn/gn.gyp

Issue 1130183007: Add runtime dependency extraction for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make msvc happy Created 5 years, 7 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/command_help.cc ('k') | tools/gn/ninja_target_writer.cc » ('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 fca6943fd91ec82157b31023cc3e7b9e775e59d8..bfd28f2e1c5772f92a5ac4d8b3bfa5eb744ad7e4 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -128,6 +128,8 @@
'path_output.h',
'pattern.cc',
'pattern.h',
+ 'runtime_deps.cc',
+ 'runtime_deps.h',
'scheduler.cc',
'scheduler.h',
'scope.cc',
@@ -235,6 +237,7 @@
'parser_unittest.cc',
'path_output_unittest.cc',
'pattern_unittest.cc',
+ 'runtime_deps_unittest.cc',
'scope_per_file_provider_unittest.cc',
'scope_unittest.cc',
'source_dir_unittest.cc',
« no previous file with comments | « tools/gn/command_help.cc ('k') | tools/gn/ninja_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698