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 20 matching lines...) Expand all Loading... |
31 '<(EXTERNS_GYP):chrome_extensions', | 31 '<(EXTERNS_GYP):chrome_extensions', |
32 'api_listener', | 32 'api_listener', |
33 'dnd_manager', | 33 'dnd_manager', |
34 'router', | 34 'router', |
35 'store', | 35 'store', |
36 'store_client', | 36 'store_client', |
37 ], | 37 ], |
38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
39 }, | 39 }, |
40 { | 40 { |
41 'target_name': 'edit_dialog', | 41 'target_name': 'constants', |
42 'dependencies': [ | |
43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | |
44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', | |
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | |
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | |
47 '<(EXTERNS_GYP):chrome_extensions', | |
48 'types', | |
49 ], | |
50 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 42 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
51 }, | 43 }, |
52 { | 44 { |
53 'target_name': 'dnd_manager', | 45 'target_name': 'dnd_manager', |
54 'dependencies': [ | 46 'dependencies': [ |
55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
56 '<(EXTERNS_GYP):bookmark_manager_private', | 48 '<(EXTERNS_GYP):bookmark_manager_private', |
57 '<(EXTERNS_GYP):metrics_private', | 49 '<(EXTERNS_GYP):metrics_private', |
58 'store', | 50 'store', |
59 'types', | 51 'types', |
60 ], | 52 ], |
61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
62 }, | 54 }, |
63 { | 55 { |
| 56 'target_name': 'edit_dialog', |
| 57 'dependencies': [ |
| 58 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 59 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', |
| 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 62 '<(EXTERNS_GYP):chrome_extensions', |
| 63 'types', |
| 64 ], |
| 65 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 66 }, |
| 67 { |
64 'target_name': 'folder_node', | 68 'target_name': 'folder_node', |
65 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 69 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
66 'dependencies': [ | 70 'dependencies': [ |
67 '<(EXTERNS_GYP):chrome_extensions', | 71 '<(EXTERNS_GYP):chrome_extensions', |
68 'actions', | 72 'actions', |
69 'store_client', | 73 'store_client', |
70 ], | 74 ], |
71 }, | 75 }, |
72 { | 76 { |
73 'target_name': 'item', | 77 'target_name': 'item', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 146 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
143 '<(EXTERNS_GYP):chrome_extensions', | 147 '<(EXTERNS_GYP):chrome_extensions', |
144 'store_client', | 148 'store_client', |
145 ], | 149 ], |
146 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 150 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
147 }, | 151 }, |
148 { | 152 { |
149 'target_name': 'types', | 153 'target_name': 'types', |
150 'dependencies': [ | 154 'dependencies': [ |
151 '<(EXTERNS_GYP):chrome_extensions', | 155 '<(EXTERNS_GYP):chrome_extensions', |
| 156 'constants', |
152 ], | 157 ], |
153 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 158 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
154 }, | 159 }, |
155 { | 160 { |
156 'target_name': 'util', | 161 'target_name': 'util', |
157 'dependencies': [ | 162 'dependencies': [ |
158 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 163 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
159 '<(EXTERNS_GYP):chrome_extensions', | 164 '<(EXTERNS_GYP):chrome_extensions', |
160 'types', | 165 'types', |
161 ], | 166 ], |
162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 167 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
163 } | 168 } |
164 ] | 169 ] |
165 } | 170 } |
OLD | NEW |