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

Side by Side Diff: net/BUILD.gn

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix serial number parsing. Created 4 years, 10 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 | « no previous file | net/cert/internal/parse_ocsp.h » ('j') | net/cert/internal/parse_ocsp.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1609 if (is_ios) { 1609 if (is_ios) {
1610 # TODO(GYP) 1610 # TODO(GYP)
1611 # 'actions': [ 1611 # 'actions': [
1612 # { 1612 # {
1613 # 'action_name': 'copy_test_data', 1613 # 'action_name': 'copy_test_data',
1614 # 'variables': { 1614 # 'variables': {
1615 # 'test_data_files': [ 1615 # 'test_data_files': [
1616 # 'data/certificate_policies_unittest/', 1616 # 'data/certificate_policies_unittest/',
1617 # 'data/name_constraints_unittest/', 1617 # 'data/name_constraints_unittest/',
1618 # 'data/parse_certificate_unittest/', 1618 # 'data/parse_certificate_unittest/',
1619 # 'data/parse_ocsp_unittest/',
1619 # 'data/ssl/certificates/', 1620 # 'data/ssl/certificates/',
1620 # 'data/test.html', 1621 # 'data/test.html',
1621 # 'data/url_request_unittest/', 1622 # 'data/url_request_unittest/',
1622 # 'data/verify_certificate_chain_unittest/', 1623 # 'data/verify_certificate_chain_unittest/',
1623 # 'data/verify_name_match_unittest/names/', 1624 # 'data/verify_name_match_unittest/names/',
1624 # ], 1625 # ],
1625 # 'test_data_prefix': 'net', 1626 # 'test_data_prefix': 'net',
1626 # }, 1627 # },
1627 # 'includes': [ '../build/copy_test_data_ios.gypi' ], 1628 # 'includes': [ '../build/copy_test_data_ios.gypi' ],
1628 # }, 1629 # },
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 } else { 1734 } else {
1734 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1735 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1735 } 1736 }
1736 } 1737 }
1737 1738
1738 buildflag_header("features") { 1739 buildflag_header("features") {
1739 header = "net_features.h" 1740 header = "net_features.h"
1740 1741
1741 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ] 1742 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ]
1742 } 1743 }
OLDNEW
« no previous file with comments | « no previous file | net/cert/internal/parse_ocsp.h » ('j') | net/cert/internal/parse_ocsp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698