Fixed sanity
diff --git a/build.yaml b/build.yaml
index a8c38d0..1e51705 100644
--- a/build.yaml
+++ b/build.yaml
@@ -692,22 +692,12 @@
   - include/grpc++/impl/codegen/sync_no_cxx11.h
   - include/grpc++/impl/codegen/sync_stream.h
   - include/grpc++/impl/codegen/time.h
-  headers:
-  - include/grpc/impl/codegen/alloc.h
-  - include/grpc/impl/codegen/atm.h
-  - include/grpc/impl/codegen/atm_gcc_atomic.h
-  - include/grpc/impl/codegen/atm_gcc_sync.h
-  - include/grpc/impl/codegen/atm_win32.h
-  - include/grpc/impl/codegen/log.h
-  - include/grpc/impl/codegen/port_platform.h
-  - include/grpc/impl/codegen/slice.h
-  - include/grpc/impl/codegen/slice_buffer.h
-  - include/grpc/impl/codegen/sync.h
-  - include/grpc/impl/codegen/sync_generic.h
-  - include/grpc/impl/codegen/sync_posix.h
-  - include/grpc/impl/codegen/sync_win32.h
-  - include/grpc/impl/codegen/time.h
+  headers: []
   src: []
+  deps:
+  - grpc_codegen_lib
+  filegroups:
+  - gpr_codegen
   private: true
   secure: false
 - name: grpc++_test_config
@@ -767,6 +757,8 @@
   - include/grpc/impl/codegen/status.h
   headers: []
   src: []
+  filegroups:
+  - gpr_codegen
   private: true
   secure: false
 - name: grpc_plugin_support