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

Unified Diff: third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
Index: third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
diff --git a/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc b/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
index de0b495f65116ea7eff11cf6b16936aa053eb9e1..e4d9f0067ec51fd5b95ccb67e63b074b0b1f393d 100644
--- a/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
+++ b/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
@@ -5,12 +5,12 @@
// WARNING this file was generated by generate_nacl_bindings.py
// Do not edit by hand.
-#include "mojo/public/c/system/core.h"
-#include "mojo/public/platform/nacl/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"
#include "native_client/src/untrusted/irt/irt.h"
+#include "third_party/mojo/src/mojo/public/c/system/core.h"
+#include "third_party/mojo/src/mojo/public/platform/nacl/mojo_irt.h"
// The value for this FD must not conflict with uses inside Chromium. However,
// mojo/nacl doesn't depend on any Chromium headers, so we can't use a #define
« no previous file with comments | « third_party/mojo/src/mojo/public/mojo_sdk.gni ('k') | third_party/mojo/src/mojo/public/platform/nacl/mojo_initial_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698