| 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 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1454 'websockets/websocket_net_log_params_unittest.cc', | 1454 'websockets/websocket_net_log_params_unittest.cc', |
| 1455 'websockets/websocket_throttle_unittest.cc', | 1455 'websockets/websocket_throttle_unittest.cc', |
| 1456 ], | 1456 ], |
| 1457 'conditions': [ | 1457 'conditions': [ |
| 1458 ['chromeos==1', { | 1458 ['chromeos==1', { |
| 1459 'sources!': [ | 1459 'sources!': [ |
| 1460 'base/network_change_notifier_linux_unittest.cc', | 1460 'base/network_change_notifier_linux_unittest.cc', |
| 1461 'proxy/proxy_config_service_linux_unittest.cc', | 1461 'proxy/proxy_config_service_linux_unittest.cc', |
| 1462 ], | 1462 ], |
| 1463 }], | 1463 }], |
| 1464 [ 'OS == "android"', { |
| 1465 'sources!': [ |
| 1466 # No res_ninit() et al on Android, so this doesn't make a lot of |
| 1467 # sense. |
| 1468 'dns/dns_config_service_posix_unittest.cc', |
| 1469 ], |
| 1470 }], |
| 1464 [ 'use_glib == 1', { | 1471 [ 'use_glib == 1', { |
| 1465 'dependencies': [ | 1472 'dependencies': [ |
| 1466 '../build/linux/system.gyp:ssl', | 1473 '../build/linux/system.gyp:ssl', |
| 1467 ], | 1474 ], |
| 1468 }, { # else use_glib == 0: !posix || mac | 1475 }, { # else use_glib == 0: !posix || mac |
| 1469 'sources!': [ | 1476 'sources!': [ |
| 1470 'base/nss_cert_database_unittest.cc', | 1477 'base/nss_cert_database_unittest.cc', |
| 1471 ], | 1478 ], |
| 1472 }, | 1479 }, |
| 1473 ], | 1480 ], |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2319 '--result', '<@(_outputs)', | 2326 '--result', '<@(_outputs)', |
| 2320 '--isolate', 'net_unittests.isolate', | 2327 '--isolate', 'net_unittests.isolate', |
| 2321 ], | 2328 ], |
| 2322 }, | 2329 }, |
| 2323 ], | 2330 ], |
| 2324 }, | 2331 }, |
| 2325 ], | 2332 ], |
| 2326 }], | 2333 }], |
| 2327 ], | 2334 ], |
| 2328 } | 2335 } |
| OLD | NEW |