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

Unified Diff: runtime/bin/bin.gypi

Issue 1304373008: - Fix XCode build, by making sure that we do depend on boringssl (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 8928af1fe08ab26b11122e7ee3ded14c7b8ff9b7..3637a4f40ef0da4b4266c148da990efe089dfd39 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -222,6 +222,11 @@
['exclude', '_test\\.(cc|h)$'],
],
'conditions': [
+ ['dart_io_support==1 and dart_io_secure_socket==1', {
+ 'dependencies': [
+ '../third_party/boringssl/boringssl_dart.gyp:boringssl',
+ ],
+ }],
['dart_io_secure_socket==0', {
'defines': [
'DART_IO_SECURE_SOCKET_DISABLED'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698