Skip to content

Commit

Permalink
Move definition of Firefox to browser build file.
Browse files Browse the repository at this point in the history
This is a more proper location and also simplifies future customization for open-source where a custom build file is already provided.

PiperOrigin-RevId: 696220810
  • Loading branch information
gkdn authored and copybara-github committed Nov 13, 2024
1 parent f8497cf commit 921b8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre/javatests/j2cl_multi_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def j2cl_multi_test(name, test_class, deps, enable_kt_jvm = False, enable_kt_nat
runtime_deps = deps,
browsers = [
"//testing/web/browsers:chrome-linux",
"//jre/javatests:firefox-linux",
"//testing/web/browsers:safari-macos",
"//build_defs/internal_do_not_use/browser:firefox-linux",
],
**kwargs
)
Expand Down

0 comments on commit 921b8c8

Please sign in to comment.