We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2c36f commit 1fafe89Copy full SHA for 1fafe89
src/credentials/BUILD.gn
@@ -15,7 +15,6 @@
15
import("//build_overrides/chip.gni")
16
import("//build_overrides/jsoncpp.gni")
17
import("//build_overrides/nlassert.gni")
18
-import("//build_overrides/pigweed.gni")
19
import("${chip_root}/src/crypto/crypto.gni")
20
import("${chip_root}/src/lib/core/core.gni")
21
import("${chip_root}/src/platform/device.gni")
@@ -200,6 +199,4 @@ static_library("test_dac_revocation_delegate") {
200
199
":credentials",
201
jsoncpp_root,
202
]
203
-
204
- # deps = [ dir_pw_unit_test ]
205
}
0 commit comments