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_syscall.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/mojo_irt.h.tmpl ('k') | services/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl_bindings_generator/mojo_syscall.cc.tmpl
diff --git a/mojo/nacl/generator/mojo_syscall.cc.tmpl b/nacl_bindings_generator/mojo_syscall.cc.tmpl
similarity index 96%
rename from mojo/nacl/generator/mojo_syscall.cc.tmpl
rename to nacl_bindings_generator/mojo_syscall.cc.tmpl
index 84c15771f6d57f2d0c0fb6c9e2deabc15c97f0be..4ef183fb91f960b3c3fc48c0d5610d20f2775660 100644
--- a/mojo/nacl/generator/mojo_syscall.cc.tmpl
+++ b/nacl_bindings_generator/mojo_syscall.cc.tmpl
@@ -4,11 +4,11 @@
{{generator_warning}}
-#include "mojo/nacl/mojo_syscall.h"
+#include "{{bindings_dir}}/mojo_syscall.h"
#include <stdio.h>
-#include "mojo/nacl/mojo_syscall_internal.h"
+#include "{{bindings_dir}}/mojo_syscall_internal.h"
#include "mojo/public/c/system/core.h"
#include "native_client/src/public/chrome_main.h"
#include "native_client/src/public/nacl_app.h"
« no previous file with comments | « nacl_bindings_generator/mojo_irt.h.tmpl ('k') | services/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698