| 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 cc5b93c1b002d8318ac6a9aeaa75ebc7c56c1173..daf2ec50beb7a94a79ec116275ee68dd52f662d1 100644
|
| --- a/chrome/browser/resources/md_history/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_history/compiled_resources2.gyp
|
| @@ -39,28 +39,22 @@
|
| {
|
| 'target_name': 'history_list',
|
| 'dependencies': [
|
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/compiled_resources2.gyp:iron-a11y-announcer-extracted',
|
| '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compiled_resources2.gyp:iron-list-extracted',
|
| '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-threshold/compiled_resources2.gyp:iron-scroll-threshold-extracted',
|
| '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
|
| + '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resources2.gyp:cr_lazy_render',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
| + 'browser_service',
|
| 'constants',
|
| + 'externs',
|
| 'history_item',
|
| - 'history_list_behavior',
|
| '../history/compiled_resources2.gyp:externs',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'history_list_behavior',
|
| - 'dependencies': [
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| - 'browser_service',
|
| - 'constants',
|
| - ],
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| 'target_name': 'history_toolbar',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp:cr_toolbar',
|
| @@ -84,18 +78,6 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'list_container',
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/compiled_resources2.gyp:iron-a11y-announcer-extracted',
|
| - '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resources2.gyp:cr_lazy_render',
|
| - 'externs',
|
| - 'history_list',
|
| - 'history_list_behavior',
|
| - '../history/compiled_resources2.gyp:externs',
|
| - ],
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| 'target_name': 'app',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.gyp:cr_drawer',
|
| @@ -103,7 +85,7 @@
|
| '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
|
| 'constants',
|
| 'history_toolbar',
|
| - 'list_container',
|
| + 'history_list',
|
| 'side_bar',
|
| 'synced_device_card',
|
| 'synced_device_manager',
|
|
|