| 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', |
| 11 ], | 11 ], |
| 12 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 12 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 'target_name': 'array_data_model', | 15 'target_name': 'array_data_model', |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 '../../compiled_resources2.gyp:cr', | 17 '../../compiled_resources2.gyp:cr', |
| 18 '../compiled_resources2.gyp:event_target', | 18 '../compiled_resources2.gyp:event_target', |
| 19 ], | 19 ], |
| 20 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 20 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 'target_name': 'autocomplete_list', |
| 24 'dependencies': [ |
| 25 'list', |
| 26 'list_single_selection_model', |
| 27 'position_util', |
| 28 ], |
| 29 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 30 }, |
| 31 { |
| 23 'target_name': 'command', | 32 'target_name': 'command', |
| 24 'dependencies': [ | 33 'dependencies': [ |
| 25 '../../compiled_resources2.gyp:cr', | 34 '../../compiled_resources2.gyp:cr', |
| 26 '../compiled_resources2.gyp:ui', | 35 '../compiled_resources2.gyp:ui', |
| 27 ], | 36 ], |
| 28 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 37 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 29 }, | 38 }, |
| 30 { | 39 { |
| 31 'target_name': 'context_menu_button', | 40 'target_name': 'context_menu_button', |
| 32 'dependencies': [ | 41 'dependencies': [ |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'target_name': 'tree', | 219 'target_name': 'tree', |
| 211 'dependencies': [ | 220 'dependencies': [ |
| 212 '../../compiled_resources2.gyp:cr', | 221 '../../compiled_resources2.gyp:cr', |
| 213 '../../compiled_resources2.gyp:util', | 222 '../../compiled_resources2.gyp:util', |
| 214 '../compiled_resources2.gyp:ui', | 223 '../compiled_resources2.gyp:ui', |
| 215 ], | 224 ], |
| 216 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 225 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 217 }, | 226 }, |
| 218 ], | 227 ], |
| 219 } | 228 } |
| OLD | NEW |