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

Side by Side Diff: chrome/chrome_common.gypi

Issue 345063006: 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 | « chrome/chrome_browser_ui.gypi ('k') | content/child/webcrypto/platform_crypto_openssl.cc » ('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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 ], 642 ],
643 ['os_posix != 1 or OS == "mac" or OS == "ios"', { 643 ['os_posix != 1 or OS == "mac" or OS == "ios"', {
644 'sources!': [ 644 'sources!': [
645 'common/net/x509_certificate_model_nss.cc', 645 'common/net/x509_certificate_model_nss.cc',
646 'common/net/x509_certificate_model_openssl.cc', 646 'common/net/x509_certificate_model_openssl.cc',
647 ], 647 ],
648 }, 648 },
649 ], 649 ],
650 ['OS == "android"', { 650 ['OS == "android"', {
651 'dependencies': [ 651 'dependencies': [
652 '../third_party/openssl/openssl.gyp:openssl', 652 '../third_party/boringssl/boringssl.gyp:boringssl',
653 ], 653 ],
654 'sources!': [ 654 'sources!': [
655 'common/net/x509_certificate_model.cc', 655 'common/net/x509_certificate_model.cc',
656 'common/net/x509_certificate_model_openssl.cc', 656 'common/net/x509_certificate_model_openssl.cc',
657 ], 657 ],
658 }], 658 }],
659 ['use_openssl==1', { 659 ['use_openssl==1', {
660 'sources!': [ 660 'sources!': [
661 'common/net/x509_certificate_model_nss.cc', 661 'common/net/x509_certificate_model_nss.cc',
662 ], 662 ],
(...skipping 25 matching lines...) Expand all
688 'common/safe_browsing/csd.proto' 688 'common/safe_browsing/csd.proto'
689 ], 689 ],
690 'variables': { 690 'variables': {
691 'proto_in_dir': 'common/safe_browsing', 691 'proto_in_dir': 'common/safe_browsing',
692 'proto_out_dir': 'chrome/common/safe_browsing', 692 'proto_out_dir': 'chrome/common/safe_browsing',
693 }, 693 },
694 'includes': [ '../build/protoc.gypi' ], 694 'includes': [ '../build/protoc.gypi' ],
695 }, 695 },
696 ], 696 ],
697 } 697 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/child/webcrypto/platform_crypto_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698