Index: chrome/renderer/DEPS |
=================================================================== |
--- chrome/renderer/DEPS (revision 9073) |
+++ chrome/renderer/DEPS (working copy) |
@@ -1,5 +1,18 @@ |
include_rules = [ |
+ "+chrome/app", # The plugins use the theme library to get the sad plugin bitmap. |
+ "+chrome/personalization", |
+ "+chrome/plugin", |
"+media/base", # For HTML5 media rendering. |
- "+webkit/port", # For certain drawing, would be nice to not have. |
+ "+sandbox/src", |
+ "+skia/ext", |
+ "+skia/include", |
+ "+webkit/default_plugin", |
+ "+webkit/glue", |
+ "+webkit/glue/plugins", |
+ |
+ # FIXME - refactor code and remove these dependencies |
+ "+chrome/app/theme", |
+ "+chrome/browser/net", |
+ "+chrome/views", |
] |