| Index: chrome/common/variations/BUILD.gn
|
| diff --git a/chrome/common/variations/BUILD.gn b/chrome/common/variations/BUILD.gn
|
| index 8a539761949457dc67e25d1608a323041ae92629..58ec9503d5d2416e2046e2d13846bf72441ea32b 100644
|
| --- a/chrome/common/variations/BUILD.gn
|
| +++ b/chrome/common/variations/BUILD.gn
|
| @@ -15,7 +15,7 @@ action("fieldtrial_testing_config_action") {
|
| if (is_linux) {
|
| source = "//testing/variations/fieldtrial_testing_config_linux.json"
|
| }
|
| - if (is_chromeos) {
|
| + if (is_chromeos_ui) {
|
| source = "//testing/variations/fieldtrial_testing_config_chromeos.json"
|
| }
|
| if (is_android) {
|
|
|