blob: 7c1ac4e5586b3be778a97f591d1c4bb336892725 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("devtools_discovery") {
sources = [
"basic_target_descriptor.cc",
"basic_target_descriptor.h",
"devtools_discovery_manager.cc",
"devtools_discovery_manager.h",
"devtools_target_descriptor.h",
]
deps = [
"//base",
"//content/public/browser",
"//content/public/common",
"//url",
]
}