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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 889443002: Service isolate rework take 2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_impl_sources.gypi
diff --git a/runtime/bin/io_impl_sources.gypi b/runtime/bin/io_impl_sources.gypi
index 390b4ef4be60b54474100a7304e57a22e94f50ea..9236ec744fe57566764370188cb6dc9904d4c975 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -59,9 +59,22 @@
],
'conditions': [
['dart_io_support==1', {
+ 'conditions': [
+ ['dart_io_secure_socket==1', {
+ 'sources!' : [
+ 'secure_socket_unsupported.cc',
+ ],
+ }, { # else dart_io_secure_socket == 0
+ 'sources!' : [
+ 'net/nss_memio.cc',
+ 'net/nss_memio.h',
+ 'secure_socket.cc',
+ 'secure_socket.h',
+ ],
+ }],
+ ],
'sources!' : [
'filter_unsupported.cc',
- 'secure_socket_unsupported.cc',
'io_service_unsupported.cc',
],
},{ # else dart_io_support == 0
« no previous file with comments | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698