| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'dns/address_sorter_posix.h', | 371 'dns/address_sorter_posix.h', |
| 372 'dns/address_sorter_win.cc', | 372 'dns/address_sorter_win.cc', |
| 373 'dns/dns_client.cc', | 373 'dns/dns_client.cc', |
| 374 'dns/dns_client.h', | 374 'dns/dns_client.h', |
| 375 'dns/dns_config_service.cc', | 375 'dns/dns_config_service.cc', |
| 376 'dns/dns_config_service.h', | 376 'dns/dns_config_service.h', |
| 377 'dns/dns_config_service_posix.cc', | 377 'dns/dns_config_service_posix.cc', |
| 378 'dns/dns_config_service_posix.h', | 378 'dns/dns_config_service_posix.h', |
| 379 'dns/dns_config_service_win.cc', | 379 'dns/dns_config_service_win.cc', |
| 380 'dns/dns_config_service_win.h', | 380 'dns/dns_config_service_win.h', |
| 381 'dns/dns_config_watcher.h', | |
| 382 'dns/dns_config_watcher_posix.cc', | |
| 383 'dns/dns_config_watcher_win.cc', | |
| 384 'dns/dns_hosts.cc', | 381 'dns/dns_hosts.cc', |
| 385 'dns/dns_hosts.h', | 382 'dns/dns_hosts.h', |
| 386 'dns/dns_protocol.h', | 383 'dns/dns_protocol.h', |
| 387 'dns/dns_query.cc', | 384 'dns/dns_query.cc', |
| 388 'dns/dns_query.h', | 385 'dns/dns_query.h', |
| 389 'dns/dns_response.cc', | 386 'dns/dns_response.cc', |
| 390 'dns/dns_response.h', | 387 'dns/dns_response.h', |
| 391 'dns/dns_session.cc', | 388 'dns/dns_session.cc', |
| 392 'dns/dns_session.h', | 389 'dns/dns_session.h', |
| 393 'dns/dns_transaction.cc', | 390 'dns/dns_transaction.cc', |
| (...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2098 '--result', '<@(_outputs)', | 2095 '--result', '<@(_outputs)', |
| 2099 '--isolate', 'net_unittests.isolate', | 2096 '--isolate', 'net_unittests.isolate', |
| 2100 ], | 2097 ], |
| 2101 }, | 2098 }, |
| 2102 ], | 2099 ], |
| 2103 }, | 2100 }, |
| 2104 ], | 2101 ], |
| 2105 }], | 2102 }], |
| 2106 ], | 2103 ], |
| 2107 } | 2104 } |
| OLD | NEW |