| Index: chrome/app/BUILD.gn
|
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
|
| index 5caffcedcb81fbca48376bdf37fdc292de673935..98238499c1ed381dd4949c671b3f95d7e4d07a55 100644
|
| --- a/chrome/app/BUILD.gn
|
| +++ b/chrome/app/BUILD.gn
|
| @@ -332,6 +332,10 @@ source_set("test_support") {
|
| "//chrome/utility",
|
| "//components/crash/content/app",
|
| "//components/crash/content/app:lib",
|
| +
|
| + # TODO(crbug.com/625122) This dependency is only needed if is_desktop_linux
|
| + # is true.
|
| + "//components/os_crypt",
|
| "//components/startup_metric_utils/browser:lib",
|
| "//content/public/app:both",
|
| "//content/public/common",
|
|
|