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

Unified Diff: content/content_tests.gypi

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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index d1ad79c456bc7b659d6fe7a725c7592b3cda8f3d..2f0d5ff7fe6a9cbbf244f9de402c50949005f898 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -989,6 +989,11 @@
'../third_party/libvpx/libvpx.gyp:libvpx',
],
}],
+ ['OS=="mac"', {
+ 'dependencies': [
+ '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac',
+ ],
+ }],
['OS=="android"', {
'dependencies': [
'../ui/android/ui_android.gyp:ui_android',

Powered by Google App Engine
This is Rietveld 408576698