Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: ui/gl/BUILD.gn

Issue 2221063003: Make ui/gl/... consistently use on Swiftshader includes on Windows official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gl/init/BUILD.gn » ('j') | ui/gl/init/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index d2a6c3c3c37ec4bf38198dba62cddeed2647727d..82e66508c204c7d0da9b17112f04a102055ff67e 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -223,6 +223,7 @@ component("gl") {
"vsync_provider_win.h",
]
+ include_dirs = [ "//third_party/swiftshader/include" ]
libs = [ "dwmapi.lib" ]
ldflags = [ "/DELAYLOAD:dwmapi.dll" ]
« no previous file with comments | « no previous file | ui/gl/init/BUILD.gn » ('j') | ui/gl/init/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698