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

Unified Diff: gpu/BUILD.gn

Issue 2749023011: Add DirectComposition overlay support. (Closed)
Patch Set: post-review changes Created 3 years, 9 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 | gpu/ipc/service/DEPS » ('j') | gpu/ipc/service/direct_composition_surface_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index d726a637fd69b4234ea3c1489c8ddaac69a65ec8..124b1cc85443173d7dff81fa5cec93a3afba7d0f 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -210,6 +210,11 @@ test("gl_tests") {
deps += [ "//ui/android:ui_java" ]
} else if (is_mac) {
libs += [ "IOSurface.framework" ]
+ } else if (is_win) {
+ deps += [
+ "//ui/platform_window",
+ "//ui/platform_window:platform_impls",
+ ]
}
}
« no previous file with comments | « no previous file | gpu/ipc/service/DEPS » ('j') | gpu/ipc/service/direct_composition_surface_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698