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

Unified Diff: components/devtools_service/BUILD.gn

Issue 1164383002: Mandoline DevTools service: remote debugging protocol over HTTP/WebSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: components/devtools_service/BUILD.gn
diff --git a/components/devtools_service/BUILD.gn b/components/devtools_service/BUILD.gn
index 1dc5c46ba89b6b670a0f5091066605516c6ff3bb..7ee4b3cacbb04b38344bff3493ebef2fd4b17b2b 100644
--- a/components/devtools_service/BUILD.gn
+++ b/components/devtools_service/BUILD.gn
@@ -6,6 +6,8 @@ import("//third_party/mojo/src/mojo/public/mojo_application.gni")
source_set("lib") {
sources = [
+ "devtools_agent_host.cc",
+ "devtools_agent_host.h",
"devtools_http_server.cc",
"devtools_http_server.h",
"devtools_registry_impl.cc",
@@ -21,6 +23,7 @@ source_set("lib") {
"//components/devtools_service/public/interfaces",
"//mojo/application/public/cpp",
"//mojo/common",
+ "//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//url",
« no previous file with comments | « no previous file | components/devtools_service/devtools_agent_host.h » ('j') | components/devtools_service/devtools_agent_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698