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

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: more cleanup 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..472ff42909b6243d027c5b5987a202b58fb32ea6 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",
+
+ # TODO(use_chrome_edk): 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