diff options
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index fb297a3..bd39303 100644 --- a/content/DEPS +++ b/content/DEPS @@ -9,15 +9,22 @@ include_rules = [ "+chrome", "+grit", + "+media", "+net", + "+ppapi", + "+printing", + "+skia", # Don't allow inclusion of these other libs we shouldn't be calling directly. "-v8", "-tools", + "+third_party/npapi/bindings", + "+third_party/sqlite", # Allow inclusion of WebKit API files. "+third_party/WebKit/Source/WebKit/chromium", "+ui", + "+views", "+webkit", ] |