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

Unified Diff: tools/gn/gn.gyp

Issue 212933008: Don't dynamically scope GN templates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/functions_unittest.cc ('k') | tools/gn/import_manager.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 7ed031ab6aa55739f81542701f62607e113ede1e..2e1fe1012afcdad4d58ae1d219e5c70efe03d497 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -140,6 +140,8 @@
'target.h',
'target_generator.cc',
'target_generator.h',
+ 'template.cc',
+ 'template.h',
'token.cc',
'token.h',
'tokenizer.cc',
@@ -177,6 +179,7 @@
'filesystem_utils_unittest.cc',
'file_template_unittest.cc',
'function_rebase_path_unittest.cc',
+ 'functions_unittest.cc',
'gyp_action_target_writer_unittest.cc',
'gyp_binary_target_writer_unittest.cc',
'input_conversion_unittest.cc',
« no previous file with comments | « tools/gn/functions_unittest.cc ('k') | tools/gn/import_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698