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

Side by Side Diff: net/net.gyp

Issue 2130453003: cert_verify_tool: Verify using the new pathbuilder too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-parsing-path-building
Patch Set: changes for comment #3 Created 4 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
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/cert_verify_tool/cert_verify_tool.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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../base/base.gyp:base', 1011 '../base/base.gyp:base',
1012 'net', 1012 'net',
1013 'net_test_support', 1013 'net_test_support',
1014 ], 1014 ],
1015 'sources': [ 1015 'sources': [
1016 'tools/cert_verify_tool/cert_verify_tool.cc', 1016 'tools/cert_verify_tool/cert_verify_tool.cc',
1017 'tools/cert_verify_tool/cert_verify_tool_util.cc', 1017 'tools/cert_verify_tool/cert_verify_tool_util.cc',
1018 'tools/cert_verify_tool/cert_verify_tool_util.h', 1018 'tools/cert_verify_tool/cert_verify_tool_util.h',
1019 'tools/cert_verify_tool/verify_using_cert_verify_proc.cc', 1019 'tools/cert_verify_tool/verify_using_cert_verify_proc.cc',
1020 'tools/cert_verify_tool/verify_using_cert_verify_proc.h', 1020 'tools/cert_verify_tool/verify_using_cert_verify_proc.h',
1021 'tools/cert_verify_tool/verify_using_path_builder.cc',
1022 'tools/cert_verify_tool/verify_using_path_builder.h',
1021 ], 1023 ],
1022 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1024 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1023 'msvs_disabled_warnings': [4267, ], 1025 'msvs_disabled_warnings': [4267, ],
1024 }, 1026 },
1025 { 1027 {
1026 'target_name': 'crash_cache', 1028 'target_name': 'crash_cache',
1027 'type': 'executable', 1029 'type': 'executable',
1028 'dependencies': [ 1030 'dependencies': [
1029 '../base/base.gyp:base', 1031 '../base/base.gyp:base',
1030 'net', 1032 'net',
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 '../build/isolate.gypi', 1777 '../build/isolate.gypi',
1776 ], 1778 ],
1777 'sources': [ 1779 'sources': [
1778 'net_unittests.isolate', 1780 'net_unittests.isolate',
1779 ], 1781 ],
1780 }, 1782 },
1781 ], 1783 ],
1782 }], 1784 }],
1783 ], 1785 ],
1784 } 1786 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/cert_verify_tool/cert_verify_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698