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

Side by Side Diff: mojo/nacl/generator/mojo_irt.h.tmpl

Issue 1279133006: Removed unused mojo_nacl code and GYP targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - -l Created 5 years, 4 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 | « mojo/nacl/generator/mojo_irt.c.tmpl ('k') | mojo/nacl/generator/mojo_syscall.cc.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 {{generator_warning}}
6
7 #ifndef MOJO_NACL_MOJO_IRT_H_
8 #define MOJO_NACL_MOJO_IRT_H_
9
10 #include "mojo/common/mojo_common_export.h"
11 #include "mojo/public/c/system/buffer.h"
12 #include "mojo/public/c/system/data_pipe.h"
13 #include "mojo/public/c/system/message_pipe.h"
14 #include "mojo/public/c/system/types.h"
15
16 #define NACL_IRT_MOJO_v0_1 "nacl-irt-mojo-0.1"
17
18 {{body}}
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 size_t mojo_irt_query(const char* interface_ident,
25 void* table,
26 size_t tablesize);
27
28 #ifdef __cplusplus
29 }
30 #endif
31
32 #endif // MOJO_NACL_MOJO_IRT_H_
OLDNEW
« no previous file with comments | « mojo/nacl/generator/mojo_irt.c.tmpl ('k') | mojo/nacl/generator/mojo_syscall.cc.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698