Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index a334f00988be6911cb0f0cbd305478fd40a10d6a..827d4049fa7444015429e64f96a13eb1da6a08cf 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -45,6 +45,7 @@ source_set("browser") { |
| "//net:extras", |
| "//skia", |
| "//sql", |
| + "//third_party/boringssl", |
|
davidben
2015/11/04 00:17:38
Is this needed? (See net/ssl/ssl_platform_key.h co
svaldez
2015/11/04 16:55:51
Done.
|
| "//third_party/mojo/src/mojo/public/cpp/bindings", |
| "//third_party/npapi", |
| "//third_party/re2", |
| @@ -488,10 +489,6 @@ source_set("browser") { |
| ] |
| } |
| - if (is_linux) { |
| - deps += [ "//third_party/boringssl" ] |
| - } |
| - |
| if (enable_mojo_media != "none") { |
| configs += [ "//media/mojo/services:enable_mojo_media_config" ] |
| } |