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

Unified Diff: chrome/browser/resources/downloads/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: chrome/browser/resources/downloads/compiled_resources.gyp
diff --git a/chrome/browser/resources/downloads/compiled_resources.gyp b/chrome/browser/resources/downloads/compiled_resources.gyp
index c9eb0079a30e3ab92e84008f05a19853df3660ed..96db30fb35d34b89c3ba70d9e366a31a5d34b230 100644
--- a/chrome/browser/resources/downloads/compiled_resources.gyp
+++ b/chrome/browser/resources/downloads/compiled_resources.gyp
@@ -8,7 +8,7 @@
'variables': {
'depends': [
'../../../../ui/webui/resources/js/cr.js',
- '../../../../ui/webui/resources/js/load_time_data.js',
+ '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
'../../../../ui/webui/resources/js/util.js',
],
'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
« no previous file with comments | « no previous file | chrome/browser/resources/history/compiled_resources.gyp » ('j') | ui/webui/resources/js/compiled_resources.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698