summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 12:59:21 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 12:59:21 +0000
commit34fa542308633c77ac1fbacbc4f55b646f8673e4 (patch)
treec377d06926dac7426469aa6cc8b79f4f4d63878c /webkit/tools/test_shell
parentd6f9e44fc617298093fc2c5ca0810929e2e2aa8c (diff)
downloadchromium_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/test_shell')
-rw-r--r--webkit/tools/test_shell/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/DEPS b/webkit/tools/test_shell/DEPS
new file mode 100644
index 0000000..639b759
--- /dev/null
+++ b/webkit/tools/test_shell/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+mac",
+]