Skip to content

Commit

Permalink
[Windows] Remove remaining usage of winuwp flag (flutter#33290)
Browse files Browse the repository at this point in the history
  • Loading branch information
moko256 authored May 12, 2022
1 parent 7df4202 commit 6543874
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,10 @@ group("unittests") {
}

if (is_win) {
if (target_os == "winuwp") {
# TODO: Add winnup variant of client_wrapper_windows_unittests here; see
# https://github.com/flutter/flutter/issues/70197
public_deps +=
[ "//flutter/shell/platform/windows:flutter_windows_unittests" ]
} else {
public_deps += [
"//flutter/shell/platform/windows:flutter_windows_unittests",
"//flutter/shell/platform/windows/client_wrapper:client_wrapper_windows_unittests",
]
}
public_deps += [
"//flutter/shell/platform/windows:flutter_windows_unittests",
"//flutter/shell/platform/windows/client_wrapper:client_wrapper_windows_unittests",
]
}
}
}
Expand Down

0 comments on commit 6543874

Please sign in to comment.