| 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 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1803 'test/spawner_communicator.h', | 1803 'test/spawner_communicator.h', |
| 1804 'test/test_server.h', | 1804 'test/test_server.h', |
| 1805 'url_request/test_url_fetcher_factory.cc', | 1805 'url_request/test_url_fetcher_factory.cc', |
| 1806 'url_request/test_url_fetcher_factory.h', | 1806 'url_request/test_url_fetcher_factory.h', |
| 1807 'url_request/url_request_test_util.cc', | 1807 'url_request/url_request_test_util.cc', |
| 1808 'url_request/url_request_test_util.h', | 1808 'url_request/url_request_test_util.h', |
| 1809 ], | 1809 ], |
| 1810 'conditions': [ | 1810 'conditions': [ |
| 1811 ['inside_chromium_build==1 and OS != "ios"', { | 1811 ['inside_chromium_build==1 and OS != "ios"', { |
| 1812 'dependencies': [ | 1812 'dependencies': [ |
| 1813 # The test server uses Python modules generated by cloud print. |
| 1814 # TODO(sync): Remove this hack (http://crbug.com/119403). |
| 1813 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', | 1815 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', |
| 1814 # The test server uses Python modules generated by the sync protos. | 1816 # The test server uses Python modules generated by the sync protos. |
| 1817 # TODO(sync): Remove this hack (http://crbug.com/117559). |
| 1815 '../sync/protocol/sync_proto.gyp:sync_proto', | 1818 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 1816 '../third_party/protobuf/protobuf.gyp:py_proto', | 1819 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 1817 ], | 1820 ], |
| 1818 }], | 1821 }], |
| 1819 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 1822 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
| 1820 'conditions': [ | 1823 'conditions': [ |
| 1821 ['use_openssl==1', { | 1824 ['use_openssl==1', { |
| 1822 'dependencies': [ | 1825 'dependencies': [ |
| 1823 '../third_party/openssl/openssl.gyp:openssl', | 1826 '../third_party/openssl/openssl.gyp:openssl', |
| 1824 ], | 1827 ], |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2362 '--result', '<@(_outputs)', | 2365 '--result', '<@(_outputs)', |
| 2363 '--isolate', 'net_unittests.isolate', | 2366 '--isolate', 'net_unittests.isolate', |
| 2364 ], | 2367 ], |
| 2365 }, | 2368 }, |
| 2366 ], | 2369 ], |
| 2367 }, | 2370 }, |
| 2368 ], | 2371 ], |
| 2369 }], | 2372 }], |
| 2370 ], | 2373 ], |
| 2371 } | 2374 } |
| OLD | NEW |