| 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) {
|
|
|