Skip to content

Commit

Permalink
Use platform agnostic web path implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Feb 17, 2017
1 parent 5763c7b commit 7d29583
Show file tree
Hide file tree
Showing 11 changed files with 1,154 additions and 186 deletions.
10 changes: 10 additions & 0 deletions java/io/bazel/rules/closure/BUILD
Expand Up @@ -42,6 +42,16 @@ java_library(
deps = ["@com_google_guava"],
)

java_library(
name = "webpath",
srcs = ["Webpath.java"],
visibility = ["//visibility:public"],
deps = [
"@com_google_code_findbugs_jsr305",
"@com_google_guava",
],
)

java_proto_library(
name = "build_info_java_proto",
src = "build_info.proto",
Expand Down

0 comments on commit 7d29583

Please sign in to comment.