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

Unified Diff: runtime/bin/root_certificates_unsupported.cc

Issue 1811583003: Don't compile in root certs on Android. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge 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 | « runtime/bin/io_impl_sources.gypi ('k') | runtime/bin/secure_socket_boringssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/root_certificates_unsupported.cc
diff --git a/runtime/vm/timer.cc b/runtime/bin/root_certificates_unsupported.cc
similarity index 53%
copy from runtime/vm/timer.cc
copy to runtime/bin/root_certificates_unsupported.cc
index 5b76b48f3fc248c04d995403f27c028ede4afaaa..6088e0805bfa9144316889c052332d9d294eb4a0 100644
--- a/runtime/vm/timer.cc
+++ b/runtime/bin/root_certificates_unsupported.cc
@@ -1,13 +1,14 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "platform/globals.h"
-#include "vm/timer.h"
-#include "vm/json_stream.h"
namespace dart {
+namespace bin {
+const unsigned char* root_certificates_pem = NULL;
+unsigned int root_certificates_pem_length = 0;
-
+} // namespace bin
} // namespace dart
« no previous file with comments | « runtime/bin/io_impl_sources.gypi ('k') | runtime/bin/secure_socket_boringssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698