| Index: third_party/boringssl/boringssl_configurations.gypi
|
| diff --git a/runtime/tools/gyp/nss_configurations.gypi b/third_party/boringssl/boringssl_configurations.gypi
|
| similarity index 92%
|
| copy from runtime/tools/gyp/nss_configurations.gypi
|
| copy to third_party/boringssl/boringssl_configurations.gypi
|
| index 7f24ef4bbd6df9761a79d7ac5e5a45417ecebaa3..91c76c16b268d29284344242787f8165b78b5862 100644
|
| --- a/runtime/tools/gyp/nss_configurations.gypi
|
| +++ b/third_party/boringssl/boringssl_configurations.gypi
|
| @@ -1,12 +1,11 @@
|
| -# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| # This file is included to modify the configurations to build third-party
|
| -# code from Mozilla's NSS and NSPR libraries, modified by the Chromium project.
|
| +# code from BoringSSL.
|
| # This code is C code, not C++, and is not warning-free, so we need to remove
|
| # C++-specific flags, and add flags to supress the warnings in the code.
|
| -# This file is included from gyp files in the runtime/bin/net directory.
|
| {
|
| 'variables': {
|
| # Used by third_party/nss, which is from Chromium.
|
| @@ -97,4 +96,4 @@
|
| },
|
| },
|
| },
|
| -}
|
| +}
|
|
|