summaryrefslogtreecommitdiffstats
path: root/mojo/DEPS
diff options
context:
space:
mode:
authorTrent Apted <tapted@chromium.org>2014-10-03 11:51:20 +1000
committerTrent Apted <tapted@chromium.org>2014-10-03 01:52:13 +0000
commit5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9 (patch)
treef4107f31a06d889dc0dcee9cfd2f66d6d2f19575 /mojo/DEPS
parent11cbd199704f82210205e8e956af686e179e2689 (diff)
downloadchromium_src-5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9.zip
chromium_src-5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9.tar.gz
chromium_src-5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9.tar.bz2
Revert "Move mojo edk into mojo/edk"
This reverts commit ee7ff197a98da4636f33bd713de784948b487bd4. Causing widespread checkdeps failures. ERROR in src\content\browser\webui\web_ui_mojo_browsertest.cc Illegal include: "mojo/edk/test/test_utils.h" Because of no rule applying. TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/623883002 Cr-Commit-Position: refs/heads/master@{#297966}
Diffstat (limited to 'mojo/DEPS')
-rw-r--r--mojo/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/DEPS b/mojo/DEPS
index c37b8de..22cb4c1 100644
--- a/mojo/DEPS
+++ b/mojo/DEPS
@@ -2,6 +2,6 @@ include_rules = [
"+base",
"+build",
"+mojo",
- "-mojo/edk/system",
+ "-mojo/system",
"+testing",
]