| 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 # 'includes': ['../../../../compile_js2.gypi'], | 8 # 'includes': ['../../../../compile_js2.gypi'], |
| 9 # }, | 9 # }, |
| 10 # { | 10 # { |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'includes': ['../../../../compile_js2.gypi'], | 94 'includes': ['../../../../compile_js2.gypi'], |
| 95 }, | 95 }, |
| 96 # { | 96 # { |
| 97 # 'target_name': 'files_menu', | 97 # 'target_name': 'files_menu', |
| 98 # 'includes': ['../../../../compile_js2.gypi'], | 98 # 'includes': ['../../../../compile_js2.gypi'], |
| 99 # }, | 99 # }, |
| 100 # { | 100 # { |
| 101 # 'target_name': 'gear_menu', | 101 # 'target_name': 'gear_menu', |
| 102 # 'includes': ['../../../../compile_js2.gypi'], | 102 # 'includes': ['../../../../compile_js2.gypi'], |
| 103 # }, | 103 # }, |
| 104 { | 104 # { |
| 105 'target_name': 'list_container', | 105 # 'target_name': 'list_container', |
| 106 'includes': ['../../../../compile_js2.gypi'], | 106 # 'includes': ['../../../../compile_js2.gypi'], |
| 107 }, | 107 # }, |
| 108 { | 108 { |
| 109 'target_name': 'location_line', | 109 'target_name': 'location_line', |
| 110 'dependencies': [ | 110 'dependencies': [ |
| 111 '../../../../externs/compiled_resources2.gyp:platform', | 111 '../../../../externs/compiled_resources2.gyp:platform', |
| 112 '../../../../externs/compiled_resources2.gyp:volume_manager', | 112 '../../../../externs/compiled_resources2.gyp:volume_manager', |
| 113 '../../../common/js/compiled_resources2.gyp:util', | 113 '../../../common/js/compiled_resources2.gyp:util', |
| 114 '../../../common/js/compiled_resources2.gyp:volume_manager_common', | 114 '../../../common/js/compiled_resources2.gyp:volume_manager_common', |
| 115 '../compiled_resources2.gyp:volume_manager_wrapper', | 115 '../compiled_resources2.gyp:volume_manager_wrapper', |
| 116 ], | 116 ], |
| 117 'includes': ['../../../../compile_js2.gypi'], | 117 'includes': ['../../../../compile_js2.gypi'], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 146 'file_manager_dialog_base', | 146 'file_manager_dialog_base', |
| 147 ], | 147 ], |
| 148 'includes': ['../../../../compile_js2.gypi'], | 148 'includes': ['../../../../compile_js2.gypi'], |
| 149 }, | 149 }, |
| 150 # { | 150 # { |
| 151 # 'target_name': 'suggest_apps_dialog', | 151 # 'target_name': 'suggest_apps_dialog', |
| 152 # 'includes': ['../../../../compile_js2.gypi'], | 152 # 'includes': ['../../../../compile_js2.gypi'], |
| 153 # }, | 153 # }, |
| 154 ], | 154 ], |
| 155 } | 155 } |
| OLD | NEW |