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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'constants', | 7 'target_name': 'constants', |
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 14 matching lines...) Expand all Loading... |
25 ], | 25 ], |
26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
27 }, | 27 }, |
28 { | 28 { |
29 'target_name': 'history_item', | 29 'target_name': 'history_item', |
30 'dependencies': [ | 30 'dependencies': [ |
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
34 'constants', | 34 'constants', |
| 35 'browser_service', |
35 '../history/compiled_resources2.gyp:externs', | 36 '../history/compiled_resources2.gyp:externs', |
36 ], | 37 ], |
37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
38 }, | 39 }, |
39 { | 40 { |
40 'target_name': 'history_list', | 41 'target_name': 'history_list', |
41 'dependencies': [ | 42 'dependencies': [ |
42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres
hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', | 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres
hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', |
43 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', | 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc
es2.gyp:cr_shared_menu', |
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 }, | 106 }, |
106 { | 107 { |
107 'target_name': 'synced_device_manager', | 108 'target_name': 'synced_device_manager', |
108 'dependencies': [ | 109 'dependencies': [ |
109 'synced_device_card', | 110 'synced_device_card', |
110 ], | 111 ], |
111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
112 }, | 113 }, |
113 ], | 114 ], |
114 } | 115 } |
OLD | NEW |