| Index: third_party/npapi/BUILD.gn
 | 
| diff --git a/third_party/npapi/BUILD.gn b/third_party/npapi/BUILD.gn
 | 
| index 09dd9b9ef65945c463a93a5c80bd9ef8c9c32baa..ad170834dd69d3932a6b0b0af81547b948c36b37 100644
 | 
| --- a/third_party/npapi/BUILD.gn
 | 
| +++ b/third_party/npapi/BUILD.gn
 | 
| @@ -5,7 +5,10 @@
 | 
|  config("npapi_config") {
 | 
|    # Some things #include "bindings/npapi.h" and others just #include
 | 
|    # "npapi.h". Account for both flavors.
 | 
| -  include_dirs = [ ".", "bindings" ]
 | 
| +  include_dirs = [
 | 
| +    ".",
 | 
| +    "bindings",
 | 
| +  ]
 | 
|  }
 | 
|  
 | 
|  source_set("npapi") {
 | 
| 
 |