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

Unified Diff: ui/gfx/BUILD.gn

Issue 409493002: Cleanup test_support target names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/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 0d59aee79536121d0de6e53124bb6058d2fe82a2..5fa4f6b489a66c781f2c1a1c45a929ef5e894156 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -363,7 +363,7 @@ component("gfx") {
# Looking for gfx_geometry? It's //ui/gfx/geometry:geometry
-source_set("gfx_test_support") {
+source_set("test_support") {
sources = [
"test/fontconfig_util_linux.cc",
"test/fontconfig_util_linux.h",
@@ -413,7 +413,7 @@ test("gfx_unittests") {
deps = [
":gfx",
- ":gfx_test_support",
+ ":test_support",
"//base",
"//base/test:test_support",
"//testing/gtest",
« no previous file with comments | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698