| Index: chrome/browser/resources/md_history/compiled_resources2.gyp
|
| diff --git a/chrome/browser/resources/md_history/compiled_resources2.gyp b/chrome/browser/resources/md_history/compiled_resources2.gyp
|
| index 2d0b309e6de3a855fe047c10193fd41cd86cd4f7..4132bf1a00bf2fed18a15b1323151f3e03fb8ca0 100644
|
| --- a/chrome/browser/resources/md_history/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_history/compiled_resources2.gyp
|
| @@ -72,16 +72,25 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'list_container',
|
| + 'dependencies': [
|
| + 'grouped_list',
|
| + 'history_list',
|
| + '<(EXTERNS_GYP):chrome_send',
|
| + '../history/compiled_resources2.gyp:externs',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'app',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
| 'constants',
|
| - 'history_list',
|
| 'history_toolbar',
|
| + 'list_container',
|
| 'side_bar',
|
| 'synced_device_card',
|
| 'synced_device_manager',
|
| - '<(EXTERNS_GYP):chrome_send',
|
| '../history/compiled_resources2.gyp:externs',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
|