Lines Matching +full:sdk +full:- +full:benchmarks
22 useModule("com.google.cloud.tools:appengine-gradle-plugin:${requested.version}")
33 include ":grpc-api"
34 include ":grpc-core"
35 include ":grpc-context"
36 include ":grpc-stub"
37 include ":grpc-census"
38 include ":grpc-auth"
39 include ":grpc-okhttp"
40 include ":grpc-protobuf"
41 include ":grpc-protobuf-lite"
42 include ":grpc-netty"
43 include ":grpc-netty-shaded"
44 include ":grpc-googleapis"
45 include ":grpc-grpclb"
46 include ":grpc-testing"
47 include ":grpc-testing-proto"
48 include ":grpc-interop-testing"
49 include ":grpc-gae-interop-testing-jdk8"
50 include ":grpc-all"
51 include ":grpc-alts"
52 include ":grpc-benchmarks"
53 include ":grpc-services"
54 include ":grpc-servlet"
55 include ":grpc-servlet-jakarta"
56 include ":grpc-xds"
57 include ":grpc-bom"
58 include ":grpc-rls"
59 include ":grpc-authz"
60 include ":grpc-gcp-observability"
61 include ":grpc-gcp-observability:interop"
62 include ":grpc-istio-interop-testing"
64 project(':grpc-api').projectDir = "$rootDir/api" as File
65 project(':grpc-core').projectDir = "$rootDir/core" as File
66 project(':grpc-context').projectDir = "$rootDir/context" as File
67 project(':grpc-stub').projectDir = "$rootDir/stub" as File
68 project(':grpc-census').projectDir = "$rootDir/census" as File
69 project(':grpc-auth').projectDir = "$rootDir/auth" as File
70 project(':grpc-okhttp').projectDir = "$rootDir/okhttp" as File
71 project(':grpc-protobuf').projectDir = "$rootDir/protobuf" as File
72 project(':grpc-protobuf-lite').projectDir = "$rootDir/protobuf-lite" as File
73 project(':grpc-netty').projectDir = "$rootDir/netty" as File
74 project(':grpc-netty-shaded').projectDir = "$rootDir/netty/shaded" as File
75 project(':grpc-googleapis').projectDir = "$rootDir/googleapis" as File
76 project(':grpc-grpclb').projectDir = "$rootDir/grpclb" as File
77 project(':grpc-testing').projectDir = "$rootDir/testing" as File
78 project(':grpc-testing-proto').projectDir = "$rootDir/testing-proto" as File
79 project(':grpc-interop-testing').projectDir = "$rootDir/interop-testing" as File
80 project(':grpc-gae-interop-testing-jdk8').projectDir = "$rootDir/gae-interop-testing/gae-jdk8" as F…
81 project(':grpc-all').projectDir = "$rootDir/all" as File
82 project(':grpc-alts').projectDir = "$rootDir/alts" as File
83 project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File
84 project(':grpc-services').projectDir = "$rootDir/services" as File
85 project(':grpc-servlet').projectDir = "$rootDir/servlet" as File
86 project(':grpc-servlet-jakarta').projectDir = "$rootDir/servlet/jakarta" as File
87 project(':grpc-xds').projectDir = "$rootDir/xds" as File
88 project(':grpc-bom').projectDir = "$rootDir/bom" as File
89 project(':grpc-rls').projectDir = "$rootDir/rls" as File
90 project(':grpc-authz').projectDir = "$rootDir/authz" as File
91 project(':grpc-gcp-observability').projectDir = "$rootDir/gcp-observability" as File
92 project(':grpc-gcp-observability:interop').projectDir = "$rootDir/gcp-observability/interop" as File
93 project(':grpc-istio-interop-testing').projectDir = "$rootDir/istio-interop-testing" as File
98 include ":grpc-compiler"
99 project(':grpc-compiler').projectDir = "$rootDir/compiler" as File
105 … println '*** Android SDK is required. To avoid building Android projects, set -PskipAndroid=true'
106 include ":grpc-cronet"
107 project(':grpc-cronet').projectDir = "$rootDir/cronet" as File
108 include ":grpc-android"
109 project(':grpc-android').projectDir = "$rootDir/android" as File
110 include ":grpc-android-interop-testing"
111 project(':grpc-android-interop-testing').projectDir = "$rootDir/android-interop-testing" as File
112 include ":grpc-binder"
113 project(':grpc-binder').projectDir = "$rootDir/binder" as File