| 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 7f74d88dbef00bc76de680d242b443ef647cb193..ea37fa90d677ebbd60f33f6b7fa96ccbd0d64799 100644
|
| --- a/chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| @@ -4,6 +4,17 @@
|
| {
|
| 'targets': [
|
| {
|
| + 'target_name': 'item_view',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| + '../downloads/compiled_resources2.gyp:constants',
|
| + '../downloads/compiled_resources2.gyp:externs',
|
| + '../downloads/compiled_resources2.gyp:icon_loader',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'manager',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:action_link',
|
| @@ -15,6 +26,7 @@
|
| '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
|
| '<(EXTERNS_GYP):chrome_send',
|
| '../downloads/compiled_resources2.gyp:externs',
|
| + 'item_view',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
|
|