| 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 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 'test/spawned_test_server/base_test_server.h', | 957 'test/spawned_test_server/base_test_server.h', |
| 958 'test/spawned_test_server/local_test_server_posix.cc', | 958 'test/spawned_test_server/local_test_server_posix.cc', |
| 959 'test/spawned_test_server/local_test_server_win.cc', | 959 'test/spawned_test_server/local_test_server_win.cc', |
| 960 'test/spawned_test_server/local_test_server.cc', | 960 'test/spawned_test_server/local_test_server.cc', |
| 961 'test/spawned_test_server/local_test_server.h', | 961 'test/spawned_test_server/local_test_server.h', |
| 962 'test/spawned_test_server/remote_test_server.cc', | 962 'test/spawned_test_server/remote_test_server.cc', |
| 963 'test/spawned_test_server/remote_test_server.h', | 963 'test/spawned_test_server/remote_test_server.h', |
| 964 'test/spawned_test_server/spawned_test_server.h', | 964 'test/spawned_test_server/spawned_test_server.h', |
| 965 'test/spawned_test_server/spawner_communicator.cc', | 965 'test/spawned_test_server/spawner_communicator.cc', |
| 966 'test/spawned_test_server/spawner_communicator.h', | 966 'test/spawned_test_server/spawner_communicator.h', |
| 967 'test/url_request/url_request_failed_job.cc', |
| 968 'test/url_request/url_request_failed_job.h', |
| 967 'test/url_request/url_request_mock_http_job.cc', | 969 'test/url_request/url_request_mock_http_job.cc', |
| 968 'test/url_request/url_request_mock_http_job.h', | 970 'test/url_request/url_request_mock_http_job.h', |
| 969 'url_request/test_url_fetcher_factory.cc', | 971 'url_request/test_url_fetcher_factory.cc', |
| 970 'url_request/test_url_fetcher_factory.h', | 972 'url_request/test_url_fetcher_factory.h', |
| 971 'url_request/test_url_request_interceptor.cc', | 973 'url_request/test_url_request_interceptor.cc', |
| 972 'url_request/test_url_request_interceptor.h', | 974 'url_request/test_url_request_interceptor.h', |
| 973 'url_request/url_request_test_util.cc', | 975 'url_request/url_request_test_util.cc', |
| 974 'url_request/url_request_test_util.h', | 976 'url_request/url_request_test_util.h', |
| 975 ], | 977 ], |
| 976 'conditions': [ | 978 'conditions': [ |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 'net_unittests.isolate', | 1723 'net_unittests.isolate', |
| 1722 ], | 1724 ], |
| 1723 'sources': [ | 1725 'sources': [ |
| 1724 'net_unittests.isolate', | 1726 'net_unittests.isolate', |
| 1725 ], | 1727 ], |
| 1726 }, | 1728 }, |
| 1727 ], | 1729 ], |
| 1728 }], | 1730 }], |
| 1729 ], | 1731 ], |
| 1730 } | 1732 } |
| OLD | NEW |