| # Copyright 2020 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| blink_core_sources_intersection_observer = [ |
| "element_intersection_observer_data.cc", |
| "element_intersection_observer_data.h", |
| "intersection_geometry.cc", |
| "intersection_geometry.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", |
| ] |
| |
| blink_core_tests_intersection_observer = [ "intersection_observer_test.cc" ] |