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