| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # Closure compiler definition for MD History. | 5 # Closure compiler definition for MD History. |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'history', | 9 'target_name': 'history', |
| 10 | 10 |
| 11 'variables': { | 11 'variables': { |
| 12 'depends': [ | 12 'depends': [ |
| 13 '../../../../third_party/polymer/v1_0/components-chromium/iron-list/ir
on-list-extracted.js', | 13 '../../../../third_party/polymer/v1_0/components-chromium/iron-list/ir
on-list-extracted.js', |
| 14 '../../../../third_party/polymer/v1_0/components-chromium/iron-resizab
le-behavior/iron-resizable-behavior-extracted.js', | 14 '../../../../third_party/polymer/v1_0/components-chromium/iron-resizab
le-behavior/iron-resizable-behavior-extracted.js', |
| 15 '../../../../ui/webui/resources/cr_elements/cr_search_field/cr_search_
field.js', |
| 15 '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_da
ta', | 16 '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_da
ta', |
| 16 '../../../../ui/webui/resources/js/cr.js', | 17 '../../../../ui/webui/resources/js/cr.js', |
| 17 '../../../../ui/webui/resources/js/cr/ui/position_util.js', | 18 '../../../../ui/webui/resources/js/cr/ui/position_util.js', |
| 18 '../../../../ui/webui/resources/js/util.js', | 19 '../../../../ui/webui/resources/js/util.js', |
| 19 'history.js', | 20 'history.js', |
| 20 'history_card.js', | 21 'history_card.js', |
| 21 'history_card_manager.js', | 22 'history_card_manager.js', |
| 22 'history_item.js', | 23 'history_item.js', |
| 23 'history_toolbar.js', | 24 'history_toolbar.js', |
| 24 ], | 25 ], |
| 25 'externs': [ | 26 'externs': [ |
| 26 '<(EXTERNS_DIR)/chrome_send.js', | 27 '<(EXTERNS_DIR)/chrome_send.js', |
| 27 '../history/externs.js', | 28 '../history/externs.js', |
| 28 ], | 29 ], |
| 29 }, | 30 }, |
| 30 | 31 |
| 31 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 32 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 32 }, | 33 }, |
| 33 ], | 34 ], |
| 34 } | 35 } |
| OLD | NEW |