blob: 593b2bb9aa01866443d6daed42f002b75f4756f0 [file] [log] [blame]
# Copyright 2018 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("test_name_helper") {
testonly = true
sources = [
"test_name_helper.h",
]
public_deps = [
"//base:base",
"//testing/gtest",
]
}