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', |