summaryrefslogtreecommitdiffstats
path: root/content/test/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 18:42:07 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 18:42:07 +0000
commitc53ecc726e2fc38816eb60ad898f284577fb07a4 (patch)
tree6a22d11f9c6abf2817e54ed34d99c819652b80a6 /content/test/DEPS
parentd378f198bd6a0c56b4a30ea35d6dba8171430f35 (diff)
downloadchromium_src-c53ecc726e2fc38816eb60ad898f284577fb07a4.zip
chromium_src-c53ecc726e2fc38816eb60ad898f284577fb07a4.tar.gz
chromium_src-c53ecc726e2fc38816eb60ad898f284577fb07a4.tar.bz2
Move the corresponding cc files from content\test to be alongside their headers in content\public\test, now that DEPS supports fine-grained exceptions.
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10826311 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/DEPS')
-rw-r--r--content/test/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/test/DEPS b/content/test/DEPS
index aec836d..3227a5e 100644
--- a/content/test/DEPS
+++ b/content/test/DEPS
@@ -2,7 +2,6 @@ include_rules = [
# Testing utilities can access anything in content/
"+content",
"+media/base", # For ChannelLayout in WebRTC tests.
- "+third_party/iaccessible2",
"+ui/aura/test/test_aura_initializer.h",
"+ui/base/resource/data_pack.h",
]