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

Unified Diff: runtime/bin/bin.gypi

Issue 2156973003: Move root_certificates.cc reference out of io_impl_sources.gypi. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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_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 3ab74a32f9df9b6d23ac8aaa8abf08e89c799ccd..3fd890ae5bd784c12861b22e86e652ee83b3b0c2 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -682,6 +682,10 @@
'defines': [
'DART_IO_SECURE_SOCKET_DISABLED'
],
+ }, {
+ 'sources': [
+ '../../third_party/root_certificates/root_certificates.cc',
+ ],
}],
['OS=="win"', {
'sources/' : [
@@ -758,6 +762,10 @@
'defines': [
'DART_IO_SECURE_SOCKET_DISABLED'
],
+ }, {
+ 'sources': [
+ '../../third_party/root_certificates/root_certificates.cc',
+ ],
}],
['OS != "mac" and dart_io_support==1 and dart_io_secure_socket==1', {
'dependencies': [
@@ -818,6 +826,10 @@
'defines': [
'DART_IO_SECURE_SOCKET_DISABLED',
],
+ }, {
+ 'sources': [
+ '../../third_party/root_certificates/root_certificates.cc',
+ ],
}],
['OS != "mac" and dart_io_support==1 and dart_io_secure_socket==1', {
'dependencies': [
« no previous file with comments | « no previous file | runtime/bin/io_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698