[go: nahoru, domu]

blob: 2f1b572288b3c1a7ca5fac24799501db9e8274c7 [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("tests") {
testonly = true
sources = [ "mojom_traits_unittest.cc" ]
deps = [
"//base/test:test_support",
"//components/viz/common:common",
"//components/viz/test:test_support",
"//mojo/public/cpp/test_support:test_utils",
"//services/viz/public/mojom",
"//testing/gtest",
"//ui/gfx:test_support",
"//ui/gfx/geometry/mojom:mojom_traits",
]
}