aboutsummaryrefslogtreecommitdiff
path: root/Android.base.bp
blob: b5c42b100bde18c867b162e53a78fa46c7f011b5 (plain)
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
// GENERATED, do not edit
// for changes, see genmakefiles.py
cc_library_static {
    name: "v8_base",
    defaults: [
        "v8_defaults",
        "v8_torque_headers",
    ],
    srcs: [
        "src/api/api-arguments.cc",
        "src/api/api-natives.cc",
        "src/api/api.cc",
        "src/asmjs/asm-js.cc",
        "src/asmjs/asm-parser.cc",
        "src/asmjs/asm-scanner.cc",
        "src/asmjs/asm-types.cc",
        "src/ast/ast-function-literal-id-reindexer.cc",
        "src/ast/ast-value-factory.cc",
        "src/ast/ast.cc",
        "src/ast/modules.cc",
        "src/ast/prettyprinter.cc",
        "src/ast/scopes.cc",
        "src/ast/source-range-ast-visitor.cc",
        "src/ast/variables.cc",
        "src/builtins/accessors.cc",
        "src/builtins/builtins-api.cc",
        "src/builtins/builtins-array.cc",
        "src/builtins/builtins-arraybuffer.cc",
        "src/builtins/builtins-async-module.cc",
        "src/builtins/builtins-bigint.cc",
        "src/builtins/builtins-callsite.cc",
        "src/builtins/builtins-collections.cc",
        "src/builtins/builtins-console.cc",
        "src/builtins/builtins-dataview.cc",
        "src/builtins/builtins-date.cc",
        "src/builtins/builtins-error.cc",
        "src/builtins/builtins-function.cc",
        "src/builtins/builtins-global.cc",
        "src/builtins/builtins-internal.cc",
        "src/builtins/builtins-json.cc",
        "src/builtins/builtins-number.cc",
        "src/builtins/builtins-object.cc",
        "src/builtins/builtins-reflect.cc",
        "src/builtins/builtins-regexp.cc",
        "src/builtins/builtins-sharedarraybuffer.cc",
        "src/builtins/builtins-string.cc",
        "src/builtins/builtins-symbol.cc",
        "src/builtins/builtins-trace.cc",
        "src/builtins/builtins-typed-array.cc",
        "src/builtins/builtins-weak-refs.cc",
        "src/builtins/builtins.cc",
        "src/builtins/constants-table-builder.cc",
        "src/codegen/assembler.cc",
        "src/codegen/bailout-reason.cc",
        "src/codegen/code-comments.cc",
        "src/codegen/code-desc.cc",
        "src/codegen/code-factory.cc",
        "src/codegen/code-reference.cc",
        "src/codegen/compilation-cache.cc",
        "src/codegen/compiler.cc",
        "src/codegen/constant-pool.cc",
        "src/codegen/external-reference-encoder.cc",
        "src/codegen/external-reference-table.cc",
        "src/codegen/external-reference.cc",
        "src/codegen/flush-instruction-cache.cc",
        "src/codegen/handler-table.cc",
        "src/codegen/interface-descriptors.cc",
        "src/codegen/machine-type.cc",
        "src/codegen/optimized-compilation-info.cc",
        "src/codegen/pending-optimization-table.cc",
        "src/codegen/register-configuration.cc",
        "src/codegen/register.cc",
        "src/codegen/reloc-info.cc",
        "src/codegen/safepoint-table.cc",
        "src/codegen/source-position-table.cc",
        "src/codegen/source-position.cc",
        "src/codegen/string-constants.cc",
        "src/codegen/tick-counter.cc",
        "src/codegen/tnode.cc",
        "src/codegen/turbo-assembler.cc",
        "src/codegen/unoptimized-compilation-info.cc",
        "src/common/assert-scope.cc",
        "src/compiler-dispatcher/compiler-dispatcher.cc",
        "src/compiler-dispatcher/optimizing-compile-dispatcher.cc",
        "src/compiler/access-builder.cc",
        "src/compiler/access-info.cc",
        "src/compiler/add-type-assertions-reducer.cc",
        "src/compiler/all-nodes.cc",
        "src/compiler/backend/code-generator.cc",
        "src/compiler/backend/frame-elider.cc",
        "src/compiler/backend/gap-resolver.cc",
        "src/compiler/backend/instruction-scheduler.cc",
        "src/compiler/backend/instruction-selector.cc",
        "src/compiler/backend/instruction.cc",
        "src/compiler/backend/jump-threading.cc",
        "src/compiler/backend/mid-tier-register-allocator.cc",
        "src/compiler/backend/move-optimizer.cc",
        "src/compiler/backend/register-allocator-verifier.cc",
        "src/compiler/backend/register-allocator.cc",
        "src/compiler/backend/spill-placer.cc",
        "src/compiler/basic-block-instrumentor.cc",
        "src/compiler/branch-elimination.cc",
        "src/compiler/bytecode-analysis.cc",
        "src/compiler/bytecode-graph-builder.cc",
        "src/compiler/bytecode-liveness-map.cc",
        "src/compiler/c-linkage.cc",
        "src/compiler/checkpoint-elimination.cc",
        "src/compiler/code-assembler.cc",
        "src/compiler/common-node-cache.cc",
        "src/compiler/common-operator-reducer.cc",
        "src/compiler/common-operator.cc",
        "src/compiler/compilation-dependencies.cc",
        "src/compiler/compiler-source-position-table.cc",
        "src/compiler/constant-folding-reducer.cc",
        "src/compiler/control-equivalence.cc",
        "src/compiler/control-flow-optimizer.cc",
        "src/compiler/csa-load-elimination.cc",
        "src/compiler/dead-code-elimination.cc",
        "src/compiler/decompression-optimizer.cc",
        "src/compiler/effect-control-linearizer.cc",
        "src/compiler/escape-analysis-reducer.cc",
        "src/compiler/escape-analysis.cc",
        "src/compiler/feedback-source.cc",
        "src/compiler/frame-states.cc",
        "src/compiler/frame.cc",
        "src/compiler/graph-assembler.cc",
        "src/compiler/graph-reducer.cc",
        "src/compiler/graph-trimmer.cc",
        "src/compiler/graph-visualizer.cc",
        "src/compiler/graph.cc",
        "src/compiler/int64-lowering.cc",
        "src/compiler/js-call-reducer.cc",
        "src/compiler/js-context-specialization.cc",
        "src/compiler/js-create-lowering.cc",
        "src/compiler/js-generic-lowering.cc",
        "src/compiler/js-graph.cc",
        "src/compiler/js-heap-broker.cc",
        "src/compiler/js-heap-copy-reducer.cc",
        "src/compiler/js-inlining-heuristic.cc",
        "src/compiler/js-inlining.cc",
        "src/compiler/js-intrinsic-lowering.cc",
        "src/compiler/js-native-context-specialization.cc",
        "src/compiler/js-operator.cc",
        "src/compiler/js-type-hint-lowering.cc",
        "src/compiler/js-typed-lowering.cc",
        "src/compiler/linkage.cc",
        "src/compiler/load-elimination.cc",
        "src/compiler/loop-analysis.cc",
        "src/compiler/loop-peeling.cc",
        "src/compiler/loop-variable-optimizer.cc",
        "src/compiler/machine-graph-verifier.cc",
        "src/compiler/machine-graph.cc",
        "src/compiler/machine-operator-reducer.cc",
        "src/compiler/machine-operator.cc",
        "src/compiler/map-inference.cc",
        "src/compiler/memory-lowering.cc",
        "src/compiler/memory-optimizer.cc",
        "src/compiler/node-marker.cc",
        "src/compiler/node-matchers.cc",
        "src/compiler/node-origin-table.cc",
        "src/compiler/node-properties.cc",
        "src/compiler/node.cc",
        "src/compiler/opcodes.cc",
        "src/compiler/operation-typer.cc",
        "src/compiler/operator-properties.cc",
        "src/compiler/operator.cc",
        "src/compiler/osr.cc",
        "src/compiler/pipeline-statistics.cc",
        "src/compiler/pipeline.cc",
        "src/compiler/property-access-builder.cc",
        "src/compiler/raw-machine-assembler.cc",
        "src/compiler/redundancy-elimination.cc",
        "src/compiler/refs-map.cc",
        "src/compiler/representation-change.cc",
        "src/compiler/schedule.cc",
        "src/compiler/scheduled-machine-lowering.cc",
        "src/compiler/scheduler.cc",
        "src/compiler/select-lowering.cc",
        "src/compiler/serializer-for-background-compilation.cc",
        "src/compiler/simd-scalar-lowering.cc",
        "src/compiler/simplified-lowering.cc",
        "src/compiler/simplified-operator-reducer.cc",
        "src/compiler/simplified-operator.cc",
        "src/compiler/state-values-utils.cc",
        "src/compiler/store-store-elimination.cc",
        "src/compiler/type-cache.cc",
        "src/compiler/type-narrowing-reducer.cc",
        "src/compiler/typed-optimization.cc",
        "src/compiler/typer.cc",
        "src/compiler/types.cc",
        "src/compiler/value-numbering-reducer.cc",
        "src/compiler/verifier.cc",
        "src/compiler/wasm-compiler.cc",
        "src/compiler/zone-stats.cc",
        "src/date/date.cc",
        "src/date/dateparser.cc",
        "src/debug/debug-coverage.cc",
        "src/debug/debug-evaluate.cc",
        "src/debug/debug-frames.cc",
        "src/debug/debug-property-iterator.cc",
        "src/debug/debug-scope-iterator.cc",
        "src/debug/debug-scopes.cc",
        "src/debug/debug-stack-trace-iterator.cc",
        "src/debug/debug-type-profile.cc",
        "src/debug/debug.cc",
        "src/debug/liveedit.cc",
        "src/deoptimizer/deoptimize-reason.cc",
        "src/deoptimizer/deoptimizer.cc",
        "src/diagnostics/basic-block-profiler.cc",
        "src/diagnostics/compilation-statistics.cc",
        "src/diagnostics/disassembler.cc",
        "src/diagnostics/eh-frame.cc",
        "src/diagnostics/gdb-jit.cc",
        "src/diagnostics/objects-debug.cc",
        "src/diagnostics/objects-printer.cc",
        "src/diagnostics/perf-jit.cc",
        "src/diagnostics/unwinder.cc",
        "src/execution/arguments.cc",
        "src/execution/execution.cc",
        "src/execution/external-pointer-table.cc",
        "src/execution/frames.cc",
        "src/execution/futex-emulation.cc",
        "src/execution/interrupts-scope.cc",
        "src/execution/isolate.cc",
        "src/execution/local-isolate.cc",
        "src/execution/messages.cc",
        "src/execution/microtask-queue.cc",
        "src/execution/protectors.cc",
        "src/execution/runtime-profiler.cc",
        "src/execution/simulator-base.cc",
        "src/execution/stack-guard.cc",
        "src/execution/thread-id.cc",
        "src/execution/thread-local-top.cc",
        "src/execution/v8threads.cc",
        "src/extensions/cputracemark-extension.cc",
        "src/extensions/externalize-string-extension.cc",
        "src/extensions/gc-extension.cc",
        "src/extensions/ignition-statistics-extension.cc",
        "src/extensions/statistics-extension.cc",
        "src/extensions/trigger-failure-extension.cc",
        "src/flags/flags.cc",
        "src/handles/global-handles.cc",
        "src/handles/handles.cc",
        "src/handles/local-handles.cc",
        "src/handles/persistent-handles.cc",
        "src/heap/allocation-observer.cc",
        "src/heap/array-buffer-sweeper.cc",
        "src/heap/base-space.cc",
        "src/heap/base/stack.cc",
        "src/heap/base/worklist.cc",
        "src/heap/basic-memory-chunk.cc",
        "src/heap/code-object-registry.cc",
        "src/heap/code-stats.cc",
        "src/heap/collection-barrier.cc",
        "src/heap/combined-heap.cc",
        "src/heap/concurrent-allocator.cc",
        "src/heap/concurrent-marking.cc",
        "src/heap/cppgc-js/cpp-heap.cc",
        "src/heap/cppgc-js/cpp-snapshot.cc",
        "src/heap/cppgc-js/unified-heap-marking-verifier.cc",
        "src/heap/cppgc-js/unified-heap-marking-visitor.cc",
        "src/heap/embedder-tracing.cc",
        "src/heap/factory-base.cc",
        "src/heap/factory.cc",
        "src/heap/finalization-registry-cleanup-task.cc",
        "src/heap/free-list.cc",
        "src/heap/gc-idle-time-handler.cc",
        "src/heap/gc-tracer.cc",
        "src/heap/heap-controller.cc",
        "src/heap/heap-write-barrier.cc",
        "src/heap/heap.cc",
        "src/heap/incremental-marking-job.cc",
        "src/heap/incremental-marking.cc",
        "src/heap/index-generator.cc",
        "src/heap/invalidated-slots.cc",
        "src/heap/item-parallel-job.cc",
        "src/heap/large-spaces.cc",
        "src/heap/local-factory.cc",
        "src/heap/local-heap.cc",
        "src/heap/mark-compact.cc",
        "src/heap/marking-barrier.cc",
        "src/heap/marking-worklist.cc",
        "src/heap/marking.cc",
        "src/heap/memory-allocator.cc",
        "src/heap/memory-chunk-layout.cc",
        "src/heap/memory-chunk.cc",
        "src/heap/memory-measurement.cc",
        "src/heap/memory-reducer.cc",
        "src/heap/new-spaces.cc",
        "src/heap/object-stats.cc",
        "src/heap/objects-visiting.cc",
        "src/heap/paged-spaces.cc",
        "src/heap/read-only-heap.cc",
        "src/heap/read-only-spaces.cc",
        "src/heap/safepoint.cc",
        "src/heap/scavenge-job.cc",
        "src/heap/scavenger.cc",
        "src/heap/slot-set.cc",
        "src/heap/spaces.cc",
        "src/heap/stress-marking-observer.cc",
        "src/heap/stress-scavenge-observer.cc",
        "src/heap/sweeper.cc",
        "src/heap/third-party/heap-api-stub.cc",
        "src/heap/weak-object-worklists.cc",
        "src/ic/call-optimization.cc",
        "src/ic/handler-configuration.cc",
        "src/ic/ic-stats.cc",
        "src/ic/ic.cc",
        "src/ic/stub-cache.cc",
        "src/init/bootstrapper.cc",
        "src/init/icu_util.cc",
        "src/init/isolate-allocator.cc",
        "src/init/startup-data-util.cc",
        "src/init/v8.cc",
        "src/interpreter/bytecode-array-accessor.cc",
        "src/interpreter/bytecode-array-builder.cc",
        "src/interpreter/bytecode-array-iterator.cc",
        "src/interpreter/bytecode-array-random-iterator.cc",
        "src/interpreter/bytecode-array-writer.cc",
        "src/interpreter/bytecode-decoder.cc",
        "src/interpreter/bytecode-flags.cc",
        "src/interpreter/bytecode-generator.cc",
        "src/interpreter/bytecode-label.cc",
        "src/interpreter/bytecode-node.cc",
        "src/interpreter/bytecode-operands.cc",
        "src/interpreter/bytecode-register-optimizer.cc",
        "src/interpreter/bytecode-register.cc",
        "src/interpreter/bytecode-source-info.cc",
        "src/interpreter/bytecodes.cc",
        "src/interpreter/constant-array-builder.cc",
        "src/interpreter/control-flow-builders.cc",
        "src/interpreter/handler-table-builder.cc",
        "src/interpreter/interpreter-intrinsics.cc",
        "src/interpreter/interpreter.cc",
        "src/json/json-parser.cc",
        "src/json/json-stringifier.cc",
        "src/logging/counters.cc",
        "src/logging/local-logger.cc",
        "src/logging/log-utils.cc",
        "src/logging/log.cc",
        "src/logging/metrics.cc",
        "src/logging/tracing-flags.cc",
        "src/numbers/bignum-dtoa.cc",
        "src/numbers/bignum.cc",
        "src/numbers/cached-powers.cc",
        "src/numbers/conversions.cc",
        "src/numbers/diy-fp.cc",
        "src/numbers/dtoa.cc",
        "src/numbers/fast-dtoa.cc",
        "src/numbers/fixed-dtoa.cc",
        "src/numbers/math-random.cc",
        "src/numbers/strtod.cc",
        "src/objects/backing-store.cc",
        "src/objects/bigint.cc",
        "src/objects/code-kind.cc",
        "src/objects/code.cc",
        "src/objects/compilation-cache-table.cc",
        "src/objects/contexts.cc",
        "src/objects/debug-objects.cc",
        "src/objects/elements-kind.cc",
        "src/objects/elements.cc",
        "src/objects/embedder-data-array.cc",
        "src/objects/feedback-vector.cc",
        "src/objects/field-type.cc",
        "src/objects/js-array-buffer.cc",
        "src/objects/js-function.cc",
        "src/objects/js-objects.cc",
        "src/objects/js-regexp.cc",
        "src/objects/keys.cc",
        "src/objects/layout-descriptor.cc",
        "src/objects/literal-objects.cc",
        "src/objects/lookup-cache.cc",
        "src/objects/lookup.cc",
        "src/objects/managed.cc",
        "src/objects/map-updater.cc",
        "src/objects/map.cc",
        "src/objects/module.cc",
        "src/objects/objects.cc",
        "src/objects/ordered-hash-table.cc",
        "src/objects/osr-optimized-code-cache.cc",
        "src/objects/property-descriptor.cc",
        "src/objects/property.cc",
        "src/objects/scope-info.cc",
        "src/objects/shared-function-info.cc",
        "src/objects/source-text-module.cc",
        "src/objects/stack-frame-info.cc",
        "src/objects/string-comparator.cc",
        "src/objects/string-table.cc",
        "src/objects/string.cc",
        "src/objects/synthetic-module.cc",
        "src/objects/tagged-impl.cc",
        "src/objects/template-objects.cc",
        "src/objects/transitions.cc",
        "src/objects/type-hints.cc",
        "src/objects/value-serializer.cc",
        "src/objects/visitors.cc",
        "src/parsing/func-name-inferrer.cc",
        "src/parsing/literal-buffer.cc",
        "src/parsing/parse-info.cc",
        "src/parsing/parser.cc",
        "src/parsing/parsing.cc",
        "src/parsing/pending-compilation-error-handler.cc",
        "src/parsing/preparse-data.cc",
        "src/parsing/preparser.cc",
        "src/parsing/rewriter.cc",
        "src/parsing/scanner-character-streams.cc",
        "src/parsing/scanner.cc",
        "src/parsing/token.cc",
        "src/profiler/allocation-tracker.cc",
        "src/profiler/cpu-profiler.cc",
        "src/profiler/heap-profiler.cc",
        "src/profiler/heap-snapshot-generator.cc",
        "src/profiler/profile-generator.cc",
        "src/profiler/profiler-listener.cc",
        "src/profiler/profiler-stats.cc",
        "src/profiler/sampling-heap-profiler.cc",
        "src/profiler/strings-storage.cc",
        "src/profiler/symbolizer.cc",
        "src/profiler/tick-sample.cc",
        "src/profiler/tracing-cpu-profiler.cc",
        "src/regexp/experimental/experimental-bytecode.cc",
        "src/regexp/experimental/experimental-compiler.cc",
        "src/regexp/experimental/experimental-interpreter.cc",
        "src/regexp/experimental/experimental.cc",
        "src/regexp/property-sequences.cc",
        "src/regexp/regexp-ast.cc",
        "src/regexp/regexp-bytecode-generator.cc",
        "src/regexp/regexp-bytecode-peephole.cc",
        "src/regexp/regexp-bytecodes.cc",
        "src/regexp/regexp-compiler-tonode.cc",
        "src/regexp/regexp-compiler.cc",
        "src/regexp/regexp-dotprinter.cc",
        "src/regexp/regexp-error.cc",
        "src/regexp/regexp-interpreter.cc",
        "src/regexp/regexp-macro-assembler-tracer.cc",
        "src/regexp/regexp-macro-assembler.cc",
        "src/regexp/regexp-parser.cc",
        "src/regexp/regexp-stack.cc",
        "src/regexp/regexp-utils.cc",
        "src/regexp/regexp.cc",
        "src/roots/roots.cc",
        "src/runtime/runtime-array.cc",
        "src/runtime/runtime-atomics.cc",
        "src/runtime/runtime-bigint.cc",
        "src/runtime/runtime-classes.cc",
        "src/runtime/runtime-collections.cc",
        "src/runtime/runtime-compiler.cc",
        "src/runtime/runtime-date.cc",
        "src/runtime/runtime-debug.cc",
        "src/runtime/runtime-forin.cc",
        "src/runtime/runtime-function.cc",
        "src/runtime/runtime-futex.cc",
        "src/runtime/runtime-generator.cc",
        "src/runtime/runtime-internal.cc",
        "src/runtime/runtime-interpreter.cc",
        "src/runtime/runtime-literals.cc",
        "src/runtime/runtime-module.cc",
        "src/runtime/runtime-numbers.cc",
        "src/runtime/runtime-object.cc",
        "src/runtime/runtime-operators.cc",
        "src/runtime/runtime-promise.cc",
        "src/runtime/runtime-proxy.cc",
        "src/runtime/runtime-regexp.cc",
        "src/runtime/runtime-scopes.cc",
        "src/runtime/runtime-strings.cc",
        "src/runtime/runtime-symbol.cc",
        "src/runtime/runtime-test.cc",
        "src/runtime/runtime-typedarray.cc",
        "src/runtime/runtime-wasm.cc",
        "src/runtime/runtime-weak-refs.cc",
        "src/runtime/runtime.cc",
        "src/sanitizer/lsan-page-allocator.cc",
        "src/snapshot/code-serializer.cc",
        "src/snapshot/context-deserializer.cc",
        "src/snapshot/context-serializer.cc",
        "src/snapshot/deserializer.cc",
        "src/snapshot/embedded/embedded-data.cc",
        "src/snapshot/object-deserializer.cc",
        "src/snapshot/read-only-deserializer.cc",
        "src/snapshot/read-only-serializer.cc",
        "src/snapshot/roots-serializer.cc",
        "src/snapshot/serializer-deserializer.cc",
        "src/snapshot/serializer.cc",
        "src/snapshot/snapshot-compression.cc",
        "src/snapshot/snapshot-data.cc",
        "src/snapshot/snapshot-source-sink.cc",
        "src/snapshot/snapshot-utils.cc",
        "src/snapshot/snapshot.cc",
        "src/snapshot/startup-deserializer.cc",
        "src/snapshot/startup-serializer.cc",
        "src/strings/string-builder.cc",
        "src/strings/string-case.cc",
        "src/strings/string-stream.cc",
        "src/strings/unicode-decoder.cc",
        "src/strings/unicode.cc",
        "src/strings/uri.cc",
        "src/tasks/cancelable-task.cc",
        "src/tasks/task-utils.cc",
        "src/third_party/siphash/halfsiphash.cc",
        "src/tracing/trace-event.cc",
        "src/tracing/traced-value.cc",
        "src/tracing/tracing-category-observer.cc",
        "src/trap-handler/handler-inside.cc",
        "src/trap-handler/handler-outside.cc",
        "src/trap-handler/handler-shared.cc",
        "src/utils/address-map.cc",
        "src/utils/allocation.cc",
        "src/utils/bit-vector.cc",
        "src/utils/detachable-vector.cc",
        "src/utils/identity-map.cc",
        "src/utils/memcopy.cc",
        "src/utils/ostreams.cc",
        "src/utils/utils.cc",
        "src/utils/version.cc",
        "src/wasm/baseline/liftoff-assembler.cc",
        "src/wasm/baseline/liftoff-compiler.cc",
        "src/wasm/function-body-decoder.cc",
        "src/wasm/function-compiler.cc",
        "src/wasm/graph-builder-interface.cc",
        "src/wasm/jump-table-assembler.cc",
        "src/wasm/local-decl-encoder.cc",
        "src/wasm/memory-tracing.cc",
        "src/wasm/module-compiler.cc",
        "src/wasm/module-decoder.cc",
        "src/wasm/module-instantiate.cc",
        "src/wasm/signature-map.cc",
        "src/wasm/simd-shuffle.cc",
        "src/wasm/streaming-decoder.cc",
        "src/wasm/sync-streaming-decoder.cc",
        "src/wasm/wasm-code-manager.cc",
        "src/wasm/wasm-debug-evaluate.cc",
        "src/wasm/wasm-debug.cc",
        "src/wasm/wasm-engine.cc",
        "src/wasm/wasm-external-refs.cc",
        "src/wasm/wasm-features.cc",
        "src/wasm/wasm-import-wrapper-cache.cc",
        "src/wasm/wasm-js.cc",
        "src/wasm/wasm-module-builder.cc",
        "src/wasm/wasm-module-sourcemap.cc",
        "src/wasm/wasm-module.cc",
        "src/wasm/wasm-objects.cc",
        "src/wasm/wasm-opcodes.cc",
        "src/wasm/wasm-result.cc",
        "src/wasm/wasm-serialization.cc",
        "src/wasm/wasm-subtyping.cc",
        "src/zone/accounting-allocator.cc",
        "src/zone/type-stats.cc",
        "src/zone/zone-segment.cc",
        "src/zone/zone.cc",
        "third_party/zlib/google/compression_utils_portable.cc",
    ],
    arch: {
        arm: {
            srcs: [
                "src/codegen/arm/assembler-arm.cc",
                "src/codegen/arm/constants-arm.cc",
                "src/codegen/arm/cpu-arm.cc",
                "src/codegen/arm/interface-descriptors-arm.cc",
                "src/codegen/arm/macro-assembler-arm.cc",
                "src/compiler/backend/arm/code-generator-arm.cc",
                "src/compiler/backend/arm/instruction-scheduler-arm.cc",
                "src/compiler/backend/arm/instruction-selector-arm.cc",
                "src/compiler/backend/arm/unwinding-info-writer-arm.cc",
                "src/debug/arm/debug-arm.cc",
                "src/deoptimizer/arm/deoptimizer-arm.cc",
                "src/diagnostics/arm/disasm-arm.cc",
                "src/diagnostics/arm/eh-frame-arm.cc",
                "src/diagnostics/arm/unwinder-arm.cc",
                "src/execution/arm/frame-constants-arm.cc",
                "src/execution/arm/simulator-arm.cc",
                "src/regexp/arm/regexp-macro-assembler-arm.cc",
            ],
            generated_sources: [
                "v8_torque_file_cc_32",
            ],
        },
        arm64: {
            srcs: [
                "src/codegen/arm64/assembler-arm64.cc",
                "src/codegen/arm64/cpu-arm64.cc",
                "src/codegen/arm64/decoder-arm64.cc",
                "src/codegen/arm64/instructions-arm64-constants.cc",
                "src/codegen/arm64/instructions-arm64.cc",
                "src/codegen/arm64/interface-descriptors-arm64.cc",
                "src/codegen/arm64/macro-assembler-arm64.cc",
                "src/codegen/arm64/register-arm64.cc",
                "src/codegen/arm64/utils-arm64.cc",
                "src/compiler/backend/arm64/code-generator-arm64.cc",
                "src/compiler/backend/arm64/instruction-scheduler-arm64.cc",
                "src/compiler/backend/arm64/instruction-selector-arm64.cc",
                "src/compiler/backend/arm64/unwinding-info-writer-arm64.cc",
                "src/debug/arm64/debug-arm64.cc",
                "src/deoptimizer/arm64/deoptimizer-arm64.cc",
                "src/diagnostics/arm64/disasm-arm64.cc",
                "src/diagnostics/arm64/eh-frame-arm64.cc",
                "src/diagnostics/arm64/unwinder-arm64.cc",
                "src/execution/arm64/frame-constants-arm64.cc",
                "src/execution/arm64/pointer-auth-arm64.cc",
                "src/execution/arm64/simulator-arm64.cc",
                "src/execution/arm64/simulator-logic-arm64.cc",
                "src/regexp/arm64/regexp-macro-assembler-arm64.cc",
            ],
            generated_sources: [
                "v8_torque_file_cc",
            ],
        },
        x86: {
            srcs: [
                "src/codegen/ia32/assembler-ia32.cc",
                "src/codegen/ia32/cpu-ia32.cc",
                "src/codegen/ia32/interface-descriptors-ia32.cc",
                "src/codegen/ia32/macro-assembler-ia32.cc",
                "src/compiler/backend/ia32/code-generator-ia32.cc",
                "src/compiler/backend/ia32/instruction-scheduler-ia32.cc",
                "src/compiler/backend/ia32/instruction-selector-ia32.cc",
                "src/debug/ia32/debug-ia32.cc",
                "src/deoptimizer/ia32/deoptimizer-ia32.cc",
                "src/diagnostics/ia32/disasm-ia32.cc",
                "src/diagnostics/ia32/unwinder-ia32.cc",
                "src/execution/ia32/frame-constants-ia32.cc",
                "src/regexp/ia32/regexp-macro-assembler-ia32.cc",
            ],
            generated_sources: [
                "v8_torque_file_cc_32",
            ],

        },
        x86_64: {
            srcs: [
                "src/codegen/x64/assembler-x64.cc",
                "src/codegen/x64/cpu-x64.cc",
                "src/codegen/x64/interface-descriptors-x64.cc",
                "src/codegen/x64/macro-assembler-x64.cc",
                "src/compiler/backend/x64/code-generator-x64.cc",
                "src/compiler/backend/x64/instruction-scheduler-x64.cc",
                "src/compiler/backend/x64/instruction-selector-x64.cc",
                "src/compiler/backend/x64/unwinding-info-writer-x64.cc",
                "src/debug/x64/debug-x64.cc",
                "src/deoptimizer/x64/deoptimizer-x64.cc",
                "src/diagnostics/x64/disasm-x64.cc",
                "src/diagnostics/x64/eh-frame-x64.cc",
                "src/diagnostics/x64/unwinder-x64.cc",
                "src/execution/x64/frame-constants-x64.cc",
                "src/regexp/x64/regexp-macro-assembler-x64.cc",
                "src/trap-handler/handler-inside-posix.cc",
                "src/trap-handler/handler-outside-posix.cc",
            ],
            generated_sources: [
                "v8_torque_file_cc",
            ],
        },
    },
    local_include_dirs: [
        "src",
        "include",
        "third_party/zlib",
    ],
    generated_headers: ["v8_generate_bytecode_builtins_list"],
    sanitize: {
        cfi: true,
        blocklist: "./tools/cfi/blacklist.txt",
    },
    apex_available: [
        "com.android.i18n",
    ],
}