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

Unified Diff: ui/compositor/BUILD.gn

Issue 1248673005: Add GN isolate support for a bunch of unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@some_isolates
Patch Set: merge to HEAD Created 5 years, 5 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 | « ui/accessibility/BUILD.gn ('k') | ui/gl/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 283d1ab8a6c2b4f111f19ffde643d410a3a5d422..48b007bc4f7472c2c4616eb8c14810fdeac72dee 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -154,6 +154,15 @@ source_set("test_support") {
}
if (!is_android) {
+ # TODO(GYP): Delete this after we've converted everything to GN.
+ # The _run targets exist only for compatibility w/ GYP.
+ group("compositor_unittests_run") {
+ testonly = true
+ deps = [
+ ":compositor_unittests",
+ ]
+ }
+
test("compositor_unittests") {
sources = [
"compositor_unittest.cc",
@@ -166,6 +175,10 @@ if (!is_android) {
"transform_animation_curve_adapter_unittest.cc",
]
+ data = [
+ "//ui/gfx/test/data/compositor/",
+ ]
+
deps = [
":compositor",
":test_support",
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698