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

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

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)
Patch Set: Rebase to a67debf Created 4 years, 3 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 | « no previous file | testing/variations/PRESUBMIT.py » ('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..517865b0a63abd4ba9ea7fc0afbaa2e0530cd2cb 100644
--- a/chrome/common/variations/BUILD.gn
+++ b/chrome/common/variations/BUILD.gn
@@ -6,25 +6,7 @@ action("fieldtrial_testing_config_action") {
visibility = [ ":fieldtrial_testing_config" ]
script = "//tools/variations/fieldtrial_to_struct.py"
- if (is_win) {
- source = "//testing/variations/fieldtrial_testing_config_win.json"
- }
- if (is_mac) {
- source = "//testing/variations/fieldtrial_testing_config_mac.json"
- }
- if (is_linux) {
- source = "//testing/variations/fieldtrial_testing_config_linux.json"
- }
- if (is_chromeos) {
- source = "//testing/variations/fieldtrial_testing_config_chromeos.json"
- }
- if (is_android) {
- source = "//testing/variations/fieldtrial_testing_config_android.json"
- }
- if (is_ios) {
- source = "//testing/variations/fieldtrial_testing_config_ios.json"
- }
-
+ source = "//testing/variations/fieldtrial_testing_config.json"
inputs = [
"//tools/json_to_struct/element_generator.py",
"//tools/json_to_struct/json_to_struct.py",
@@ -43,6 +25,7 @@ action("fieldtrial_testing_config_action") {
"--namespace=chrome_variations",
"--schema=" +
rebase_path("fieldtrial_testing_config_schema.json", root_build_dir),
+ "--platform=" + current_os,
"--output=$out_name",
]
}
« no previous file with comments | « no previous file | testing/variations/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698