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

Side by Side Diff: net/net.gyp

Issue 1832203002: Adding nist-pkits data files for iOS OpenSSL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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') | 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 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'data/certificate_policies_unittest/', 358 'data/certificate_policies_unittest/',
359 'data/name_constraints_unittest/', 359 'data/name_constraints_unittest/',
360 'data/parse_certificate_unittest/', 360 'data/parse_certificate_unittest/',
361 'data/parse_ocsp_unittest/', 361 'data/parse_ocsp_unittest/',
362 'data/ssl/certificates/', 362 'data/ssl/certificates/',
363 'data/test.html', 363 'data/test.html',
364 'data/url_request_unittest/', 364 'data/url_request_unittest/',
365 'data/verify_certificate_chain_unittest/', 365 'data/verify_certificate_chain_unittest/',
366 'data/verify_name_match_unittest/names/', 366 'data/verify_name_match_unittest/names/',
367 'data/verify_signed_data_unittest/', 367 'data/verify_signed_data_unittest/',
368 'third_party/nist-pkits/certs/',
369 'third_party/nist-pkits/crls/',
368 ], 370 ],
369 'test_data_prefix': 'net', 371 'test_data_prefix': 'net',
370 }, 372 },
371 'includes': [ '../build/copy_test_data_ios.gypi' ], 373 'includes': [ '../build/copy_test_data_ios.gypi' ],
372 }, 374 },
373 ], 375 ],
374 'sources!': [ 376 'sources!': [
375 # TODO(droger): The following tests are disabled because the 377 # TODO(droger): The following tests are disabled because the
376 # implementation is missing or incomplete. 378 # implementation is missing or incomplete.
377 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. 379 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 '../build/isolate.gypi', 1723 '../build/isolate.gypi',
1722 ], 1724 ],
1723 'sources': [ 1725 'sources': [
1724 'net_unittests.isolate', 1726 'net_unittests.isolate',
1725 ], 1727 ],
1726 }, 1728 },
1727 ], 1729 ],
1728 }], 1730 }],
1729 ], 1731 ],
1730 } 1732 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698