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

Side by Side Diff: mojo/public/c/system/core.h

Issue 2744943002: Mojo: Move waiting APIs to public library (Closed)
Patch Set: . Created 3 years, 9 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/public/c/system/BUILD.gn ('k') | mojo/public/c/system/functions.h » ('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 // This is a catch-all header that includes everything. 5 // This is a catch-all header that includes everything.
6 // 6 //
7 // Note: This header should be compilable as C. 7 // Note: This header should be compilable as C.
8 8
9 #ifndef MOJO_PUBLIC_C_SYSTEM_CORE_H_ 9 #ifndef MOJO_PUBLIC_C_SYSTEM_CORE_H_
10 #define MOJO_PUBLIC_C_SYSTEM_CORE_H_ 10 #define MOJO_PUBLIC_C_SYSTEM_CORE_H_
11 11
12 #include "mojo/public/c/system/buffer.h" 12 #include "mojo/public/c/system/buffer.h"
13 #include "mojo/public/c/system/data_pipe.h" 13 #include "mojo/public/c/system/data_pipe.h"
14 #include "mojo/public/c/system/functions.h" 14 #include "mojo/public/c/system/functions.h"
15 #include "mojo/public/c/system/macros.h" 15 #include "mojo/public/c/system/macros.h"
16 #include "mojo/public/c/system/message_pipe.h" 16 #include "mojo/public/c/system/message_pipe.h"
17 #include "mojo/public/c/system/platform_handle.h" 17 #include "mojo/public/c/system/platform_handle.h"
18 #include "mojo/public/c/system/system_export.h" 18 #include "mojo/public/c/system/system_export.h"
19 #include "mojo/public/c/system/types.h" 19 #include "mojo/public/c/system/types.h"
20 #include "mojo/public/c/system/wait_set.h"
21 #include "mojo/public/c/system/watcher.h" 20 #include "mojo/public/c/system/watcher.h"
22 21
23 #endif // MOJO_PUBLIC_C_SYSTEM_CORE_H_ 22 #endif // MOJO_PUBLIC_C_SYSTEM_CORE_H_
OLDNEW
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/public/c/system/functions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698