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

Unified Diff: services/view_manager/BUILD.gn

Issue 768883004: Nukes view_manager_unittests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge to trunk Created 6 years 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
« no previous file with comments | « mojo/tools/data/unittests ('k') | services/view_manager/view_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/view_manager/BUILD.gn
diff --git a/services/view_manager/BUILD.gn b/services/view_manager/BUILD.gn
index abc742dec9844a23c0d4cb2ab1d9993c461f3f45..1ad255542bccef433c52598ff1b55cf125863058 100644
--- a/services/view_manager/BUILD.gn
+++ b/services/view_manager/BUILD.gn
@@ -89,39 +89,6 @@ source_set("test_support") {
]
}
-test("view_manager_unittests") {
- sources = [
- "view_manager_unittest.cc",
- ]
-
- deps = [
- ":test_support",
- ":view_manager_lib",
- "//base",
- "//base/test:test_support",
- "//mojo/application",
- "//mojo/application_manager",
- "//mojo/converters/geometry",
- "//mojo/converters/input_events",
- "//mojo/edk/system",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/bindings",
- "//mojo/services/public/cpp/native_viewport:args",
- "//mojo/services/public/cpp/view_manager",
- "//mojo/services/public/cpp/view_manager/lib:run_unittests",
- "//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/interfaces/view_manager",
- "//mojo/services/public/interfaces/window_manager",
- "//mojo/shell:test_support",
- "//testing/gtest",
- "//ui/gfx/geometry",
- ]
-
- if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
- deps += [ "//third_party/mesa:osmesa" ]
- }
-}
-
test("view_manager_service_unittests") {
sources = [
"view_coordinate_conversions_unittest.cc",
« no previous file with comments | « mojo/tools/data/unittests ('k') | services/view_manager/view_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698