Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: build/all.gyp

Issue 1871043003: Fixing BoringSSL on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding simulator fix. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/cert/cert_verify_proc_ios.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 19d08d0dda38eab15ed1b39fd15611ae7bd21072..3a37165e8d5b1ed2d8cc531e24bb4bb10bc9ae9b 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -262,6 +262,10 @@
['use_openssl==1', {
'dependencies': [
'../third_party/boringssl/boringssl.gyp:*',
+ ],
+ }],
+ ['use_openssl==1 and OS!="ios"', {
+ 'dependencies': [
'../third_party/boringssl/boringssl_tests.gyp:*',
],
}],
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/cert/cert_verify_proc_ios.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698