| 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..652b0a1c9064b6160d09ee71beb6fb4372f56601 100644
|
| --- a/chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| @@ -4,6 +4,14 @@
|
| {
|
| 'targets': [
|
| {
|
| + 'target_name': 'action_service',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'item_view',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| @@ -11,6 +19,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 +31,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'],
|
| + },
|
| ],
|
| }
|
|
|