Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Run buck autodeps to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Feb 24, 2017
1 parent 8fcd329 commit 92872a6
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 32 deletions.
1 change: 0 additions & 1 deletion src/com/facebook/buck/cli/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"//src/com/facebook/buck/util:object_mapper",
"//src/com/facebook/buck/util:watchman",
"//src/com/facebook/buck/util/network:network",
"//src/com/facebook/buck/util/network/offline:offline",
"//src/com/facebook/buck/util/perf:perf",
"//src/com/facebook/buck/util/shutdown:shutdown",
"//src/com/facebook/buck/util/versioncontrol:impl",
Expand Down
2 changes: 1 addition & 1 deletion src/com/facebook/buck/distributed/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"//src/com/facebook/buck/json:json",
"//src/com/facebook/buck/jvm/java:config",
"//src/com/facebook/buck/log:api",
"//src/com/facebook/buck/model:simple_types",
"//src/com/facebook/buck/parser:rule_pattern",
"//src/com/facebook/buck/rules:default_cell_path_resolver",
"//src/com/facebook/buck/rules:interfaces",
Expand All @@ -29,7 +30,6 @@
"//src/com/facebook/buck/hashing:hashing",
"//src/com/facebook/buck/io:io",
"//src/com/facebook/buck/model:model",
"//src/com/facebook/buck/model:simple_types",
"//src/com/facebook/buck/parser:parser",
"//src/com/facebook/buck/rules:action_graph_cache",
"//src/com/facebook/buck/rules:build_rule",
Expand Down
3 changes: 1 addition & 2 deletions src/com/facebook/buck/event/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"//src/com/facebook/buck/timing:timing",
"//src/com/facebook/buck/util/immutables:immutables",
"//third-party/java/guava:guava",
"//third-party/java/jackson:jackson-annotations",
"//third-party/java/jackson:jackson-databind"
"//third-party/java/jackson:jackson-annotations"
]
},
"interfaces" : {
Expand Down
1 change: 1 addition & 0 deletions src/com/facebook/buck/jvm/java/intellij/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"//src/com/facebook/buck/jvm/java:packagefinder",
"//src/com/facebook/buck/jvm/java:rules",
"//src/com/facebook/buck/jvm/java:support",
"//src/com/facebook/buck/jvm/kotlin:kotlin",
"//src/com/facebook/buck/log:api",
"//src/com/facebook/buck/shell:steps",
"//src/com/facebook/buck/util:exceptions",
Expand Down
6 changes: 1 addition & 5 deletions src/com/facebook/buck/log/memory/BUCK.autodeps
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"memory" : {
"deps" : [
"//src/com/facebook/buck/event/listener:listener",
"//src/com/facebook/buck/log:api",
"//src/com/facebook/buck/log:log",
"//src/com/facebook/buck/util:object_mapper",
"//third-party/java/jackson:jackson-core",
"//third-party/java/jackson:jackson-databind"
"//src/com/facebook/buck/log:log"
],
"exported_deps" : [
"//third-party/java/guava:guava"
Expand Down
3 changes: 2 additions & 1 deletion src/com/facebook/buck/rules/args/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"//src/com/facebook/buck/shell:worker_tool",
"//src/com/facebook/buck/util:exceptions",
"//src/com/facebook/buck/util:util",
"//third-party/java/immutables:immutables"
"//third-party/java/immutables:immutables",
"//third-party/java/jsr:jsr305"
],
"exported_deps" : [
"//src/com/facebook/buck/model:macros",
Expand Down
3 changes: 2 additions & 1 deletion src/com/facebook/buck/rules/macros/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"//src/com/facebook/buck/util/environment:platform",
"//src/com/facebook/buck/util/immutables:immutables",
"//src/com/facebook/buck/versions:translator",
"//third-party/java/guava:guava"
"//third-party/java/guava:guava",
"//third-party/java/jsr:jsr305"
]
},
"types" : {
Expand Down
3 changes: 1 addition & 2 deletions src/com/facebook/buck/util/network/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"network" : {
"deps" : [
"//src/com/facebook/buck/log:api",
"//src/com/facebook/buck/util:util",
"//src/com/facebook/buck/util/concurrent:concurrent"
"//src/com/facebook/buck/util:util"
],
"exported_deps" : [
"//src-gen:thrift",
Expand Down
1 change: 0 additions & 1 deletion test/com/facebook/buck/cli/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"//third-party/java/hamcrest:java-hamcrest",
"//third-party/java/jackson:jackson-core",
"//third-party/java/jackson:jackson-databind",
"//third-party/java/jsr:jsr305",
"//third-party/java/junit:junit"
],
"exported_deps" : [ ]
Expand Down
2 changes: 1 addition & 1 deletion test/com/facebook/buck/eden/cli/BUCK.autodeps
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"cli" : {
"deps" : [
"//src/com/facebook/buck/eden:eden",
"//src/com/facebook/buck/util/sha1:sha1",
"//third-party/java/guava:guava"
],
"exported_deps" : [
"//src/com/facebook/buck/eden:eden",
"//third-party/java/args4j:args4j",
"//third-party/java/infer-annotations:infer-annotations"
]
Expand Down
3 changes: 0 additions & 3 deletions test/com/facebook/buck/event/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"//src/com/facebook/buck/rules:rules",
"//src/com/facebook/buck/test/selectors:selectors",
"//src/com/facebook/buck/timing:timing",
"//src/com/facebook/buck/util:object_mapper",
"//test/com/facebook/buck/event:testutil",
"//test/com/facebook/buck/model:testutil",
"//test/com/facebook/buck/rules:testutil",
Expand All @@ -21,9 +20,7 @@
"//test/com/facebook/buck/timing:testutil",
"//third-party/java/guava:guava",
"//third-party/java/hamcrest:java-hamcrest",
"//third-party/java/jackson:jackson-core",
"//third-party/java/jackson:jackson-databind",
"//third-party/java/jackson:jackson-datatype-guava",
"//third-party/java/junit:junit"
],
"exported_deps" : [ ]
Expand Down
9 changes: 0 additions & 9 deletions test/com/facebook/buck/event/listener/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
"listener" : {
"deps" : [
"//src-gen:thrift",
"//src/com/facebook/buck/android:steps",
"//src/com/facebook/buck/artifact_cache:artifact_cache",
"//src/com/facebook/buck/cli:config",
"//src/com/facebook/buck/config:config",
"//src/com/facebook/buck/counters:counters",
"//src/com/facebook/buck/distributed:distributed",
"//src/com/facebook/buck/event:event",
Expand Down Expand Up @@ -39,15 +37,10 @@
"//src/com/facebook/buck/util/autosparse:autosparse",
"//src/com/facebook/buck/util/concurrent:concurrent",
"//src/com/facebook/buck/util/environment:environment",
"//src/com/facebook/buck/util/environment:platform",
"//src/com/facebook/buck/util/network:network",
"//src/com/facebook/buck/util/network/offline:offline",
"//src/com/facebook/buck/util/perf:perf",
"//src/com/facebook/buck/util/unit:unit",
"//src/com/facebook/buck/util/versioncontrol:versioncontrol",
"//src/com/facebook/buck/util/versioncontrol:versioncontrol_generator",
"//test/com/facebook/buck/cli:FakeBuckConfig",
"//test/com/facebook/buck/config:testutil",
"//test/com/facebook/buck/event:testutil",
"//test/com/facebook/buck/event/listener:testutil",
"//test/com/facebook/buck/model:testutil",
Expand All @@ -57,8 +50,6 @@
"//test/com/facebook/buck/testutil:testutil",
"//test/com/facebook/buck/testutil/integration:util",
"//test/com/facebook/buck/timing:testutil",
"//test/com/facebook/buck/util/environment:testutil",
"//test/com/facebook/buck/util/network:testutil",
"//third-party/java/easymock:easymock",
"//third-party/java/gson:gson",
"//third-party/java/guava:guava",
Expand Down
1 change: 1 addition & 0 deletions test/com/facebook/buck/jvm/java/intellij/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"//test/com/facebook/buck/jvm/java:fakepackagefinder",
"//test/com/facebook/buck/jvm/java:javac-env",
"//test/com/facebook/buck/jvm/java:testutil",
"//test/com/facebook/buck/jvm/kotlin:testutil",
"//test/com/facebook/buck/model:testutil",
"//test/com/facebook/buck/rules:testutil",
"//test/com/facebook/buck/shell:testutil",
Expand Down
11 changes: 9 additions & 2 deletions test/com/facebook/buck/jvm/kotlin/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@
},
"testutil" : {
"deps" : [
"//src/com/facebook/buck/jvm/kotlin:kotlin",
"//src/com/facebook/buck/util:exceptions",
"//src/com/facebook/buck/util/environment:platform",
"//test/com/facebook/buck/cli:FakeBuckConfig",
"//test/com/facebook/buck/testutil:testutil",
"//third-party/java/junit:junit"
],
"exported_deps" : [ ]
"exported_deps" : [
"//src/com/facebook/buck/io:io",
"//src/com/facebook/buck/jvm/kotlin:kotlin",
"//src/com/facebook/buck/model:model",
"//src/com/facebook/buck/rules:build_rule",
"//test/com/facebook/buck/rules:testutil",
"//third-party/java/guava:guava"
]
}
}
4 changes: 1 addition & 3 deletions test/com/facebook/buck/jvm/kotlin/KotlinLibraryBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package com.facebook.buck.jvm.kotlin;

import static com.facebook.buck.jvm.java.JavaCompilationConstants.DEFAULT_JAVAC_OPTIONS;

import com.facebook.buck.io.ProjectFilesystem;
import com.facebook.buck.model.BuildTarget;
import com.facebook.buck.rules.AbstractNodeBuilder;
Expand All @@ -39,7 +37,7 @@ protected KotlinLibraryBuilder(
ProjectFilesystem projectFilesystem,
HashCode hashCode) {
super(
new KotlinLibraryDescription(null, DEFAULT_JAVAC_OPTIONS),
new KotlinLibraryDescription(null, null),
target,
projectFilesystem,
hashCode);
Expand Down
1 change: 1 addition & 0 deletions test/com/facebook/buck/util/BUCK.autodeps
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"util" : {
"deps" : [
"//src/com/facebook/buck/event:event",
"//src/com/facebook/buck/event:interfaces",
"//src/com/facebook/buck/io:MorePaths.java",
"//src/com/facebook/buck/io:io",
"//src/com/facebook/buck/io:watchman",
Expand Down

0 comments on commit 92872a6

Please sign in to comment.