diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 03:06:21 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 03:06:21 +0000 |
commit | 9620ba04d8ef64c87c688e97a6eb6a6637c543a0 (patch) | |
tree | bd141b3b2dbfa531aa7d01cd9cef57b00a318ce4 /DEPS | |
parent | 5a7bdf208c28c210b39cff63d1cf91302b02821b (diff) | |
download | chromium_src-9620ba04d8ef64c87c688e97a6eb6a6637c543a0.zip chromium_src-9620ba04d8ef64c87c688e97a6eb6a6637c543a0.tar.gz chromium_src-9620ba04d8ef64c87c688e97a6eb6a6637c543a0.tar.bz2 |
Quick fix for CEEE dependency-checking problems; will open bug
to fix this properly.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4260003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -299,6 +299,7 @@ include_rules = [ # checkdeps.py shouldn't check include paths for files in these dirs: skip_child_includes = [ "breakpad", + "ceee", "chrome_frame", "gears", "native_client", |