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

Unified Diff: ui/gl/BUILD.gn

Issue 1996083002: Adding missing wgl_api_unittest.cc to Windows gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
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 304f04637e45e55f2c3532dc01401999fa5dc3f8..d99a34ac26e34e1bfeed20e1056b0770cc7ad2ad 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -363,6 +363,10 @@ test("gl_unittests") {
libs = [ "IOSurface.framework" ]
}
+ if (is_win) {
+ sources += [ "wgl_api_unittest.cc" ]
+ }
+
include_dirs = [ "//third_party/khronos" ]
deps = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698