Add the dart rule to tensorflow/core:protos_all.

PiperOrigin-RevId: 199377753
This commit is contained in:
A. Unique TensorFlower 2018-06-05 16:29:35 -07:00 committed by TensorFlower Gardener
parent a57f0de686
commit 902832ae7f
2 changed files with 5 additions and 1 deletions

View File

@ -231,6 +231,7 @@ tf_proto_library(
name = "protos_all",
srcs = [],
cc_api_version = 2,
dart_api_version = 2,
default_header = True,
j2objc_api_version = 1,
java_api_version = 2,
@ -2232,6 +2233,7 @@ tf_proto_library(
name = "error_codes_proto",
srcs = ERROR_CODES_PROTO_SRCS,
cc_api_version = 2,
dart_api_version = 2,
default_header = True,
j2objc_api_version = 1,
java_api_version = 2,
@ -2254,6 +2256,7 @@ tf_proto_library(
name = "protos_all_proto",
srcs = COMMON_PROTO_SRCS + ADDITIONAL_CORE_PROTO_SRCS,
cc_api_version = 2,
dart_api_version = 2,
default_header = True,
j2objc_api_version = 1,
java_api_version = 2,

View File

@ -304,6 +304,7 @@ def tf_proto_library_cc(name, srcs = [], has_services = None,
cc_grpc_version = None,
j2objc_api_version = 1,
cc_api_version = 2,
dart_api_version = 2,
java_api_version = 2, py_api_version = 2,
js_api_version = 2, js_codegen = "jspb",
default_header = False):
@ -409,7 +410,7 @@ def tf_proto_library(name, srcs = [], has_services = None,
visibility = [], testonly = 0,
cc_libs = [],
cc_api_version = 2, cc_grpc_version = None,
j2objc_api_version = 1,
dart_api_version = 2, j2objc_api_version = 1,
java_api_version = 2, py_api_version = 2,
js_api_version = 2, js_codegen = "jspb",
provide_cc_alias = False,