| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index b8b82804cf83e2c317e6009a03eff3161bd49401..127c96fc10a0bb7070ed9673da43451ceb54b549 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -108,6 +108,7 @@ static_library("test_support") {
|
| "command_buffer/client/gles2_interface_stub.h",
|
| "command_buffer/service/error_state_mock.cc",
|
| "command_buffer/service/gles2_cmd_decoder_mock.cc",
|
| + "test_message_loop_type.h",
|
| ]
|
|
|
| public_deps = [
|
| @@ -119,6 +120,9 @@ static_library("test_support") {
|
| "//testing/gtest",
|
| "//ui/gl:gl_unittest_utils",
|
| ]
|
| + if (use_ozone) {
|
| + deps += [ "//ui/ozone" ]
|
| + }
|
| }
|
|
|
| test("gl_tests") {
|
|
|