From 733a420ed32e319d4604c035a68cc6eab13145fb Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Thu, 3 Nov 2016 19:16:14 +0100
Subject: [PATCH] Removing dependency between tsi and grpc.

---
 build.yaml                               | 2 --
 tools/run_tests/sources_and_headers.json | 3 +--
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/build.yaml b/build.yaml
index ed42dcd6a1..dd4015172d 100644
--- a/build.yaml
+++ b/build.yaml
@@ -681,8 +681,6 @@ filegroups:
   deps:
   - gpr
   secure: true
-  uses:
-  - grpc_base
 - name: grpc++_base
   language: c++
   public_headers:
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index d7d6911c0e..e412b2c88c 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -7345,8 +7345,7 @@
   }, 
   {
     "deps": [
-      "gpr", 
-      "grpc_base"
+      "gpr"
     ], 
     "headers": [
       "src/core/lib/tsi/fake_transport_security.h", 
-- 
GitLab