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

Unified Diff: ui/gl/BUILD.gn

Issue 1354483004: Re-land: ui: Add GLImage unit test framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another build fix Created 5 years, 3 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
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index c63b290d2a27879d8f0ccf9ff0136725cfc6810b..4e4606e6b312cb6b2c4d19bcd7fb7236e925e22b 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -317,6 +317,7 @@ group("gl_unittests_run") {
test("gl_unittests") {
sources = [
"gl_api_unittest.cc",
+ "gl_image_unittest.cc",
"gpu_timing_unittest.cc",
"test/run_all_unittests.cc",
]
@@ -340,8 +341,10 @@ test("gl_unittests") {
":test_support",
"//base",
"//base/test:test_support",
+ "//skia",
"//testing/gmock",
"//testing/gtest",
+ "//ui/gfx",
]
}

Powered by Google App Engine
This is Rietveld 408576698