| Index: extensions/BUILD.gn
|
| diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
|
| index 1a8059e142f82a6b5ce4f17c78ba5a14eab50113..b5e790f07ac0a8537cd845974942560178fe1851 100644
|
| --- a/extensions/BUILD.gn
|
| +++ b/extensions/BUILD.gn
|
| @@ -251,14 +251,6 @@ test("extensions_browsertests") {
|
| "//third_party/mesa:osmesa",
|
| ]
|
|
|
| - if (is_win) {
|
| - if (target_cpu == "x86") {
|
| - data_deps += [
|
| - # "$root_out_dir/wow_helper.exe" # TODO(GYP)
|
| - ]
|
| - }
|
| - }
|
| -
|
| if (is_mac) {
|
| deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper.
|
| }
|
|
|