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

Unified Diff: mojo/nacl/sfi/nacl_bindings/mojo_syscall.cc

Issue 1398213003: Refactored Non-SFI and SFI NaCl into separate directories. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « mojo/nacl/sfi/nacl_bindings/mojo_syscall.h ('k') | mojo/nacl/sfi/nacl_bindings/mojo_syscall_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/sfi/nacl_bindings/mojo_syscall.cc
diff --git a/nacl_bindings/mojo_syscall.cc b/mojo/nacl/sfi/nacl_bindings/mojo_syscall.cc
similarity index 99%
rename from nacl_bindings/mojo_syscall.cc
rename to mojo/nacl/sfi/nacl_bindings/mojo_syscall.cc
index 13397539dca29dcf183c170d946862fff0c6ecf5..4aef2795a9aeb94473e22c7afd001d9a48aedd6d 100644
--- a/nacl_bindings/mojo_syscall.cc
+++ b/mojo/nacl/sfi/nacl_bindings/mojo_syscall.cc
@@ -5,13 +5,13 @@
// WARNING this file was generated by generate_nacl_bindings.py
// Do not edit by hand.
-#include "nacl_bindings/mojo_syscall.h"
+#include "mojo/nacl/sfi/nacl_bindings/mojo_syscall.h"
#include <stdio.h>
+#include "mojo/nacl/sfi/nacl_bindings/mojo_syscall_internal.h"
#include "mojo/public/c/system/core.h"
#include "mojo/public/platform/native/system_impl_private.h"
-#include "nacl_bindings/mojo_syscall_internal.h"
#include "native_client/src/public/chrome_main.h"
#include "native_client/src/public/nacl_app.h"
#include "native_client/src/trusted/desc/nacl_desc_custom.h"
« no previous file with comments | « mojo/nacl/sfi/nacl_bindings/mojo_syscall.h ('k') | mojo/nacl/sfi/nacl_bindings/mojo_syscall_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698