diff options
author | rockot <rockot@chromium.org> | 2016-02-10 01:57:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-10 09:58:42 +0000 |
commit | c637caf9bac4b86535f19765ae91be2bc8467925 (patch) | |
tree | 550308031b8ecc3ce3cafb00e4f5d82b34b3c3f9 /extensions/test/DEPS | |
parent | 4104d6998090894fca07949ef4d5d001c19ba051 (diff) | |
download | chromium_src-c637caf9bac4b86535f19765ae91be2bc8467925.zip chromium_src-c637caf9bac4b86535f19765ae91be2bc8467925.tar.gz chromium_src-c637caf9bac4b86535f19765ae91be2bc8467925.tar.bz2 |
[mojo] Delete third_party/mojo
All users are on the new EDK now. This wipes out third_party/mojo,
updates all dependencies, and removes the use-new-edk flag.
BUG=None
Review URL: https://codereview.chromium.org/1676913002
Cr-Commit-Position: refs/heads/master@{#374631}
Diffstat (limited to 'extensions/test/DEPS')
-rw-r--r-- | extensions/test/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/DEPS b/extensions/test/DEPS index b334588..27ef4ea 100644 --- a/extensions/test/DEPS +++ b/extensions/test/DEPS @@ -1,5 +1,5 @@ include_rules = [ "+content/public", - "+third_party/mojo/src/mojo/edk/embedder", + "+mojo/edk/embedder", "+ui/gl", ] |