| # Copyright 2020 The Chromium Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Below are constants for system specifier tags that will be used | |
| # in SUPPORTED_PLATFORM_TAGS lists for benchmarks | |
| DESKTOP = 'desktop' | |
| MOBILE = 'mobile' | |
| ANDROID_NOT_WEBVIEW = 'android-not-webview' | |
| ANDROID_WEBVIEW = 'android-webview' | |
| ANDROID = 'android' | |
| WIN10 = 'win10' | |
| CHROMEOS = 'chromeos' |