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

Unified Diff: ui/compositor/BUILD.gn

Issue 901273003: roll up of misc. gn work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index 7990b9c911a8ab788cc20f0be4ec4850e40ebdec..213d9e6e490a33a8794ad3fb7e9d0c0b4e8e3f04 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -140,36 +140,36 @@ source_set("test_support") {
sources += [ "test/test_compositor_host_x11.cc" ]
}
}
-# TODO(GYP) enable this when all dependencies are complete and it links.
-#test("compositor_unittests") {
-# sources = [
-# "layer_animation_element_unittest.cc",
-# "layer_animation_sequence_unittest.cc",
-# "layer_animator_unittest.cc",
-# "layer_owner_unittest.cc",
-# "layer_unittest.cc",
-# "run_all_unittests.cc",
-# "transform_animation_curve_adapter_unittest.cc",
-# ]
-#
-# deps = [
-# ":compositor",
-# ":test_support",
-# "//base",
-# "//base/allocator",
-# "//base/test:test_support",
-# "//cc",
-# "//cc:test_support",
-# "//skia",
-# "//testing/gtest",
-# "//ui/base",
-# "//ui/gfx",
-# "//ui/gfx/geometry",
-# "//ui/gl",
-# "//ui/resources",
-# ]
-#
-# if (is_linux) {
-# deps += [ "//third_party/mesa:osmesa" ]
-# }
-#}
+
+test("compositor_unittests") {
+ sources = [
+ "layer_animation_element_unittest.cc",
+ "layer_animation_sequence_unittest.cc",
+ "layer_animator_unittest.cc",
+ "layer_owner_unittest.cc",
+ "layer_unittest.cc",
+ "run_all_unittests.cc",
+ "transform_animation_curve_adapter_unittest.cc",
+ ]
+
+ deps = [
+ ":compositor",
+ ":test_support",
+ "//base",
+ "//base/allocator",
+ "//base/test:test_support",
+ "//cc",
+ "//cc:test_support",
+ "//skia",
+ "//testing/gtest",
+ "//ui/base",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/resources",
+ ]
+
+ if (is_linux) {
+ deps += [ "//third_party/mesa:osmesa" ]
+ }
+}
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698