1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
# 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_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_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_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",
"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",
]
|