Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index ec75dcdb41c4531fca2bb3beef6c097211fbf650..1f416b8b7aadf1b9a23e2c0e2d2bc93df4045525 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -229,6 +229,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" ] |