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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 27873002: Reapply/merge derived_sources.gyp useless use of cat (demoggification) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload Created 7 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 88a1e6213846f67bc073bdff04f9abd111e104a7..9677e33d56bd508843b42d93cd6bc810c5ee0a11 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -153,9 +153,9 @@
'inputs': [
'scripts/compute_dependencies.py',
'<(main_idl_files_list)',
- '<!@(cat <(main_idl_files_list))',
+ '<@(main_idl_files)',
'<(support_idl_files_list)',
- '<!@(cat <(support_idl_files_list))',
+ '<@(support_idl_files)',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698