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

Side by Side Diff: net/net.gyp

Issue 1288193003: Add a function for parsing RFC 5280's "Certificate". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_helpers
Patch Set: More comment fixes Created 5 years, 4 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/data/parse_certificate_unittest/cert_version3.pem ('k') | net/net.gypi » ('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 # Defines an extra set of libs with an alternate copy of org.apache.http. 8 # Defines an extra set of libs with an alternate copy of org.apache.http.
9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed. 9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed.
10 'net_test_extra_libs': [], 10 'net_test_extra_libs': [],
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 [ 'OS == "ios"', { 364 [ 'OS == "ios"', {
365 'actions': [ 365 'actions': [
366 { 366 {
367 'action_name': 'copy_test_data', 367 'action_name': 'copy_test_data',
368 'variables': { 368 'variables': {
369 'test_data_files': [ 369 'test_data_files': [
370 'data/ssl/certificates/', 370 'data/ssl/certificates/',
371 'data/test.html', 371 'data/test.html',
372 'data/url_request_unittest/', 372 'data/url_request_unittest/',
373 'data/verify_name_match_unittest/names/', 373 'data/verify_name_match_unittest/names/',
374 'data/parse_certificate_unittest/',
374 ], 375 ],
375 'test_data_prefix': 'net', 376 'test_data_prefix': 'net',
376 }, 377 },
377 'includes': [ '../build/copy_test_data_ios.gypi' ], 378 'includes': [ '../build/copy_test_data_ios.gypi' ],
378 }, 379 },
379 ], 380 ],
380 'sources!': [ 381 'sources!': [
381 # TODO(droger): The following tests are disabled because the 382 # TODO(droger): The following tests are disabled because the
382 # implementation is missing or incomplete. 383 # implementation is missing or incomplete.
383 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. 384 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1594 '../build/isolate.gypi', 1595 '../build/isolate.gypi',
1595 ], 1596 ],
1596 'sources': [ 1597 'sources': [
1597 'net_unittests.isolate', 1598 'net_unittests.isolate',
1598 ], 1599 ],
1599 }, 1600 },
1600 ], 1601 ],
1601 }], 1602 }],
1602 ], 1603 ],
1603 } 1604 }
OLDNEW
« no previous file with comments | « net/data/parse_certificate_unittest/cert_version3.pem ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698