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", |
] |
} |