chromium/third_party/blink/renderer/core/timing/build.gni

# 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",
  "largest_contentful_paint.cc",
  "largest_contentful_paint.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",
  "not_restored_reasons.cc",
  "not_restored_reasons.h",
  "not_restored_reason_details.cc",
  "not_restored_reason_details.h",
  "performance.cc",
  "performance.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_measure.cc",
  "performance_measure.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_script_timing.cc",
  "performance_script_timing.h",
  "performance_server_timing.cc",
  "performance_server_timing.h",
  "performance_timing.cc",
  "performance_timing.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",
  "responsiveness_metrics.cc",
  "responsiveness_metrics.h",
  "render_blocking_metrics_reporter.cc",
  "render_blocking_metrics_reporter.h",
  "soft_navigation_context.cc",
  "soft_navigation_context.h",
  "soft_navigation_heuristics.cc",
  "soft_navigation_heuristics.h",
  "soft_navigation_entry.cc",
  "soft_navigation_entry.h",
  "task_attribution_timing.cc",
  "task_attribution_timing.h",
  "third_party_script_detector.cc",
  "third_party_script_detector.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",
  "memory_info_test.cc",
  "performance_entry_test.cc",
  "performance_mark_test.cc",
  "performance_navigation_timing_test.cc",
  "performance_observer_test.cc",
  "performance_resource_timing_test.cc",
  "performance_test.cc",
  "profiler_group_test.cc",
  "time_clamper_test.cc",
  "window_performance_test.cc",
  "soft_navigation_heuristics_test.cc",
  "worker_performance_test.cc",
]