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

Unified Diff: ui/webui/resources/js/chromeos/compiled_resources.gyp

Issue 599203003: Implement recursive gyp dependencies for Closure Compilation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@J_jsevalcontext
Patch Set: fixed nits, removed i18n_template config Created 6 years, 3 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: ui/webui/resources/js/chromeos/compiled_resources.gyp
diff --git a/ui/webui/resources/js/chromeos/compiled_resources.gyp b/ui/webui/resources/js/chromeos/compiled_resources.gyp
index 6231af1379e22eb05d845f5d54b342eede06ad99..7b20d7d79877a44178096e6c871a9f065fe12854 100644
--- a/ui/webui/resources/js/chromeos/compiled_resources.gyp
+++ b/ui/webui/resources/js/chromeos/compiled_resources.gyp
@@ -8,7 +8,7 @@
'variables': {
'depends': [
'../cr.js',
- '../load_time_data.js'
+ '../compiled_resources.gyp:load_time_data',
],
},
'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],

Powered by Google App Engine
This is Rietveld 408576698