diff options
Diffstat (limited to 'ppapi/proxy/DEPS')
-rw-r--r-- | ppapi/proxy/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS index ded8bf6..e56cd3d 100644 --- a/ppapi/proxy/DEPS +++ b/ppapi/proxy/DEPS @@ -1,11 +1,11 @@ include_rules = [ "+base", - "+ipc", + "+components/tracing", "+gpu", + "+ipc", "+media/audio", "+skia", "+ui/surface", - "+content/components/tracing", # 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 |