Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(863)

Unified Diff: content/browser/devtools/BUILD.gn

Issue 2573423002: [DevTools] Remove old generator in content. (Closed)
Patch Set: fixed review comment Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/devtools/devtools_agent_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
-}
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/devtools/devtools_agent_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698