aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-11-07 00:25:14 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-10 10:19:27 +0000
commitc7d277f25f4ebcaed4c08e110f549fc5eef44bec (patch)
treef559ac9ba34f023b3aa7c31ed0532be035644257 /WORKSPACE
parent49a3d10d071281c0aca4828519a685851e115019 (diff)
Reformat WORKSPACE using buildifier.
-- MOS_MIGRATED_REVID=107276964
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE49
1 files changed, 25 insertions, 24 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 8b116cef45..5255429f79 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,17 +1,17 @@
new_http_archive(
name = "rust-linux-x86_64",
- url = "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-unknown-linux-gnu.tar.gz",
- sha256 = "fa755b6331ff7554e6e8545ee20af7897b0adc65f471dd24ae8a467a944755b4",
build_file = "tools/build_rules/rust/rust.BUILD",
+ sha256 = "fa755b6331ff7554e6e8545ee20af7897b0adc65f471dd24ae8a467a944755b4",
strip_prefix = "rust-1.3.0-x86_64-unknown-linux-gnu",
+ url = "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-unknown-linux-gnu.tar.gz",
)
new_http_archive(
name = "rust-darwin-x86_64",
- url = "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-apple-darwin.tar.gz",
- sha256 = "bfeac876e22cc5fe63a250644ce1a6f3892c13a5461131a881419bd06fcb2011",
build_file = "tools/build_rules/rust/rust.BUILD",
+ sha256 = "bfeac876e22cc5fe63a250644ce1a6f3892c13a5461131a881419bd06fcb2011",
strip_prefix = "rust-1.3.0-x86_64-apple-darwin",
+ url = "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-apple-darwin.tar.gz",
)
# In order to run the Android integration tests, uncomment these rules, point
@@ -35,29 +35,29 @@ new_http_archive(
bind(
name = "android_sdk_for_testing",
# Uncomment and delete the //:dummy line to run integration tests.
-# actual = "@androidsdk//:files",
+ # actual = "@androidsdk//:files",
actual = "//:dummy",
)
bind(
name = "android_ndk_for_testing",
# Uncomment and delete the //:dummy line to run integration tests.
-# actual = "@androidndk//:files",
+ # actual = "@androidndk//:files",
actual = "//:dummy",
)
new_http_archive(
name = "dmd-linux-x86_64",
- url = "http://downloads.dlang.org/releases/2.x/2.067.1/dmd.2.067.1.linux.zip",
- sha256 = "a5014886773853b4a42df19ee9591774cf281d33fbc511b265df30ba832926cd",
build_file = "tools/build_defs/d/dmd.BUILD",
+ sha256 = "a5014886773853b4a42df19ee9591774cf281d33fbc511b265df30ba832926cd",
+ url = "http://downloads.dlang.org/releases/2.x/2.067.1/dmd.2.067.1.linux.zip",
)
new_http_archive(
name = "dmd-darwin-x86_64",
- url = "http://downloads.dlang.org/releases/2.x/2.067.1/dmd.2.067.1.osx.zip",
- sha256 = "aa76bb83c38b3f7495516eb08977fc9700c664d7a945ba3ac3c0004a6a8509f2",
build_file = "tools/build_defs/d/dmd.BUILD",
+ sha256 = "aa76bb83c38b3f7495516eb08977fc9700c664d7a945ba3ac3c0004a6a8509f2",
+ url = "http://downloads.dlang.org/releases/2.x/2.067.1/dmd.2.067.1.osx.zip",
)
git_repository(
@@ -68,32 +68,33 @@ git_repository(
new_http_archive(
name = "libsass",
- url = "https://github.com/sass/libsass/archive/3.3.0-beta1.tar.gz",
- sha256 = "6a4da39cc0b585f7a6ee660dc522916f0f417c890c3c0ac7ebbf6a85a16d220f",
build_file = "tools/build_defs/sass/libsass.BUILD",
+ sha256 = "6a4da39cc0b585f7a6ee660dc522916f0f417c890c3c0ac7ebbf6a85a16d220f",
+ url = "https://github.com/sass/libsass/archive/3.3.0-beta1.tar.gz",
)
new_http_archive(
name = "sassc",
- url = "https://github.com/sass/sassc/archive/3.3.0-beta1.tar.gz",
- sha256 = "87494218eea2441a7a24b40f227330877dbba75c5fa9014ac6188711baed53f6",
build_file = "tools/build_defs/sass/sassc.BUILD",
+ sha256 = "87494218eea2441a7a24b40f227330877dbba75c5fa9014ac6188711baed53f6",
+ url = "https://github.com/sass/sassc/archive/3.3.0-beta1.tar.gz",
)
-bind(name = "go_prefix",
- actual = "//:go_prefix",
+bind(
+ name = "go_prefix",
+ actual = "//:go_prefix",
)
new_http_archive(
- name= "golang-darwin-amd64",
- url = "https://storage.googleapis.com/golang/go1.5.1.darwin-amd64.tar.gz",
- build_file = "tools/build_rules/go/toolchain/BUILD.go-toolchain",
- sha256 = "e94487b8cd2e0239f27dc51e6c6464383b10acb491f753584605e9b28abf48fb"
+ name = "golang-darwin-amd64",
+ build_file = "tools/build_rules/go/toolchain/BUILD.go-toolchain",
+ sha256 = "e94487b8cd2e0239f27dc51e6c6464383b10acb491f753584605e9b28abf48fb",
+ url = "https://storage.googleapis.com/golang/go1.5.1.darwin-amd64.tar.gz",
)
new_http_archive(
- name= "golang-linux-amd64",
- url = "https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz",
- build_file = "tools/build_rules/go/toolchain/BUILD.go-toolchain",
- sha256 = "2593132ca490b9ee17509d65ee2cd078441ff544899f6afb97a03d08c25524e7"
+ name = "golang-linux-amd64",
+ build_file = "tools/build_rules/go/toolchain/BUILD.go-toolchain",
+ sha256 = "2593132ca490b9ee17509d65ee2cd078441ff544899f6afb97a03d08c25524e7",
+ url = "https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz",
)