OLD | NEW |
(Empty) | |
| 1 # Copyright 2016 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. |
| 4 |
| 5 if (is_chromeos) { |
| 6 # GYP version: chrome/chrome_renderer.gypi:chrome_renderer_leak_detector_sourc
es |
| 7 source_set("leak_detector") { |
| 8 sources = [ |
| 9 "leak_detector_remote_client.cc", |
| 10 "leak_detector_remote_client.h", |
| 11 ] |
| 12 deps = [ |
| 13 "//components/metrics/leak_detector:interfaces", |
| 14 "//components/metrics/leak_detector:leak_detector", |
| 15 "//components/metrics/proto:proto", |
| 16 ] |
| 17 } |
| 18 } |
OLD | NEW |