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

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: changes for comment #16 Created 5 years, 1 month 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/der/tag.cc ('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 '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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 '../build/isolate.gypi', 1619 '../build/isolate.gypi',
1619 ], 1620 ],
1620 'sources': [ 1621 'sources': [
1621 'net_unittests.isolate', 1622 'net_unittests.isolate',
1622 ], 1623 ],
1623 }, 1624 },
1624 ], 1625 ],
1625 }], 1626 }],
1626 ], 1627 ],
1627 } 1628 }
OLDNEW
« no previous file with comments | « net/der/tag.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698