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):
if not isinstance(experiment_config['platforms'], list):
return create_message_fn('Expecting list for 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']
unsupported_platforms = list(
......
......@@ -382,6 +382,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -446,6 +447,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -1189,6 +1191,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -1455,6 +1458,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -1475,6 +1479,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -1735,6 +1740,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -1767,6 +1773,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -1806,6 +1813,7 @@
"chromeos",
"linux",
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -2281,6 +2289,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -2383,6 +2392,7 @@
"chromeos",
"linux",
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -2479,6 +2489,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -2936,6 +2947,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -3019,6 +3031,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -3745,6 +3758,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"ios",
......@@ -4272,6 +4286,7 @@
"ProtoDBSharedMigration": [
{
"platforms": [
"android_weblayer",
"android_webview",
"android",
"chromeos",
......@@ -4316,6 +4331,7 @@
"QUIC": [
{
"platforms": [
"android_weblayer",
"android_webview",
"android",
"chromeos",
......@@ -4750,6 +4766,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -4977,6 +4994,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -5113,6 +5131,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -5262,6 +5281,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -5642,6 +5662,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
......@@ -5874,6 +5895,7 @@
"linux",
"mac",
"windows",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -6074,6 +6096,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"ios",
"chromeos",
......@@ -6141,6 +6164,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"ios"
],
......@@ -6436,6 +6460,7 @@
"linux",
"ios",
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -6454,6 +6479,7 @@
"linux",
"ios",
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -6472,6 +6498,7 @@
"linux",
"ios",
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -6574,6 +6601,7 @@
"chromeos",
"linux",
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
......@@ -6587,6 +6615,7 @@
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"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