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

Unified Diff: runtime/bin/extensions_fuchsia.cc

Issue 2168193002: Fuchsia: Build standalone VM. Make it run "Hello, World!". (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments 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 | « runtime/bin/eventhandler_fuchsia.cc ('k') | runtime/bin/file_fuchsia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/extensions_fuchsia.cc
diff --git a/runtime/bin/extensions_android.cc b/runtime/bin/extensions_fuchsia.cc
similarity index 87%
copy from runtime/bin/extensions_android.cc
copy to runtime/bin/extensions_fuchsia.cc
index c34902c680fd52556f930273c1d0db9d4aa03f47..d4746725cceb383cc6477d18ddab79fded83dd2e 100644
--- a/runtime/bin/extensions_android.cc
+++ b/runtime/bin/extensions_fuchsia.cc
@@ -1,9 +1,9 @@
-// Copyright (c) 2012, 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"
-#if defined(TARGET_OS_ANDROID)
+#if defined(TARGET_OS_FUCHSIA)
#include "bin/extensions.h"
#include <dlfcn.h> // NOLINT
@@ -35,4 +35,4 @@ Dart_Handle Extensions::GetError() {
} // namespace bin
} // namespace dart
-#endif // defined(TARGET_OS_ANDROID)
+#endif // defined(TARGET_OS_FUCHSIA)
« no previous file with comments | « runtime/bin/eventhandler_fuchsia.cc ('k') | runtime/bin/file_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698