| Index: ash/common/BUILD.gn
|
| diff --git a/ash/common/BUILD.gn b/ash/common/BUILD.gn
|
| index 8697b6cccf75cd6fce12f39abe794b7a05ee0d1e..47f06ec5f3eba1196b5ecadd1d81ea2f8c4ce148 100644
|
| --- a/ash/common/BUILD.gn
|
| +++ b/ash/common/BUILD.gn
|
| @@ -18,6 +18,7 @@ source_set("unittests") {
|
| "//ash",
|
| "//ash/common/test:test_support",
|
| "//ash/public/cpp",
|
| + "//ash/public/interfaces",
|
| "//ash/test:test_support_without_content",
|
| "//ui/base",
|
| "//ui/display",
|
| @@ -30,7 +31,7 @@ source_set("unittests") {
|
| sources += [
|
| "system/chromeos/audio/tray_audio_unittest.cc",
|
| "system/chromeos/brightness/tray_brightness_unittest.cc",
|
| - "system/chromeos/network/vpn_delegate_unittest.cc",
|
| + "system/chromeos/network/vpn_list_unittest.cc",
|
| "system/chromeos/screen_security/screen_tray_item_unittest.cc",
|
| "system/chromeos/supervised/tray_supervised_user_unittest.cc",
|
| ]
|
|
|