| 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 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2149 'test/remote_test_server.h', | 2149 'test/remote_test_server.h', |
| 2150 'test/spawned_test_server.h', | 2150 'test/spawned_test_server.h', |
| 2151 'test/spawner_communicator.cc', | 2151 'test/spawner_communicator.cc', |
| 2152 'test/spawner_communicator.h', | 2152 'test/spawner_communicator.h', |
| 2153 'url_request/test_url_fetcher_factory.cc', | 2153 'url_request/test_url_fetcher_factory.cc', |
| 2154 'url_request/test_url_fetcher_factory.h', | 2154 'url_request/test_url_fetcher_factory.h', |
| 2155 'url_request/url_request_test_util.cc', | 2155 'url_request/url_request_test_util.cc', |
| 2156 'url_request/url_request_test_util.h', | 2156 'url_request/url_request_test_util.h', |
| 2157 ], | 2157 ], |
| 2158 'conditions': [ | 2158 'conditions': [ |
| 2159 ['inside_chromium_build==1 and OS != "ios"', { | 2159 ['OS != "ios"', { |
| 2160 'dependencies': [ | 2160 'dependencies': [ |
| 2161 '../third_party/protobuf/protobuf.gyp:py_proto', | 2161 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 2162 ], | 2162 ], |
| 2163 }], | 2163 }], |
| 2164 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 2164 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
| 2165 'conditions': [ | 2165 'conditions': [ |
| 2166 ['use_openssl==1', { | 2166 ['use_openssl==1', { |
| 2167 'dependencies': [ | 2167 'dependencies': [ |
| 2168 '../third_party/openssl/openssl.gyp:openssl', | 2168 '../third_party/openssl/openssl.gyp:openssl', |
| 2169 ], | 2169 ], |
| (...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2857 '--result', '<@(_outputs)', | 2857 '--result', '<@(_outputs)', |
| 2858 '--isolate', 'net_unittests.isolate', | 2858 '--isolate', 'net_unittests.isolate', |
| 2859 ], | 2859 ], |
| 2860 }, | 2860 }, |
| 2861 ], | 2861 ], |
| 2862 }, | 2862 }, |
| 2863 ], | 2863 ], |
| 2864 }], | 2864 }], |
| 2865 ], | 2865 ], |
| 2866 } | 2866 } |
| OLD | NEW |