OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # These variables are shared with the GN build. | 7 # These variables are shared with the GN build. |
8 # Name is that these are the extensions files for the extensions target. | 8 # Name is that these are the extensions files for the extensions target. |
9 # "chrome_browser_extensions_sources' are the extensions files in the | 9 # "chrome_browser_extensions_sources' are the extensions files in the |
10 # browser target. | 10 # browser target. |
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1127 ['OS=="win" or OS=="mac"', { | 1127 ['OS=="win" or OS=="mac"', { |
1128 'dependencies': [ | 1128 'dependencies': [ |
1129 '../components/components.gyp:wifi_component', | 1129 '../components/components.gyp:wifi_component', |
1130 ], | 1130 ], |
1131 'sources': [ | 1131 'sources': [ |
1132 '<@(chrome_browser_extensions_networking_private_sources)', | 1132 '<@(chrome_browser_extensions_networking_private_sources)', |
1133 ], | 1133 ], |
1134 }], | 1134 }], |
1135 ['OS=="win"', { | 1135 ['OS=="win"', { |
1136 'dependencies': [ | 1136 'dependencies': [ |
1137 'launcher_support', | |
1138 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1137 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
1139 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1138 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
1140 ], | 1139 ], |
1141 'conditions': [ | 1140 'conditions': [ |
1142 ['win_use_allocator_shim==1', { | 1141 ['win_use_allocator_shim==1', { |
1143 'dependencies': [ | 1142 'dependencies': [ |
1144 '<(allocator_target)', | 1143 '<(allocator_target)', |
1145 ], | 1144 ], |
1146 }], | 1145 }], |
1147 ], | 1146 ], |
(...skipping 26 matching lines...) Expand all Loading... |
1174 }], | 1173 }], |
1175 ['enable_app_list==1', { | 1174 ['enable_app_list==1', { |
1176 'sources': [ | 1175 'sources': [ |
1177 '<@(chrome_browser_extensions_app_list_sources)', | 1176 '<@(chrome_browser_extensions_app_list_sources)', |
1178 ], | 1177 ], |
1179 }] | 1178 }] |
1180 ], | 1179 ], |
1181 }, | 1180 }, |
1182 ], | 1181 ], |
1183 } | 1182 } |
OLD | NEW |