diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 17:46:52 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 17:46:52 +0000 |
commit | 7777d9633bed51e5458ca2ec4b0df1f73d809bfb (patch) | |
tree | bd43e98d29fd1c5584a64f0622b3742f6eedc0e8 /chrome/common/DEPS | |
parent | 3d076e00ef5aec7b3c2fdb0e72b8eb200676b303 (diff) | |
download | chromium_src-7777d9633bed51e5458ca2ec4b0df1f73d809bfb.zip chromium_src-7777d9633bed51e5458ca2ec4b0df1f73d809bfb.tar.gz chromium_src-7777d9633bed51e5458ca2ec4b0df1f73d809bfb.tar.bz2 |
Let checkdeps ignore #if 0 blocks. Also strip lines of leading/trailing whitespaces before checking.
Review URL: http://codereview.chromium.org/42316
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index 044e2f8..ed2c80a 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -17,7 +17,4 @@ include_rules = [ # FIXME - refactor code and remove these dependencies "+chrome/app", "+chrome/browser", - - # See bug 7828 - "+chrome/renderer", ] |