diff options
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 9bae8b9..e38a2f8 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -23,6 +23,9 @@ include_rules = [ # Allow inclusion of the appcache library. "+webkit/appcache", + # Allow inclusion of the blob library. + "+webkit/blob", + # Allow inclusion of the database library. "+webkit/database", |