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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 1824053002: Some build file cleanup (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Deps in new root certs Created 4 years, 9 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_service.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 c04cf7d23f17d5621e71b253401e8e3895e75907..8a9c7c5068177c5fb569f7b718d2e43415037272 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -69,40 +69,6 @@
],
'conditions': [
['dart_io_support==1', {
- 'conditions': [
- ['dart_io_secure_socket==1', {
- 'sources!' : [
- 'io_service_no_ssl.cc',
- 'io_service_no_ssl.h',
- 'secure_socket_unsupported.cc',
- ],
- 'conditions': [
- ['dart_io_ssl_builtin_roots==0 or OS=="mac"', {
- # On Mac, we use the system keystore, so do not compile in the
- # root certs.
- 'sources!' : [
- '../../third_party/root_certificates/root_certificates.cc',
- ],
- }, { # else dart_io_ssl_builtin_roots == 1 and OS != mac.
- 'sources!' : [
- 'root_certificates_unsupported.cc',
- ],
- }],
- ],
- }, { # else dart_io_secure_socket == 0
- 'sources!' : [
- '../../third_party/root_certificates/root_certificates.cc',
- 'root_certificates_unsupported.cc',
- 'io_service.cc',
- 'io_service.h',
- 'secure_socket.h',
- 'secure_socket_boringssl.cc',
- 'secure_socket_boringssl.h',
- 'secure_socket_macos.cc',
- 'secure_socket_macos.h',
- ],
- }],
- ],
'sources!' : [
'filter_unsupported.cc',
'io_service_unsupported.cc',
« no previous file with comments | « DEPS ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698