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

Side by Side Diff: net/net.gyp

Issue 1125333005: RFC 2459 name comparison. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios copy_test_data 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
« net/cert/internal/verify_name_match.cc ('K') | « net/der/tag.h ('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 # 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ], 363 ],
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 ], 374 ],
374 'test_data_prefix': 'net', 375 'test_data_prefix': 'net',
375 }, 376 },
376 'includes': [ '../build/copy_test_data_ios.gypi' ], 377 'includes': [ '../build/copy_test_data_ios.gypi' ],
377 }, 378 },
378 ], 379 ],
379 'sources!': [ 380 'sources!': [
380 # TODO(droger): The following tests are disabled because the 381 # TODO(droger): The following tests are disabled because the
381 # implementation is missing or incomplete. 382 # implementation is missing or incomplete.
382 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. 383 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 '../build/isolate.gypi', 1594 '../build/isolate.gypi',
1594 ], 1595 ],
1595 'sources': [ 1596 'sources': [
1596 'net_unittests.isolate', 1597 'net_unittests.isolate',
1597 ], 1598 ],
1598 }, 1599 },
1599 ], 1600 ],
1600 }], 1601 }],
1601 ], 1602 ],
1602 } 1603 }
OLDNEW
« net/cert/internal/verify_name_match.cc ('K') | « net/der/tag.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698