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

Unified Diff: content/browser/BUILD.gn

Issue 2867073006: Adds a /json/protocol endpoint to serve the DevTools protocol (Closed)
Patch Set: try a different dependancy Created 3 years, 7 months 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 0cfb950b0e45e3a1de58c8d6b352f81e883b946c..7fb163d5a9aa4c76223cd73e46fa0186cdad9f87 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -64,8 +64,8 @@ source_set("browser") {
"//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",
@@ -139,6 +139,7 @@ source_set("browser") {
"//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",

Powered by Google App Engine
This is Rietveld 408576698