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

Unified Diff: gpu/BUILD.gn

Issue 2646243002: Use IDCompositionSurface to implement DirectCompositionSurfaceWin. (Closed)
Patch Set: more changes Created 3 years, 11 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
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index db9c0ec462ad34b6503a08594471cc662ffdc982..cc781d25fd27a1934e6feff4d527cdaf2cdabd6a 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -170,6 +170,10 @@ test("gl_tests") {
"ipc/client/gpu_in_process_context_tests.cc",
]
+ if (is_win) {
+ sources += [ "ipc/service/direct_composition_surface_win_unittest.cc" ]
+ }
+
defines = [ "GL_GLEXT_PROTOTYPES" ]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]

Powered by Google App Engine
This is Rietveld 408576698