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

Unified Diff: testing/variations/PRESUBMIT.py

Issue 2306473002: bluetooth: web: Update Blacklist field trial with Cypress & FIDO services. (Closed)
Patch Set: fix test 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
Index: testing/variations/PRESUBMIT.py
diff --git a/testing/variations/PRESUBMIT.py b/testing/variations/PRESUBMIT.py
index 6b0f8644e0b9e83141d5c84c44dfaf923e05aae4..3865988e0e405b41210f6fd88a77cb9524d4305d 100644
--- a/testing/variations/PRESUBMIT.py
+++ b/testing/variations/PRESUBMIT.py
@@ -13,7 +13,17 @@ import sys
VALID_GROUP_KEYS = ['group_name',
'params',
'enable_features',
- 'disable_features']
+ 'disable_features',
+ '//0',
+ '//1',
+ '//2',
+ '//3',
+ '//4',
+ '//5',
+ '//6',
+ '//7',
+ '//8',
+ '//9']
def PrettyPrint(contents):
"""Pretty prints a fieldtrial configuration.
« no previous file with comments | « chrome/browser/web_bluetooth_browsertest.cc ('k') | testing/variations/fieldtrial_testing_config_android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698