| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 'dns/dns_test_util.cc', | 571 'dns/dns_test_util.cc', |
| 572 'dns/dns_test_util.h', | 572 'dns/dns_test_util.h', |
| 573 'dns/mock_host_resolver.cc', | 573 'dns/mock_host_resolver.cc', |
| 574 'dns/mock_host_resolver.h', | 574 'dns/mock_host_resolver.h', |
| 575 'dns/mock_mdns_socket_factory.cc', | 575 'dns/mock_mdns_socket_factory.cc', |
| 576 'dns/mock_mdns_socket_factory.h', | 576 'dns/mock_mdns_socket_factory.h', |
| 577 'http/http_stream_factory_test_util.cc', | 577 'http/http_stream_factory_test_util.cc', |
| 578 'http/http_stream_factory_test_util.h', | 578 'http/http_stream_factory_test_util.h', |
| 579 'http/http_transaction_test_util.cc', | 579 'http/http_transaction_test_util.cc', |
| 580 'http/http_transaction_test_util.h', | 580 'http/http_transaction_test_util.h', |
| 581 'http/http_stream_factory_test_util.cc', |
| 582 'http/http_stream_factory_test_util.h', |
| 581 'log/test_net_log.cc', | 583 'log/test_net_log.cc', |
| 582 'log/test_net_log.h', | 584 'log/test_net_log.h', |
| 583 'log/test_net_log_entry.cc', | 585 'log/test_net_log_entry.cc', |
| 584 'log/test_net_log_entry.h', | 586 'log/test_net_log_entry.h', |
| 585 'log/test_net_log_util.cc', | 587 'log/test_net_log_util.cc', |
| 586 'log/test_net_log_util.h', | 588 'log/test_net_log_util.h', |
| 587 'proxy/mock_proxy_resolver.cc', | 589 'proxy/mock_proxy_resolver.cc', |
| 588 'proxy/mock_proxy_resolver.h', | 590 'proxy/mock_proxy_resolver.h', |
| 589 'proxy/mock_proxy_script_fetcher.cc', | 591 'proxy/mock_proxy_script_fetcher.cc', |
| 590 'proxy/mock_proxy_script_fetcher.h', | 592 'proxy/mock_proxy_script_fetcher.h', |
| (...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 '../build/isolate.gypi', | 1788 '../build/isolate.gypi', |
| 1787 ], | 1789 ], |
| 1788 'sources': [ | 1790 'sources': [ |
| 1789 'net_unittests.isolate', | 1791 'net_unittests.isolate', |
| 1790 ], | 1792 ], |
| 1791 }, | 1793 }, |
| 1792 ], | 1794 ], |
| 1793 }], | 1795 }], |
| 1794 ], | 1796 ], |
| 1795 } | 1797 } |
| OLD | NEW |