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

Unified Diff: src/trusted/service_runtime/nacl_config.h

Issue 8825007: Native Client side changes for debugging support: stdout/err -> postmessage. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years 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 | « src/trusted/service_runtime/build.scons ('k') | src/trusted/service_runtime/nacl_desc_postmessage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/nacl_config.h
===================================================================
--- src/trusted/service_runtime/nacl_config.h (revision 7373)
+++ src/trusted/service_runtime/nacl_config.h (working copy)
@@ -10,8 +10,8 @@
* NOTE: This header is ALSO included by assembler files and hence
* must not include any C code
*/
-#ifndef NATIVE_CLIENT_SERVICE_RUNTIME_NACL_CONFIG_H_
-#define NATIVE_CLIENT_SERVICE_RUNTIME_NACL_CONFIG_H_
+#ifndef NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_NACL_CONFIG_H_
+#define NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_NACL_CONFIG_H_
#include "native_client/src/include/nacl_base.h"
#include "native_client/src/include/nacl_asm.h"
@@ -237,4 +237,4 @@
#endif /* NACL_ARCH(NACL_BUILD_ARCH) */
-#endif /* NATIVE_CLIENT_SERVICE_RUNTIME_NACL_CONFIG_H_ */
+#endif /* NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_NACL_CONFIG_H_ */
« no previous file with comments | « src/trusted/service_runtime/build.scons ('k') | src/trusted/service_runtime/nacl_desc_postmessage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698