| 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 1815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 'test/spawner_communicator.h', | 1826 'test/spawner_communicator.h', |
| 1827 'test/test_server.h', | 1827 'test/test_server.h', |
| 1828 'url_request/test_url_fetcher_factory.cc', | 1828 'url_request/test_url_fetcher_factory.cc', |
| 1829 'url_request/test_url_fetcher_factory.h', | 1829 'url_request/test_url_fetcher_factory.h', |
| 1830 'url_request/url_request_test_util.cc', | 1830 'url_request/url_request_test_util.cc', |
| 1831 'url_request/url_request_test_util.h', | 1831 'url_request/url_request_test_util.h', |
| 1832 ], | 1832 ], |
| 1833 'conditions': [ | 1833 'conditions': [ |
| 1834 ['inside_chromium_build==1 and OS != "ios"', { | 1834 ['inside_chromium_build==1 and OS != "ios"', { |
| 1835 'dependencies': [ | 1835 'dependencies': [ |
| 1836 # The test server uses Python modules generated by cloud print. |
| 1837 # TODO(sync): Remove this hack (http://crbug.com/119403). |
| 1836 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', | 1838 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', |
| 1837 # The test server uses Python modules generated by the sync protos. | 1839 # The test server uses Python modules generated by the sync protos. |
| 1840 # TODO(sync): Remove this hack (http://crbug.com/117559). |
| 1838 '../sync/protocol/sync_proto.gyp:sync_proto', | 1841 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 1839 '../third_party/protobuf/protobuf.gyp:py_proto', | 1842 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 1840 ], | 1843 ], |
| 1841 }], | 1844 }], |
| 1842 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 1845 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
| 1843 'conditions': [ | 1846 'conditions': [ |
| 1844 ['use_openssl==1', { | 1847 ['use_openssl==1', { |
| 1845 'dependencies': [ | 1848 'dependencies': [ |
| 1846 '../third_party/openssl/openssl.gyp:openssl', | 1849 '../third_party/openssl/openssl.gyp:openssl', |
| 1847 ], | 1850 ], |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2385 '--result', '<@(_outputs)', | 2388 '--result', '<@(_outputs)', |
| 2386 '--isolate', 'net_unittests.isolate', | 2389 '--isolate', 'net_unittests.isolate', |
| 2387 ], | 2390 ], |
| 2388 }, | 2391 }, |
| 2389 ], | 2392 ], |
| 2390 }, | 2393 }, |
| 2391 ], | 2394 ], |
| 2392 }], | 2395 }], |
| 2393 ], | 2396 ], |
| 2394 } | 2397 } |
| OLD | NEW |