Files
gerrit/gerrit-gwtui/BUILD
Han-Wen Nienhuys 29cced5e29 bazel: remove 'out' attribute from genrule2, and use throughout.
This centralizes the OSX mktemp solution.

Change-Id: Iaab18450146b649245b36865bedc5d7b50d1aa07
2016-11-02 13:54:10 +01:00

15 lines
347 B
Python

load('//tools/bzl:gwt.bzl', 'gwt_module')
load('//tools/bzl:license.bzl', 'license_test')
load(':gwt.bzl', 'gwt_binary', 'gwt_genrule', 'gen_ui_module')
gwt_genrule()
gwt_genrule('_r')
gen_ui_module(name = 'ui_module')
gen_ui_module(name = 'ui_module', suffix = '_r')
license_test(
name = "ui_module_license_test",
target = ":ui_module",
)