summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/downloads/compiled_resources2.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/downloads/compiled_resources2.gyp')
-rw-r--r--chrome/browser/resources/downloads/compiled_resources2.gyp18
1 files changed, 14 insertions, 4 deletions
diff --git a/chrome/browser/resources/downloads/compiled_resources2.gyp b/chrome/browser/resources/downloads/compiled_resources2.gyp
index f5793ee..4777352 100644
--- a/chrome/browser/resources/downloads/compiled_resources2.gyp
+++ b/chrome/browser/resources/downloads/compiled_resources2.gyp
@@ -4,6 +4,11 @@
{
'targets': [
{
+ 'target_name': 'constants',
+ 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'externs',
'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'],
},
@@ -13,8 +18,8 @@
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
- '../md_downloads/compiled_resources2.gyp:constants',
- '../md_downloads/compiled_resources2.gyp:throttled_icon_loader',
+ 'constants',
+ 'throttled_icon_loader',
'externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -40,8 +45,8 @@
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid',
- '../md_downloads/copmiled_resources2.gyp:constants',
- '../md_downloads/compiled_resources2.gyp:throttled_icon_loader',
+ 'constants',
+ 'throttled_icon_loader',
'item_view',
'focus_row',
'<(EXTERNS_GYP):chrome_send',
@@ -49,5 +54,10 @@
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'throttled_icon_loader',
+ 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
],
}