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

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
« no previous file with comments | « no previous file | components/devtools_service/devtools_agent_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/devtools_service/BUILD.gn
diff --git a/components/devtools_service/BUILD.gn b/components/devtools_service/BUILD.gn
index 12d74fc1522c6db0fc299e5207a05166626754f8..a08eadb0008066f3ce962b32b83c3a7a01c24cf5 100644
--- a/components/devtools_service/BUILD.gn
+++ b/components/devtools_service/BUILD.gn
@@ -6,6 +6,8 @@ import("//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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698