| """External dependencies for grpc-java.""" |
| |
| def grpc_java_repositories( |
| omit_com_google_api_grpc_google_common_protos=False, |
| omit_com_google_code_findbugs_jsr305=False, |
| omit_com_google_code_gson=False, |
| omit_com_google_errorprone_error_prone_annotations=False, |
| omit_com_google_guava=False, |
| omit_com_google_instrumentation_api=False, |
| omit_com_google_protobuf=False, |
| omit_com_google_protobuf_java=False, |
| omit_com_google_protobuf_nano_protobuf_javanano=False, |
| omit_com_squareup_okhttp=False, |
| omit_com_squareup_okio=False, |
| omit_io_netty_buffer=False, |
| omit_io_netty_common=False, |
| omit_io_netty_transport=False, |
| omit_io_netty_codec=False, |
| omit_io_netty_codec_socks=False, |
| omit_io_netty_codec_http=False, |
| omit_io_netty_codec_http2=False, |
| omit_io_netty_handler=False, |
| omit_io_netty_handler_proxy=False, |
| omit_io_netty_resolver=False, |
| omit_io_netty_tcnative_boringssl_static=False, |
| omit_io_opencensus_api=False): |
| """Imports dependencies for grpc-java.""" |
| if not omit_com_google_api_grpc_google_common_protos: |
| com_google_api_grpc_google_common_protos() |
| if not omit_com_google_code_findbugs_jsr305: |
| com_google_code_findbugs_jsr305() |
| if not omit_com_google_code_gson: |
| com_google_code_gson() |
| if not omit_com_google_errorprone_error_prone_annotations: |
| com_google_errorprone_error_prone_annotations() |
| if not omit_com_google_guava: |
| com_google_guava() |
| if not omit_com_google_instrumentation_api: |
| com_google_instrumentation_api() |
| if not omit_com_google_protobuf: |
| com_google_protobuf() |
| if not omit_com_google_protobuf_java: |
| com_google_protobuf_java() |
| if not omit_com_google_protobuf_nano_protobuf_javanano: |
| com_google_protobuf_nano_protobuf_javanano() |
| if not omit_com_squareup_okhttp: |
| com_squareup_okhttp() |
| if not omit_com_squareup_okio: |
| com_squareup_okio() |
| if not omit_io_netty_buffer: |
| io_netty_buffer() |
| if not omit_io_netty_common: |
| io_netty_common() |
| if not omit_io_netty_transport: |
| io_netty_transport() |
| if not omit_io_netty_codec: |
| io_netty_codec() |
| if not omit_io_netty_codec_socks: |
| io_netty_codec_socks() |
| if not omit_io_netty_codec_http: |
| io_netty_codec_http() |
| if not omit_io_netty_codec_http2: |
| io_netty_codec_http2() |
| if not omit_io_netty_handler: |
| io_netty_handler() |
| if not omit_io_netty_handler_proxy: |
| io_netty_handler_proxy() |
| if not omit_io_netty_resolver: |
| io_netty_resolver() |
| if not omit_io_netty_tcnative_boringssl_static: |
| io_netty_tcnative_boringssl_static() |
| if not omit_io_opencensus_api: |
| io_opencensus_api() |
| native.bind( |
| name = "guava", |
| actual = "@com_google_guava_guava//jar", |
| ) |
| native.bind( |
| name = "gson", |
| actual = "@com_google_code_gson_gson//jar", |
| ) |
| |
| def com_google_api_grpc_google_common_protos(): |
| native.maven_jar( |
| name = "com_google_api_grpc_proto_google_common_protos", |
| artifact = "com.google.api.grpc:proto-google-common-protos:0.1.9", |
| sha1 = "3760f6a6e13c8ab070aa629876cdd183614ee877", |
| ) |
| |
| def com_google_code_findbugs_jsr305(): |
| native.maven_jar( |
| name = "com_google_code_findbugs_jsr305", |
| artifact = "com.google.code.findbugs:jsr305:3.0.0", |
| sha1 = "5871fb60dc68d67da54a663c3fd636a10a532948", |
| ) |
| |
| def com_google_code_gson(): |
| native.maven_jar( |
| name = "com_google_code_gson_gson", |
| artifact = "com.google.code.gson:gson:jar:2.7", |
| sha1 = "751f548c85fa49f330cecbb1875893f971b33c4e", |
| ) |
| |
| def com_google_errorprone_error_prone_annotations(): |
| native.maven_jar( |
| name = "com_google_errorprone_error_prone_annotations", |
| artifact = "com.google.errorprone:error_prone_annotations:2.0.19", |
| sha1 = "c3754a0bdd545b00ddc26884f9e7624f8b6a14de", |
| ) |
| |
| def com_google_guava(): |
| native.maven_jar( |
| name = "com_google_guava_guava", |
| artifact = "com.google.guava:guava:19.0", |
| sha1 = "6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9", |
| ) |
| |
| def com_google_instrumentation_api(): |
| native.maven_jar( |
| name = "com_google_instrumentation_instrumentation_api", |
| artifact = "com.google.instrumentation:instrumentation-api:0.4.3", |
| sha1 = "41614af3429573dc02645d541638929d877945a2", |
| ) |
| |
| def com_google_protobuf(): |
| # proto_library rules implicitly depend on @com_google_protobuf//:protoc, |
| # which is the proto-compiler. |
| # This statement defines the @com_google_protobuf repo. |
| native.http_archive( |
| name = "com_google_protobuf", |
| sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948", |
| strip_prefix = "protobuf-3.4.0", |
| urls = ["https://github.com/google/protobuf/archive/v3.4.0.zip"], |
| ) |
| |
| def com_google_protobuf_java(): |
| # java_proto_library rules implicitly depend on @com_google_protobuf_java//:java_toolchain, |
| # which is the Java proto runtime (base classes and common utilities). |
| native.http_archive( |
| name = "com_google_protobuf_java", |
| sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948", |
| strip_prefix = "protobuf-3.4.0", |
| urls = ["https://github.com/google/protobuf/archive/v3.4.0.zip"], |
| ) |
| |
| def com_google_protobuf_nano_protobuf_javanano(): |
| native.maven_jar( |
| name = "com_google_protobuf_nano_protobuf_javanano", |
| artifact = "com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-5", |
| sha1 = "357e60f95cebb87c72151e49ba1f570d899734f8", |
| ) |
| |
| def com_squareup_okhttp(): |
| native.maven_jar( |
| name = "com_squareup_okhttp_okhttp", |
| artifact = "com.squareup.okhttp:okhttp:2.5.0", |
| sha1 = "4de2b4ed3445c37ec1720a7d214712e845a24636", |
| ) |
| |
| def com_squareup_okio(): |
| native.maven_jar( |
| name = "com_squareup_okio_okio", |
| artifact = "com.squareup.okio:okio:1.6.0", |
| sha1 = "98476622f10715998eacf9240d6b479f12c66143", |
| ) |
| |
| def io_netty_codec_http2(): |
| native.maven_jar( |
| name = "io_netty_netty_codec_http2", |
| artifact = "io.netty:netty-codec-http2:4.1.16.Final", |
| sha1 = "45c27cddac120a4fcda8f699659e59389f7b9736", |
| ) |
| |
| def io_netty_buffer(): |
| native.maven_jar( |
| name = "io_netty_netty_buffer", |
| artifact = "io.netty:netty-buffer:4.1.16.Final", |
| sha1 = "63b5fa95c74785e16f2c30ce268bc222e35c8cb5", |
| ) |
| |
| def io_netty_common(): |
| native.maven_jar( |
| name = "io_netty_netty_common", |
| artifact = "io.netty:netty-common:4.1.16.Final", |
| sha1 = "177a6b30cca92f6f5f9873c9befd681377a4c328", |
| ) |
| |
| def io_netty_transport(): |
| native.maven_jar( |
| name = "io_netty_netty_transport", |
| artifact = "io.netty:netty-transport:4.1.16.Final", |
| sha1 = "3c8ee2c4d4a1cbb947a5c184c7aeb2204260958b", |
| ) |
| |
| def io_netty_codec(): |
| native.maven_jar( |
| name = "io_netty_netty_codec", |
| artifact = "io.netty:netty-codec:4.1.16.Final", |
| sha1 = "d84a1f21768b7309c2954521cf5a1f46c2309eb1", |
| ) |
| |
| def io_netty_codec_socks(): |
| native.maven_jar( |
| name = "io_netty_netty_codec_socks", |
| artifact = "io.netty:netty-codec-socks:4.1.16.Final", |
| sha1 = "f42aabfb1dcae4eaf1700f2c2d047eab3c1b8523", |
| ) |
| |
| def io_netty_codec_http(): |
| native.maven_jar( |
| name = "io_netty_netty_codec_http", |
| artifact = "io.netty:netty-codec-http:4.1.16.Final", |
| sha1 = "d64312378b438dfdad84267c599a053327c6f02a", |
| ) |
| |
| def io_netty_handler(): |
| native.maven_jar( |
| name = "io_netty_netty_handler", |
| artifact = "io.netty:netty-handler:4.1.16.Final", |
| sha1 = "fec0e63e7dd7f4eeef7ea8dc47a1ff32dfc7ebc2", |
| ) |
| |
| def io_netty_handler_proxy(): |
| native.maven_jar( |
| name = "io_netty_netty_handler_proxy", |
| artifact = "io.netty:netty-handler-proxy:4.1.16.Final", |
| sha1 = "e3007ed3368748ccdc35c1f38c7d6c089768373a", |
| ) |
| |
| def io_netty_resolver(): |
| native.maven_jar( |
| name = "io_netty_netty_resolver", |
| artifact = "io.netty:netty-resolver:4.1.16.Final", |
| sha1 = "f6eb553b53fb3a90a8ac1170697093fed82eae28", |
| ) |
| |
| def io_netty_tcnative_boringssl_static(): |
| native.maven_jar( |
| name = "io_netty_netty_tcnative_boringssl_static", |
| artifact = "io.netty:netty-tcnative-boringssl-static:2.0.5.Final", |
| sha1 = "321c1239ceb3faec04531ffcdeb1bc8e85408b12", |
| ) |
| |
| def io_opencensus_api(): |
| native.maven_jar( |
| name = "io_opencensus_opencensus_api", |
| artifact = "io.opencensus:opencensus-api:0.7.0", |
| sha1 = "bf69d604c0dfcf63356053828a90c3e332acd2b8", |
| ) |