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

Unified Diff: ui/events/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/base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index acfc671f168ab12531e05ba4a8377ba96ad45f11..d3ed4169134a5979186e2e3c2281bcd90764072e 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -225,7 +225,7 @@ component("gesture_detection") {
}
}
-source_set("events_test_support") {
+source_set("test_support") {
sources = [
"test/cocoa_test_event_utils.h",
"test/cocoa_test_event_utils.mm",
@@ -302,12 +302,12 @@ test("events_unittests") {
deps = [
":events",
":events_base",
- ":events_test_support",
":gesture_detection",
+ ":test_support",
"//base",
"//base/test:run_all_unittests",
"//skia",
"//testing/gtest",
- "//ui/gfx:gfx_test_support",
+ "//ui/gfx:test_support",
]
}
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698