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

Unified Diff: ui/aura/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/accessibility/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index ee5bff8db2fc4a62cea22810b62ee474ed855085..bea891790a78b194f69413f155c9dcc3afda67c4 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -176,11 +176,11 @@ source_set("test_support") {
"//skia",
"//testing/gtest",
"//ui/base",
- "//ui/base:ui_base_test_support",
+ "//ui/base:test_support",
"//ui/compositor:test_support",
"//ui/events",
"//ui/events:events_base",
- "//ui/events:events_test_support",
+ "//ui/events:test_support",
"//ui/gfx",
"//ui/gfx/geometry",
]
@@ -214,7 +214,7 @@ source_set("test_support") {
#
# deps = [
# ":aura",
-# ":aura_test_support",
+# ":test_support",
# "//base",
# "//base:i18n",
# "//skia",
@@ -242,7 +242,7 @@ source_set("test_support") {
#
# deps = [
# ":aura",
-# ":aura_test_support",
+# ":test_support",
# "//base",
# "//base:i18n",
# "//cc",
@@ -275,12 +275,12 @@ source_set("test_support") {
#
# deps = [
# ":aura",
-# ":aura_test_support",
-# "//base/test:test_support",
+# ":test_support",
+# "//base/test:test_support",
# "//skia",
# "//testing/gtest",
# "//ui/base",
-# "//ui/base:ui_base_test_support",
+# "//ui/base:test_support",
# "//ui/compositor",
# "//ui/compositor:test_support",
# "//ui/events",
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698