blob: 54b749c433b000190df0aaaf37cd1a3c680ba856 [file] [log] [blame]
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("test_name_helper") {
testonly = true
sources = [ "test_name_helper.h" ]
public_deps = [
"//base:base",
"//testing/gtest",
]
}