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_mock_http_job.cc', |
| 968 'test/url_request/url_request_mock_http_job.h', |
967 'url_request/test_url_fetcher_factory.cc', | 969 'url_request/test_url_fetcher_factory.cc', |
968 'url_request/test_url_fetcher_factory.h', | 970 'url_request/test_url_fetcher_factory.h', |
969 'url_request/test_url_request_interceptor.cc', | 971 'url_request/test_url_request_interceptor.cc', |
970 'url_request/test_url_request_interceptor.h', | 972 'url_request/test_url_request_interceptor.h', |
971 'url_request/url_request_test_util.cc', | 973 'url_request/url_request_test_util.cc', |
972 'url_request/url_request_test_util.h', | 974 'url_request/url_request_test_util.h', |
973 ], | 975 ], |
974 'conditions': [ | 976 'conditions': [ |
975 ['OS != "ios"', { | 977 ['OS != "ios"', { |
976 'dependencies': [ | 978 'dependencies': [ |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 'net_unittests.isolate', | 1721 'net_unittests.isolate', |
1720 ], | 1722 ], |
1721 'sources': [ | 1723 'sources': [ |
1722 'net_unittests.isolate', | 1724 'net_unittests.isolate', |
1723 ], | 1725 ], |
1724 }, | 1726 }, |
1725 ], | 1727 ], |
1726 }], | 1728 }], |
1727 ], | 1729 ], |
1728 } | 1730 } |
OLD | NEW |