Index: mojo/converters/surfaces/tests/BUILD.gn |
diff --git a/mojo/converters/surfaces/tests/BUILD.gn b/mojo/converters/surfaces/tests/BUILD.gn |
deleted file mode 100644 |
index 2a9499df25aeeac2d4fb2c1fa33a5aad4ca62fa0..0000000000000000000000000000000000000000 |
--- a/mojo/converters/surfaces/tests/BUILD.gn |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-# 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") |
- |
-test("mojo_surfaces_lib_unittests") { |
- deps = [ |
- "//base", |
- "//base/test:test_support", |
- "//cc", |
- "//cc/surfaces", |
- "//gpu", |
- "//mojo/converters/geometry", |
- "//mojo/converters/surfaces", |
- "//mojo/edk/test:run_all_unittests", |
- "//mojo/environment:chromium", |
- "//mojo/services/geometry/interfaces", |
- "//mojo/services/surfaces/interfaces", |
- "//skia", |
- "//testing/gtest", |
- "//ui/gfx", |
- "//ui/gfx/geometry", |
- "//ui/gfx:test_support", |
- ] |
- |
- sources = [ |
- "surface_unittest.cc", |
- ] |
-} |