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': 'alert_overlay', | 7 'target_name': 'alert_overlay', |
8 'dependencies': [ | 8 'dependencies': [ |
9 '../../compiled_resources2.gyp:cr', | 9 '../../compiled_resources2.gyp:cr', |
10 '../../compiled_resources2.gyp:util', | 10 '../../compiled_resources2.gyp:util', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'target_name': 'focus_row', | 94 'target_name': 'focus_row', |
95 'dependencies': [ | 95 'dependencies': [ |
96 '../../compiled_resources2.gyp:assert', | 96 '../../compiled_resources2.gyp:assert', |
97 '../../compiled_resources2.gyp:cr', | 97 '../../compiled_resources2.gyp:cr', |
98 '../../compiled_resources2.gyp:event_tracker', | 98 '../../compiled_resources2.gyp:event_tracker', |
99 '../../compiled_resources2.gyp:util', | 99 '../../compiled_resources2.gyp:util', |
100 ], | 100 ], |
101 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 101 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
102 }, | 102 }, |
103 { | 103 { |
| 104 'target_name': 'focus_without_ink', |
| 105 'dependencies': [ |
| 106 '../../compiled_resources2.gyp:cr', |
| 107 '../compiled_resources2.gyp:ui', |
| 108 ], |
| 109 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 110 }, |
| 111 { |
104 'target_name': 'grid', | 112 'target_name': 'grid', |
105 'dependencies': [ | 113 'dependencies': [ |
106 'list', | 114 'list', |
107 ], | 115 ], |
108 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 116 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
109 }, | 117 }, |
110 { | 118 { |
111 'target_name': 'list', | 119 'target_name': 'list', |
112 'dependencies': [ | 120 'dependencies': [ |
113 'array_data_model', | 121 'array_data_model', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'target_name': 'tree', | 227 'target_name': 'tree', |
220 'dependencies': [ | 228 'dependencies': [ |
221 '../../compiled_resources2.gyp:cr', | 229 '../../compiled_resources2.gyp:cr', |
222 '../../compiled_resources2.gyp:util', | 230 '../../compiled_resources2.gyp:util', |
223 '../compiled_resources2.gyp:ui', | 231 '../compiled_resources2.gyp:ui', |
224 ], | 232 ], |
225 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 233 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
226 }, | 234 }, |
227 ], | 235 ], |
228 } | 236 } |
OLD | NEW |