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 |