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 /chrome/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 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 9570568..0a1a3e1 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -18,6 +18,12 @@ include_rules = [ # Allow inclusion of WebKit API files. "+webkit/api", + # Allow inclusion of Mozilla interface headers. + "+third_party/mozilla", + + # Allow usage of Google Toolbox for Mac. + "+third_party/GTM", + # Brett's test. Contact him for questions. "+frame_window", ] |