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

Unified Diff: gpu/ipc/client/BUILD.gn

Issue 1963263002: Fix Mac resize, delete more Mac code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix buidl.gn 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
Index: gpu/ipc/client/BUILD.gn
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
index 2ccbcfbf19c641a2b34c327a932632277451bc39..bd7ed95de11f5540c3a63d24264b1d512fc29d33 100644
--- a/gpu/ipc/client/BUILD.gn
+++ b/gpu/ipc/client/BUILD.gn
@@ -67,6 +67,9 @@ source_set("ipc_client_sources") {
"//ui/gl",
"//url/ipc:url_ipc",
]
+ if (is_mac) {
+ deps += [ "//ui/accelerated_widget_mac:accelerated_widget_mac" ]
+ }
if (use_ozone) {
deps += [ "//ui/ozone" ]
}

Powered by Google App Engine
This is Rietveld 408576698