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

Unified Diff: third_party/closure_compiler/compile_js.gypi

Issue 1037613002: Rework how remoting JS compilation GYP works. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: third_party/closure_compiler/compile_js.gypi
diff --git a/third_party/closure_compiler/compile_js.gypi b/third_party/closure_compiler/compile_js.gypi
index 6b191522d22d47dd567d3abee3391c546a47db47..b79c57b78c0a8ccb4b4609a33ff9b4b4b2f871e4 100644
--- a/third_party/closure_compiler/compile_js.gypi
+++ b/third_party/closure_compiler/compile_js.gypi
@@ -19,6 +19,7 @@
'depends%': [],
},
'inputs': [
+ 'compile_js.gypi',
'<(CLOSURE_DIR)/checker.py',
'<(CLOSURE_DIR)/processor.py',
'<(CLOSURE_DIR)/build/inputs.py',

Powered by Google App Engine
This is Rietveld 408576698