Skip to content

Commit

Permalink
Run buildifier on codebase to format BUILD files
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140362453
  • Loading branch information
CydeWeys committed Nov 28, 2016
1 parent 9129c74 commit 2b7d580
Show file tree
Hide file tree
Showing 109 changed files with 404 additions and 519 deletions.
5 changes: 0 additions & 5 deletions java/google/registry/BUILD
Expand Up @@ -16,9 +16,6 @@ package_group(
],
)




zip_file(
name = "common_war",
srcs = [
Expand Down Expand Up @@ -112,7 +109,6 @@ zip_file(
],
)


################################################################################
# DOMAIN REGISTRY :: SANDBOX ENVIRONMENT
#
Expand Down Expand Up @@ -294,4 +290,3 @@ zip_file(
mappings = {"java/google/registry/env/local/tools": ""},
deps = [":registry_tools_war"],
)

11 changes: 5 additions & 6 deletions java/google/registry/backup/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "backup",
srcs = glob(["*.java"]),
Expand All @@ -15,6 +14,11 @@ java_library(
"//java/com/google/common/net",
"//java/com/google/common/primitives",
"//java/com/google/common/util/concurrent",
"//java/google/registry/config",
"//java/google/registry/cron",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/util",
"//third_party/java/appengine:appengine-api",
"//third_party/java/appengine_gcs_client",
"//third_party/java/dagger",
Expand All @@ -24,10 +28,5 @@ java_library(
"//third_party/java/jsr330_inject",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"//java/google/registry/config",
"//java/google/registry/cron",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/util",
],
)
15 changes: 7 additions & 8 deletions java/google/registry/batch/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "batch",
srcs = glob(["*.java"]),
Expand All @@ -15,6 +14,13 @@ java_library(
"//java/com/google/common/html",
"//java/com/google/common/io",
"//java/com/google/common/net",
"//java/google/registry/config",
"//java/google/registry/mapreduce",
"//java/google/registry/mapreduce/inputs",
"//java/google/registry/model",
"//java/google/registry/pricing",
"//java/google/registry/request",
"//java/google/registry/util",
"//third_party/java/appengine:appengine-api",
"//third_party/java/appengine_gcs_client",
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
Expand All @@ -26,12 +32,5 @@ java_library(
"//third_party/java/jsr330_inject",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"//java/google/registry/config",
"//java/google/registry/mapreduce",
"//java/google/registry/mapreduce/inputs",
"//java/google/registry/model",
"//java/google/registry/pricing",
"//java/google/registry/request",
"//java/google/registry/util",
],
)
7 changes: 3 additions & 4 deletions java/google/registry/bigquery/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "bigquery",
srcs = glob(["*.java"]),
Expand All @@ -22,12 +21,12 @@ java_library(
"//java/com/google/common/collect",
"//java/com/google/common/io",
"//java/com/google/common/util/concurrent",
"//java/google/registry/config",
"//java/google/registry/request",
"//java/google/registry/util",
"//third_party/java/dagger",
"//third_party/java/joda_time",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//java/google/registry/config",
"//java/google/registry/request",
"//java/google/registry/util",
],
)
7 changes: 3 additions & 4 deletions java/google/registry/braintree/BUILD
Expand Up @@ -4,18 +4,17 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "braintree",
srcs = glob(["*.java"]),
deps = [
"//java/com/google/common/base",
"//java/google/registry/config",
"//java/google/registry/keyring/api",
"//java/google/registry/model",
"//third_party/java/braintree",
"//third_party/java/dagger",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//java/google/registry/config",
"//java/google/registry/keyring/api",
"//java/google/registry/model",
],
)
1 change: 0 additions & 1 deletion java/google/registry/builddefs/BUILD
Expand Up @@ -3,4 +3,3 @@ package(
)

licenses(["notice"]) # Apache 2.0

1 change: 0 additions & 1 deletion java/google/registry/config/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "config",
srcs = glob(["*.java"]),
Expand Down
7 changes: 3 additions & 4 deletions java/google/registry/cron/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "cron",
srcs = glob(["*.java"]),
Expand All @@ -13,15 +12,15 @@ java_library(
"//java/com/google/common/base",
"//java/com/google/common/collect",
"//java/com/google/common/net",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/util",
"//third_party/java/appengine:appengine-api",
"//third_party/java/dagger",
"//third_party/java/joda_time",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/util",
],
)
13 changes: 6 additions & 7 deletions java/google/registry/dns/BUILD
Expand Up @@ -7,7 +7,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "constants",
srcs = ["DnsConstants.java"],
Expand All @@ -27,6 +26,12 @@ java_library(
"//java/com/google/common/html",
"//java/com/google/common/io",
"//java/com/google/common/net",
"//java/google/registry/config",
"//java/google/registry/dns/writer",
"//java/google/registry/model",
"//java/google/registry/monitoring/metrics",
"//java/google/registry/request",
"//java/google/registry/util",
"//third_party/java/appengine:appengine-api",
"//third_party/java/auto:auto_value",
"//third_party/java/dagger",
Expand All @@ -35,11 +40,5 @@ java_library(
"//third_party/java/jsr330_inject",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"//java/google/registry/config",
"//java/google/registry/dns/writer",
"//java/google/registry/model",
"//java/google/registry/monitoring/metrics",
"//java/google/registry/request",
"//java/google/registry/util",
],
)
1 change: 0 additions & 1 deletion java/google/registry/dns/writer/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "writer",
srcs = glob(["*.java"]),
Expand Down
5 changes: 2 additions & 3 deletions java/google/registry/dns/writer/clouddns/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "clouddns",
srcs = glob(["*.java"]),
Expand All @@ -18,11 +17,11 @@ java_library(
"//java/com/google/common/collect",
"//java/com/google/common/net",
"//java/com/google/common/util/concurrent",
"//third_party/java/dagger",
"//third_party/java/joda_time",
"//java/google/registry/config",
"//java/google/registry/dns/writer",
"//java/google/registry/model",
"//java/google/registry/util",
"//third_party/java/dagger",
"//third_party/java/joda_time",
],
)
9 changes: 4 additions & 5 deletions java/google/registry/dns/writer/dnsupdate/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "dnsupdate",
srcs = glob(["*.java"]),
Expand All @@ -15,14 +14,14 @@ java_library(
"//java/com/google/common/io",
"//java/com/google/common/net",
"//java/com/google/common/primitives",
"//java/google/registry/config",
"//java/google/registry/dns/writer",
"//java/google/registry/model",
"//java/google/registry/util",
"//third_party/java/dagger",
"//third_party/java/dnsjava",
"//third_party/java/joda_time",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//java/google/registry/config",
"//java/google/registry/dns/writer",
"//java/google/registry/model",
"//java/google/registry/util",
],
)
2 changes: 1 addition & 1 deletion java/google/registry/eclipse/BUILD
Expand Up @@ -8,11 +8,11 @@ java_binary(
name = "annotation_processors_ide",
create_executable = False,
runtime_deps = [
"//third_party/java/dagger:dagger-compiler",
"@auto_factory//jar",
"@auto_service//jar",
"@auto_value//jar",
"@javawriter//jar",
"//third_party/java/dagger:dagger-compiler",
],
)

Expand Down
21 changes: 10 additions & 11 deletions java/google/registry/export/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "export",
srcs = glob(["*.java"]),
Expand All @@ -23,16 +22,6 @@ java_library(
"//java/com/google/common/html",
"//java/com/google/common/io",
"//java/com/google/common/net",
"//third_party/java/appengine:appengine-api",
"//third_party/java/appengine_gcs_client",
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
"//third_party/java/dagger",
"//third_party/java/joda_time",
"//third_party/java/json_simple",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"//java/google/registry/bigquery",
"//java/google/registry/config",
"//java/google/registry/gcs",
Expand All @@ -43,5 +32,15 @@ java_library(
"//java/google/registry/request",
"//java/google/registry/storage/drive",
"//java/google/registry/util",
"//third_party/java/appengine:appengine-api",
"//third_party/java/appengine_gcs_client",
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
"//third_party/java/dagger",
"//third_party/java/joda_time",
"//third_party/java/json_simple",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
],
)
9 changes: 4 additions & 5 deletions java/google/registry/export/sheet/BUILD
Expand Up @@ -4,7 +4,6 @@ package(

licenses(["notice"]) # Apache 2.0


java_library(
name = "sheet",
srcs = glob(["*.java"]),
Expand All @@ -16,16 +15,16 @@ java_library(
"//java/com/google/common/net",
"//java/com/google/gdata",
"//java/com/google/gdata:spreadsheet",
"//java/google/registry/config",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/util",
"//third_party/java/appengine:appengine-api",
"//third_party/java/dagger",
"//third_party/java/joda_time",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"//java/google/registry/config",
"//java/google/registry/model",
"//java/google/registry/request",
"//java/google/registry/util",
],
)
24 changes: 11 additions & 13 deletions java/google/registry/flows/BUILD
Expand Up @@ -6,7 +6,6 @@ licenses(["notice"]) # Apache 2.0

load("@io_bazel_rules_closure//closure:defs.bzl", "closure_java_template_library")


filegroup(
name = "flows_files",
srcs = glob([
Expand All @@ -30,17 +29,6 @@ java_library(
"//java/com/google/common/io",
"//java/com/google/common/math",
"//java/com/google/common/net",
"//third_party/java/appengine:appengine-api",
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
"//third_party/java/auto:auto_value",
"//third_party/java/dagger",
"//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/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"//java/google/registry/config",
"//java/google/registry/dns",
"//java/google/registry/mapreduce",
Expand All @@ -54,7 +42,17 @@ java_library(
"//java/google/registry/tmch",
"//java/google/registry/util",
"//java/google/registry/xml",

"//third_party/java/appengine:appengine-api",
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
"//third_party/java/auto:auto_value",
"//third_party/java/dagger",
"//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/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
"@io_bazel_rules_closure//closure/templates",
],
)
Expand Down

0 comments on commit 2b7d580

Please sign in to comment.