| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1848 'test/spawner_communicator.h', | 1848 'test/spawner_communicator.h', |
| 1849 'test/test_server.h', | 1849 'test/test_server.h', |
| 1850 'url_request/test_url_fetcher_factory.cc', | 1850 'url_request/test_url_fetcher_factory.cc', |
| 1851 'url_request/test_url_fetcher_factory.h', | 1851 'url_request/test_url_fetcher_factory.h', |
| 1852 'url_request/url_request_test_util.cc', | 1852 'url_request/url_request_test_util.cc', |
| 1853 'url_request/url_request_test_util.h', | 1853 'url_request/url_request_test_util.h', |
| 1854 ], | 1854 ], |
| 1855 'conditions': [ | 1855 'conditions': [ |
| 1856 ['inside_chromium_build==1 and OS != "ios"', { | 1856 ['inside_chromium_build==1 and OS != "ios"', { |
| 1857 'dependencies': [ | 1857 'dependencies': [ |
| 1858 # The test server uses Python modules generated by cloud print. |
| 1859 # TODO(sync): Remove this hack (http://crbug.com/119403). |
| 1858 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', | 1860 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', |
| 1859 # The test server uses Python modules generated by the sync protos. | 1861 # The test server uses Python modules generated by the sync protos. |
| 1862 # TODO(sync): Remove this hack (http://crbug.com/117559). |
| 1860 '../sync/protocol/sync_proto.gyp:sync_proto', | 1863 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 1861 '../third_party/protobuf/protobuf.gyp:py_proto', | 1864 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 1862 ], | 1865 ], |
| 1863 }], | 1866 }], |
| 1864 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 1867 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
| 1865 'conditions': [ | 1868 'conditions': [ |
| 1866 ['use_openssl==1', { | 1869 ['use_openssl==1', { |
| 1867 'dependencies': [ | 1870 'dependencies': [ |
| 1868 '../third_party/openssl/openssl.gyp:openssl', | 1871 '../third_party/openssl/openssl.gyp:openssl', |
| 1869 ], | 1872 ], |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2416 '--result', '<@(_outputs)', | 2419 '--result', '<@(_outputs)', |
| 2417 '--isolate', 'net_unittests.isolate', | 2420 '--isolate', 'net_unittests.isolate', |
| 2418 ], | 2421 ], |
| 2419 }, | 2422 }, |
| 2420 ], | 2423 ], |
| 2421 }, | 2424 }, |
| 2422 ], | 2425 ], |
| 2423 }], | 2426 }], |
| 2424 ], | 2427 ], |
| 2425 } | 2428 } |
| OLD | NEW |