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

Unified Diff: content/test/BUILD.gn

Issue 2005013002: mac: ensure ui::Compositor exists for visible RWHVs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure in ctor and always in show Created 4 years, 6 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 | « content/public/test/test_renderer_host.cc ('k') | ui/accelerated_widget_mac/window_resize_helper_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 79782aab1539a5fdfee28229e0709f2d8b8f4d34..1ec0d94cd03b159d8a79a61da5306720fa8c7b3d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -199,6 +199,10 @@ static_library("test_support") {
if (v8_use_external_startup_data) {
deps += [ "//gin:gin" ]
}
+
+ if (is_mac) {
+ deps += [ "//ui/accelerated_widget_mac" ]
+ }
}
# browsertest_support can be used by targets that run content_shell based
@@ -794,6 +798,7 @@ test("content_unittests") {
deps += [
"//third_party/mozilla",
"//third_party/ocmock",
+ "//ui/accelerated_widget_mac",
]
}
if (is_chromeos) {
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | ui/accelerated_widget_mac/window_resize_helper_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698