aboutsummaryrefslogtreecommitdiff
path: root/BUILD
AgeCommit message (Collapse)Author
2020-06-05Setup pw_web_ui with Bazel and JasmineMatthew Soulanille
Initialize the pw_web_ui package and add Bazel as a build system. Add a single example test in `src/transport/web_serial_transport_test.ts` to verify Bazel can build and run Jasmine tests. HAS_TO_BE_LARGE=Initializing a new package. Most of this is due to yarn.lock. Change-Id: Ie3adbdba5a91de9a5f16205be8077bafb3a1fee3
2019-11-19Remove SUBDIRS from BUILD. (Apparently unused.)Rob Mohr
Change-Id: I93ceb8c05797d8775f6ad9580e016470b1cda211
2019-11-15Add pw_toolchain to bazel build.Rob Mohr
Change-Id: Ia6213f4b62c158c7ce4c39b13c122ddf0de5f693
2019-11-15Add license metadata to bazel files.Rob Mohr
Change-Id: Id32c7db700f3fba809d4e90473cbd3e8b8d7ca47
2019-11-14Add pw_docgen to bazel build.Rob Mohr
Even though it does nothing, it makes importing elsewhere easier. Change-Id: I2c2d6dcdcfa5d9f6113b8cde57e027beb26da5c6
2019-11-14Add pw_string to bazel build.Rob Mohr
Change-Id: I0aa7741959b741de082d44afe87786754b572951
2019-11-14Add bazel build system files.Rob Mohr
Build everything with 'bazel build //...' and run all tests with 'bazel test //...'. Change-Id: Ia912e999e33caa9b490002d639dc4c9a80034afc