Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 8e400c3cd7a68f6ab449ccaf357edc10a83c0250..96cdf209fbb9e126b11eb7be6255be6d1174b73c 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -26,6 +26,7 @@ source_set("child") { |
"//ui/base", |
"//ui/gfx", |
"//ui/gfx/geometry", |
+ "//ui/native_theme", |
"//url", |
] |
@@ -42,7 +43,9 @@ source_set("child") { |
] |
} |
- if (!enable_plugins) { |
+ if (enable_plugins) { |
+ deps += [ "//ppapi:ppapi_proxy" ] |
+ } else { |
sources -= [ |
"browser_font_resource_trusted.cc", |
"npapi/plugin_host.cc", |