Chromium Code Reviews| Index: gpu/BUILD.gn |
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
| index db9c0ec462ad34b6503a08594471cc662ffdc982..cc781d25fd27a1934e6feff4d527cdaf2cdabd6a 100644 |
| --- a/gpu/BUILD.gn |
| +++ b/gpu/BUILD.gn |
| @@ -170,6 +170,10 @@ test("gl_tests") { |
| "ipc/client/gpu_in_process_context_tests.cc", |
| ] |
| + if (is_win) { |
| + sources += [ "ipc/service/direct_composition_surface_win_unittest.cc" ] |
| + } |
| + |
| defines = [ "GL_GLEXT_PROTOTYPES" ] |
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |