blob: f0e0bd8fb88d625ac6fb4ffad3deaea788320fe0 [file] [log] [blame]
# Copyright 2017 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.
import("//third_party/WebKit/Source/core/core.gni")
blink_core_sources("intersection_observer") {
sources = [
"ElementIntersectionObserverData.cpp",
"ElementIntersectionObserverData.h",
"IntersectionObservation.cpp",
"IntersectionObservation.h",
"IntersectionObserver.cpp",
"IntersectionObserver.h",
"IntersectionObserverController.cpp",
"IntersectionObserverController.h",
"IntersectionObserverEntry.cpp",
"IntersectionObserverEntry.h",
]
}