From 5127aaf6acebc07b078f0faf8802d274b52a2f94 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 23 Oct 2023 11:57:55 -0700 Subject: [PATCH] [IWYU] Add gcp directory to IWYU (#34756) --- tools/distrib/iwyu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/distrib/iwyu.sh b/tools/distrib/iwyu.sh index 19b4ecbd04f..9a00fde2b4d 100755 --- a/tools/distrib/iwyu.sh +++ b/tools/distrib/iwyu.sh @@ -33,6 +33,7 @@ tools/distrib/gen_compilation_database.py \ "//:*" \ "//src/core/..." \ "//src/cpp/ext/csm/..." \ + "//src/cpp/ext/gcp/..." \ "//src/cpp/ext/otel/..." \ "//src/compiler/..." \ "//test/core/..." \