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

Unified Diff: tools/gn/BUILD.gn

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 | « no previous file | tools/gn/function_set_defaults.cc » ('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 2892fbbf6445d7af4753bd92bf0c75345f096c26..b92f4015da73329252733906656b855bd3df773f 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -145,6 +145,8 @@ static_library("gn_lib") {
"target.h",
"target_generator.cc",
"target_generator.h",
+ "template.cc",
+ "template.h",
"token.cc",
"token.h",
"tokenizer.cc",
@@ -188,6 +190,7 @@ test("gn_unittests") {
"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 | « no previous file | tools/gn/function_set_defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698