Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Side by Side Diff: net/net.gyp

Issue 7413004: Uploading for backup... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: today's work Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« net/dbus/dbus.h ('K') | « net/dbus/dbus_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'base/x509_certificate.h', 229 'base/x509_certificate.h',
230 'base/x509_certificate_mac.cc', 230 'base/x509_certificate_mac.cc',
231 'base/x509_certificate_nss.cc', 231 'base/x509_certificate_nss.cc',
232 'base/x509_certificate_openssl.cc', 232 'base/x509_certificate_openssl.cc',
233 'base/x509_certificate_win.cc', 233 'base/x509_certificate_win.cc',
234 'base/x509_cert_types.cc', 234 'base/x509_cert_types.cc',
235 'base/x509_cert_types.h', 235 'base/x509_cert_types.h',
236 'base/x509_cert_types_mac.cc', 236 'base/x509_cert_types_mac.cc',
237 'base/x509_util_openssl.cc', 237 'base/x509_util_openssl.cc',
238 'base/x509_util_openssl.h', 238 'base/x509_util_openssl.h',
239 'dbus/dbus.cc',
240 'dbus/dbus.h',
239 'disk_cache/addr.cc', 241 'disk_cache/addr.cc',
240 'disk_cache/addr.h', 242 'disk_cache/addr.h',
241 'disk_cache/backend_impl.cc', 243 'disk_cache/backend_impl.cc',
242 'disk_cache/backend_impl.h', 244 'disk_cache/backend_impl.h',
243 'disk_cache/bitmap.cc', 245 'disk_cache/bitmap.cc',
244 'disk_cache/bitmap.h', 246 'disk_cache/bitmap.h',
245 'disk_cache/block_files.cc', 247 'disk_cache/block_files.cc',
246 'disk_cache/block_files.h', 248 'disk_cache/block_files.h',
247 'disk_cache/cache_util.h', 249 'disk_cache/cache_util.h',
248 'disk_cache/cache_util_posix.cc', 250 'disk_cache/cache_util_posix.cc',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'ENABLE_PERSISTENT_SESSION_COOKIES' 848 'ENABLE_PERSISTENT_SESSION_COOKIES'
847 ], 849 ],
848 }, { # else OS! = "android" 850 }, { # else OS! = "android"
849 'defines': [ 851 'defines': [
850 # These are the features Android doesn't support. 852 # These are the features Android doesn't support.
851 'ENABLE_MEDIA_CODEC_THEORA', 853 'ENABLE_MEDIA_CODEC_THEORA',
852 'ENABLE_MEDIA_TYPE_OGG', 854 'ENABLE_MEDIA_TYPE_OGG',
853 ], 855 ],
854 }, 856 },
855 ], 857 ],
858 [ 'OS == "linux"', {
859 'dependencies': [
860 '../build/linux/system.gyp:dbus',
861 ],
862 }, {
863 'sources!': [
864 'dbus/dbus.cc',
865 'dbus/dbus.h',
866 ],
867 },
868 ],
856 ], 869 ],
857 }, 870 },
858 { 871 {
859 'target_name': 'net_unittests', 872 'target_name': 'net_unittests',
860 'type': 'executable', 873 'type': 'executable',
861 'dependencies': [ 874 'dependencies': [
862 'net', 875 'net',
863 'net_test_support', 876 'net_test_support',
864 '../base/base.gyp:base', 877 '../base/base.gyp:base',
865 '../base/base.gyp:base_i18n', 878 '../base/base.gyp:base_i18n',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 'base/ssl_client_auth_cache_unittest.cc', 926 'base/ssl_client_auth_cache_unittest.cc',
914 'base/ssl_config_service_unittest.cc', 927 'base/ssl_config_service_unittest.cc',
915 'base/ssl_false_start_blacklist_unittest.cc', 928 'base/ssl_false_start_blacklist_unittest.cc',
916 'base/static_cookie_policy_unittest.cc', 929 'base/static_cookie_policy_unittest.cc',
917 'base/transport_security_state_unittest.cc', 930 'base/transport_security_state_unittest.cc',
918 'base/test_certificate_data.h', 931 'base/test_certificate_data.h',
919 'base/test_completion_callback_unittest.cc', 932 'base/test_completion_callback_unittest.cc',
920 'base/upload_data_stream_unittest.cc', 933 'base/upload_data_stream_unittest.cc',
921 'base/x509_certificate_unittest.cc', 934 'base/x509_certificate_unittest.cc',
922 'base/x509_cert_types_mac_unittest.cc', 935 'base/x509_cert_types_mac_unittest.cc',
936 'dbus/dbus_unittest.cc',
923 'disk_cache/addr_unittest.cc', 937 'disk_cache/addr_unittest.cc',
924 'disk_cache/backend_unittest.cc', 938 'disk_cache/backend_unittest.cc',
925 'disk_cache/bitmap_unittest.cc', 939 'disk_cache/bitmap_unittest.cc',
926 'disk_cache/block_files_unittest.cc', 940 'disk_cache/block_files_unittest.cc',
927 'disk_cache/cache_util_unittest.cc', 941 'disk_cache/cache_util_unittest.cc',
928 'disk_cache/disk_cache_test_base.cc', 942 'disk_cache/disk_cache_test_base.cc',
929 'disk_cache/disk_cache_test_base.h', 943 'disk_cache/disk_cache_test_base.h',
930 'disk_cache/entry_unittest.cc', 944 'disk_cache/entry_unittest.cc',
931 'disk_cache/mapped_file_unittest.cc', 945 'disk_cache/mapped_file_unittest.cc',
932 'disk_cache/storage_block_unittest.cc', 946 'disk_cache/storage_block_unittest.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 'sources!': [ 1098 'sources!': [
1085 'http/http_auth_gssapi_posix_unittest.cc', 1099 'http/http_auth_gssapi_posix_unittest.cc',
1086 ], 1100 ],
1087 # This is needed to trigger the dll copy step on windows. 1101 # This is needed to trigger the dll copy step on windows.
1088 # TODO(mark): Specifying this here shouldn't be necessary. 1102 # TODO(mark): Specifying this here shouldn't be necessary.
1089 'dependencies': [ 1103 'dependencies': [
1090 '../third_party/icu/icu.gyp:icudata', 1104 '../third_party/icu/icu.gyp:icudata',
1091 ], 1105 ],
1092 }, 1106 },
1093 ], 1107 ],
1108 [ 'OS == "linux"', {
1109 'dependencies': [
1110 '../build/linux/system.gyp:dbus',
1111 ],
1112 }, {
1113 'sources!': [
1114 'dbus/dbus_unittest.cc',
1115 ],
1116 },
1117 ],
1094 ], 1118 ],
1095 }, 1119 },
1096 { 1120 {
1097 'target_name': 'net_perftests', 1121 'target_name': 'net_perftests',
1098 'type': 'executable', 1122 'type': 'executable',
1099 'dependencies': [ 1123 'dependencies': [
1100 'net', 1124 'net',
1101 'net_test_support', 1125 'net_test_support',
1102 '../base/base.gyp:base', 1126 '../base/base.gyp:base',
1103 '../base/base.gyp:base_i18n', 1127 '../base/base.gyp:base_i18n',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 'tools/dump_cache/url_to_filename_encoder.cc', 1501 'tools/dump_cache/url_to_filename_encoder.cc',
1478 'tools/dump_cache/url_to_filename_encoder.h', 1502 'tools/dump_cache/url_to_filename_encoder.h',
1479 'tools/dump_cache/url_utilities.h', 1503 'tools/dump_cache/url_utilities.h',
1480 'tools/dump_cache/url_utilities.cc', 1504 'tools/dump_cache/url_utilities.cc',
1481 ], 1505 ],
1482 }, 1506 },
1483 ], 1507 ],
1484 }], 1508 }],
1485 ], 1509 ],
1486 } 1510 }
OLDNEW
« net/dbus/dbus.h ('K') | « net/dbus/dbus_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698