Chromium Code Reviews| Index: third_party/boringssl/BUILD.gn |
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn |
| index 468d17c6a8239c8195b540a20d97be20147e0972..11ea3ea4a641e81ff9dda37f857ba8ae2e11f0c3 100644 |
| --- a/third_party/boringssl/BUILD.gn |
| +++ b/third_party/boringssl/BUILD.gn |
| @@ -39,6 +39,7 @@ component("boringssl") { |
| "src/crypto", |
| ] |
| + defines = [] |
|
brettw
2014/07/24 22:21:36
I'd personally put this with the cflags at the top
scottmg
2014/07/24 22:22:43
Done.
|
| if (cpu_arch == "x64") { |
| if (is_mac) { |
| sources += gypi_values.boringssl_mac_x86_64_sources |