aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authortaymon <taymon@google.com>2020-08-24 16:04:40 -0700
committerCopybara-Service <copybara-worker@google.com>2020-08-24 16:05:25 -0700
commit02199a9821d38caac309d7e3345145c1c05059b0 (patch)
tree74059324e1bcfe103682b479176822cd397a1f80 /BUILD.bazel
parent1d0d9a2302ded8be58a56307356abab5d787732b (diff)
downloadtink-02199a9821d38caac309d7e3345145c1c05059b0.tar.gz
Create Bazel setup for TypeScript/JavaScript
Open source users may now fully build Tink and run the tests, and we do so (testing against Chrome and Firefox) in CI. This also unblocks publishing it to npm. ng_package.bzl is a rule that creates an npm package. It's bitrotted a little, so we fork from the one in the Angular repo in order to make it build. It's under a top-level third_party directory in order to comply with https://opensource.google/docs/releasing/preparing/#third-party-components. PiperOrigin-RevId: 328226655
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel12
1 files changed, 6 insertions, 6 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 61bca3652..65b4104cc 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -11,6 +11,7 @@ licenses(["notice"])
exports_files([
"LICENSE",
+ "README.md",
"__init__.py",
])
@@ -25,12 +26,11 @@ filegroup(
filegroup(
name = "cmake_source_files",
- data = glob(["cmake/**"])
- + [
- "//cc",
- "CMakeLists.txt",
- "tink_version.cmake",
- ],
+ data = glob(["cmake/**"]) + [
+ "//cc",
+ "CMakeLists.txt",
+ "tink_version.cmake",
+ ],
)
py_library(