aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/BUILD
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-08-18 08:39:51 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-18 10:40:32 +0000
commit31fce1489daf5a31461b0d41e3d4e200bb22f2d3 (patch)
tree333c79a396c4ce5248210fe8516dec2044d73636 /src/main/java/BUILD
parent8fdb5d0db4170bd41ef2a91c9eed4801dca84de1 (diff)
Move presentation-specific logic from BE docgen into Velocity templates. Make
documentation of predefined attributes consistent with new look and feel. -- MOS_MIGRATED_REVID=100905320
Diffstat (limited to 'src/main/java/BUILD')
-rw-r--r--src/main/java/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/BUILD b/src/main/java/BUILD
index b51694e22d..a83818513e 100644
--- a/src/main/java/BUILD
+++ b/src/main/java/BUILD
@@ -315,6 +315,7 @@ java_library(
deps = [
":analysis-exec-rules-skyframe",
":common",
+ ":concurrent",
":packages",
":vfs",
"//third_party:apache_velocity",
@@ -539,6 +540,7 @@ java_library(
":analysis-exec-rules-skyframe",
":bazel-core",
":common",
+ ":concurrent",
":packages",
":vfs",
"//third_party:apache_velocity",