@@ -93,3 +93,146 @@ group("embedder-scripts") {
93
93
grd_files = get_target_outputs (" :embedder-scripts-gen" )
94
94
}
95
95
}
96
+
97
+ group (" unittests" ) {
98
+ deps = [
99
+ " Images:optimize_images" ,
100
+ " core/common:unittests" ,
101
+ " core/dom_extension:unittests" ,
102
+ " core/host:unittests" ,
103
+ " core/i18n:unittests" ,
104
+ " core/i18n/locales" ,
105
+ " core/platform:unittests" ,
106
+ " core/protocol_client:unittests" ,
107
+ " core/root:unittests" ,
108
+ " core/sdk:unittests" ,
109
+ " entrypoints/formatter_worker:unittests" ,
110
+ " entrypoints/heap_snapshot_worker:unittests" ,
111
+ " entrypoints/inspector_main:unittests" ,
112
+ " entrypoints/main:unittests" ,
113
+ " entrypoints/wasmparser_worker:unittests" ,
114
+ " models/autofill_manager:unittests" ,
115
+ " models/bindings:unittests" ,
116
+ " models/breakpoints:unittests" ,
117
+ " models/cpu_profile:unittests" ,
118
+ " models/emulation:unittests" ,
119
+ " models/extensions:unittests" ,
120
+ " models/formatter:unittests" ,
121
+ " models/har:unittests" ,
122
+ " models/heap_snapshot_model:unittests" ,
123
+ " models/issues_manager:unittests" ,
124
+ " models/javascript_metadata:unittests" ,
125
+ " models/logs:unittests" ,
126
+ " models/persistence:unittests" ,
127
+ " models/source_map_scopes:unittests" ,
128
+ " models/text_utils:unittests" ,
129
+ " models/timeline_model:unittests" ,
130
+ " models/trace:unittests" ,
131
+ " models/trace/extras:unittests" ,
132
+ " models/trace/handlers:unittests" ,
133
+ " models/trace/helpers:unittests" ,
134
+ " models/trace/insights:unittests" ,
135
+ " models/trace/root-causes:unittests" ,
136
+ " models/trace/types:unittests" ,
137
+ " models/workspace:unittests" ,
138
+ " models/workspace_diff:unittests" ,
139
+ " panels/accessibility:unittests" ,
140
+ " panels/animation:unittests" ,
141
+ " panels/application:unittests" ,
142
+ " panels/application/components:unittests" ,
143
+ " panels/application/fixtures" ,
144
+ " panels/application/preloading/components:unittests" ,
145
+ " panels/autofill:unittests" ,
146
+ " panels/browser_debugger:unittests" ,
147
+ " panels/changes:unittests" ,
148
+ " panels/console:unittests" ,
149
+ " panels/console_counters:unittests" ,
150
+ " panels/coverage:unittests" ,
151
+ " panels/css_overview:unittests" ,
152
+ " panels/developer_resources:unittests" ,
153
+ " panels/elements:unittests" ,
154
+ " panels/emulation:unittests" ,
155
+ " panels/explain:unittests" ,
156
+ " panels/issues:unittests" ,
157
+ " panels/layer_viewer:unittests" ,
158
+ " panels/layers:unittests" ,
159
+ " panels/lighthouse:unittests" ,
160
+ " panels/linear_memory_inspector:unittests" ,
161
+ " panels/linear_memory_inspector/components:unittests" ,
162
+ " panels/media:unittests" ,
163
+ " panels/mobile_throttling:unittests" ,
164
+ " panels/network:unittests" ,
165
+ " panels/network/components:unittests" ,
166
+ " panels/performance_monitor:unittests" ,
167
+ " panels/profiler:unittests" ,
168
+ " panels/protocol_monitor:unittests" ,
169
+ " panels/protocol_monitor/components:unittests" ,
170
+ " panels/recorder:unittests" ,
171
+ " panels/recorder/components:unittests" ,
172
+ " panels/recorder/converters:unittests" ,
173
+ " panels/recorder/injected/selectors:unittests" ,
174
+ " panels/recorder/models:unittests" ,
175
+ " panels/recorder/testing" ,
176
+ " panels/recorder/util:unittests" ,
177
+ " panels/screencast:unittests" ,
178
+ " panels/search:unittests" ,
179
+ " panels/security:unittests" ,
180
+ " panels/settings/components:unittests" ,
181
+ " panels/settings/emulation/components:unittests" ,
182
+ " panels/settings/emulation/utils:unittests" ,
183
+ " panels/snippets:unittests" ,
184
+ " panels/sources:unittests" ,
185
+ " panels/sources/components:unittests" ,
186
+ " panels/timeline:unittests" ,
187
+ " panels/timeline/components:unittests" ,
188
+ " panels/timeline/fixtures/traces" ,
189
+ " panels/timeline/track_appenders:unittests" ,
190
+ " panels/utils:unittests" ,
191
+ " panels/web_audio:unittests" ,
192
+ " panels/webauthn:unittests" ,
193
+ " services/trace_bounds:unittests" ,
194
+ " testing" ,
195
+ " third_party/chromium/client-variations:unittests" ,
196
+ " third_party/i18n:unittests" ,
197
+ " ui/components/adorners:unittests" ,
198
+ " ui/components/buttons:unittests" ,
199
+ " ui/components/chrome_link:unittests" ,
200
+ " ui/components/code_highlighter:unittests" ,
201
+ " ui/components/data_grid:unittests" ,
202
+ " ui/components/dialogs:unittests" ,
203
+ " ui/components/diff_view:unittests" ,
204
+ " ui/components/expandable_list:unittests" ,
205
+ " ui/components/helpers:unittests" ,
206
+ " ui/components/highlighting:unittests" ,
207
+ " ui/components/icon_button:unittests" ,
208
+ " ui/components/issue_counter:unittests" ,
209
+ " ui/components/linkifier:unittests" ,
210
+ " ui/components/markdown_view:unittests" ,
211
+ " ui/components/menus:unittests" ,
212
+ " ui/components/node_text:unittests" ,
213
+ " ui/components/panel_feedback:unittests" ,
214
+ " ui/components/render_coordinator:unittests" ,
215
+ " ui/components/report_view:unittests" ,
216
+ " ui/components/request_link_icon:unittests" ,
217
+ " ui/components/settings:unittests" ,
218
+ " ui/components/split_view:unittests" ,
219
+ " ui/components/survey_link:unittests" ,
220
+ " ui/components/text_editor:unittests" ,
221
+ " ui/components/text_prompt:unittests" ,
222
+ " ui/components/tree_outline:unittests" ,
223
+ " ui/components/two_states_counter:unittests" ,
224
+ " ui/legacy:copy_stylesheets_for_server" ,
225
+ " ui/legacy:unittests" ,
226
+ " ui/legacy/components/color_picker:unittests" ,
227
+ " ui/legacy/components/inline_editor:unittests" ,
228
+ " ui/legacy/components/object_ui:unittests" ,
229
+ " ui/legacy/components/perf_ui:unittests" ,
230
+ " ui/legacy/components/quick_open:unittests" ,
231
+ " ui/legacy/components/source_frame:unittests" ,
232
+ " ui/legacy/components/utils:unittests" ,
233
+ " ui/legacy/theme_support:unittests" ,
234
+ " ui/legacy/utils:unittests" ,
235
+ " ui/lit-html:unittests" ,
236
+ " ui/visual_logging:unittests" ,
237
+ ]
238
+ }
0 commit comments