diff options
Diffstat (limited to 'ppapi/shared_impl/DEPS')
-rw-r--r-- | ppapi/shared_impl/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ppapi/shared_impl/DEPS b/ppapi/shared_impl/DEPS index 84fea55..578728a 100644 --- a/ppapi/shared_impl/DEPS +++ b/ppapi/shared_impl/DEPS @@ -1,4 +1,9 @@ include_rules = [ "+base", + + # Since this is used by the implementation in /webkit, we don't want it to + # depend on IPC. + "-ipc", + "-ppapi/cpp", ] |