Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index 74c0bbe11cc310295344d5b326a7c365cd9d3256..dd18927cd5fa8dac48ccf98995c38731f8d8fec6 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -228,6 +228,9 @@ if (!is_android && !is_mac) { |
| # Needed to use the master_preferences functions |
| "//chrome/installer/util:with_no_strings", |
| "//content/public/app:both", |
| + |
| + # For headless mode. |
| + "//headless:headless_shell_lib", |
| ] |
| if (enable_plugins && enable_pdf) { |
| deps += [ "//pdf" ] |