| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index dc26330e500574bcba7806080ebdc243ca0a37bd..f6a64c8bcbfdac50325a1db0dc179b29434a64bc 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -20,7 +20,7 @@ config("internal_config") {
|
| defines = [
|
| "BORINGSSL_IMPLEMENTATION",
|
| "BORINGSSL_NO_STATIC_INITIALIZER",
|
| - "OPENSSL_SMALL_FOOTPRINT",
|
| + "OPENSSL_SMALL",
|
| ]
|
| }
|
|
|
| @@ -44,13 +44,8 @@ boringssl_sources =
|
| source_set("boringssl_asm") {
|
| visibility = [ ":*" ] # Only targets in this file can depend on this.
|
| sources = []
|
| - #asmflags = []
|
| include_dirs = [
|
| "src/include",
|
| - # This is for arm_arch.h, which is needed by some asm files. Since the
|
| - # asm files are generated and kept in a different directory, they
|
| - # cannot use relative paths to find this file.
|
| - "src/crypto",
|
| ]
|
|
|
| if (current_cpu == "x64") {
|
|
|