| Index: content/public/renderer/BUILD.gn
|
| diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
|
| index 628e89b19323dc8f51a9183b186ac19d3e5216ac..b5c1de37b81be0124b1eb47baa5e56dd5b5a12e9 100644
|
| --- a/content/public/renderer/BUILD.gn
|
| +++ b/content/public/renderer/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/features.gni")
|
| +import("//ppapi/features/features.gni")
|
|
|
| # See //content/BUILD.gn for how this works.
|
| group("renderer") {
|
| @@ -75,6 +76,7 @@ target(link_target_type, "renderer_sources") {
|
| "//media/gpu/ipc/client",
|
| "//net",
|
| "//ppapi/c",
|
| + "//ppapi/features",
|
| "//skia",
|
| "//third_party/WebKit/public:blink_headers",
|
| "//third_party/libjingle",
|
|
|