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

Unified Diff: gpu/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 | « dbus/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 38fd9d8b1fabf91b9b4ab7f53acb57dc67657c0e..c143a165f62bec0384ae2163cd6804b65e892014 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -104,7 +104,7 @@ test("gl_tests") {
"//testing/gtest",
"//third_party/angle:translator",
"//ui/gfx",
- "//ui/gfx:gfx_test_support",
+ "//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gl",
#"//gpu/command_buffer/client", # These are all part of //gpu, needed?
@@ -231,7 +231,7 @@ test("gpu_unittests") {
"//testing/gtest",
"//third_party/angle:translator",
"//ui/gfx",
- "//ui/gfx:gfx_test_support",
+ "//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gl",
"//gpu/command_buffer/client:gles2_c_lib",
« no previous file with comments | « dbus/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698