OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 'ENABLE_PERSISTENT_SESSION_COOKIES' | 925 'ENABLE_PERSISTENT_SESSION_COOKIES' |
926 ], | 926 ], |
927 }, { # else OS! = "android" | 927 }, { # else OS! = "android" |
928 'defines': [ | 928 'defines': [ |
929 # These are the features Android doesn't support. | 929 # These are the features Android doesn't support. |
930 'ENABLE_MEDIA_CODEC_THEORA', | 930 'ENABLE_MEDIA_CODEC_THEORA', |
931 'ENABLE_MEDIA_TYPE_OGG', | 931 'ENABLE_MEDIA_TYPE_OGG', |
932 ], | 932 ], |
933 }, | 933 }, |
934 ], | 934 ], |
| 935 [ 'OS == "linux"', { |
| 936 'dependencies': [ |
| 937 '../build/linux/system.gyp:dbus', |
| 938 '../dbus/dbus.gyp:dbus', |
| 939 ], |
| 940 }, |
| 941 ], |
935 ], | 942 ], |
936 }, | 943 }, |
937 { | 944 { |
938 'target_name': 'net_unittests', | 945 'target_name': 'net_unittests', |
939 'type': 'executable', | 946 'type': 'executable', |
940 'dependencies': [ | 947 'dependencies': [ |
941 'net', | 948 'net', |
942 'net_test_support', | 949 'net_test_support', |
943 '../base/base.gyp:base', | 950 '../base/base.gyp:base', |
944 '../base/base.gyp:base_i18n', | 951 '../base/base.gyp:base_i18n', |
(...skipping 30 matching lines...) Expand all Loading... |
975 'base/listen_socket_unittest.cc', | 982 'base/listen_socket_unittest.cc', |
976 'base/listen_socket_unittest.h', | 983 'base/listen_socket_unittest.h', |
977 'base/mapped_host_resolver_unittest.cc', | 984 'base/mapped_host_resolver_unittest.cc', |
978 'base/mime_sniffer_unittest.cc', | 985 'base/mime_sniffer_unittest.cc', |
979 'base/mime_util_unittest.cc', | 986 'base/mime_util_unittest.cc', |
980 'base/mock_filter_context.cc', | 987 'base/mock_filter_context.cc', |
981 'base/mock_filter_context.h', | 988 'base/mock_filter_context.h', |
982 'base/net_log_unittest.cc', | 989 'base/net_log_unittest.cc', |
983 'base/net_log_unittest.h', | 990 'base/net_log_unittest.h', |
984 'base/net_util_unittest.cc', | 991 'base/net_util_unittest.cc', |
| 992 'base/network_change_notifier_linux_unittest.cc', |
985 'base/network_change_notifier_win_unittest.cc', | 993 'base/network_change_notifier_win_unittest.cc', |
986 'base/origin_bound_cert_service_unittest.cc', | 994 'base/origin_bound_cert_service_unittest.cc', |
987 'base/pem_tokenizer_unittest.cc', | 995 'base/pem_tokenizer_unittest.cc', |
988 'base/registry_controlled_domain_unittest.cc', | 996 'base/registry_controlled_domain_unittest.cc', |
989 'base/run_all_unittests.cc', | 997 'base/run_all_unittests.cc', |
990 'base/sdch_filter_unittest.cc', | 998 'base/sdch_filter_unittest.cc', |
991 'base/single_request_host_resolver_unittest.cc', | 999 'base/single_request_host_resolver_unittest.cc', |
992 'base/ssl_cipher_suite_names_unittest.cc', | 1000 'base/ssl_cipher_suite_names_unittest.cc', |
993 'base/ssl_client_auth_cache_unittest.cc', | 1001 'base/ssl_client_auth_cache_unittest.cc', |
994 'base/ssl_config_service_unittest.cc', | 1002 'base/ssl_config_service_unittest.cc', |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1211 }, | 1219 }, |
1212 ], | 1220 ], |
1213 [ 'OS == "mac"', { | 1221 [ 'OS == "mac"', { |
1214 'dependencies': [ | 1222 'dependencies': [ |
1215 '../third_party/nss/nss.gyp:nspr', | 1223 '../third_party/nss/nss.gyp:nspr', |
1216 '../third_party/nss/nss.gyp:nss', | 1224 '../third_party/nss/nss.gyp:nss', |
1217 'third_party/nss/ssl.gyp:ssl', | 1225 'third_party/nss/ssl.gyp:ssl', |
1218 ], | 1226 ], |
1219 }, | 1227 }, |
1220 ], | 1228 ], |
| 1229 [ 'OS == "linux"', { |
| 1230 'dependencies': [ |
| 1231 '../build/linux/system.gyp:dbus', |
| 1232 '../dbus/dbus.gyp:dbus_test_support', |
| 1233 ], |
| 1234 }, |
| 1235 ], |
1221 ], | 1236 ], |
1222 }, | 1237 }, |
1223 { | 1238 { |
1224 'target_name': 'net_perftests', | 1239 'target_name': 'net_perftests', |
1225 'type': 'executable', | 1240 'type': 'executable', |
1226 'dependencies': [ | 1241 'dependencies': [ |
1227 'net', | 1242 'net', |
1228 'net_test_support', | 1243 'net_test_support', |
1229 '../base/base.gyp:base', | 1244 '../base/base.gyp:base', |
1230 '../base/base.gyp:base_i18n', | 1245 '../base/base.gyp:base_i18n', |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1622 'tools/dump_cache/url_to_filename_encoder.cc', | 1637 'tools/dump_cache/url_to_filename_encoder.cc', |
1623 'tools/dump_cache/url_to_filename_encoder.h', | 1638 'tools/dump_cache/url_to_filename_encoder.h', |
1624 'tools/dump_cache/url_utilities.h', | 1639 'tools/dump_cache/url_utilities.h', |
1625 'tools/dump_cache/url_utilities.cc', | 1640 'tools/dump_cache/url_utilities.cc', |
1626 ], | 1641 ], |
1627 }, | 1642 }, |
1628 ], | 1643 ], |
1629 }], | 1644 }], |
1630 ], | 1645 ], |
1631 } | 1646 } |
OLD | NEW |