diff options
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index c663fb9..2a0e8a7 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -57,6 +57,11 @@ include_rules = [ "+webkit/plugins", # Defines some types that are marshalled over IPC. "+webkit/quota", "+webkit/user_agent", + + # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned + # up webkit/. crbug.com/239710 + "+webkit/browser", + # webkit/glue files are listed individually since they aren't conceptually # grouped like the other webkit/ files, and can therefore be tackled one at # a time. |