Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index efee0ee1c3135b13ae3d4c565a63126c54ba620b..85a7da97cd3b65c8c819c119ea4b1b5f085fdb3a 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -200,7 +200,8 @@ component("gl") { |
| libs = [ "dwmapi.lib" ] |
| ldflags = [ "/DELAYLOAD:dwmapi.dll" ] |
| - data_deps = [ |
| + # TODO(brettw) bug 477104: this should be data_deps" |
| + deps += [ |
| "//third_party/angle:libEGL", |
| "//third_party/angle:libGLESv2", |
| "//third_party/mesa:osmesa", |