Commit c827377d authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

variations: add weblayer to testing variations

This adds 'android_weblayer' to nearly all places that 'android_webview'
is. The only places I did not add weblayer that have webview are for
autofill and ones clearly webview specific (such as WebViewWakeMetricsService).

BUG=1049426
TEST=test only change

Change-Id: I09484751d8cd1e38d3fa5632a5268b2ebdf23635
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116575Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753051}
parent 10f7d3a8
...@@ -168,7 +168,8 @@ def _ValidateExperimentConfig(experiment_config, create_message_fn): ...@@ -168,7 +168,8 @@ def _ValidateExperimentConfig(experiment_config, create_message_fn):
if not isinstance(experiment_config['platforms'], list): if not isinstance(experiment_config['platforms'], list):
return create_message_fn('Expecting list for platforms') return create_message_fn('Expecting list for platforms')
supported_platforms = [ supported_platforms = [
'android', 'android_webview', 'chromeos', 'ios', 'linux', 'mac', 'windows' 'android', 'android_weblayer', 'android_webview', 'chromeos', 'ios',
'linux', 'mac', 'windows'
] ]
experiment_platforms = experiment_config['platforms'] experiment_platforms = experiment_config['platforms']
unsupported_platforms = list( unsupported_platforms = list(
......
...@@ -382,6 +382,7 @@ ...@@ -382,6 +382,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -446,6 +447,7 @@ ...@@ -446,6 +447,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -1189,6 +1191,7 @@ ...@@ -1189,6 +1191,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -1455,6 +1458,7 @@ ...@@ -1455,6 +1458,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -1475,6 +1479,7 @@ ...@@ -1475,6 +1479,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -1735,6 +1740,7 @@ ...@@ -1735,6 +1740,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -1767,6 +1773,7 @@ ...@@ -1767,6 +1773,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -1806,6 +1813,7 @@ ...@@ -1806,6 +1813,7 @@
"chromeos", "chromeos",
"linux", "linux",
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -2281,6 +2289,7 @@ ...@@ -2281,6 +2289,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -2383,6 +2392,7 @@ ...@@ -2383,6 +2392,7 @@
"chromeos", "chromeos",
"linux", "linux",
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -2479,6 +2489,7 @@ ...@@ -2479,6 +2489,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -2936,6 +2947,7 @@ ...@@ -2936,6 +2947,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -3019,6 +3031,7 @@ ...@@ -3019,6 +3031,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -3745,6 +3758,7 @@ ...@@ -3745,6 +3758,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"ios", "ios",
...@@ -4272,6 +4286,7 @@ ...@@ -4272,6 +4286,7 @@
"ProtoDBSharedMigration": [ "ProtoDBSharedMigration": [
{ {
"platforms": [ "platforms": [
"android_weblayer",
"android_webview", "android_webview",
"android", "android",
"chromeos", "chromeos",
...@@ -4316,6 +4331,7 @@ ...@@ -4316,6 +4331,7 @@
"QUIC": [ "QUIC": [
{ {
"platforms": [ "platforms": [
"android_weblayer",
"android_webview", "android_webview",
"android", "android",
"chromeos", "chromeos",
...@@ -4750,6 +4766,7 @@ ...@@ -4750,6 +4766,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -4977,6 +4994,7 @@ ...@@ -4977,6 +4994,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -5113,6 +5131,7 @@ ...@@ -5113,6 +5131,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -5262,6 +5281,7 @@ ...@@ -5262,6 +5281,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -5642,6 +5662,7 @@ ...@@ -5642,6 +5662,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -5874,6 +5895,7 @@ ...@@ -5874,6 +5895,7 @@
"linux", "linux",
"mac", "mac",
"windows", "windows",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -6074,6 +6096,7 @@ ...@@ -6074,6 +6096,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"ios", "ios",
"chromeos", "chromeos",
...@@ -6141,6 +6164,7 @@ ...@@ -6141,6 +6164,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"ios" "ios"
], ],
...@@ -6436,6 +6460,7 @@ ...@@ -6436,6 +6460,7 @@
"linux", "linux",
"ios", "ios",
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -6454,6 +6479,7 @@ ...@@ -6454,6 +6479,7 @@
"linux", "linux",
"ios", "ios",
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -6472,6 +6498,7 @@ ...@@ -6472,6 +6498,7 @@
"linux", "linux",
"ios", "ios",
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -6574,6 +6601,7 @@ ...@@ -6574,6 +6601,7 @@
"chromeos", "chromeos",
"linux", "linux",
"android", "android",
"android_weblayer",
"android_webview" "android_webview"
], ],
"experiments": [ "experiments": [
...@@ -6587,6 +6615,7 @@ ...@@ -6587,6 +6615,7 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"android_webview", "android_webview",
"chromeos", "chromeos",
"ios", "ios",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment