naiveproxy/chrome/renderer/leak_detector/BUILD.gn
2018-01-28 13:32:06 -05:00

19 lines
537 B
Plaintext

# Copyright 2016 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.
if (is_chromeos) {
source_set("leak_detector") {
sources = [
"leak_detector_remote_client.cc",
"leak_detector_remote_client.h",
]
deps = [
"//components/metrics/leak_detector:interfaces",
"//components/metrics/leak_detector:leak_detector",
"//services/service_manager/public/cpp",
"//third_party/metrics_proto",
]
}
}