Index: content/app/BUILD.gn |
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn |
index 9c60650ed1378b3ef421b5eb2944385249729835..38402be78d220a948226ef4de7441cba68892315 100644 |
--- a/content/app/BUILD.gn |
+++ b/content/app/BUILD.gn |
@@ -4,6 +4,7 @@ |
import("//build/config/chrome_build.gni") |
import("//build/config/features.gni") |
+import("//ppapi/features/features.gni") |
# Implements "content_main" given the defines and visibility. On Windows this |
# is compiled with a different define for browser and child, but all code needs |
@@ -28,6 +29,7 @@ template("implement_content_app") { |
"//crypto", |
"//services/service_manager/public/interfaces", |
"//mojo/edk/system", |
+ "//ppapi/features", |
"//third_party/WebKit/public:mojo_bindings", |
"//ui/base", |
"//ui/gfx", |