summaryrefslogtreecommitdiffstats
path: root/webkit/tools/DEPS
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-18 12:40:26 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-18 12:40:26 +0000
commitd38f0991f8a25a28d86a96152158059578e82017 (patch)
tree47c311ba665b31b43c63b9f8b8668d6a297a31cd /webkit/tools/DEPS
parent4052c7343b977d7865405600d7e99b016f06dec4 (diff)
downloadchromium_src-d38f0991f8a25a28d86a96152158059578e82017.zip
chromium_src-d38f0991f8a25a28d86a96152158059578e82017.tar.gz
chromium_src-d38f0991f8a25a28d86a96152158059578e82017.tar.bz2
Also scan .m and .mm files in checkdeps.py
- add necessary DEPS rules - fix skia includes in test_shell to contain full path (third_party/skia/include/core/SkBitmap.h instead of just SkBitmap.h) - remove forbidden chrome/common include from app/resource_bundle_mac.mm Review URL: http://codereview.chromium.org/113147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/DEPS')
-rw-r--r--webkit/tools/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/DEPS b/webkit/tools/DEPS
index ef02b16..84a57f5 100644
--- a/webkit/tools/DEPS
+++ b/webkit/tools/DEPS
@@ -1,4 +1,8 @@
include_rules = [
"+chrome/common",
"+skia/ext",
+
+ # Allow inclusion of WebKit mac headers.
+ # This may need to be cleaned up, see http://crbug.com/12149
+ "+mac",
]