aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc_tools/xcodegen/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc_tools/xcodegen/BUILD')
-rw-r--r--src/objc_tools/xcodegen/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objc_tools/xcodegen/BUILD b/src/objc_tools/xcodegen/BUILD
index 32f46ab577..581d924a61 100644
--- a/src/objc_tools/xcodegen/BUILD
+++ b/src/objc_tools/xcodegen/BUILD
@@ -10,8 +10,8 @@ java_binary(
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:xcodegen_java_proto",
"//third_party:guava",
- "//third_party:protobuf",
"//third_party/java/buck-ios-support",
+ "//third_party/protobuf",
],
)
@@ -31,9 +31,9 @@ java_library(
"//src/tools/xcode-common/java/com/google/devtools/build/xcode/util",
"//third_party:guava",
"//third_party:jsr305",
- "//third_party:protobuf",
"//third_party/java/buck-ios-support",
"//third_party/java/dd_plist",
+ "//third_party/protobuf",
],
)