summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/shared_impl/DEPS')
-rw-r--r--ppapi/shared_impl/DEPS6
1 files changed, 2 insertions, 4 deletions
diff --git a/ppapi/shared_impl/DEPS b/ppapi/shared_impl/DEPS
index ebb73ea..512b07b 100644
--- a/ppapi/shared_impl/DEPS
+++ b/ppapi/shared_impl/DEPS
@@ -1,13 +1,11 @@
include_rules = [
"+base",
+ "+skia",
+ "+webkit/glue",
# Since this is used by the implementation in /webkit, we don't want it to
# depend on IPC.
"-ipc",
"-ppapi/cpp",
-
- # The image data implementation depends on how we're building Skia. This isn't
- # a link-time dependency, so it's OK.
- "+skia/config/SkUserConfig.h"
]