| Index: components/browser_watcher/BUILD.gn | 
| diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn | 
| index fede06b927f964d0197d71c174fae1a7eeddbcb4..5d64eed5cce6b19a3b2c23e8fe8d0f561f29e42f 100644 | 
| --- a/components/browser_watcher/BUILD.gn | 
| +++ b/components/browser_watcher/BUILD.gn | 
| @@ -83,6 +83,13 @@ static_library("stability") { | 
| ] | 
| } | 
|  | 
| +static_library("stability_data") { | 
| +  sources = [ | 
| +    "stability_data_names.cc", | 
| +    "stability_data_names.h", | 
| +  ] | 
| +} | 
| + | 
| source_set("unit_tests") { | 
| testonly = true | 
| sources = [ | 
|  |