Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: components/mus/public/cpp/surfaces/tests/BUILD.gn

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/mus/public/cpp/surfaces/tests/BUILD.gn
diff --git a/components/mus/public/cpp/surfaces/tests/BUILD.gn b/components/mus/public/cpp/surfaces/tests/BUILD.gn
deleted file mode 100644
index c6f63258c50814478b3611237c712f4cf40ed386..0000000000000000000000000000000000000000
--- a/components/mus/public/cpp/surfaces/tests/BUILD.gn
+++ /dev/null
@@ -1,29 +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")
-
-# 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/cpp/surfaces",
- "//components/mus/public/interfaces",
- "//gpu",
- "//mojo/edk/test:run_all_unittests",
- "//skia",
- "//testing/gtest",
- "//ui/gfx",
- "//ui/gfx:test_support",
- "//ui/gfx/geometry",
- "//ui/gfx/geometry/mojo",
- ]
-
- sources = [
- "surface_unittest.cc",
- ]
-}
« no previous file with comments | « components/mus/public/cpp/surfaces/surfaces_utils.cc ('k') | components/mus/public/cpp/surfaces/tests/surface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698