| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index a4f5e2cdbf98273fb0d87e57f2298fa75a515d29..4dd9f9d3785d27a7ce65164efcfcc5bdc04b5a66 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -337,6 +337,7 @@ if (is_win) {
|
| "//components/policy:generated",
|
| "//content/app/resources",
|
| "//crypto",
|
| + "//headless:headless_shell_main_lib",
|
| "//net:net_resources",
|
| "//ppapi/features",
|
| "//third_party/cld",
|
| @@ -428,6 +429,7 @@ if (is_win) {
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app",
|
| "//content/public/app:child",
|
| + "//headless:headless_shell_child_lib",
|
| "//pdf",
|
| ]
|
|
|
|
|