diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 12:59:21 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 12:59:21 +0000 |
commit | 34fa542308633c77ac1fbacbc4f55b646f8673e4 (patch) | |
tree | c377d06926dac7426469aa6cc8b79f4f4d63878c /webkit/tools/DEPS | |
parent | d6f9e44fc617298093fc2c5ca0810929e2e2aa8c (diff) | |
download | chromium_src-34fa542308633c77ac1fbacbc4f55b646f8673e4.zip chromium_src-34fa542308633c77ac1fbacbc4f55b646f8673e4.tar.gz chromium_src-34fa542308633c77ac1fbacbc4f55b646f8673e4.tar.bz2 |
Add the dep for the mac dir within test_shell where its needed.
BUG=12149
TEST=checkdeps should still pass
Review URL: http://codereview.chromium.org/155673
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/DEPS')
-rw-r--r-- | webkit/tools/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/DEPS b/webkit/tools/DEPS index c49be3d..0ed195a 100644 --- a/webkit/tools/DEPS +++ b/webkit/tools/DEPS @@ -2,8 +2,4 @@ include_rules = [ "+chrome/common", "+media", "+skia/ext", - - # Allow inclusion of WebKit mac headers. - # This may need to be cleaned up, see http://crbug.com/12149 - "+mac", ] |