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

Side by Side Diff: net/net.gyp

Issue 394013005: Remove NSSCertDatabase from ClientCertStoreChromeOS unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Broke binary files into separate CL. Rebased. Created 6 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
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 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 'proxy/mock_proxy_resolver.cc', 931 'proxy/mock_proxy_resolver.cc',
932 'proxy/mock_proxy_resolver.h', 932 'proxy/mock_proxy_resolver.h',
933 'proxy/mock_proxy_script_fetcher.cc', 933 'proxy/mock_proxy_script_fetcher.cc',
934 'proxy/mock_proxy_script_fetcher.h', 934 'proxy/mock_proxy_script_fetcher.h',
935 'proxy/proxy_config_service_common_unittest.cc', 935 'proxy/proxy_config_service_common_unittest.cc',
936 'proxy/proxy_config_service_common_unittest.h', 936 'proxy/proxy_config_service_common_unittest.h',
937 'socket/socket_test_util.cc', 937 'socket/socket_test_util.cc',
938 'socket/socket_test_util.h', 938 'socket/socket_test_util.h',
939 'test/cert_test_util.cc', 939 'test/cert_test_util.cc',
940 'test/cert_test_util.h', 940 'test/cert_test_util.h',
941 'test/cert_test_util_nss.cc',
941 'test/ct_test_util.cc', 942 'test/ct_test_util.cc',
942 'test/ct_test_util.h', 943 'test/ct_test_util.h',
943 'test/embedded_test_server/embedded_test_server.cc', 944 'test/embedded_test_server/embedded_test_server.cc',
944 'test/embedded_test_server/embedded_test_server.h', 945 'test/embedded_test_server/embedded_test_server.h',
945 'test/embedded_test_server/http_connection.cc', 946 'test/embedded_test_server/http_connection.cc',
946 'test/embedded_test_server/http_connection.h', 947 'test/embedded_test_server/http_connection.h',
947 'test/embedded_test_server/http_request.cc', 948 'test/embedded_test_server/http_request.cc',
948 'test/embedded_test_server/http_request.h', 949 'test/embedded_test_server/http_request.h',
949 'test/embedded_test_server/http_response.cc', 950 'test/embedded_test_server/http_response.cc',
950 'test/embedded_test_server/http_response.h', 951 'test/embedded_test_server/http_response.h',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 'net_unittests.isolate', 1704 'net_unittests.isolate',
1704 ], 1705 ],
1705 'sources': [ 1706 'sources': [
1706 'net_unittests.isolate', 1707 'net_unittests.isolate',
1707 ], 1708 ],
1708 }, 1709 },
1709 ], 1710 ],
1710 }], 1711 }],
1711 ], 1712 ],
1712 } 1713 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698