summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/script/layered_api_module.h
blob: 7dd7d687dab62fc14917a1613b73550b421b1367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Copyright 2019 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.

#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_SCRIPT_LAYERED_API_MODULE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_SCRIPT_LAYERED_API_MODULE_H_

// This file is generated by
// core/script/generate_lapi_grdp.py and shouldn't modified manually.
// A corresponding grdp file (layered_api_resources.grdp) is also generated.

namespace blink {

namespace layered_api {

enum class Module {
  kBlank,
  kElementsInternal,
  kElementsSwitch,
  kElementsToast,
  kElementsVirtualScroller,
  kKvStorage,
};

}  // namespace layered_api

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_SCRIPT_LAYERED_API_MODULE_H_