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

Side by Side Diff: sky/engine/bindings2/mojo_natives.h

Issue 919883002: Allow sky apps to be consumers of mojo services (Closed) Base URL: https://github.com/eseidel/skydart.git@master
Patch Set: cr comments 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 unified diff | Download patch
« no previous file with comments | « sky/engine/bindings2/builtin.cc ('k') | sky/engine/bindings2/mojo_natives.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_DART_EMBEDDER_MOJO_NATIVES_H_ 5 #ifndef SKY_ENGINE_BINDINGS2_MOJO_NATIVES_H_
6 #define MOJO_DART_EMBEDDER_MOJO_NATIVES_H_ 6 #define SKY_ENGINE_BINDINGS2_MOJO_NATIVES_H_
7 7
8 #include "dart/runtime/include/dart_api.h" 8 #include "dart/runtime/include/dart_api.h"
9 9
10 namespace mojo { 10 namespace blink {
11 namespace dart {
12 11
13 Dart_NativeFunction MojoNativeLookup(Dart_Handle name, 12 Dart_NativeFunction MojoNativeLookup(Dart_Handle name,
14 int argument_count, 13 int argument_count,
15 bool* auto_setup_scope); 14 bool* auto_setup_scope);
16 15
17 const uint8_t* MojoNativeSymbol(Dart_NativeFunction nf); 16 const uint8_t* MojoNativeSymbol(Dart_NativeFunction nf);
18 17
19 } // namespace dart 18 } // namespace blink
20 } // namespace mojo
21 19
22 #endif // MOJO_DART_EMBEDDER_MOJO_NATIVES_H_ 20 #endif // SKY_ENGINE_BINDINGS2_MOJO_NATIVES_H_
OLDNEW
« no previous file with comments | « sky/engine/bindings2/builtin.cc ('k') | sky/engine/bindings2/mojo_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698