Chromium Code Reviews| Index: gpu/BUILD.gn |
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
| index e9d93dab80930ec1118984730cb80fe29b993aee..3efc7172f051848a44bd751c5ef6a9982cd8c3ba 100644 |
| --- a/gpu/BUILD.gn |
| +++ b/gpu/BUILD.gn |
| @@ -208,6 +208,11 @@ test("gl_tests") { |
| deps += [ "//ui/android:ui_java" ] |
| } else if (is_mac) { |
| libs += [ "IOSurface.framework" ] |
| + } else if (is_win) { |
| + deps += [ |
| + "//ui/platform_window", |
| + "//ui/platform_window:platform_impls", |
| + ] |
| } |
| } |