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

Unified Diff: ui/gfx/BUILD.gn

Issue 1258753002: Add yet more GN isolates ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isolates_4_2
Patch Set: add missing display_unittests_run target 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
« net/BUILD.gn ('K') | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index c14d22d4af7dfc863403da7745d5c04b5388bb73..ff7a9def610198094e720cd5cbd174b7a48f815d 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -452,6 +452,15 @@ source_set("test_support") {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("gfx_unittests_run") {
+ testonly = true
+ deps = [
+ ":gfx_unittests",
+ ]
+}
+
test("gfx_unittests") {
sources = [
"font_render_params_linux_unittest.cc",
@@ -467,6 +476,11 @@ test("gfx_unittests") {
"text_utils_unittest.cc",
]
+ data = [
+ "test/data/",
+ "$root_out_dir/ui_test.pak",
+ ]
+
if (!is_ios) {
sources += [
"animation/animation_container_unittest.cc",
@@ -536,6 +550,8 @@ test("gfx_unittests") {
"//ui/resources:ui_test_pak",
]
+ data_deps = [ "//ui/resources:ui_test_pak" ]
+
if (!is_mac && !is_ios) {
sources += [
"interpolated_transform_unittest.cc",
« net/BUILD.gn ('K') | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698