| Index: chrome/browser/resources/md_history/compiled_resources2.gyp
|
| diff --git a/chrome/browser/resources/md_downloads/compiled_resources2.gyp b/chrome/browser/resources/md_history/compiled_resources2.gyp
|
| similarity index 57%
|
| copy from chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| copy to chrome/browser/resources/md_history/compiled_resources2.gyp
|
| index f4498cfabc51452f8bcc845ee2d169b07ade28fc..c8fc26b8999c4f02beb723f430152df62341429c 100644
|
| --- a/chrome/browser/resources/md_downloads/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_history/compiled_resources2.gyp
|
| @@ -4,59 +4,47 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'action_service',
|
| - 'dependencies': [
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| - ],
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| 'target_name': 'constants',
|
| - 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'externs',
|
| - 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
|
| + 'target_name': 'history_item',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'item',
|
| + 'target_name': 'history_list',
|
| 'dependencies': [
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resources2.gyp:cr_shared_menu',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| - '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/compiled_resources2.gyp:paper-inky-focus-behavior-extracted',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
| 'constants',
|
| - 'action_service',
|
| - 'externs',
|
| + 'history_item',
|
| + '../history/compiled_resources2.gyp:externs',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'manager',
|
| + 'target_name': 'history_toolbar',
|
| 'dependencies': [
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp:cr_search_field',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| - '<(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)/third_party/polymer/v1_0/components-chromium/iron-list/compiled_resources2.gyp:iron-list-extracted',
|
| - 'action_service',
|
| - 'item',
|
| - 'toolbar',
|
| - '<(EXTERNS_GYP):chrome_send',
|
| - 'externs',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'toolbar',
|
| + 'target_name': 'history',
|
| 'dependencies': [
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
| - '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp:cr_search_field',
|
| - 'action_service',
|
| + 'constants',
|
| + 'history_list',
|
| + 'history_toolbar',
|
| + '<(EXTERNS_GYP):chrome_send',
|
| + '../history/compiled_resources2.gyp:externs',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
|
|