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

Unified Diff: sky/engine/bindings2/mojo_natives.cc

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/bindings2/dart_callback.cc ('k') | sky/engine/build/scripts/name_macros.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings2/mojo_natives.cc
diff --git a/sky/engine/bindings2/mojo_natives.cc b/sky/engine/bindings2/mojo_natives.cc
index 6a853f21010527973b24adb4be79f638f350289d..708a4037405d55d7a3caa736928064077615f97a 100644
--- a/sky/engine/bindings2/mojo_natives.cc
+++ b/sky/engine/bindings2/mojo_natives.cc
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "sky/engine/config.h"
+#include "sky/engine/bindings2/mojo_natives.h"
+
#include <stdio.h>
#include <string.h>
#include <vector>
@@ -9,10 +12,12 @@
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "builtin.h"
#include "dart/runtime/include/dart_api.h"
#include "mojo/public/c/system/core.h"
#include "mojo/public/cpp/system/core.h"
+#include "sky/engine/bindings2/builtin.h"
+#include "sky/engine/tonic/dart_converter.h"
+#include "sky/engine/tonic/dart_builtin.h"
namespace blink {
@@ -94,7 +99,7 @@ static void SetInvalidArgumentReturn(Dart_NativeArguments arguments) {
}
static Dart_Handle MojoLib() {
- return DartBuiltins::LookupLibrary("dart:mojo_core");
+ return DartBuiltin::LookupLibrary("dart:mojo_core");
}
static Dart_Handle SignalsStateToDart(Dart_Handle klass,
« no previous file with comments | « sky/engine/bindings2/dart_callback.cc ('k') | sky/engine/build/scripts/name_macros.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698