aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Andrew Pellegrini <apell@google.com>2016-12-19 22:07:28 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-12-19 22:11:26 +0000
commit5c8d4274356a27a2a7a2998cdd7b0d9095c2e0b6 (patch)
tree2fa7ce86cf0b6e3a912ad41dd9d9d0fa2394b98b /third_party/BUILD
parenta7a9dbc5d07171c3010ee4297baa6cfd483ff4a6 (diff)
Switch Bazel to use ResourceUsageAnalyzer.java instead of ResourceShrinker.java.
-- PiperOrigin-RevId: 142484589 MOS_MIGRATED_REVID=142484589
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 2d86770639..1bfd4df5c2 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -9,6 +9,7 @@ filegroup(
"//third_party/iossim:srcs",
"//third_party/grpc:srcs",
"//third_party/java/android_databinding:srcs",
+ "//third_party/java/aosp_gradle_core:srcs",
"//third_party/java/apkbuilder:srcs",
"//third_party/java/buck-ios-support:srcs",
"//third_party/java/dd_plist:srcs",
@@ -43,6 +44,16 @@ filegroup(
],
)
+filegroup(
+ name = "d3-js",
+ srcs = glob(["javascript/d3/**/*.js"]),
+)
+
+filegroup(
+ name = "jquery",
+ srcs = glob(["javascript/jquery/**/*.jslib"]),
+)
+
java_import(
name = "aether",
jars = [
@@ -371,6 +382,11 @@ java_import(
)
java_import(
+ name = "jimfs",
+ jars = ["jimfs/jimfs-1.1-rc1.jar"],
+)
+
+java_import(
name = "joda_time",
jars = ["joda_time/joda-time-2.3.jar"],
)