Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2300)

Unified Diff: chrome/common/variations/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698