Switch //chrome/browser code to use IsOriginSecure() instead of SchemeIsSecure().
[chromium-blink-merge.git] / components / devtools_discovery / BUILD.gn
bloba733af4a6dfd49699e306d1dc3e0cbbdfff8ac99
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_discovery") {
6   sources = [
7     "basic_target_descriptor.cc",
8     "basic_target_descriptor.h",
9     "devtools_discovery_manager.cc",
10     "devtools_discovery_manager.h",
11     "devtools_target_descriptor.h",
12   ]
14   deps = [
15     "//base",
16     "//content/public/browser",
17     "//content/public/common",
18   ]