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

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: Move dcheck 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 bcd6f4c192a2ff19bc157cffbf6ea0fc92afad26..1f59c45dbb127c3eb656559947ad712fc4f34d63 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -985,6 +985,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