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

Unified Diff: test/generator-output/rules/subdir1/executable.gyp

Issue 13869005: Dropping the scons generator. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 | « test/external-cross-compile/gyptest-cross.py ('k') | test/include_dirs/gyptest-all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generator-output/rules/subdir1/executable.gyp
===================================================================
--- test/generator-output/rules/subdir1/executable.gyp (revision 1611)
+++ test/generator-output/rules/subdir1/executable.gyp (working copy)
@@ -26,7 +26,7 @@
'../copy-file.py',
],
'outputs': [
- # TODO: fix SCons and Make to support generated files not
+ # TODO: fix Make to support generated files not
# in a variable-named path like <(INTERMEDIATE_DIR)
#'<(RULE_INPUT_ROOT).c',
'<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).h',
@@ -43,7 +43,7 @@
'../copy-file.py',
],
'outputs': [
- # TODO: fix SCons and Make to support generated files not
+ # TODO: fix Make to support generated files not
# in a variable-named path like <(INTERMEDIATE_DIR)
#'<(RULE_INPUT_ROOT).c',
'<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).c',
« no previous file with comments | « test/external-cross-compile/gyptest-cross.py ('k') | test/include_dirs/gyptest-all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698