Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index f36138ae4bd0ab7dd63ab5d5519dce13fd9252db..b0e4b9e3072771b896375181687c7e33e85d6152 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -199,6 +199,13 @@ component("gl") { |
| libs = [ "dwmapi.lib" ] |
| ldflags = [ "/DELAYLOAD:dwmapi.dll" ] |
| + |
| + # Runtime dependencies. |
| + deps += [ |
|
brettw
2015/04/08 22:16:23
Runtime dependencies should be data_deps.
jam
2015/04/08 22:27:21
Done.
|
| + "//third_party/angle:libEGL", |
| + "//third_party/angle:libGLESv2", |
| + "//third_party/mesa:osmesa", |
| + ] |
| } |
| if (is_mac) { |
| sources += [ |