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

Unified Diff: content/test/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 | « components/wifi/BUILD.gn ('k') | dbus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4ea50c2e54ccaeba36b094c844c8377da7b4df89..9a080cb1b65643f9309e58e61f22c2ff5d5bdf00 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -21,12 +21,12 @@ static_library("test_support") {
"//testing/gtest",
"//ui/accessibility:ax_gen",
"//ui/base",
- "//ui/base:ui_base_test_support",
+ "//ui/base:test_support",
"//ui/events:dom4_keycode_converter",
"//ui/events:events_base",
- "//ui/events:events_test_support",
+ "//ui/events:test_support",
"//ui/events:gesture_detection",
- "//ui/gfx:gfx_test_support",
+ "//ui/gfx:test_support",
"//ui/resources",
"//url",
"//webkit/common",
« no previous file with comments | « components/wifi/BUILD.gn ('k') | dbus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698