| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 6a275d948f6fe091695f59c6c9b598dc5c1e22d5..d77bea71a3636d81e5fb8791ac33c5022b5e82e4 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -339,6 +339,7 @@ if (is_win) {
|
| "//components/policy:generated",
|
| "//content/app/resources",
|
| "//crypto",
|
| + "//headless:headless_shell_lib",
|
| "//net:net_resources",
|
| "//ppapi/features",
|
| "//third_party/cld",
|
| @@ -430,6 +431,7 @@ if (is_win) {
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app",
|
| "//content/public/app:child",
|
| + "//headless:headless_shell_child_lib",
|
| "//pdf",
|
| ]
|
|
|
|
|