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

Unified Diff: build/all.gyp

Issue 1871043003: Fixing BoringSSL on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix TARGET_IPHONE_SIMULATOR case. 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 c8142f95b0c36731642373010bc03e75c6234f2e..400bf9720e203fed5ecd3af1b3c9c6f2a2e6b060 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -261,6 +261,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