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

Unified Diff: nacl_bindings_generator/libmojo.cc.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/interface_dsl.py ('k') | nacl_bindings_generator/mojo_irt.c.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl_bindings_generator/libmojo.cc.tmpl
diff --git a/mojo/nacl/generator/libmojo.cc.tmpl b/nacl_bindings_generator/libmojo.cc.tmpl
similarity index 96%
rename from mojo/nacl/generator/libmojo.cc.tmpl
rename to nacl_bindings_generator/libmojo.cc.tmpl
index a012798628e9be74663ca2b1002c6715f7ea8c48..a486c7edcddb041e9a8dbc23980b0781afc96751 100644
--- a/mojo/nacl/generator/libmojo.cc.tmpl
+++ b/nacl_bindings_generator/libmojo.cc.tmpl
@@ -4,8 +4,8 @@
{{generator_warning}}
-#include "mojo/nacl/mojo_irt.h"
#include "mojo/public/c/system/core.h"
+#include "{{platform_dir}}/mojo_irt.h"
#include "native_client/src/public/chrome_main.h"
#include "native_client/src/public/imc_syscalls.h"
#include "native_client/src/public/imc_types.h"
« no previous file with comments | « nacl_bindings_generator/interface_dsl.py ('k') | nacl_bindings_generator/mojo_irt.c.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698