| 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..98645ddf5d7a9dc41d1943f5bd1eb2d740ec1334 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': 'item_view',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '../downloads/compiled_resources2.gyp:constants',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'manager',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:action_link',
|
| @@ -15,6 +23,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'],
|
| },
|
|
|