| # 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/blink/renderer/core/core.gni") |
| |
| blink_core_sources("intersection_observer") { |
| sources = [ |
| "element_intersection_observer_data.cc", |
| "element_intersection_observer_data.h", |
| "intersection_observation.cc", |
| "intersection_observation.h", |
| "intersection_observer.cc", |
| "intersection_observer.h", |
| "intersection_observer_controller.cc", |
| "intersection_observer_controller.h", |
| "intersection_observer_entry.cc", |
| "intersection_observer_entry.h", |
| ] |
| } |