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 { |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'target_name': 'util', | 156 'target_name': 'util', |
158 'dependencies': [ | 157 'dependencies': [ |
159 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 158 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
160 '<(EXTERNS_GYP):chrome_extensions', | 159 '<(EXTERNS_GYP):chrome_extensions', |
161 'types', | 160 'types', |
162 ], | 161 ], |
163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
164 } | 163 } |
165 ] | 164 ] |
166 } | 165 } |
OLD | NEW |