| Index: content/browser/devtools/BUILD.gn
|
| diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
|
| index 02c9788f06b73a278b5ebec2f9ab5b286a1fdf62..f12e6f8316b0f9b2e179a0933a1611efc2b9a0ad 100644
|
| --- a/content/browser/devtools/BUILD.gn
|
| +++ b/content/browser/devtools/BUILD.gn
|
| @@ -92,25 +92,3 @@ inspector_protocol_generate("protocol_sources") {
|
| "protocol/tracing.h",
|
| ]
|
| }
|
| -
|
| -action("gen_devtools_protocol_handler") {
|
| - visibility = [ "//content/browser" ]
|
| - deps = [
|
| - "//third_party/WebKit/Source/core/inspector:protocol_version",
|
| - ]
|
| - script = "//content/browser/devtools/protocol/" +
|
| - "devtools_protocol_handler_generator.py"
|
| -
|
| - blink_protocol = "$root_gen_dir/blink/core/inspector/protocol.json"
|
| - inputs = [
|
| - blink_protocol,
|
| - ]
|
| -
|
| - outputs = [
|
| - "$target_gen_dir/protocol/devtools_protocol_dispatcher.cc",
|
| - "$target_gen_dir/protocol/devtools_protocol_dispatcher.h",
|
| - ]
|
| -
|
| - args =
|
| - rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
|
| -}
|
|
|