# Copyright 2020 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_lib") { | |
testonly = true | |
visibility = [ | |
"//chrome/browser/video_tutorials/internal:unit_tests", | |
"//chrome/browser/video_tutorials:video_tutorials_unit_tests", | |
] | |
sources = [ | |
"test_utils.cc", | |
"test_utils.h", | |
] | |
deps = [ | |
"//chrome/browser/video_tutorials/internal", | |
"//testing/gmock", | |
"//testing/gtest", | |
] | |
} |