diff options
Diffstat (limited to 'ppapi/proxy/DEPS')
-rw-r--r-- | ppapi/proxy/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS index 5c5b2d4..a159be3 100644 --- a/ppapi/proxy/DEPS +++ b/ppapi/proxy/DEPS @@ -2,6 +2,8 @@ include_rules = [ "+base", "+ipc", "+gpu", + "+skia", + "+ui/gfx/surface", # We don't want the proxy to depend on the C++ layer, which is appropriate # for plugins only. However, the completion callback factory is a very useful @@ -10,3 +12,4 @@ include_rules = [ "-ppapi/cpp", "+ppapi/cpp/completion_callback.h" ] + |