| 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_submenu', | 7 # 'target_name': 'actions_submenu', |
| 8 # 'dependencies': [ |
| 9 # '../compiled_resources2.gyp:actions_model', |
| 10 # '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
| 11 # ], |
| 8 # 'includes': ['../../../../compile_js2.gypi'], | 12 # 'includes': ['../../../../compile_js2.gypi'], |
| 9 # }, | 13 # }, |
| 10 # { | 14 # { |
| 11 # 'target_name': 'banners', | 15 # 'target_name': 'banners', |
| 12 # 'includes': ['../../../../compile_js2.gypi'], | 16 # 'includes': ['../../../../compile_js2.gypi'], |
| 13 # }, | 17 # }, |
| 14 # { | 18 # { |
| 15 # 'target_name': 'combobutton', | 19 # 'target_name': 'combobutton', |
| 16 # 'includes': ['../../../../compile_js2.gypi'], | 20 # 'includes': ['../../../../compile_js2.gypi'], |
| 17 # }, | 21 # }, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 ], | 94 ], |
| 91 'includes': ['../../../../compile_js2.gypi'], | 95 'includes': ['../../../../compile_js2.gypi'], |
| 92 }, | 96 }, |
| 93 { | 97 { |
| 94 'target_name': 'files_confirm_dialog', | 98 'target_name': 'files_confirm_dialog', |
| 95 'dependencies': [ | 99 'dependencies': [ |
| 96 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs', | 100 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs', |
| 97 ], | 101 ], |
| 98 'includes': ['../../../../compile_js2.gypi'], | 102 'includes': ['../../../../compile_js2.gypi'], |
| 99 }, | 103 }, |
| 104 { |
| 105 'target_name': 'files_menu', |
| 106 'dependencies': [ |
| 107 '../../../../externs/compiled_resources2.gyp:paper_elements', |
| 108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 109 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu', |
| 110 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_item'
, |
| 111 '<(EXTERNS_GYP):web_animations', |
| 112 ], |
| 113 'includes': ['../../../../compile_js2.gypi'], |
| 114 }, |
| 115 { |
| 116 'target_name': 'gear_menu', |
| 117 'dependencies': [ |
| 118 '../../../common/js/compiled_resources2.gyp:util', |
| 119 ], |
| 120 'includes': ['../../../../compile_js2.gypi'], |
| 121 }, |
| 100 # { | 122 # { |
| 101 # 'target_name': 'files_menu', | |
| 102 # 'includes': ['../../../../compile_js2.gypi'], | |
| 103 # }, | |
| 104 # { | |
| 105 # 'target_name': 'gear_menu', | |
| 106 # 'includes': ['../../../../compile_js2.gypi'], | |
| 107 # }, | |
| 108 # { | |
| 109 # 'target_name': 'list_container', | 123 # 'target_name': 'list_container', |
| 110 # 'includes': ['../../../../compile_js2.gypi'], | 124 # 'includes': ['../../../../compile_js2.gypi'], |
| 111 # }, | 125 # }, |
| 112 { | 126 { |
| 113 'target_name': 'location_line', | 127 'target_name': 'location_line', |
| 114 'dependencies': [ | 128 'dependencies': [ |
| 115 '../../../../externs/compiled_resources2.gyp:platform', | 129 '../../../../externs/compiled_resources2.gyp:platform', |
| 116 '../../../../externs/compiled_resources2.gyp:volume_manager', | 130 '../../../../externs/compiled_resources2.gyp:volume_manager', |
| 117 '../../../common/js/compiled_resources2.gyp:util', | 131 '../../../common/js/compiled_resources2.gyp:util', |
| 118 '../../../common/js/compiled_resources2.gyp:volume_manager_common', | 132 '../../../common/js/compiled_resources2.gyp:volume_manager_common', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 'file_manager_dialog_base', | 164 'file_manager_dialog_base', |
| 151 ], | 165 ], |
| 152 'includes': ['../../../../compile_js2.gypi'], | 166 'includes': ['../../../../compile_js2.gypi'], |
| 153 }, | 167 }, |
| 154 # { | 168 # { |
| 155 # 'target_name': 'suggest_apps_dialog', | 169 # 'target_name': 'suggest_apps_dialog', |
| 156 # 'includes': ['../../../../compile_js2.gypi'], | 170 # 'includes': ['../../../../compile_js2.gypi'], |
| 157 # }, | 171 # }, |
| 158 ], | 172 ], |
| 159 } | 173 } |
| OLD | NEW |