summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/proxy/BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
index ffd0561..ffec0db 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -341,10 +341,7 @@ source_set("ipc_sources") {
"//ppapi/shared_impl",
]
if (!is_nacl) {
- deps += [
- "//skia",
- "//ui/events/ipc",
- ]
+ deps += [ "//skia" ]
}
}