Adds a /json/protocol endpoint to serve the DevTools protocol
This should be useful for node.js developers who curently have
to download the protocol from a website.
This patch increaces the binary size by around 41kb.
BUG=538300
Review-Url: https://codereview.chromium.org/2867073006
Cr-Commit-Position: refs/heads/master@{#470921}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index b3ef290..8b8f8b33 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -64,8 +64,8 @@
"//content/app/strings",
"//content/browser/background_sync:background_sync_proto",
"//content/browser/cache_storage:cache_storage_proto",
+ "//content/browser/devtools:devtools_resources",
"//content/browser/devtools:protocol_sources",
- "//content/browser/devtools:resources",
"//content/browser/dom_storage:local_storage_proto",
"//content/browser/notifications:notification_proto",
"//content/browser/payments:payment_app_proto",
@@ -138,6 +138,7 @@
"//third_party/WebKit/public:mojo_bindings",
"//third_party/WebKit/public:resources",
"//third_party/angle:angle_common",
+ "//third_party/brotli:dec",
"//third_party/icu",
"//third_party/libyuv",
"//third_party/re2",