Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index 3a95db30cb66f4605e0017b0189a123bf3b63e6c..9109e4ef50a03e2758520203ad710f4b0a2ba0a5 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -1020,6 +1020,9 @@ if (is_win) { |
| "//content/public/app:both", |
| "//pdf", |
| "//third_party/cld", |
| + |
| + # For headless mode. |
| + "//headless:headless_shell_lib", |
| ] |
| if (is_component_build) { |