Run buildifier on codebase to format BUILD files

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140362453
This commit is contained in:
mcilwain 2016-11-28 08:49:22 -08:00 committed by Ben McIlwain
parent 9129c74201
commit 2b7d580bb3
109 changed files with 404 additions and 519 deletions

View file

@ -7,7 +7,6 @@ licenses(["notice"]) # Apache 2.0
load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
java_library(
name = "tools",
srcs = glob([
@ -23,19 +22,6 @@ java_library(
"//java/com/google/common/io",
"//java/com/google/common/net",
"//java/com/google/common/reflect",
"//third_party/java/appengine:appengine-api-testonly",
"//third_party/java/appengine:appengine-remote-api-link",
"//third_party/java/jcommander",
"//third_party/java/joda_money",
"//third_party/java/joda_time",
"//third_party/java/json_simple",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//third_party/java/junit",
"//third_party/java/mockito",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/re2j",
"//third_party/java/truth",
"//java/google/registry/config",
"//java/google/registry/flows",
"//java/google/registry/keyring/api",
@ -53,6 +39,19 @@ java_library(
"//javatests/google/registry/rde",
"//javatests/google/registry/testing",
"//javatests/google/registry/xml",
"//third_party/java/appengine:appengine-api-testonly",
"//third_party/java/appengine:appengine-remote-api-link",
"//third_party/java/jcommander",
"//third_party/java/joda_money",
"//third_party/java/joda_time",
"//third_party/java/json_simple",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//third_party/java/junit",
"//third_party/java/mockito",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/re2j",
"//third_party/java/truth",
],
)

View file

@ -5,22 +5,21 @@ package(
licenses(["notice"]) # Apache 2.0
java_library(
name = "params",
srcs = glob(["*.java"]),
deps = [
"//java/com/google/common/base",
"//java/com/google/common/collect",
"//java/google/registry/model",
"//java/google/registry/tools/params",
"//javatests/google/registry/testing",
"//third_party/java/hamcrest",
"//third_party/java/jcommander",
"//third_party/java/joda_money",
"//third_party/java/joda_time",
"//third_party/java/junit",
"//third_party/java/truth",
"//java/google/registry/model",
"//java/google/registry/tools/params",
"//javatests/google/registry/testing",
],
)

View file

@ -7,7 +7,6 @@ licenses(["notice"]) # Apache 2.0
load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
java_library(
name = "server",
srcs = glob(["*.java"]),
@ -15,6 +14,15 @@ java_library(
deps = [
"//java/com/google/common/base",
"//java/com/google/common/collect",
"//java/google/registry/groups",
"//java/google/registry/mapreduce",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/tools/server",
"//java/google/registry/util",
"//javatests/google/registry/model",
"//javatests/google/registry/testing",
"//javatests/google/registry/testing/mapreduce",
"//third_party/java/appengine:appengine-api-testonly",
"//third_party/java/appengine_gcs_client",
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
@ -26,15 +34,6 @@ java_library(
"//third_party/java/re2j",
"//third_party/java/servlet/servlet_api",
"//third_party/java/truth",
"//java/google/registry/groups",
"//java/google/registry/mapreduce",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/tools/server",
"//java/google/registry/util",
"//javatests/google/registry/model",
"//javatests/google/registry/testing",
"//javatests/google/registry/testing/mapreduce",
],
)