googleapis/google/cloud/language
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
..
v1 Use rules_proto bzl files to load proto_library 2019-11-13 22:28:15 -08:00
v1beta1 Synchronize new proto/yaml changes. 2019-09-05 11:48:35 -07:00
v1beta2 Use rules_proto bzl files to load proto_library 2019-11-13 22:28:15 -08:00
artman_language_v1.yaml Synchronize new proto/yaml changes. 2019-08-27 10:02:01 -07:00
artman_language_v1beta2.yaml Synchronize new proto/yaml changes. 2018-07-25 14:29:39 -07:00
BUILD.bazel Synchronize new proto/yaml changes. 2019-02-06 16:01:58 -08:00
language.yaml Synchronize new proto/yaml changes. 2019-04-18 16:37:02 -07:00
language_v1.yaml Synchronize new proto/yaml changes. 2019-03-13 21:30:09 -07:00
language_v1beta2.yaml Language v1beta2 gapic-yaml (#301) 2017-04-03 16:42:26 -07:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00