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

Side by Side Diff: net/net.gyp

Issue 1214933009: Class for parsing and evaluating RFC 5280 NameConstraints. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compare_DN2
Patch Set: review changes for comment #12 Created 5 years, 2 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
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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 }], 353 }],
354 ], 354 ],
355 }, 355 },
356 ], 356 ],
357 [ 'OS == "ios"', { 357 [ 'OS == "ios"', {
358 'actions': [ 358 'actions': [
359 { 359 {
360 'action_name': 'copy_test_data', 360 'action_name': 'copy_test_data',
361 'variables': { 361 'variables': {
362 'test_data_files': [ 362 'test_data_files': [
363 'data/name_constraints_unittest/',
363 'data/ssl/certificates/', 364 'data/ssl/certificates/',
364 'data/test.html', 365 'data/test.html',
365 'data/url_request_unittest/', 366 'data/url_request_unittest/',
366 'data/verify_name_match_unittest/names/', 367 'data/verify_name_match_unittest/names/',
367 'data/parse_certificate_unittest/', 368 'data/parse_certificate_unittest/',
368 ], 369 ],
369 'test_data_prefix': 'net', 370 'test_data_prefix': 'net',
370 }, 371 },
371 'includes': [ '../build/copy_test_data_ios.gypi' ], 372 'includes': [ '../build/copy_test_data_ios.gypi' ],
372 }, 373 },
(...skipping 1221 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
« net/cert/internal/name_constraints.cc ('K') | « net/der/tag.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698