Index: chrome/browser/resources/md_downloads/compiled_resources2.gyp |
diff --git a/chrome/browser/resources/md_downloads/compiled_resources2.gyp b/chrome/browser/resources/md_downloads/compiled_resources2.gyp |
index 7b4afb7e7ba83cbec99a37f6069c337b0cf3f1e2..53e6c1ff7aea9f5b34281a7ff53e759484ead67c 100644 |
--- a/chrome/browser/resources/md_downloads/compiled_resources2.gyp |
+++ b/chrome/browser/resources/md_downloads/compiled_resources2.gyp |
@@ -4,6 +4,15 @@ |
{ |
'targets': [ |
{ |
+ 'target_name': 'action_service', |
+ 'dependencies': [ |
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
+ ], |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
+ }, |
+ { |
'target_name': 'item_view', |
'dependencies': [ |
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
@@ -11,6 +20,7 @@ |
'../downloads/compiled_resources2.gyp:constants', |
'../downloads/compiled_resources2.gyp:throttled_icon_loader', |
'../downloads/compiled_resources2.gyp:externs', |
+ 'action_service', |
], |
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
}, |
@@ -22,11 +32,21 @@ |
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', |
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
+ 'action_service', |
'item_view', |
+ 'toolbar', |
'<(EXTERNS_GYP):chrome_send', |
'../downloads/compiled_resources2.gyp:externs', |
], |
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
}, |
+ { |
+ 'target_name': 'toolbar', |
+ 'dependencies': [ |
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
+ 'action_service', |
+ ], |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
+ }, |
], |
} |