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

Unified Diff: runtime/bin/bin.gypi

Issue 1319703002: Breaking Change: merge BoringSSL branch into master (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 | « DEPS ('k') | runtime/bin/io_impl_sources.gypi » ('j') | 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 12dd8b489f32964e53b506295bba506e87211406..8928af1fe08ab26b11122e7ee3ded14c7b8ff9b7 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -222,11 +222,6 @@
['exclude', '_test\\.(cc|h)$'],
],
'conditions': [
- ['dart_io_support==1 and dart_io_secure_socket==1', {
- 'dependencies': [
- 'bin/net/ssl.gyp:libssl_dart',
- ],
- }],
['dart_io_secure_socket==0', {
'defines': [
'DART_IO_SECURE_SOCKET_DISABLED'
@@ -292,14 +287,14 @@
'io_natives.cc',
],
'conditions': [
- ['dart_io_support==1 and dart_io_secure_socket==1', {
+ ['dart_io_support==1', {
'dependencies': [
- 'bin/net/ssl.gyp:libssl_dart',
+ 'bin/net/zlib.gyp:zlib_dart',
],
}],
- ['dart_io_support==1 and dart_io_secure_socket==0', {
+ ['dart_io_support==1 and dart_io_secure_socket==1', {
'dependencies': [
- 'bin/net/zlib.gyp:zlib_dart',
+ '../third_party/boringssl/boringssl_dart.gyp:boringssl',
],
}],
['dart_io_secure_socket==0', {
@@ -333,19 +328,6 @@
},
}],
],
- 'configurations': {
- 'Dart_Android_Base': {
- 'target_conditions': [
- ['_toolset=="target"', {
- 'defines': [
- # Needed for sources outside of nss that include pr and ssl
- # header files.
- 'MDCPUCFG="md/_linux.cfg"',
- ],
- }],
- ],
- },
- },
},
{
'target_name': 'libdart_nosnapshot',
« no previous file with comments | « DEPS ('k') | runtime/bin/io_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698