blob: cae99b45495c92532d6cc1edcc89c882a22a0482 [file] [log] [blame]
# Copyright 2017 The Fuchsia 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("base_unittests") {
testonly = true
sources = [
"ownable_unittest.cc",
"typed_reffable_unittest.cc",
]
deps = [
"//src/ui/lib/escher/base:escher_base",
"//third_party/googletest:gtest",
]
}