# 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_page = [
"autoscroll_controller.cc",
"autoscroll_controller.h",
"chrome_client.cc",
"chrome_client.h",
"chrome_client_impl.cc",
"chrome_client_impl.h",
"color_page_popup_controller.cc",
"color_page_popup_controller.h",
"context_menu_controller.cc",
"context_menu_controller.h",
"context_menu_provider.h",
"create_window.cc",
"create_window.h",
"drag_actions.h",
"drag_controller.cc",
"drag_controller.h",
"drag_data.cc",
"drag_data.h",
"drag_image.cc",
"drag_image.h",
"drag_state.h",
"event_with_hit_test_results.h",
"focus_changed_observer.cc",
"focus_changed_observer.h",
"focus_controller.cc",
"focus_controller.h",
"focusgroup_controller_utils.cc",
"focusgroup_controller_utils.h",
"focusgroup_controller.cc",
"focusgroup_controller.h",
"frame_tree.cc",
"frame_tree.h",
"grid_focusgroup_structure_info.cc",
"grid_focusgroup_structure_info.h",
"link_highlight.cc",
"link_highlight.h",
"page.cc",
"page.h",
"page_animator.cc",
"page_animator.h",
"page_hidden_state.h",
"page_popup.h",
"page_popup_client.cc",
"page_popup_client.h",
"page_popup_controller.cc",
"page_popup_controller.h",
"page_visibility_observer.cc",
"page_visibility_observer.h",
"plugin_data.cc",
"plugin_data.h",
"plugin_script_forbidden_scope.cc",
"plugin_script_forbidden_scope.h",
"plugins_changed_observer.cc",
"plugins_changed_observer.h",
"pointer_lock_controller.cc",
"pointer_lock_controller.h",
"popup_opening_observer.h",
"print_context.cc",
"print_context.h",
"scoped_browsing_context_group_pauser.cc",
"scoped_browsing_context_group_pauser.h",
"scoped_page_pauser.cc",
"scoped_page_pauser.h",
"scrolling/element_fragment_anchor.cc",
"scrolling/element_fragment_anchor.h",
"scrolling/fragment_anchor.cc",
"scrolling/fragment_anchor.h",
"scrolling/root_scroller_controller.cc",
"scrolling/root_scroller_controller.h",
"scrolling/scrolling_coordinator.cc",
"scrolling/scrolling_coordinator.h",
"scrolling/sync_scroll_attempt_heuristic.cc",
"scrolling/sync_scroll_attempt_heuristic.h",
"scrolling/snap_coordinator.cc",
"scrolling/snap_coordinator.h",
"scrolling/sticky_position_scrolling_constraints.cc",
"scrolling/sticky_position_scrolling_constraints.h",
"scrolling/top_document_root_scroller_controller.cc",
"scrolling/top_document_root_scroller_controller.h",
"spatial_navigation.cc",
"spatial_navigation.h",
"spatial_navigation_controller.cc",
"spatial_navigation_controller.h",
"touch_adjustment.cc",
"touch_adjustment.h",
"validation_message_client.h",
"validation_message_client_impl.cc",
"validation_message_client_impl.h",
"validation_message_overlay_delegate.cc",
"validation_message_overlay_delegate.h",
"viewport_description.cc",
"viewport_description.h",
]
blink_core_tests_page = [
"autoscroll_controller_test.cc",
"chrome_client_impl_test.cc",
"chrome_client_test.cc",
"context_menu_controller_test.cc",
"drag_controller_test.cc",
"drag_image_test.cc",
"focus_controller_test.cc",
"focusgroup_controller_test.cc",
"page_popup_client_test.cc",
"page_test.cc",
"plugin_data_test.cc",
"print_context_test.cc",
"scrolling/element_fragment_anchor_test.cc",
"scrolling/main_thread_scrolling_reasons_test.cc",
"scrolling/root_scroller_test.cc",
"scrolling/scroll_into_view_test.cc",
"scrolling/scroll_metrics_test.cc",
"scrolling/scrolling_test.cc",
"scrolling/snap_coordinator_test.cc",
"spatial_navigation_test.cc",
"touch_adjustment_test.cc",
"validation_message_overlay_delegate_test.cc",
"viewport_test.cc",
"window_features_test.cc",
]