blob: edd6afe09b98ba3c08759f2d05109bec7be974ef [file] [log] [blame]
# Copyright 2019 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.
static_library("test_support") {
testonly = true
sources = [
"test_utils.cc",
"test_utils.h",
]
deps = [
"//components/games/core/proto",
]
}