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

Unified Diff: tools/gn/gn.gyp

Issue 80463004: GN generator for GYP actions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/gyp_binary_target_writer.h » ('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 3a04387bb0eec141474854144cda65d20ea36999..30d22a96b038d099c06bdce690020883dafd237e 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -64,6 +64,8 @@
'gyp_binary_target_writer.h',
'gyp_helper.cc',
'gyp_helper.h',
+ 'gyp_script_target_writer.cc',
+ 'gyp_script_target_writer.h',
'gyp_target_writer.cc',
'gyp_target_writer.h',
'import_manager.cc',
@@ -175,6 +177,7 @@
'file_template_unittest.cc',
'filesystem_utils_unittest.cc',
'function_rebase_path_unittest.cc',
+ 'gyp_script_target_writer_unittest.cc',
'input_conversion_unittest.cc',
'label_unittest.cc',
'loader_unittest.cc',
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/gyp_binary_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698