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

Unified Diff: ui/gl/BUILD.gn

Issue 2708923003: Use base::test::ScopedAsyncTaskScheduler in GLImageTest. (Closed)
Patch Set: fix dependency Created 3 years, 10 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 | « no previous file | ui/gl/test/gl_image_test_template.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index f1fb4d4709f0c79fd9af9cf7c3240654d6f59cbf..79871957c164242b1c47cf3d31c79e1112b374cf 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -324,6 +324,7 @@ static_library("test_support") {
"//ui/gl/init",
]
deps = [
+ "//base/test:test_support",
"//testing/gtest",
"//ui/base",
]
« no previous file with comments | « no previous file | ui/gl/test/gl_image_test_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698