diff options
author | yoz <yoz@chromium.org> | 2014-09-05 07:16:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 14:19:32 +0000 |
commit | d6f2fa209bab91490944004b5189cd4191e09024 (patch) | |
tree | 022566a96cfee377196fc40209d6b52013e19656 /extensions/test/DEPS | |
parent | 98d6f1e45c66a03b7b583eec3694c84ff7411fec (diff) | |
download | chromium_src-d6f2fa209bab91490944004b5189cd4191e09024.zip chromium_src-d6f2fa209bab91490944004b5189cd4191e09024.tar.gz chromium_src-d6f2fa209bab91490944004b5189cd4191e09024.tar.bz2 |
Extract ResultCatcher from ExtensionApiTest. Use it in ShellApiTest, which is separated out from AppShellTest.
Move the remaining DnsApiTest to app_shell_browsertests.
BUG=388893
Review URL: https://codereview.chromium.org/529293003
Cr-Commit-Position: refs/heads/master@{#293517}
Diffstat (limited to 'extensions/test/DEPS')
-rw-r--r-- | extensions/test/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/test/DEPS b/extensions/test/DEPS index 26b3ad9b..e9ef362 100644 --- a/extensions/test/DEPS +++ b/extensions/test/DEPS @@ -1,3 +1,4 @@ include_rules = [ + "+content/public", "+mojo/embedder", ] |