Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index b000f21bac67466018418c9397731788cd7b3aa2..762cdef734cc0bd0cae75fc0c863900714af0eaf 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -24,6 +24,7 @@ |
'../skia/skia.gyp:skia', |
'../skia/skia.gyp:skia_mojo', |
'../sql/sql.gyp:sql', |
+ '../third_party/boringssl/boringssl.gyp:boringssl', |
davidben
2015/11/04 00:17:38
Not necessary? (See net/ssl/ssl_platform_key.h com
svaldez
2015/11/04 16:55:51
Done.
|
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
'../third_party/re2/re2.gyp:re2', |
'../third_party/zlib/google/zip.gyp:zip', |
@@ -2155,11 +2156,6 @@ |
'browser/media/media_web_contents_observer.h', |
], |
}], |
- ['OS == "linux"', { |
- 'dependencies': [ |
- '../third_party/boringssl/boringssl.gyp:boringssl', |
- ], |
- }], |
['enable_webvr==1', { |
'sources': [ |
'browser/vr/vr_device.cc', |