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

Side by Side Diff: google_apis/google_apis.gyp

Issue 399993002: Switch to BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « crypto/signature_verifier_openssl.cc ('k') | net/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 26 matching lines...) Expand all
37 ] 37 ]
38 }], 38 }],
39 ['OS=="mac" or OS=="ios" or OS=="win"', { 39 ['OS=="mac" or OS=="ios" or OS=="win"', {
40 'dependencies': [ 40 'dependencies': [
41 '../third_party/nss/nss.gyp:nspr', 41 '../third_party/nss/nss.gyp:nspr',
42 '../third_party/nss/nss.gyp:nss', 42 '../third_party/nss/nss.gyp:nss',
43 ], 43 ],
44 }], 44 }],
45 ['OS=="android"', { 45 ['OS=="android"', {
46 'dependencies': [ 46 'dependencies': [
47 '../third_party/openssl/openssl.gyp:openssl', 47 '../third_party/boringssl/boringssl.gyp:boringssl',
48 ], 48 ],
49 'sources/': [ 49 'sources/': [
50 ['exclude', 'cup/client_update_protocol_nss\.cc$'], 50 ['exclude', 'cup/client_update_protocol_nss\.cc$'],
51 ], 51 ],
52 }], 52 }],
53 ['enable_extensions==1', { 53 ['enable_extensions==1', {
54 'sources': [ 54 'sources': [
55 'drive/auth_service.cc', 55 'drive/auth_service.cc',
56 'drive/auth_service.h', 56 'drive/auth_service.h',
57 'drive/auth_service_interface.h', 57 'drive/auth_service_interface.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'drive/dummy_auth_service.cc', 226 'drive/dummy_auth_service.cc',
227 'drive/dummy_auth_service.h', 227 'drive/dummy_auth_service.h',
228 'drive/test_util.cc', 228 'drive/test_util.cc',
229 'drive/test_util.h', 229 'drive/test_util.h',
230 ], 230 ],
231 }], 231 }],
232 ], 232 ],
233 }, 233 },
234 ], 234 ],
235 } 235 }
OLDNEW
« no previous file with comments | « crypto/signature_verifier_openssl.cc ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698