| Index: content/public/common/BUILD.gn
 | 
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
 | 
| index df860043ed769f14b2b59ed6821414e29bb9001e..a0ed34b8f00ad095a7a040010b50c422d1f2a034 100644
 | 
| --- a/content/public/common/BUILD.gn
 | 
| +++ b/content/public/common/BUILD.gn
 | 
| @@ -6,6 +6,7 @@ import("//build/buildflag_header.gni")
 | 
|  import("//build/config/chromecast_build.gni")
 | 
|  import("//build/config/features.gni")
 | 
|  import("//mojo/public/tools/bindings/mojom.gni")
 | 
| +import("//ppapi/features/features.gni")
 | 
|  import("//third_party/webrtc/build/webrtc.gni")
 | 
|  
 | 
|  # See //content/BUILD.gn for how this works.
 | 
| @@ -252,6 +253,7 @@ source_set("common_sources") {
 | 
|      "//mojo/common",
 | 
|      "//net",
 | 
|      "//ppapi/c",
 | 
| +    "//ppapi/features",
 | 
|      "//services/service_manager/public/cpp",
 | 
|      "//skia",
 | 
|      "//storage/common",
 | 
| 
 |