Commit graph

10 commits

Author SHA1 Message Date
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
a9589347c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276110444
2019-10-22 11:43:03 -07:00
Google APIs
95c0959449 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276083452
2019-10-22 09:46:06 -07:00
Google APIs
95a9834487 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 272006912
2019-09-30 10:05:58 -07:00
Google APIs
e266a1ca80 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 251556195
2019-06-04 18:10:10 -07:00
Google APIs
219c19f9b8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 235606151
2019-02-25 14:45:26 -08:00
Google APIs
c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs
980cdfa876 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 226065794
2018-12-18 15:00:29 -08:00
Google APIs
ae909b8271 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217925270
2018-10-19 13:52:27 -07:00
Google APIs
7457268ee9 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 213664263
2018-09-19 11:37:42 -07:00