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

Unified Diff: chrome/browser/resources/print_preview/compiled_resources2.gyp

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 | « no previous file | third_party/closure_compiler/build/get_includes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/compiled_resources2.gyp
diff --git a/chrome/browser/resources/print_preview/compiled_resources2.gyp b/chrome/browser/resources/print_preview/compiled_resources2.gyp
index a8b0dff44935474b936b9145257b0aaf72124244..34ec0aadb33fd45821635aa8018aa67f2024471a 100644
--- a/chrome/browser/resources/print_preview/compiled_resources2.gyp
+++ b/chrome/browser/resources/print_preview/compiled_resources2.gyp
@@ -17,6 +17,11 @@
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
'<(EXTERNS_GYP):chrome_send',
],
+ 'variables': {
+ 'extra_inputs': [
+ '<!@(python <(CLOSURE_DIR)/build/get_includes.py print_preview.js)',
+ ],
+ },
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
}
],
« no previous file with comments | « no previous file | third_party/closure_compiler/build/get_includes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698