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

Unified Diff: third_party/closure_compiler/compile_js2.gypi

Issue 2875543003: WebUI: Fix compile_js2.py to retrigger compilation for <include> files. (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/closure_compiler/build/get_includes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/compile_js2.gypi
diff --git a/third_party/closure_compiler/compile_js2.gypi b/third_party/closure_compiler/compile_js2.gypi
index 147ab9fc1d508fceb4bb19f5861199bdf5669789..8ab419bd4762ccc0743fd40a4fbcc4052cff0331 100644
--- a/third_party/closure_compiler/compile_js2.gypi
+++ b/third_party/closure_compiler/compile_js2.gypi
@@ -11,6 +11,7 @@
'default_source_file': '<(_target_name).js',
'source_files%': ['<(default_source_file)'],
+ 'extra_inputs%': [],
'includes': ['closure_args.gypi'],
},
@@ -54,6 +55,9 @@
'<(CLOSURE_DIR)/include_js.gypi',
'<(CLOSURE_DIR)/processor.py',
'>@(_sources)',
+ # When converting to GN, write the paths to additional inputs in a GN
+ # depfile file instead.
+ '<@(extra_inputs)',
],
'outputs': ['<(out_file)'],
« no previous file with comments | « third_party/closure_compiler/build/get_includes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698