| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 03ca8a943100da4e5e3daf431aab97b50371a4fa..edab13b5412c76387d7409c2965643efc3d19826 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -553,10 +553,7 @@ test("content_browsertests") {
|
|
|
| if (is_mac) {
|
| sources += [ "../renderer/external_popup_menu_browsertest.cc" ]
|
| - deps += [
|
| - # Needed for Content Shell.app's Helper.
|
| - #"//content/shell:content_shell", #TODO(GYP) enable for mac
|
| - ]
|
| + deps += [ "//content/shell:content_shell" ]
|
| }
|
|
|
| if (use_aura && !is_win) {
|
|
|