# 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_timing = [ "animation_frame_timing_info.cc", "animation_frame_timing_info.h", "back_forward_cache_restoration.h", "back_forward_cache_restoration.cc", "dom_window_performance.cc", "dom_window_performance.h", "epoch_time_stamp.h", "event_counts.cc", "event_counts.h", "event_timing.cc", "event_timing.h", "global_performance.cc", "global_performance.h", "largest_contentful_paint.cc", "largest_contentful_paint.h", "interaction_contentful_paint.cc", "interaction_contentful_paint.h", "interaction_effects_monitor.cc", "interaction_effects_monitor.h", "layout_shift.cc", "layout_shift.h", "layout_shift_attribution.cc", "layout_shift_attribution.h", "measure_memory/local_web_memory_measurer.cc", "measure_memory/local_web_memory_measurer.h", "measure_memory/measure_memory_controller.cc", "measure_memory/measure_memory_controller.h", "memory_info.cc", "memory_info.h", "performance_timeline_entry_id_generator.cc", "performance_timeline_entry_id_generator.h", "not_restored_reasons.cc", "not_restored_reasons.h", "not_restored_reason_details.cc", "not_restored_reason_details.h", "performance.cc", "performance.h", "performance_container_timing.cc", "performance_container_timing.h", "performance_element_timing.cc", "performance_element_timing.h", "performance_entry.cc", "performance_entry.h", "performance_event_timing.cc", "performance_event_timing.h", "performance_long_animation_frame_timing.cc", "performance_long_animation_frame_timing.h", "performance_long_task_timing.cc", "performance_long_task_timing.h", "performance_mark.cc", "performance_mark.h", "performance_mark_conditional.cc", "performance_mark_conditional.h", "performance_measure.cc", "performance_measure.h", "performance_measure_conditional.cc", "performance_measure_conditional.h", "performance_navigation.cc", "performance_navigation.h", "performance_navigation_timing.cc", "performance_navigation_timing.h", "performance_navigation_timing_activation_start.cc", "performance_navigation_timing_activation_start.h", "performance_observer.cc", "performance_observer.h", "performance_observer_entry_list.cc", "performance_observer_entry_list.h", "performance_paint_timing.cc", "performance_paint_timing.h", "performance_resource_timing.cc", "performance_resource_timing.h", "performance_scroll_timing.cc", "performance_scroll_timing.h", "performance_script_timing.cc", "performance_script_timing.h", "performance_server_timing.cc", "performance_server_timing.h", "performance_soft_navigation.cc", "performance_soft_navigation.h", "performance_timing.cc", "performance_timing.h", "preconnect_data.cc", "preconnect_data.h", "cross_origin_mode_converter.h", "preload_data.cc", "preload_data.h", "performance_timing_confidence.cc", "performance_timing_confidence.h", "performance_timing_for_reporting.h", "performance_timing_for_reporting.cc", "performance_user_timing.cc", "performance_user_timing.h", "profiler.cc", "profiler.h", "profiler_group.cc", "profiler_group.h", "background_tracing_helper.cc", "background_tracing_helper.h", "resource_timing_context.h", "responsiveness_metrics.cc", "responsiveness_metrics.h", "render_blocking_metrics_reporter.cc", "render_blocking_metrics_reporter.h", "speculation_data.cc", "speculation_data.h", "speculation_navigation_data.cc", "speculation_navigation_data.h", "soft_navigation_context.cc", "soft_navigation_context.h", "soft_navigation_heuristics.cc", "soft_navigation_heuristics.h", "soft_navigation_paint_attribution_tracker.cc", "soft_navigation_paint_attribution_tracker.h", "task_attribution_timing.cc", "task_attribution_timing.h", "third_party_script_detector.cc", "third_party_script_detector.h", "timing_utils.cc", "timing_utils.h", "time_clamper.cc", "time_clamper.h", "visibility_state_entry.cc", "visibility_state_entry.h", "window_performance.cc", "window_performance.h", "worker_global_scope_performance.cc", "worker_global_scope_performance.h", "worker_performance.cc", "worker_performance.h", ] blink_core_tests_timing = [ "background_tracing_helper_test.cc", "interaction_effects_monitor_test.cc", "memory_info_test.cc", "performance_timeline_entry_id_generator_test.cc", "performance_mark_test.cc", "performance_navigation_timing_test.cc", "performance_observer_test.cc", "performance_resource_timing_test.cc", "performance_scroll_timing_test.cc", "performance_test.cc", "profiler_group_test.cc", "time_clamper_test.cc", "window_performance_test.cc", "soft_navigation_heuristics_test.cc", "soft_navigation_heuristics_test_util.cc", "soft_navigation_heuristics_test_util.h", "soft_navigation_paint_attribution_tracker_test.cc", "worker_performance_test.cc", ]