Chromium Code Reviews| Index: mojo/edk/embedder/entrypoints.h |
| diff --git a/mojo/edk/embedder/entrypoints.h b/mojo/edk/embedder/entrypoints.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6f49d61536a6ed5ec75f692f5b21cb7ce1fbcf51 |
| --- /dev/null |
| +++ b/mojo/edk/embedder/entrypoints.h |
| @@ -0,0 +1,19 @@ |
| +// Copyright 2016 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_EDK_EMBEDDER_ENTRYPOINTS_H_ |
| +#define MOJO_EDK_EMBEDDER_ENTRYPOINTS_H_ |
| + |
| +#include "mojo/edk/system/system_impl_export.h" |
| +#include "mojo/public/c/system/thunks.h" |
| + |
| +namespace mojo { |
| +namespace edk { |
| + |
| +MOJO_SYSTEM_IMPL_EXPORT MojoSystemThunks MakeSystemThunks(); |
|
jam
2016/06/08 16:04:16
nit: add comment
|
| + |
| +} // namespace edk |
| +} // namespace mojo |
| + |
| +#endif // MOJO_EDK_EMBEDDER_ENTRYPOINTS_H_ |