| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'target_name': 'focus_row', | 59 'target_name': 'focus_row', |
| 60 'dependencies': [ | 60 'dependencies': [ |
| 61 '../../compiled_resources2.gyp:assert', | 61 '../../compiled_resources2.gyp:assert', |
| 62 '../../compiled_resources2.gyp:cr', | 62 '../../compiled_resources2.gyp:cr', |
| 63 '../../compiled_resources2.gyp:event_tracker', | 63 '../../compiled_resources2.gyp:event_tracker', |
| 64 '../../compiled_resources2.gyp:util', | 64 '../../compiled_resources2.gyp:util', |
| 65 ], | 65 ], |
| 66 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 66 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 'target_name': 'list_selection_model', |
| 70 'dependencies': [ |
| 71 '../../compiled_resources2.gyp:cr', |
| 72 '../compiled_resources2.gyp:event_target', |
| 73 ], |
| 74 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 75 }, |
| 76 { |
| 69 'target_name': 'menu_button', | 77 'target_name': 'menu_button', |
| 70 'dependencies': [ | 78 'dependencies': [ |
| 71 '../../compiled_resources2.gyp:assert', | 79 '../../compiled_resources2.gyp:assert', |
| 72 '../../compiled_resources2.gyp:cr', | 80 '../../compiled_resources2.gyp:cr', |
| 73 '../../compiled_resources2.gyp:event_tracker', | 81 '../../compiled_resources2.gyp:event_tracker', |
| 74 '../compiled_resources2.gyp:ui', | 82 '../compiled_resources2.gyp:ui', |
| 75 'menu', | 83 'menu', |
| 76 'menu_item', | 84 'menu_item', |
| 77 'position_util', | 85 'position_util', |
| 78 ], | 86 ], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 108 }, | 116 }, |
| 109 { | 117 { |
| 110 'target_name': 'position_util', | 118 'target_name': 'position_util', |
| 111 'dependencies': [ | 119 'dependencies': [ |
| 112 '../../compiled_resources2.gyp:cr', | 120 '../../compiled_resources2.gyp:cr', |
| 113 ], | 121 ], |
| 114 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], | 122 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g
ypi'], |
| 115 }, | 123 }, |
| 116 ], | 124 ], |
| 117 } | 125 } |
| OLD | NEW |