diff options
author | Vijay Pai <vpai@google.com> | 2016-02-11 00:23:21 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-02-11 00:23:21 -0800 |
commit | c41abec7f82f82edf1be25e0b10c180f6e8721fb (patch) | |
tree | b4a84e8b1ca071bd5fa715f4e78339de0f728516 /tools | |
parent | 8ae883fc8fe5c449d273e06e7bd9426c1e29de9e (diff) |
Sanity: clang-format and regen projects
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index b2d56c8bf1..db38995b77 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -1313,8 +1313,6 @@ }, { "deps": [ - "gpr", - "gpr_test_util", "grpc", "grpc++", "grpc++_test_util", @@ -1329,6 +1327,8 @@ }, { "deps": [ + "gpr", + "gpr_test_util", "grpc", "grpc++", "grpc++_test_util", |