summaryrefslogtreecommitdiffstats
path: root/mojo/shell
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/shell
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/shell')
-rw-r--r--mojo/shell/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/shell/DEPS b/mojo/shell/DEPS
index 4b4f60b..fb5bed9 100644
--- a/mojo/shell/DEPS
+++ b/mojo/shell/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+mojo/system/embedder",
"+net",
"+ui/gl",
]