| Index: chrome_elf/BUILD.gn | 
| diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn | 
| index 337011cfc83495df000bc8e9d3cdd4e03ab1c513..40f611fe1bad6bd7d5578022626202d648543c94 100644 | 
| --- a/chrome_elf/BUILD.gn | 
| +++ b/chrome_elf/BUILD.gn | 
| @@ -150,6 +150,7 @@ static_library("crash") { | 
| "//chrome/install_static:install_static_util", | 
| "//components/crash/content/app:app", | 
| "//components/crash/core/common",  # crash_keys | 
| +    "//components/version_info:channel", | 
| "//content/public/common:result_codes", | 
| "//third_party/crashpad/crashpad/client:client",  # DumpWithoutCrash | 
| ] | 
|  |