aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-03-16 13:17:57 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-03-17 10:03:45 +0000
commitb78bbd5dd53ecaeb8a736b69ecd3f014232da1d4 (patch)
tree0f13b04b4b05d90c2aab1a881ec73c631fca6b20 /src/test/java
parentc4d448fb1841dc007c8053c9940a195634425fb1 (diff)
Add Python protobuf to Bazel third_party and move all protobuf targets into
//third_party/protobuf. -- MOS_MIGRATED_REVID=117336377
Diffstat (limited to 'src/test/java')
-rw-r--r--src/test/java/com/google/devtools/build/android/ideinfo/BUILD4
-rw-r--r--src/test/java/com/google/devtools/build/lib/BUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/src/test/java/com/google/devtools/build/android/ideinfo/BUILD b/src/test/java/com/google/devtools/build/android/ideinfo/BUILD
index c754d9ba73..4bf367e35d 100644
--- a/src/test/java/com/google/devtools/build/android/ideinfo/BUILD
+++ b/src/test/java/com/google/devtools/build/android/ideinfo/BUILD
@@ -9,8 +9,8 @@ java_test(
"//third_party:guava",
"//third_party:jsr305",
"//third_party:junit4",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)
@@ -24,7 +24,7 @@ java_test(
"//src/tools/android/java/com/google/devtools/build/android/ideinfo:package_parser_lib",
"//third_party:guava",
"//third_party:junit4",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)
diff --git a/src/test/java/com/google/devtools/build/lib/BUILD b/src/test/java/com/google/devtools/build/lib/BUILD
index 287a26d027..954dbd77a7 100644
--- a/src/test/java/com/google/devtools/build/lib/BUILD
+++ b/src/test/java/com/google/devtools/build/lib/BUILD
@@ -546,8 +546,8 @@ java_library(
"//third_party:jsr305",
"//third_party:junit4",
"//third_party:mockito",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)
@@ -583,8 +583,8 @@ java_test(
"//third_party:guava-testlib",
"//third_party:jsr305",
"//third_party:junit4",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)
@@ -642,8 +642,8 @@ java_test(
"//third_party:jsr305",
"//third_party:junit4",
"//third_party:mockito",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)
@@ -953,8 +953,8 @@ java_test(
"//third_party:guava-testlib",
"//third_party:jsr305",
"//third_party:junit4",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)
@@ -996,8 +996,8 @@ java_test(
"//third_party:jsr305",
"//third_party:junit4",
"//third_party:mockito",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)
@@ -1161,8 +1161,8 @@ java_test(
"//src/main/java/com/google/devtools/build/lib/actions",
"//third_party:guava",
"//third_party:junit4",
- "//third_party:protobuf",
"//third_party:truth",
+ "//third_party/protobuf",
],
)