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

Unified Diff: ui/gl/BUILD.gn

Issue 2565123002: Unify code to query D3D device object from ANGLE (Closed)
Patch Set: add export Created 4 years 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 | « media/gpu/dxva_video_decode_accelerator_win.cc ('k') | ui/gl/DEPS » ('j') | 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 219a9e6a2eec6cbc009d11e09b765882559c79f0..a1f9c69511a6264fbea29bb938c2a3d32219820b 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -221,6 +221,8 @@ component("gl") {
}
if (is_win) {
sources += [
+ "gl_angle_util_win.cc",
+ "gl_angle_util_win.h",
"gl_bindings_autogen_wgl.cc",
"gl_bindings_autogen_wgl.h",
"gl_context_wgl.cc",
@@ -243,6 +245,8 @@ component("gl") {
"//third_party/angle:libGLESv2",
"//third_party/mesa:osmesa",
]
+
+ deps += [ "//third_party/angle:includes" ]
}
if (is_mac) {
sources += [
« no previous file with comments | « media/gpu/dxva_video_decode_accelerator_win.cc ('k') | ui/gl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698