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 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'url_request/test_url_fetcher_factory.cc', | 967 'url_request/test_url_fetcher_factory.cc', |
968 'url_request/test_url_fetcher_factory.h', | 968 'url_request/test_url_fetcher_factory.h', |
| 969 'url_request/test_url_request_interceptor.cc', |
| 970 'url_request/test_url_request_interceptor.h', |
969 'url_request/url_request_test_util.cc', | 971 'url_request/url_request_test_util.cc', |
970 'url_request/url_request_test_util.h', | 972 'url_request/url_request_test_util.h', |
971 ], | 973 ], |
972 'conditions': [ | 974 'conditions': [ |
973 ['OS != "ios"', { | 975 ['OS != "ios"', { |
974 'dependencies': [ | 976 'dependencies': [ |
975 '../third_party/protobuf/protobuf.gyp:py_proto', | 977 '../third_party/protobuf/protobuf.gyp:py_proto', |
976 ], | 978 ], |
977 }], | 979 }], |
978 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 980 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1717 'net_unittests.isolate', | 1719 'net_unittests.isolate', |
1718 ], | 1720 ], |
1719 'sources': [ | 1721 'sources': [ |
1720 'net_unittests.isolate', | 1722 'net_unittests.isolate', |
1721 ], | 1723 ], |
1722 }, | 1724 }, |
1723 ], | 1725 ], |
1724 }], | 1726 }], |
1725 ], | 1727 ], |
1726 } | 1728 } |
OLD | NEW |