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

Unified Diff: nacl_bindings_generator/mojo_irt.h.tmpl

Issue 955113002: Rearrange mojo/nacl files. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase 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 | « nacl_bindings_generator/mojo_irt.c.tmpl ('k') | nacl_bindings_generator/mojo_syscall.cc.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl_bindings_generator/mojo_irt.h.tmpl
diff --git a/mojo/nacl/generator/mojo_irt.h.tmpl b/nacl_bindings_generator/mojo_irt.h.tmpl
similarity index 80%
rename from mojo/nacl/generator/mojo_irt.h.tmpl
rename to nacl_bindings_generator/mojo_irt.h.tmpl
index 09dbe692b284f984eed5b1582fe5484c6f18e922..b742ebe7aa9239ccc3e836574b28ce9fd6e3e7b9 100644
--- a/mojo/nacl/generator/mojo_irt.h.tmpl
+++ b/nacl_bindings_generator/mojo_irt.h.tmpl
@@ -4,10 +4,9 @@
{{generator_warning}}
-#ifndef MOJO_NACL_MOJO_IRT_H_
-#define MOJO_NACL_MOJO_IRT_H_
+#ifndef {{platform_dir_header_path}}_MOJO_IRT_H_
+#define {{platform_dir_header_path}}_MOJO_IRT_H_
-#include "mojo/common/mojo_common_export.h"
#include "mojo/public/c/system/buffer.h"
#include "mojo/public/c/system/data_pipe.h"
#include "mojo/public/c/system/message_pipe.h"
@@ -29,4 +28,4 @@ size_t mojo_irt_query(const char* interface_ident,
}
#endif
-#endif // MOJO_NACL_MOJO_IRT_H_
+#endif // {{platform_dir_header_path}}_MOJO_IRT_H_
« no previous file with comments | « nacl_bindings_generator/mojo_irt.c.tmpl ('k') | nacl_bindings_generator/mojo_syscall.cc.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698