Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 764805db2884a886f9cd2fbcbd14d69d90b2cfd0..445f837442465d48896794d5fece4172af4c2d73 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -48,6 +48,11 @@ group("root") { |
| "//url", |
| ] |
| + if (is_posix) { # TODO(brettw) should be use_openssl |
|
Ryan Sleevi
2014/04/10 22:01:46
Any reason for not doing this? We're working on br
brettw
2014/04/11 17:47:31
This flag doesn't exist yet. I was anticipating do
|
| + deps += [ |
| + "//third_party/openssl", |
| + ] |
| + } |
| if (is_linux) { |
| deps += [ |
| "//third_party/freetype2", |