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", |