| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 'websockets/websocket_net_log_params_unittest.cc', | 1428 'websockets/websocket_net_log_params_unittest.cc', |
| 1429 'websockets/websocket_throttle_unittest.cc', | 1429 'websockets/websocket_throttle_unittest.cc', |
| 1430 ], | 1430 ], |
| 1431 'conditions': [ | 1431 'conditions': [ |
| 1432 ['chromeos==1', { | 1432 ['chromeos==1', { |
| 1433 'sources!': [ | 1433 'sources!': [ |
| 1434 'base/network_change_notifier_linux_unittest.cc', | 1434 'base/network_change_notifier_linux_unittest.cc', |
| 1435 'proxy/proxy_config_service_linux_unittest.cc', | 1435 'proxy/proxy_config_service_linux_unittest.cc', |
| 1436 ], | 1436 ], |
| 1437 }], | 1437 }], |
| 1438 [ 'OS == "android"', { |
| 1439 'sources!': [ |
| 1440 # No res_ninit() et al on Android, so this doesn't make a lot of |
| 1441 # sense. |
| 1442 'dns/dns_config_service_posix_unittest.cc', |
| 1443 ], |
| 1444 }], |
| 1438 [ 'use_glib == 1', { | 1445 [ 'use_glib == 1', { |
| 1439 'dependencies': [ | 1446 'dependencies': [ |
| 1440 '../build/linux/system.gyp:ssl', | 1447 '../build/linux/system.gyp:ssl', |
| 1441 ], | 1448 ], |
| 1442 }, { # else use_glib == 0: !posix || mac | 1449 }, { # else use_glib == 0: !posix || mac |
| 1443 'sources!': [ | 1450 'sources!': [ |
| 1444 'base/nss_cert_database_unittest.cc', | 1451 'base/nss_cert_database_unittest.cc', |
| 1445 ], | 1452 ], |
| 1446 }, | 1453 }, |
| 1447 ], | 1454 ], |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2293 '--result', '<@(_outputs)', | 2300 '--result', '<@(_outputs)', |
| 2294 '--isolate', 'net_unittests.isolate', | 2301 '--isolate', 'net_unittests.isolate', |
| 2295 ], | 2302 ], |
| 2296 }, | 2303 }, |
| 2297 ], | 2304 ], |
| 2298 }, | 2305 }, |
| 2299 ], | 2306 ], |
| 2300 }], | 2307 }], |
| 2301 ], | 2308 ], |
| 2302 } | 2309 } |
| OLD | NEW |