File: build.gni

package info (click to toggle)
chromium 138.0.7204.183-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,071,908 kB
  • sloc: cpp: 34,937,088; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,971; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (125 lines) | stat: -rw-r--r-- 3,826 bytes parent folder | download | duplicates (9)
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
124
125
# 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",
]