| Index: headless/BUILD.gn
|
| diff --git a/headless/BUILD.gn b/headless/BUILD.gn
|
| index d6cccc85677405f0a5e0e3021dec0d3bc5227ee1..5c2f75c78159ef39d19d18a0f6ced7b35d36497f 100644
|
| --- a/headless/BUILD.gn
|
| +++ b/headless/BUILD.gn
|
| @@ -190,6 +190,8 @@ action("gen_devtools_client_api") {
|
|
|
| static_library("headless_lib") {
|
| sources = generated_devtools_api + [
|
| + "app/headless_shell_switches.cc",
|
| + "app/headless_shell_switches.h",
|
| "lib/browser/headless_browser_context_impl.cc",
|
| "lib/browser/headless_browser_context_impl.h",
|
| "lib/browser/headless_browser_context_options.cc",
|
|
|