| Index: extensions/BUILD.gn
|
| diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
|
| index 666075aa85eab39edd8c1275e47b93421ed08536..cabc9f0f8dacc486854366e4f9939cabb35b3f28 100644
|
| --- a/extensions/BUILD.gn
|
| +++ b/extensions/BUILD.gn
|
| @@ -201,7 +201,7 @@ test("extensions_unittests") {
|
| deps += [ "//base/allocator" ]
|
| }
|
|
|
| - if (is_chromeos) {
|
| + if (is_chromeos_ui) {
|
| sources += [
|
| # TODO(rockot): There are two implementations of VpnServiceFactory, a
|
| # stub in app_shell and a real one in Chrome. This is wrong.
|
|
|