Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index 8f9896b54cde15ba62750257c21b0a3fe57ec56d..a4ed29cdaf77176ca9cfd3524dac5c85387e184c 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -217,6 +217,7 @@ component("gl") { |
| "vsync_provider_win.h", |
| ] |
| + include_dirs = [ "//third_party/swiftshader/include" ] |
|
piman
2016/08/29 23:07:09
This seems unrelated. Doing this caused some issue
|
| libs = [ "dwmapi.lib" ] |
| ldflags = [ "/DELAYLOAD:dwmapi.dll" ] |