// Copyright 2023 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
// File generated by //ui/file_manager/base/gn/uma_enums_generate.py. | |
/** | |
* List of file extensions to record in UMA, from enums.xml ViewFileType. | |
*/ | |
export const UMA_INDEX_KNOWN_EXTENSIONS = Object.freeze([ | |
{% for e in enums %} | |
'{{e.lower()}}', | |
{% endfor %} | |
]); |