Chromium Code Reviews| 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 '../../../../ui/webui/resources/js/cr.js', | 13 '../../../../ui/webui/resources/js/cr.js', |
| 14 '../../../../ui/webui/resources/js/util.js', | 14 '../../../../ui/webui/resources/js/util.js', |
| 15 '../../../../ui/webui/resources/js/cr/ui/position_util.js', | 15 '../../../../ui/webui/resources/js/cr/ui/position_util.js', |
| 16 'history_card_manager.js', | 16 'history_list.js', |
|
tsergeant
2016/02/02 05:58:00
Sort these again.
yingran
2016/02/02 06:49:10
Done.
| |
| 17 'history_card.js', | |
| 18 'history_item.js', | 17 'history_item.js', |
| 19 'history_toolbar.js', | 18 'history_toolbar.js', |
| 20 'history.js', | 19 'history.js', |
| 21 ], | 20 ], |
| 22 'externs': [ | 21 'externs': [ |
| 23 '<(EXTERNS_DIR)/chrome_send.js', | 22 '<(EXTERNS_DIR)/chrome_send.js', |
| 24 '../history/externs.js', | 23 '../history/externs.js', |
| 25 ], | 24 ], |
| 26 }, | 25 }, |
| 27 | 26 |
| 28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 27 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 29 }, | 28 }, |
| 30 ], | 29 ], |
| 31 } | 30 } |
| OLD | NEW |