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

Unified Diff: tools/gn/BUILD.gn

Issue 1263053003: Add forward_variables_from() and target() to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More spelling fixes Created 5 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/function_forward_variables_from.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 39fee93ab4014b57400a7eb9a78f48fd16645ea9..56e644e438c0dbb6db870d8aed609a335de91e8e 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -60,6 +60,7 @@ static_library("gn_lib") {
"filesystem_utils.h",
"function_exec_script.cc",
"function_foreach.cc",
+ "function_forward_variables_from.cc",
"function_get_label_info.cc",
"function_get_path_info.cc",
"function_get_target_outputs.cc",
@@ -247,6 +248,7 @@ test("gn_unittests") {
"exec_process_unittest.cc",
"filesystem_utils_unittest.cc",
"function_foreach_unittest.cc",
+ "function_forward_variables_from_unittest.cc",
"function_get_label_info_unittest.cc",
"function_get_path_info_unittest.cc",
"function_get_target_outputs_unittest.cc",
« no previous file with comments | « no previous file | tools/gn/function_forward_variables_from.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698