| 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 'test/spawned_test_server/base_test_server.h', | 965 'test/spawned_test_server/base_test_server.h', |
| 966 'test/spawned_test_server/local_test_server_posix.cc', | 966 'test/spawned_test_server/local_test_server_posix.cc', |
| 967 'test/spawned_test_server/local_test_server_win.cc', | 967 'test/spawned_test_server/local_test_server_win.cc', |
| 968 'test/spawned_test_server/local_test_server.cc', | 968 'test/spawned_test_server/local_test_server.cc', |
| 969 'test/spawned_test_server/local_test_server.h', | 969 'test/spawned_test_server/local_test_server.h', |
| 970 'test/spawned_test_server/remote_test_server.cc', | 970 'test/spawned_test_server/remote_test_server.cc', |
| 971 'test/spawned_test_server/remote_test_server.h', | 971 'test/spawned_test_server/remote_test_server.h', |
| 972 'test/spawned_test_server/spawned_test_server.h', | 972 'test/spawned_test_server/spawned_test_server.h', |
| 973 'test/spawned_test_server/spawner_communicator.cc', | 973 'test/spawned_test_server/spawner_communicator.cc', |
| 974 'test/spawned_test_server/spawner_communicator.h', | 974 'test/spawned_test_server/spawner_communicator.h', |
| 975 'test/url_request/url_request_mock_http_job.cc', |
| 976 'test/url_request/url_request_mock_http_job.h', |
| 975 'url_request/test_url_fetcher_factory.cc', | 977 'url_request/test_url_fetcher_factory.cc', |
| 976 'url_request/test_url_fetcher_factory.h', | 978 'url_request/test_url_fetcher_factory.h', |
| 977 'url_request/url_request_test_util.cc', | 979 'url_request/url_request_test_util.cc', |
| 978 'url_request/url_request_test_util.h', | 980 'url_request/url_request_test_util.h', |
| 979 ], | 981 ], |
| 980 'conditions': [ | 982 'conditions': [ |
| 981 ['OS != "ios"', { | 983 ['OS != "ios"', { |
| 982 'dependencies': [ | 984 'dependencies': [ |
| 983 '../third_party/protobuf/protobuf.gyp:py_proto', | 985 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 984 ], | 986 ], |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1731 'net_unittests.isolate', | 1733 'net_unittests.isolate', |
| 1732 ], | 1734 ], |
| 1733 'sources': [ | 1735 'sources': [ |
| 1734 'net_unittests.isolate', | 1736 'net_unittests.isolate', |
| 1735 ], | 1737 ], |
| 1736 }, | 1738 }, |
| 1737 ], | 1739 ], |
| 1738 }], | 1740 }], |
| 1739 ], | 1741 ], |
| 1740 } | 1742 } |
| OLD | NEW |