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

Unified Diff: mojo/dart/embedder/mojo_natives.h

Issue 1417523003: Move implementation of dart:mojo.internal to mojo/public/platform/dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « mojo/dart/embedder/builtin_natives.cc ('k') | mojo/dart/embedder/mojo_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/mojo_natives.h
diff --git a/mojo/dart/embedder/mojo_natives.h b/mojo/dart/embedder/mojo_natives.h
deleted file mode 100644
index 3ae635d6c11fb48e901c7869bcafa12fde16d1ad..0000000000000000000000000000000000000000
--- a/mojo/dart/embedder/mojo_natives.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MOJO_DART_EMBEDDER_MOJO_NATIVES_H_
-#define MOJO_DART_EMBEDDER_MOJO_NATIVES_H_
-
-#include "dart/runtime/include/dart_api.h"
-
-namespace mojo {
-namespace dart {
-
-Dart_NativeFunction MojoNativeLookup(Dart_Handle name,
- int argument_count,
- bool* auto_setup_scope);
-
-const uint8_t* MojoNativeSymbol(Dart_NativeFunction nf);
-
-} // namespace dart
-} // namespace mojo
-
-#endif // MOJO_DART_EMBEDDER_MOJO_NATIVES_H_
« no previous file with comments | « mojo/dart/embedder/builtin_natives.cc ('k') | mojo/dart/embedder/mojo_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698