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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 'proxy/proxy_script_fetcher_impl_unittest.cc', | 782 'proxy/proxy_script_fetcher_impl_unittest.cc', |
783 'socket/ssl_client_socket_unittest.cc', | 783 'socket/ssl_client_socket_unittest.cc', |
784 'url_request/url_fetcher_impl_unittest.cc', | 784 'url_request/url_fetcher_impl_unittest.cc', |
785 'url_request/url_request_context_builder_unittest.cc', | 785 'url_request/url_request_context_builder_unittest.cc', |
786 # Needs GetAppOutput(). | 786 # Needs GetAppOutput(). |
787 'test/python_utils_unittest.cc', | 787 'test/python_utils_unittest.cc', |
788 | 788 |
789 # The following tests are disabled because they don't apply to | 789 # The following tests are disabled because they don't apply to |
790 # iOS. | 790 # iOS. |
791 # OS is not "linux" or "freebsd" or "openbsd". | 791 # OS is not "linux" or "freebsd" or "openbsd". |
792 'socket/unix_domain_socket_posix_unittest.cc', | 792 'socket/unix_domain_client_socket_posix_unittest.cc', |
| 793 'socket/unix_domain_listen_socket_posix_unittest.cc', |
| 794 'socket/unix_domain_server_socket_posix_unittest.cc', |
793 | 795 |
794 # See bug http://crbug.com/344533. | 796 # See bug http://crbug.com/344533. |
795 'disk_cache/blockfile/index_table_v3_unittest.cc', | 797 'disk_cache/blockfile/index_table_v3_unittest.cc', |
796 ], | 798 ], |
797 }], | 799 }], |
798 [ 'OS == "android"', { | 800 [ 'OS == "android"', { |
799 'dependencies': [ | 801 'dependencies': [ |
800 '../third_party/openssl/openssl.gyp:openssl', | 802 '../third_party/openssl/openssl.gyp:openssl', |
801 ], | 803 ], |
802 'sources!': [ | 804 'sources!': [ |
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1709 'net_unittests.isolate', | 1711 'net_unittests.isolate', |
1710 ], | 1712 ], |
1711 'sources': [ | 1713 'sources': [ |
1712 'net_unittests.isolate', | 1714 'net_unittests.isolate', |
1713 ], | 1715 ], |
1714 }, | 1716 }, |
1715 ], | 1717 ], |
1716 }], | 1718 }], |
1717 ], | 1719 ], |
1718 } | 1720 } |
OLD | NEW |