Skip to content

Commit

Permalink
[gn check] Enable browser_tests_runner
Browse files Browse the repository at this point in the history
Bug: 1158929
Change-Id: I9ab31a6284b5f1ec65b50005a02dcdf93e0cb4d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2909574
Commit-Queue: Colin Blundell <blundell@chromium.org>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#887069}
  • Loading branch information
colinblundell authored and Chromium LUCI CQ committed May 27, 2021
1 parent 38d5f36 commit 0a77738
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ default_args = {
# their includes checked for proper dependencies when you run either
# "gn check" or "gn gen --check".
no_check_targets = [
"//chrome/test:browser_tests_runner",
"//chrome/test:interactive_ui_tests",
"//chrome/test:unit_tests",
"//chrome/test:unit_tests__library",
Expand Down
1 change: 1 addition & 0 deletions ash/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2632,6 +2632,7 @@ static_library("test_support") {
"//ash/shortcut_viewer:*",
"//chrome/test:accessibility_live_site_tests",
"//chrome/test:browser_tests",
"//chrome/test:browser_tests_runner",
"//chrome/test:captured_sites_interactive_tests",
"//chrome/test:test_support",
"//chrome/test:test_support_ui",
Expand Down
4 changes: 4 additions & 0 deletions chrome/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,10 @@ static_library("browser_tests_runner") {
if (is_win) {
deps += [ "//chrome/installer/util:strings" ]
}

if (is_android) {
deps += [ "//ui/compositor" ]
}
}

if (!is_android) {
Expand Down

0 comments on commit 0a77738

Please sign in to comment.