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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 24612002: Don't compile io_service if io is not supported. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | runtime/bin/io_service_unsupported.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 76f4274148cd18f0f19224c4bb3676c645f9121a..e118b057b8eb0b099f1e8ab4565cb4b3691c47ac 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -25,6 +25,7 @@
'filter_unsupported.cc',
'io_service.cc',
'io_service.h',
+ 'io_service_unsupported.cc',
'net/nss_memio.cc',
'net/nss_memio.h',
'platform.cc',
@@ -65,6 +66,8 @@
'sources!' : [
'filter.cc',
'filter.h',
+ 'io_service.cc',
+ 'io_service.h',
'net/nss_memio.cc',
'net/nss_memio.h',
'secure_socket.cc',
« no previous file with comments | « no previous file | runtime/bin/io_service_unsupported.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698