blob: 674b8d09792060633f02ffae94e22e8c3bf69e96 [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.
group("telemetry_test_support") {
# Generic telemetry deps
data = [
"//build/android/devil/",
"//build/android/pylib/",
"//third_party/catapult/",
"//tools/telemetry/",
]
}
executable("bitmaptools") {
sources = [
"telemetry/internal/image_processing/bitmaptools.cc",
]
deps = [
"//build/config/sanitizers:deps",
]
}