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

Side by Side Diff: net/net.gyp

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more null checks. 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/der/parser.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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 ], 351 ],
352 [ 'OS == "ios"', { 352 [ 'OS == "ios"', {
353 'actions': [ 353 'actions': [
354 { 354 {
355 'action_name': 'copy_test_data', 355 'action_name': 'copy_test_data',
356 'variables': { 356 'variables': {
357 'test_data_files': [ 357 'test_data_files': [
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/ssl/certificates/', 362 'data/ssl/certificates/',
362 'data/test.html', 363 'data/test.html',
363 'data/url_request_unittest/', 364 'data/url_request_unittest/',
364 'data/verify_certificate_chain_unittest/', 365 'data/verify_certificate_chain_unittest/',
365 'data/verify_name_match_unittest/names/', 366 'data/verify_name_match_unittest/names/',
366 'data/verify_signed_data_unittest/', 367 'data/verify_signed_data_unittest/',
367 ], 368 ],
368 'test_data_prefix': 'net', 369 'test_data_prefix': 'net',
369 }, 370 },
370 'includes': [ '../build/copy_test_data_ios.gypi' ], 371 'includes': [ '../build/copy_test_data_ios.gypi' ],
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 '../build/isolate.gypi', 1720 '../build/isolate.gypi',
1720 ], 1721 ],
1721 'sources': [ 1722 'sources': [
1722 'net_unittests.isolate', 1723 'net_unittests.isolate',
1723 ], 1724 ],
1724 }, 1725 },
1725 ], 1726 ],
1726 }], 1727 }],
1727 ], 1728 ],
1728 } 1729 }
OLDNEW
« no previous file with comments | « net/der/parser.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698