1# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5blink_core_sources_fullscreen = [
6  "document_fullscreen.cc",
7  "document_fullscreen.h",
8  "element_fullscreen.cc",
9  "element_fullscreen.h",
10  "fullscreen.cc",
11  "fullscreen.h",
12  "fullscreen_request_type.cc",
13  "fullscreen_request_type.h",
14  "scoped_allow_fullscreen.cc",
15  "scoped_allow_fullscreen.h",
16]
17