| Index: chromeos/BUILD.gn
|
| diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
|
| index cd5a37e46f187171c2f4486a18a41a7ef3924bf0..276a657669e7363bffb029a13714150f5c5133c7 100644
|
| --- a/chromeos/BUILD.gn
|
| +++ b/chromeos/BUILD.gn
|
| @@ -58,7 +58,7 @@ component("chromeos") {
|
| # can be converted to a source set.
|
| static_library("test_support") {
|
| testonly = true
|
| - configs += [ "//build/config/linux:dbus" ]
|
| + configs += [ "//build/config/linux/dbus" ]
|
| public_deps = [
|
| ":chromeos",
|
| ":cryptohome_proto",
|
| @@ -118,7 +118,7 @@ static_library("test_support") {
|
|
|
| static_library("test_support_without_gmock") {
|
| testonly = true
|
| - configs += [ "//build/config/linux:dbus" ]
|
| + configs += [ "//build/config/linux/dbus" ]
|
| deps = [
|
| ":chromeos",
|
| ":cryptohome_proto",
|
| @@ -139,7 +139,7 @@ static_library("test_support_without_gmock") {
|
|
|
| test("chromeos_unittests") {
|
| configs += [
|
| - "//build/config/linux:dbus",
|
| + "//build/config/linux/dbus",
|
| "//third_party/nss:system_nss_no_ssl_config",
|
| ]
|
| deps = [
|
|
|