OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'actions', | 7 'target_name': 'actions', |
8 'dependencies': [ | 8 'dependencies': [ |
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
10 '<(EXTERNS_GYP):chrome_extensions', | 10 '<(EXTERNS_GYP):chrome_extensions', |
(...skipping 29 matching lines...) Expand all Loading... |
40 { | 40 { |
41 'target_name': 'command_manager', | 41 'target_name': 'command_manager', |
42 'dependencies': [ | 42 'dependencies': [ |
43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
47 '<(EXTERNS_GYP):bookmark_manager_private', | 47 '<(EXTERNS_GYP):bookmark_manager_private', |
48 'edit_dialog', | 48 'edit_dialog', |
49 'store_client', | 49 'store_client', |
| 50 'toast_manager' |
50 ], | 51 ], |
51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 52 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
52 }, | 53 }, |
53 { | 54 { |
54 'target_name': 'constants', | 55 'target_name': 'constants', |
55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
56 }, | 57 }, |
57 { | 58 { |
58 'target_name': 'dnd_manager', | 59 'target_name': 'dnd_manager', |
59 'dependencies': [ | 60 'dependencies': [ |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 { | 138 { |
138 'target_name': 'store_client', | 139 'target_name': 'store_client', |
139 'dependencies': [ | 140 'dependencies': [ |
140 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
141 'store', | 142 'store', |
142 'types', | 143 'types', |
143 ], | 144 ], |
144 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 145 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
145 }, | 146 }, |
146 { | 147 { |
| 148 'target_name': 'toast', |
| 149 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 150 }, |
| 151 { |
| 152 'target_name': 'toast_manager', |
| 153 'dependencies': [ |
| 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 156 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', |
| 157 'toast', |
| 158 ], |
| 159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 160 }, |
| 161 { |
147 'target_name': 'toolbar', | 162 'target_name': 'toolbar', |
148 'dependencies': [ | 163 'dependencies': [ |
149 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 164 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
150 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 165 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
151 '<(EXTERNS_GYP):bookmark_manager_private', | 166 '<(EXTERNS_GYP):bookmark_manager_private', |
152 '<(EXTERNS_GYP):chrome_extensions', | 167 '<(EXTERNS_GYP):chrome_extensions', |
153 'command_manager', | 168 'command_manager', |
154 'edit_dialog', | 169 'edit_dialog', |
155 'store_client', | 170 'store_client', |
156 ], | 171 ], |
(...skipping 11 matching lines...) Expand all Loading... |
168 'target_name': 'util', | 183 'target_name': 'util', |
169 'dependencies': [ | 184 'dependencies': [ |
170 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 185 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
171 '<(EXTERNS_GYP):chrome_extensions', | 186 '<(EXTERNS_GYP):chrome_extensions', |
172 'types', | 187 'types', |
173 ], | 188 ], |
174 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 189 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
175 } | 190 } |
176 ] | 191 ] |
177 } | 192 } |
OLD | NEW |