remove obsolete configurations (#34569)

* remove obsolete configurations

* Restyled by gn

---------

Co-authored-by: Restyled.io <commits@restyled.io>
diff --git a/config/beken/BUILD.gn b/config/beken/BUILD.gn
index 3a0de66..35e5175 100644
--- a/config/beken/BUILD.gn
+++ b/config/beken/BUILD.gn
@@ -21,10 +21,7 @@
 #import("${chip_root}/build/chip/tests.gni")
 
 group("beken") {
-  deps = [
-    "${chip_root}/examples/lighting-app/beken:MatterApp",
-    "${chip_root}/src/lib",
-  ]
+  deps = [ "${chip_root}/src/lib" ]
 }
 group("default") {
   deps = [ ":beken" ]