Commit Graph

6 Commits

Author SHA1 Message Date
Google APIs 46e52fd649 bazel: Integrate bazel build file generator
To generate/update BUILD.bazel files for any particular client or a batch of clients:
```
bazel run //:build_gen -- --src=google/example/library
```

PiperOrigin-RevId: 286958627
2019-12-23 16:40:41 -08:00
Google APIs 8463992271 Fix bazel build
PiperOrigin-RevId: 283589351
2019-12-03 11:43:22 -08:00
Google APIs bc76ffd873 Use rules_proto bzl files to load proto_library
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922.

This CL was created by adding @rules_proto to the WORKSPACE file and then running:

find . -name BUILD.bazel | \
  while read build; do \
    buildifier --lint=fix --warnings=load $build; \
  done

Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.

PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
Google APIs 0c0bbaeb69 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs 939c811547 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 253307155
2019-06-14 15:24:43 -07:00
Google APIs b92c0fc128 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 220522200
2018-11-07 13:47:02 -08:00