| 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'dns/address_sorter_posix.h', | 378 'dns/address_sorter_posix.h', |
| 379 'dns/address_sorter_win.cc', | 379 'dns/address_sorter_win.cc', |
| 380 'dns/dns_client.cc', | 380 'dns/dns_client.cc', |
| 381 'dns/dns_client.h', | 381 'dns/dns_client.h', |
| 382 'dns/dns_config_service.cc', | 382 'dns/dns_config_service.cc', |
| 383 'dns/dns_config_service.h', | 383 'dns/dns_config_service.h', |
| 384 'dns/dns_config_service_posix.cc', | 384 'dns/dns_config_service_posix.cc', |
| 385 'dns/dns_config_service_posix.h', | 385 'dns/dns_config_service_posix.h', |
| 386 'dns/dns_config_service_win.cc', | 386 'dns/dns_config_service_win.cc', |
| 387 'dns/dns_config_service_win.h', | 387 'dns/dns_config_service_win.h', |
| 388 'dns/dns_config_watcher.h', | |
| 389 'dns/dns_config_watcher_posix.cc', | |
| 390 'dns/dns_config_watcher_win.cc', | |
| 391 'dns/dns_hosts.cc', | 388 'dns/dns_hosts.cc', |
| 392 'dns/dns_hosts.h', | 389 'dns/dns_hosts.h', |
| 393 'dns/dns_protocol.h', | 390 'dns/dns_protocol.h', |
| 394 'dns/dns_query.cc', | 391 'dns/dns_query.cc', |
| 395 'dns/dns_query.h', | 392 'dns/dns_query.h', |
| 396 'dns/dns_response.cc', | 393 'dns/dns_response.cc', |
| 397 'dns/dns_response.h', | 394 'dns/dns_response.h', |
| 398 'dns/dns_session.cc', | 395 'dns/dns_session.cc', |
| 399 'dns/dns_session.h', | 396 'dns/dns_session.h', |
| 400 'dns/dns_transaction.cc', | 397 'dns/dns_transaction.cc', |
| (...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2144 '--result', '<@(_outputs)', | 2141 '--result', '<@(_outputs)', |
| 2145 '--isolate', 'net_unittests.isolate', | 2142 '--isolate', 'net_unittests.isolate', |
| 2146 ], | 2143 ], |
| 2147 }, | 2144 }, |
| 2148 ], | 2145 ], |
| 2149 }, | 2146 }, |
| 2150 ], | 2147 ], |
| 2151 }], | 2148 }], |
| 2152 ], | 2149 ], |
| 2153 } | 2150 } |
| OLD | NEW |