OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 'utility/media_galleries/iphoto_library_parser.h', | 330 'utility/media_galleries/iphoto_library_parser.h', |
331 ], | 331 ], |
332 }], | 332 }], |
333 ['OS=="win"', { | 333 ['OS=="win"', { |
334 'sources': [ | 334 'sources': [ |
335 'utility/networking_private_handler.cc', | 335 'utility/networking_private_handler.cc', |
336 'utility/networking_private_handler.h', | 336 'utility/networking_private_handler.h', |
337 'utility/wifi/wifi_service.h', | 337 'utility/wifi/wifi_service.h', |
338 'utility/wifi/wifi_service.cc', | 338 'utility/wifi/wifi_service.cc', |
339 'utility/wifi/wifi_service_mock.cc', | 339 'utility/wifi/wifi_service_mock.cc', |
| 340 'utility/wifi/wifi_service_win.cc', |
340 ], | 341 ], |
341 }], | 342 }], |
342 ['use_openssl==1', { | 343 ['use_openssl==1', { |
343 'sources!': [ | 344 'sources!': [ |
344 'utility/importer/nss_decryptor.cc', | 345 'utility/importer/nss_decryptor.cc', |
345 ] | 346 ] |
346 }], | 347 }], |
347 ['OS!="win" and OS!="mac" and use_openssl==0', { | 348 ['OS!="win" and OS!="mac" and use_openssl==0', { |
348 'dependencies': [ | 349 'dependencies': [ |
349 '../crypto/crypto.gyp:crypto', | 350 '../crypto/crypto.gyp:crypto', |
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1188 'sources': [ | 1189 'sources': [ |
1189 'service/cloud_print/print_system_cups.cc', | 1190 'service/cloud_print/print_system_cups.cc', |
1190 ], | 1191 ], |
1191 }], | 1192 }], |
1192 ], | 1193 ], |
1193 }, | 1194 }, |
1194 ], | 1195 ], |
1195 }], | 1196 }], |
1196 ], # 'conditions' | 1197 ], # 'conditions' |
1197 } | 1198 } |
OLD | NEW |