| 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 5cc98210c045b0d10904a63386ca7c08cf0ccaf0..b6fc3367559c2f03e1fced715b9e7ceb47af3772 100644
|
| --- a/chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| @@ -13,6 +13,14 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'focus_row',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'item',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| @@ -32,7 +40,9 @@
|
| '<(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',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid',
|
| 'action_service',
|
| + 'focus_row',
|
| 'item',
|
| 'toolbar',
|
| '<(EXTERNS_GYP):chrome_send',
|
|
|