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

Unified Diff: tools/gn/gn.gyp

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 | « tools/gn/functions_target.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 2b815a7929725bd7c521a338d0b96bc9d63247a8..4f95c24e2cf0b34fdfa39be5216e8af2927c5505 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -60,6 +60,7 @@
'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',
@@ -213,6 +214,7 @@
'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 | « tools/gn/functions_target.cc ('k') | tools/gn/import_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698