summaryrefslogtreecommitdiffstats
path: root/mojo/DEPS
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 23:51:10 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 23:51:10 +0000
commit8579fe019ca8c4ce9f942144b3ffb33e04f356a7 (patch)
tree295637fec7c7b86bbbd79c4a91b116f6a24b62e4 /mojo/DEPS
parentcd0f7afb4971045ad47a15bcdcbf74c87c27c573 (diff)
downloadchromium_src-8579fe019ca8c4ce9f942144b3ffb33e04f356a7.zip
chromium_src-8579fe019ca8c4ce9f942144b3ffb33e04f356a7.tar.gz
chromium_src-8579fe019ca8c4ce9f942144b3ffb33e04f356a7.tar.bz2
Mojo: Move test_embedder.* to the mojo_system_impl component.
Also, tighten up DEPS: things outside mojo/system/ shouldn't include things in mojo/system/, unless they're an embedder in which case they can include things in mojo/system/embedder/. R=sky@chromium.org Review URL: https://codereview.chromium.org/136473007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245381 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/DEPS')
-rw-r--r--mojo/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/DEPS b/mojo/DEPS
index 1bdd152..7a95e2b 100644
--- a/mojo/DEPS
+++ b/mojo/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+base",
"+build",
"+mojo",
+ "-mojo/system",
"+mojom",
"+testing",
]