blob: 75cbbd613a0fc9400ab7beba3fc327b46ffa4fa0 [file] [log] [blame]
# Copyright 2014 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("gmock_mutant") {
sources = [
"gmock_mutant.h", # gMock helpers
]
deps = [
"//base",
]
}
# Targets needed for isolate script to execute.
group("test_scripts_shared") {
data = [
"//testing/test_env.py",
"//testing/xvfb.py",
]
}
group("run_gtest_perf_test") {
data = [
"//testing/scripts/common.py",
"//testing/scripts/run_gtest_perf_test.py",
"//tools/perf/generate_legacy_perf_dashboard_json.py",
]
data_deps = [
":test_scripts_shared",
]
}