bazel: remove 'out' attribute from genrule2, and use throughout.

This centralizes the OSX mktemp solution.

Change-Id: Iaab18450146b649245b36865bedc5d7b50d1aa07
This commit is contained in:
Han-Wen Nienhuys
2016-10-27 11:57:01 +02:00
parent e624bc00f5
commit 29cced5e29
12 changed files with 21 additions and 27 deletions

View File

@@ -1,5 +1,4 @@
load('//tools/bzl:gwt.bzl', 'gwt_module')
load('//tools/bzl:genrule2.bzl', 'genrule2')
load('//tools/bzl:license.bzl', 'license_test')
load(':gwt.bzl', 'gwt_binary', 'gwt_genrule', 'gen_ui_module')