From a03ae49d253d7d1f517e2f92146a6ba201c78aa6 Mon Sep 17 00:00:00 2001 From: jamesr Date: Thu, 2 Oct 2014 21:26:48 -0700 Subject: Move mojo edk into mojo/edk This creates a mojo/edk directory which contains the "embedder developer kit" aka the set of code needed to embed mojo code. mojo/edk/embedder = code from mojo/embedder mojo/edk/system = code from mojo/system mojo/edk/test = code used to test the previous two, from mojo/common/test mojo/edk/ can only depend on mojo/public/, base/ and itself. R=viettrungluu@chromium.org TBR=sky@chromium.org for file renames Committed: https://chromium.googlesource.com/chromium/src/+/ee7ff197a98da4636f33bd713de784948b487bd4 Review URL: https://codereview.chromium.org/621153003 Cr-Commit-Position: refs/heads/master@{#297986} --- mojo/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mojo/DEPS') diff --git a/mojo/DEPS b/mojo/DEPS index 22cb4c1..c37b8de 100644 --- a/mojo/DEPS +++ b/mojo/DEPS @@ -2,6 +2,6 @@ include_rules = [ "+base", "+build", "+mojo", - "-mojo/system", + "-mojo/edk/system", "+testing", ] -- cgit v1.1