Commit Graph

3 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 c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs bab91dd4db Synchronize new proto/yaml changes.
PiperOrigin-RevId: 220858308
2018-11-09 13:48:49 -08:00