| package(default_visibility = ["//visibility:public"]) |
| name = "launcher_windows", |
| "//src/conditions:remote": ["//src/tools/launcher:launcher"], |
| "//conditions:default": ["launcher.exe"], |
| "//src/conditions:host_windows": [":launcher_windows"], |
| "//conditions:default": [ |
| "//src/tools/launcher:launcher", |
| "//src/conditions:host_windows": [":launcher_maker_windows"], |
| "//conditions:default": [ |
| "//src/tools/launcher:launcher_maker", |
| name = "launcher_maker_windows", |
| "//src/conditions:remote": ["//src/tools/launcher:launcher_maker"], |
| "//conditions:default": ["launcher_maker.exe"], |