| Index: base/third_party/dynamic_annotations/BUILD.gn | 
| diff --git a/base/third_party/dynamic_annotations/BUILD.gn b/base/third_party/dynamic_annotations/BUILD.gn | 
| index d6a51230def311da6bcdcc870ffefdb084282fc8..bc324ae4a781c8f3435e5bebf18cf848d23384bc 100644 | 
| --- a/base/third_party/dynamic_annotations/BUILD.gn | 
| +++ b/base/third_party/dynamic_annotations/BUILD.gn | 
| @@ -6,7 +6,10 @@ if (is_nacl) { | 
| # Native client doesn't need dynamic annotations, so we provide a | 
| # dummy target in order for clients to not have to special-case the | 
| # dependency. | 
| -  group("dynamic_annotations") { | 
| +  source_set("dynamic_annotations") { | 
| +    sources = [ | 
| +      "dynamic_annotations.h", | 
| +    ] | 
| } | 
| } else { | 
| source_set("dynamic_annotations") { | 
|  |