Chromium Code Reviews| Index: chrome/app/BUILD.gn |
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn |
| index 5caffcedcb81fbca48376bdf37fdc292de673935..23286c23deea58b0e0a8729131be523e34115e2f 100644 |
| --- a/chrome/app/BUILD.gn |
| +++ b/chrome/app/BUILD.gn |
| @@ -358,6 +358,10 @@ source_set("test_support") { |
| ] |
| } |
| + if (is_desktop_linux) { |
| + deps += [ "//components/os_crypt" ] |
| + } |
| + |
| if (enable_pdf) { |
| deps += [ "//pdf" ] |
| } |