1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("devtools_http_handler") {
7 "devtools_http_handler.cc",
8 "devtools_http_handler.h",
9 "devtools_http_handler_delegate.h",
14 "//components/devtools_discovery",
15 "//content/public/browser",
21 source_set("unit_tests") {
24 "devtools_http_handler_unittest.cc",
28 ":devtools_http_handler",
29 "//content/test:test_support",