aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorrocking <rocking@google.com>2015-02-25 12:34:28 -0800
committerEric Anderson <ejona@google.com>2015-02-25 15:36:20 -0800
commitc60f0171cb20c28d2b558e6e5ecb743075352ef5 (patch)
tree545c99d3eb5f4876c67ebb6857e7bac3ac0981ab /settings.gradle
parentc01af90d189d3c17d9832cd1d1085c7b0a5485b2 (diff)
downloadgrpc-grpc-java-c60f0171cb20c28d2b558e6e5ecb743075352ef5.tar.gz
Open source nano proto related code
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=87180572
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index f7c6509b5..c36ba1c33 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -3,6 +3,7 @@ include ":grpc-core"
include ":grpc-stub"
include ":grpc-auth"
include ":grpc-okhttp"
+include ":grpc-nano"
include ":grpc-netty"
include ":grpc-testing"
include ":grpc-compiler"
@@ -15,6 +16,7 @@ project(':grpc-core').projectDir = "$rootDir/core" as File
project(':grpc-stub').projectDir = "$rootDir/stub" as File
project(':grpc-auth').projectDir = "$rootDir/auth" as File
project(':grpc-okhttp').projectDir = "$rootDir/okhttp" as File
+project(':grpc-nano').projectDir = "$rootDir/nano" as File
project(':grpc-netty').projectDir = "$rootDir/netty" as File
project(':grpc-testing').projectDir = "$rootDir/testing" as File
project(':grpc-compiler').projectDir = "$rootDir/compiler" as File