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

Unified Diff: third_party/mojo/src/mojo/edk/DEPS

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some review comments Created 5 years, 3 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
Index: third_party/mojo/src/mojo/edk/DEPS
diff --git a/third_party/mojo/src/mojo/edk/DEPS b/third_party/mojo/src/mojo/edk/DEPS
index 11e5e7f0eac241a5fc2a5da91d04a398d8e5a12b..c446fabf357cf0f2af39d030f52267ce32d0fd65 100644
--- a/third_party/mojo/src/mojo/edk/DEPS
+++ b/third_party/mojo/src/mojo/edk/DEPS
@@ -9,4 +9,9 @@ include_rules = [
# internal includes.
"+mojo",
+
+ # temporary
+ "+../../../../../../mojo/edk/system/core.h",
+ "+../../../../../../mojo/edk/embedder/embedder_internal.h",
+ "+../../../../../../mojo/edk/embedder/simple_platform_support.h",
]

Powered by Google App Engine
This is Rietveld 408576698