diff options
Diffstat (limited to 'components/devtools_http_handler/BUILD.gn')
-rw-r--r-- | components/devtools_http_handler/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/devtools_http_handler/BUILD.gn b/components/devtools_http_handler/BUILD.gn index 61e618e..e37cb35 100644 --- a/components/devtools_http_handler/BUILD.gn +++ b/components/devtools_http_handler/BUILD.gn @@ -11,6 +11,7 @@ source_set("devtools_http_handler") { deps = [ "//base", + "//components/devtools_discovery", "//content/public/browser", "//net", "//net:http_server", |