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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 '<(EXTERNS_GYP):bookmark_manager_private', | 48 '<(EXTERNS_GYP):bookmark_manager_private', |
49 '<(EXTERNS_GYP):metrics_private', | 49 '<(EXTERNS_GYP):metrics_private', |
50 'store', | 50 'store', |
51 'types', | 51 'types', |
52 ], | 52 ], |
53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
54 }, | 54 }, |
55 { | 55 { |
56 'target_name': 'edit_dialog', | 56 'target_name': 'edit_dialog', |
57 'dependencies': [ | 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', | 58 '<(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', | 59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
63 '<(EXTERNS_GYP):chrome_extensions', | 62 '<(EXTERNS_GYP):chrome_extensions', |
64 'types', | 63 'types', |
65 ], | 64 ], |
66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 65 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
67 }, | 66 }, |
68 { | 67 { |
69 'target_name': 'folder_node', | 68 'target_name': 'folder_node', |
70 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 69 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
71 'dependencies': [ | 70 'dependencies': [ |
| 71 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
72 '<(EXTERNS_GYP):chrome_extensions', | 72 '<(EXTERNS_GYP):chrome_extensions', |
73 'actions', | 73 'actions', |
74 'store_client', | 74 'store_client', |
75 ], | 75 ], |
76 }, | 76 }, |
77 { | 77 { |
78 'target_name': 'item', | 78 'target_name': 'item', |
79 'dependencies': [ | 79 'dependencies': [ |
80 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 80 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
81 '<(EXTERNS_GYP):chrome_extensions', | 81 '<(EXTERNS_GYP):chrome_extensions', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'target_name': 'util', | 157 'target_name': 'util', |
158 'dependencies': [ | 158 'dependencies': [ |
159 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 159 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
160 '<(EXTERNS_GYP):chrome_extensions', | 160 '<(EXTERNS_GYP):chrome_extensions', |
161 'types', | 161 'types', |
162 ], | 162 ], |
163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
164 } | 164 } |
165 ] | 165 ] |
166 } | 166 } |
OLD | NEW |