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

Side by Side Diff: net/net.gyp

Issue 15140003: Add support for split Public Suffix List distinctions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased again Created 7 years, 7 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
« no previous file with comments | « net/cookies/cookie_util.cc ('k') | net/ssl/server_bound_cert_service.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 'socket/tcp_server_socket_libevent.cc', 1309 'socket/tcp_server_socket_libevent.cc',
1310 'socket/tcp_server_socket_libevent.h', 1310 'socket/tcp_server_socket_libevent.h',
1311 'ssl/client_cert_store_impl_nss.cc', 1311 'ssl/client_cert_store_impl_nss.cc',
1312 'udp/udp_socket_libevent.cc', 1312 'udp/udp_socket_libevent.cc',
1313 'udp/udp_socket_libevent.h', 1313 'udp/udp_socket_libevent.h',
1314 ], 1314 ],
1315 'dependencies': [ 1315 'dependencies': [
1316 '../third_party/nss/nss.gyp:nspr', 1316 '../third_party/nss/nss.gyp:nspr',
1317 '../third_party/nss/nss.gyp:nss', 1317 '../third_party/nss/nss.gyp:nss',
1318 'third_party/nss/ssl.gyp:libssl', 1318 'third_party/nss/ssl.gyp:libssl',
1319 'tld_cleanup',
1320 ], 1319 ],
1321 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1320 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1322 'msvs_disabled_warnings': [4267, ], 1321 'msvs_disabled_warnings': [4267, ],
1323 }, { # else: OS != "win" 1322 }, { # else: OS != "win"
1324 'sources!': [ 1323 'sources!': [
1325 'base/winsock_init.cc', 1324 'base/winsock_init.cc',
1326 'base/winsock_init.h', 1325 'base/winsock_init.h',
1327 'base/winsock_util.cc', 1326 'base/winsock_util.cc',
1328 'base/winsock_util.h', 1327 'base/winsock_util.h',
1329 'proxy/proxy_resolver_winhttp.cc', 1328 'proxy/proxy_resolver_winhttp.cc',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 'test/embedded_test_server/http_response_unittest.cc', 1776 'test/embedded_test_server/http_response_unittest.cc',
1778 'test/python_utils_unittest.cc', 1777 'test/python_utils_unittest.cc',
1779 'test/run_all_unittests.cc', 1778 'test/run_all_unittests.cc',
1780 'test/test_certificate_data.h', 1779 'test/test_certificate_data.h',
1781 'tools/dump_cache/url_to_filename_encoder.cc', 1780 'tools/dump_cache/url_to_filename_encoder.cc',
1782 'tools/dump_cache/url_to_filename_encoder.h', 1781 'tools/dump_cache/url_to_filename_encoder.h',
1783 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1782 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1784 'tools/dump_cache/url_utilities.h', 1783 'tools/dump_cache/url_utilities.h',
1785 'tools/dump_cache/url_utilities.cc', 1784 'tools/dump_cache/url_utilities.cc',
1786 'tools/dump_cache/url_utilities_unittest.cc', 1785 'tools/dump_cache/url_utilities_unittest.cc',
1786 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1787 'udp/udp_socket_unittest.cc', 1787 'udp/udp_socket_unittest.cc',
1788 'url_request/url_fetcher_impl_unittest.cc', 1788 'url_request/url_fetcher_impl_unittest.cc',
1789 'url_request/url_request_context_builder_unittest.cc', 1789 'url_request/url_request_context_builder_unittest.cc',
1790 'url_request/url_request_filter_unittest.cc', 1790 'url_request/url_request_filter_unittest.cc',
1791 'url_request/url_request_ftp_job_unittest.cc', 1791 'url_request/url_request_ftp_job_unittest.cc',
1792 'url_request/url_request_http_job_unittest.cc', 1792 'url_request/url_request_http_job_unittest.cc',
1793 'url_request/url_request_job_factory_impl_unittest.cc', 1793 'url_request/url_request_job_factory_impl_unittest.cc',
1794 'url_request/url_request_job_unittest.cc', 1794 'url_request/url_request_job_unittest.cc',
1795 'url_request/url_request_throttler_simulation_unittest.cc', 1795 'url_request/url_request_throttler_simulation_unittest.cc',
1796 'url_request/url_request_throttler_test_support.cc', 1796 'url_request/url_request_throttler_test_support.cc',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 ], 2085 ],
2086 ], 2086 ],
2087 }, 2087 },
2088 { 2088 {
2089 'target_name': 'net_test_support', 2089 'target_name': 'net_test_support',
2090 'type': 'static_library', 2090 'type': 'static_library',
2091 'dependencies': [ 2091 'dependencies': [
2092 '../base/base.gyp:base', 2092 '../base/base.gyp:base',
2093 '../base/base.gyp:test_support_base', 2093 '../base/base.gyp:test_support_base',
2094 '../build/temp_gyp/googleurl.gyp:googleurl', 2094 '../build/temp_gyp/googleurl.gyp:googleurl',
2095 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
2095 '../testing/gtest.gyp:gtest', 2096 '../testing/gtest.gyp:gtest',
2096 'net', 2097 'net',
2097 ], 2098 ],
2098 'export_dependent_settings': [ 2099 'export_dependent_settings': [
2099 '../base/base.gyp:base', 2100 '../base/base.gyp:base',
2100 '../base/base.gyp:test_support_base', 2101 '../base/base.gyp:test_support_base',
2101 '../testing/gtest.gyp:gtest', 2102 '../testing/gtest.gyp:gtest',
2102 ], 2103 ],
2103 'sources': [ 2104 'sources': [
2104 'base/capturing_net_log.cc', 2105 'base/capturing_net_log.cc',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2473 ], 2474 ],
2474 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2475 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2475 'msvs_disabled_warnings': [4267, ], 2476 'msvs_disabled_warnings': [4267, ],
2476 }, 2477 },
2477 { 2478 {
2478 'target_name': 'tld_cleanup', 2479 'target_name': 'tld_cleanup',
2479 'type': 'executable', 2480 'type': 'executable',
2480 'dependencies': [ 2481 'dependencies': [
2481 '../base/base.gyp:base', 2482 '../base/base.gyp:base',
2482 '../base/base.gyp:base_i18n', 2483 '../base/base.gyp:base_i18n',
2483 '../build/temp_gyp/googleurl.gyp:googleurl', 2484 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
2484 ], 2485 ],
2485 'sources': [ 2486 'sources': [
2486 'tools/tld_cleanup/tld_cleanup.cc', 2487 'tools/tld_cleanup/tld_cleanup.cc',
2487 ], 2488 ],
2488 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2489 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2489 'msvs_disabled_warnings': [4267, ], 2490 'msvs_disabled_warnings': [4267, ],
2490 }, 2491 },
2491 ], 2492 ],
2492 }], 2493 }],
2493 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 2494 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2870 '--result', '<@(_outputs)', 2871 '--result', '<@(_outputs)',
2871 '--isolate', 'net_unittests.isolate', 2872 '--isolate', 'net_unittests.isolate',
2872 ], 2873 ],
2873 }, 2874 },
2874 ], 2875 ],
2875 }, 2876 },
2876 ], 2877 ],
2877 }], 2878 }],
2878 ], 2879 ],
2879 } 2880 }
OLDNEW
« no previous file with comments | « net/cookies/cookie_util.cc ('k') | net/ssl/server_bound_cert_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698