Skip to content

Commit

Permalink
gn: Build angle_end2end_tests again.
Browse files Browse the repository at this point in the history
The prerequisite for doing this TODO has been done long ago.

BUG=531296

Review-Url: https://codereview.chromium.org/2026953003
Cr-Commit-Position: refs/heads/master@{#397037}
  • Loading branch information
nico authored and Commit bot committed Jun 1, 2016
1 parent 7d14a98 commit 72c2da2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -485,16 +485,11 @@ group("both_gn_and_gyp") {
"//net:tld_cleanup",
"//ppapi:pepper_hash_for_uma",
"//ppapi:ppapi_perftests",
"//third_party/angle/src/tests:angle_end2end_tests",
"//third_party/leveldatabase:env_chromium_unittests",
"//third_party/libaddressinput:libaddressinput_unittests",
]
}
if (!is_android && !is_linux) {
# TODO(dpranke): Re-enable this once
# https://chromium-review.googlesource.com/#/c/312298/1 is rolled
# into chromium.
deps += [ "//third_party/angle/src/tests:angle_end2end_tests" ]
}

if (enable_extensions) {
deps += [ "//extensions/shell:app_shell" ]
Expand Down

0 comments on commit 72c2da2

Please sign in to comment.