Index: content/plugin/BUILD.gn |
diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn |
index 94dc6d8b0aa39bab761663041c9735d6e14ae828..6e87a128b733ee6f8bd9de67b67c7652be97acba 100644 |
--- a/content/plugin/BUILD.gn |
+++ b/content/plugin/BUILD.gn |
@@ -32,19 +32,12 @@ |
deps = [ |
"//content:export", |
- "//content/child", |
"//content/public/common:common_sources", |
"//mojo/shell/public/interfaces", |
"//skia", |
"//third_party/WebKit/public:blink", |
"//third_party/npapi", |
- "//ui/gfx", |
- "//ui/surface", |
] |
- |
- if (is_win) { |
- deps += [ "//sandbox" ] |
- } |
} |
} else { |
# This way it can be unconditionally depended on. |