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

Unified Diff: ui/accessibility/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 | « printing/BUILD.gn ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 97c6e5adc5c10a4b34aca1fd9fa669257aff1d0e..e09c6305d18c56d3fff671bf3ab64d1f2fc73831 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -37,7 +37,7 @@ component("accessibility") {
]
}
-source_set("accessibility_test_support") {
+source_set("test_support") {
sources = [
"tree_generator.cc",
"tree_generator.h"
@@ -57,7 +57,7 @@ test("accessibility_unittests") {
deps = [
":accessibility",
- ":accessibility_test_support",
+ ":test_support",
"//base",
"//base/test:run_all_unittests",
"//testing/gtest",
« no previous file with comments | « printing/BUILD.gn ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698