| 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 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1141 ['OS=="win" or OS=="mac"', { | 1141 ['OS=="win" or OS=="mac"', { |
| 1142 'dependencies': [ | 1142 'dependencies': [ |
| 1143 '../components/components.gyp:wifi_component', | 1143 '../components/components.gyp:wifi_component', |
| 1144 ], | 1144 ], |
| 1145 'sources': [ | 1145 'sources': [ |
| 1146 '<@(chrome_browser_extensions_networking_private_sources)', | 1146 '<@(chrome_browser_extensions_networking_private_sources)', |
| 1147 ], | 1147 ], |
| 1148 }], | 1148 }], |
| 1149 ['OS=="win"', { | 1149 ['OS=="win"', { |
| 1150 'dependencies': [ | 1150 'dependencies': [ |
| 1151 'launcher_support', | |
| 1152 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1151 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 1153 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1152 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 1154 ], | 1153 ], |
| 1155 'conditions': [ | 1154 'conditions': [ |
| 1156 ['win_use_allocator_shim==1', { | 1155 ['win_use_allocator_shim==1', { |
| 1157 'dependencies': [ | 1156 'dependencies': [ |
| 1158 '<(allocator_target)', | 1157 '<(allocator_target)', |
| 1159 ], | 1158 ], |
| 1160 }], | 1159 }], |
| 1161 ], | 1160 ], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1210 'type': 'static_library', | 1209 'type': 'static_library', |
| 1211 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1210 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
| 1212 'variables': { | 1211 'variables': { |
| 1213 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1212 'proto_in_dir': 'browser/extensions/api/cast_channel', |
| 1214 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1213 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
| 1215 }, | 1214 }, |
| 1216 'includes': [ '../build/protoc.gypi' ] | 1215 'includes': [ '../build/protoc.gypi' ] |
| 1217 }, | 1216 }, |
| 1218 ], | 1217 ], |
| 1219 } | 1218 } |
| OLD | NEW |