diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 12:40:26 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 12:40:26 +0000 |
commit | d38f0991f8a25a28d86a96152158059578e82017 (patch) | |
tree | 47c311ba665b31b43c63b9f8b8668d6a297a31cd /webkit/tools/DEPS | |
parent | 4052c7343b977d7865405600d7e99b016f06dec4 (diff) | |
download | chromium_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/DEPS | 4 |
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",
]
|