| Index: headless/BUILD.gn
|
| diff --git a/headless/BUILD.gn b/headless/BUILD.gn
|
| index e1a853ee47ccb18a0d79241a9908309ffe26829e..ffcad64f72b511bd9e32012b55f70b85950de138 100644
|
| --- a/headless/BUILD.gn
|
| +++ b/headless/BUILD.gn
|
| @@ -56,9 +56,11 @@ grit("headless_lib_resources_grit") {
|
|
|
| action("gen_devtools_client_api") {
|
| script = "//headless/lib/browser/client_api_generator.py"
|
| -
|
| + deps = [
|
| + "//third_party/WebKit/Source/core/inspector:protocol_version",
|
| + ]
|
| inputs = [
|
| - "//third_party/WebKit/Source/devtools/protocol.json",
|
| + "$root_gen_dir/blink/core/inspector/protocol.json",
|
| ]
|
|
|
| outputs = [
|
|
|