From 1de8ddb224b4fe1c856722ec6d18c9076b802736 Mon Sep 17 00:00:00 2001 From: Yang Gao Date: Fri, 23 Jan 2015 16:07:48 -0800 Subject: [PATCH] move proto files in dependency order --- build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.json b/build.json index cacbfe2ae50..1884ed22cb8 100644 --- a/build.json +++ b/build.json @@ -405,9 +405,9 @@ "build": "private", "language": "c++", "src": [ + "test/cpp/util/messages.proto", "test/cpp/util/echo.proto", "test/cpp/util/echo_duplicate.proto", - "test/cpp/util/messages.proto", "test/cpp/end2end/async_test_server.cc", "test/cpp/util/create_test_channel.cc" ]