| # Copyright 2014 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. |
| |
| import("//testing/test.gni") |
| |
| # GYP version: mojo/mojo_converters.gypi:mojo_surfaces_lib_unittests |
| test("mojo_surfaces_lib_unittests") { |
| deps = [ |
| "//base", |
| "//base/test:test_support", |
| "//cc", |
| "//cc/surfaces", |
| "//components/mus/public/interfaces", |
| "//gpu", |
| "//mojo/converters/geometry", |
| "//mojo/converters/surfaces", |
| "//mojo/converters/transform", |
| "//mojo/edk/test:run_all_unittests", |
| "//mojo/environment:chromium", |
| "//skia", |
| "//testing/gtest", |
| "//ui/gfx", |
| "//ui/gfx:test_support", |
| "//ui/gfx/geometry", |
| "//ui/mojo/geometry:interfaces", |
| ] |
| |
| sources = [ |
| "surface_unittest.cc", |
| ] |
| } |