blob: 85c93e755245215772e6a18d3c4ef0a227dd0d30 [file] [log] [blame]
Motomu Utsumifcac4852022-10-26 19:28:31 +09001// Copyright (C) 2022 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14//
15// This file is automatically generated by gen_android_bp. Do not edit.
16
Patrick Rohrcc377df2022-10-28 09:27:15 -070017// GN: //base/allocator:buildflags
18genrule {
19 name: "cronet_aml_base_allocator_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -070020 cmd: "echo '--flags USE_PARTITION_ALLOC=\"false\" USE_ALLOCATOR_SHIM=\"true\" USE_PARTITION_ALLOC_AS_MALLOC=\"false\" USE_BACKUP_REF_PTR=\"false\" USE_ASAN_BACKUP_REF_PTR=\"false\" USE_PARTITION_ALLOC_AS_GWP_ASAN_STORE=\"false\" USE_MTE_CHECKED_PTR=\"false\" FORCE_ENABLE_RAW_PTR_EXCLUSION=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -070021 "$(location build/write_buildflag_header.py) --output " +
22 "$(out) " +
23 "--rulename " +
24 "//base/allocator:buildflags " +
25 "--gen-dir " +
26 ". " +
27 "--definitions " +
28 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -070029 out: [
30 "base/allocator/buildflags.h",
31 ],
32 tool_files: [
33 "build/write_buildflag_header.py",
34 ],
35}
36
37// GN: //base/allocator/partition_allocator:chromecast_buildflags
38genrule {
39 name: "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -070040 cmd: "echo '--flags PA_IS_CAST_ANDROID=\"false\" PA_IS_CASTOS=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -070041 "$(location build/write_buildflag_header.py) --output " +
42 "$(out) " +
43 "--rulename " +
44 "//base/allocator/partition_allocator:chromecast_buildflags " +
45 "--gen-dir " +
46 ". " +
47 "--definitions " +
48 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -070049 out: [
50 "base/allocator/partition_allocator/chromecast_buildflags.h",
51 ],
52 tool_files: [
53 "build/write_buildflag_header.py",
54 ],
55}
56
57// GN: //base/allocator/partition_allocator:chromeos_buildflags
58genrule {
59 name: "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -070060 cmd: "echo '--flags PA_IS_CHROMEOS_ASH=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -070061 "$(location build/write_buildflag_header.py) --output " +
62 "$(out) " +
63 "--rulename " +
64 "//base/allocator/partition_allocator:chromeos_buildflags " +
65 "--gen-dir " +
66 ". " +
67 "--definitions " +
68 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -070069 out: [
70 "base/allocator/partition_allocator/chromeos_buildflags.h",
71 ],
72 tool_files: [
73 "build/write_buildflag_header.py",
74 ],
75}
76
77// GN: //base/allocator/partition_allocator:debugging_buildflags
78genrule {
79 name: "cronet_aml_base_allocator_partition_allocator_debugging_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -070080 cmd: "echo '--flags PA_DCHECK_IS_ON=\"true\" PA_EXPENSIVE_DCHECKS_ARE_ON=\"true\" PA_DCHECK_IS_CONFIGURABLE=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -070081 "$(location build/write_buildflag_header.py) --output " +
82 "$(out) " +
83 "--rulename " +
84 "//base/allocator/partition_allocator:debugging_buildflags " +
85 "--gen-dir " +
86 ". " +
87 "--definitions " +
88 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -070089 out: [
90 "base/allocator/partition_allocator/partition_alloc_base/debug/debugging_buildflags.h",
91 ],
92 tool_files: [
93 "build/write_buildflag_header.py",
94 ],
95}
96
97// GN: //base/allocator/partition_allocator:logging_buildflags
98genrule {
99 name: "cronet_aml_base_allocator_partition_allocator_logging_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -0700100 cmd: "echo '--flags PA_ENABLE_LOG_ERROR_NOT_REACHED=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -0700101 "$(location build/write_buildflag_header.py) --output " +
102 "$(out) " +
103 "--rulename " +
104 "//base/allocator/partition_allocator:logging_buildflags " +
105 "--gen-dir " +
106 ". " +
107 "--definitions " +
108 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700109 out: [
110 "base/allocator/partition_allocator/logging_buildflags.h",
111 ],
112 tool_files: [
113 "build/write_buildflag_header.py",
114 ],
115}
116
117// GN: //base/allocator/partition_allocator:partition_alloc
118cc_library_static {
119 name: "cronet_aml_base_allocator_partition_allocator_partition_alloc",
120 srcs: [
121 ":cronet_aml_third_party_android_ndk_cpu_features",
122 "base/allocator/partition_allocator/address_pool_manager.cc",
123 "base/allocator/partition_allocator/address_pool_manager_bitmap.cc",
124 "base/allocator/partition_allocator/address_space_randomization.cc",
125 "base/allocator/partition_allocator/allocation_guard.cc",
126 "base/allocator/partition_allocator/dangling_raw_ptr_checks.cc",
127 "base/allocator/partition_allocator/gwp_asan_support.cc",
128 "base/allocator/partition_allocator/memory_reclaimer.cc",
129 "base/allocator/partition_allocator/oom.cc",
130 "base/allocator/partition_allocator/oom_callback.cc",
131 "base/allocator/partition_allocator/page_allocator.cc",
132 "base/allocator/partition_allocator/page_allocator_internals_posix.cc",
133 "base/allocator/partition_allocator/partition_address_space.cc",
134 "base/allocator/partition_allocator/partition_alloc.cc",
135 "base/allocator/partition_allocator/partition_alloc_base/check.cc",
136 "base/allocator/partition_allocator/partition_alloc_base/cpu.cc",
137 "base/allocator/partition_allocator/partition_alloc_base/debug/alias.cc",
138 "base/allocator/partition_allocator/partition_alloc_base/files/file_path.cc",
139 "base/allocator/partition_allocator/partition_alloc_base/files/file_util_posix.cc",
140 "base/allocator/partition_allocator/partition_alloc_base/logging.cc",
141 "base/allocator/partition_allocator/partition_alloc_base/memory/ref_counted.cc",
142 "base/allocator/partition_allocator/partition_alloc_base/native_library.cc",
143 "base/allocator/partition_allocator/partition_alloc_base/native_library_posix.cc",
144 "base/allocator/partition_allocator/partition_alloc_base/pkey.cc",
145 "base/allocator/partition_allocator/partition_alloc_base/posix/safe_strerror.cc",
146 "base/allocator/partition_allocator/partition_alloc_base/rand_util.cc",
147 "base/allocator/partition_allocator/partition_alloc_base/rand_util_posix.cc",
148 "base/allocator/partition_allocator/partition_alloc_base/strings/stringprintf.cc",
149 "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread.cc",
150 "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread_posix.cc",
151 "base/allocator/partition_allocator/partition_alloc_base/time/time.cc",
152 "base/allocator/partition_allocator/partition_alloc_base/time/time_android.cc",
153 "base/allocator/partition_allocator/partition_alloc_base/time/time_conversion_posix.cc",
154 "base/allocator/partition_allocator/partition_alloc_base/time/time_now_posix.cc",
155 "base/allocator/partition_allocator/partition_alloc_base/time/time_override.cc",
156 "base/allocator/partition_allocator/partition_alloc_hooks.cc",
157 "base/allocator/partition_allocator/partition_bucket.cc",
158 "base/allocator/partition_allocator/partition_oom.cc",
159 "base/allocator/partition_allocator/partition_page.cc",
160 "base/allocator/partition_allocator/partition_root.cc",
161 "base/allocator/partition_allocator/partition_stats.cc",
162 "base/allocator/partition_allocator/random.cc",
163 "base/allocator/partition_allocator/reservation_offset_table.cc",
164 "base/allocator/partition_allocator/spinning_mutex.cc",
165 "base/allocator/partition_allocator/starscan/metadata_allocator.cc",
166 "base/allocator/partition_allocator/starscan/pcscan.cc",
167 "base/allocator/partition_allocator/starscan/pcscan_internal.cc",
168 "base/allocator/partition_allocator/starscan/pcscan_scheduling.cc",
169 "base/allocator/partition_allocator/starscan/snapshot.cc",
Motomu Utsumid03217b2022-11-01 12:16:19 +0900170 "base/allocator/partition_allocator/starscan/stack/asm/x64/push_registers_asm.cc",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700171 "base/allocator/partition_allocator/starscan/stack/stack.cc",
172 "base/allocator/partition_allocator/starscan/stats_collector.cc",
173 "base/allocator/partition_allocator/starscan/write_protector.cc",
174 "base/allocator/partition_allocator/tagging.cc",
175 "base/allocator/partition_allocator/thread_cache.cc",
176 ],
177 generated_headers: [
178 "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags",
179 "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags",
180 "cronet_aml_base_allocator_partition_allocator_debugging_buildflags",
181 "cronet_aml_base_allocator_partition_allocator_logging_buildflags",
182 "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags",
183 ],
184 export_generated_headers: [
185 "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags",
186 "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags",
187 "cronet_aml_base_allocator_partition_allocator_debugging_buildflags",
188 "cronet_aml_base_allocator_partition_allocator_logging_buildflags",
189 "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags",
190 ],
191 defaults: [
192 "cronet_aml_defaults",
193 ],
194 cflags: [
195 "-DANDROID",
196 "-DANDROID_NDK_VERSION_ROLL=r23_1",
197 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
198 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
199 "-DDCHECK_ALWAYS_ON=1",
200 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
201 "-DHAVE_SYS_UIO_H",
202 "-DIS_PARTITION_ALLOC_IMPL",
203 "-DPA_PCSCAN_STACK_SUPPORTED",
204 "-D_DEBUG",
205 "-D_GNU_SOURCE",
206 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
207 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
208 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
209 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
210 "-D__STDC_CONSTANT_MACROS",
211 "-D__STDC_FORMAT_MACROS",
212 ],
213 local_include_dirs: [
214 "./",
215 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -0700216 "buildtools/third_party/libc++/trunk/include",
217 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700218 "third_party/android_ndk/sources/android/cpufeatures/",
Motomu Utsumid30ceed2022-11-01 13:06:18 +0900219 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700220 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -0700221 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700222}
223
224// GN: //base/allocator/partition_allocator:partition_alloc_buildflags
225genrule {
226 name: "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -0700227 cmd: "echo '--flags ENABLE_PARTITION_ALLOC_AS_MALLOC_SUPPORT=\"true\" ENABLE_BACKUP_REF_PTR_SUPPORT=\"true\" ENABLE_BACKUP_REF_PTR_SLOW_CHECKS=\"false\" ENABLE_DANGLING_RAW_PTR_CHECKS=\"false\" PUT_REF_COUNT_IN_PREVIOUS_SLOT=\"true\" ENABLE_GWP_ASAN_SUPPORT=\"true\" ENABLE_MTE_CHECKED_PTR_SUPPORT=\"false\" RECORD_ALLOC_INFO=\"false\" USE_FREESLOT_BITMAP=\"false\" GLUE_CORE_POOLS=\"false\" ENABLE_SHADOW_METADATA_FOR_64_BITS_POINTERS=\"false\" STARSCAN=\"true\" PA_USE_BASE_TRACING=\"true\" ENABLE_PKEYS=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -0700228 "$(location build/write_buildflag_header.py) --output " +
229 "$(out) " +
230 "--rulename " +
231 "//base/allocator/partition_allocator:partition_alloc_buildflags " +
232 "--gen-dir " +
233 ". " +
234 "--definitions " +
235 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700236 out: [
237 "base/allocator/partition_allocator/partition_alloc_buildflags.h",
238 ],
239 tool_files: [
240 "build/write_buildflag_header.py",
241 ],
242}
243
244// GN: //base:anchor_functions_buildflags
245genrule {
246 name: "cronet_aml_base_anchor_functions_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -0700247 cmd: "echo '--flags USE_LLD=\"true\" SUPPORTS_CODE_ORDERING=\"true\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -0700248 "$(location build/write_buildflag_header.py) --output " +
249 "$(out) " +
250 "--rulename " +
251 "//base:anchor_functions_buildflags " +
252 "--gen-dir " +
253 ". " +
254 "--definitions " +
255 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700256 out: [
257 "base/android/library_loader/anchor_functions_buildflags.h",
258 ],
259 tool_files: [
260 "build/write_buildflag_header.py",
261 ],
262}
263
264// GN: //base:android_runtime_jni_headers
265genrule {
266 name: "cronet_aml_base_android_runtime_jni_headers",
Patrick Rohr9b99a982022-10-28 11:00:57 -0700267 cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " +
268 "long " +
Patrick Rohr131ba282022-10-31 16:36:20 -0700269 " " +
270 " " +
Patrick Rohr9b99a982022-10-28 11:00:57 -0700271 "--output_dir " +
Patrick Rohrf1d08f82022-10-31 14:43:59 -0700272 "$(genDir)/base/android_runtime_jni_headers " +
Patrick Rohr9b99a982022-10-28 11:00:57 -0700273 "--includes " +
Patrick Rohrd89e8bf2022-10-31 14:51:05 -0700274 "base/android/jni_generator/jni_generator_helper.h " +
Patrick Rohr9b99a982022-10-28 11:00:57 -0700275 "--jar_file " +
Patrick Rohr131ba282022-10-31 16:36:20 -0700276 "$(location third_party/android_sdk/public/platforms/android-33/android.jar) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -0700277 "--output_name " +
278 "Runnable_jni.h " +
279 "--output_name " +
280 "Runtime_jni.h " +
281 "--input_file " +
282 "java/lang/Runnable.class " +
283 "--input_file " +
Patrick Rohr131ba282022-10-31 16:36:20 -0700284 "java/lang/Runtime.class " +
285 "--javap " +
286 "$$(find out/.path -name javap)",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700287 out: [
Patrick Rohrf1d08f82022-10-31 14:43:59 -0700288 "base/android_runtime_jni_headers/Runnable_jni.h",
289 "base/android_runtime_jni_headers/Runtime_jni.h",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700290 ],
291 tool_files: [
292 "base/android/jni_generator/jni_generator.py",
293 "build/android/gyp/util/__init__.py",
294 "build/android/gyp/util/build_utils.py",
295 "build/gn_helpers.py",
296 "third_party/android_sdk/public/platforms/android-33/android.jar",
297 ],
298}
299
300// GN: //base:base
301cc_library_static {
302 name: "cronet_aml_base_base",
303 srcs: [
304 ":cronet_aml_base_numerics_base_numerics",
305 ":cronet_aml_third_party_abseil_cpp_absl",
306 ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm",
307 ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container",
308 ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook",
309 ":cronet_aml_third_party_abseil_cpp_absl_base_base",
310 ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal",
311 ":cronet_aml_third_party_abseil_cpp_absl_base_config",
312 ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers",
313 ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal",
314 ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations",
315 ":cronet_aml_third_party_abseil_cpp_absl_base_endian",
316 ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver",
317 ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id",
318 ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity",
319 ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal",
320 ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch",
321 ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal",
322 ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait",
323 ":cronet_aml_third_party_abseil_cpp_absl_base_strerror",
324 ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate",
325 ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup",
326 ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal",
327 ":cronet_aml_third_party_abseil_cpp_absl_container_btree",
328 ":cronet_aml_third_party_abseil_cpp_absl_container_common",
329 ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits",
330 ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple",
331 ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory",
332 ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array",
333 ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map",
334 ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set",
335 ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults",
336 ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits",
337 ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks",
338 ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler",
339 ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector",
340 ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal",
341 ":cronet_aml_third_party_abseil_cpp_absl_container_layout",
342 ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map",
343 ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set",
344 ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy",
345 ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map",
346 ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set",
347 ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal",
348 ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal",
349 ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack",
350 ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler",
351 ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace",
352 ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize",
353 ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable",
354 ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front",
355 ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref",
356 ":cronet_aml_third_party_abseil_cpp_absl_hash_city",
357 ":cronet_aml_third_party_abseil_cpp_absl_hash_hash",
358 ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash",
359 ":cronet_aml_third_party_abseil_cpp_absl_memory_memory",
360 ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits",
361 ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits",
362 ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128",
363 ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation",
364 ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased",
365 ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder",
366 ":cronet_aml_third_party_abseil_cpp_absl_random_distributions",
367 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller",
368 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits",
369 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath",
370 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real",
371 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver",
372 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base",
373 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine",
374 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform",
375 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg",
376 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen",
377 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine",
378 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes",
379 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl",
380 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow",
381 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq",
382 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material",
383 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits",
384 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper",
385 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply",
386 ":cronet_aml_third_party_abseil_cpp_absl_random_random",
387 ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception",
388 ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences",
389 ":cronet_aml_third_party_abseil_cpp_absl_status_status",
390 ":cronet_aml_third_party_abseil_cpp_absl_status_statusor",
391 ":cronet_aml_third_party_abseil_cpp_absl_strings_cord",
392 ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal",
393 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions",
394 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle",
395 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info",
396 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics",
397 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope",
398 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker",
399 ":cronet_aml_third_party_abseil_cpp_absl_strings_internal",
400 ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format",
401 ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal",
402 ":cronet_aml_third_party_abseil_cpp_absl_strings_strings",
403 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal",
404 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal",
405 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization",
406 ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time",
407 ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone",
408 ":cronet_aml_third_party_abseil_cpp_absl_time_time",
409 ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access",
410 ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access",
411 ":cronet_aml_third_party_abseil_cpp_absl_types_compare",
412 ":cronet_aml_third_party_abseil_cpp_absl_types_optional",
413 ":cronet_aml_third_party_abseil_cpp_absl_types_span",
414 ":cronet_aml_third_party_abseil_cpp_absl_types_variant",
415 ":cronet_aml_third_party_abseil_cpp_absl_utility_utility",
416 ":cronet_aml_third_party_android_ndk_cpu_features",
417 ":cronet_aml_third_party_ashmem_ashmem",
418 "base/allocator/allocator_check.cc",
419 "base/allocator/allocator_extension.cc",
420 "base/allocator/dispatcher/dispatcher.cc",
421 "base/allocator/dispatcher/internal/dispatch_data.cc",
422 "base/allocator/dispatcher/reentry_guard.cc",
423 "base/allocator/partition_allocator/shim/allocator_shim.cc",
424 "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc",
425 "base/android/android_hardware_buffer_compat.cc",
426 "base/android/android_image_reader_compat.cc",
427 "base/android/apk_assets.cc",
428 "base/android/application_status_listener.cc",
429 "base/android/base_feature_list.cc",
430 "base/android/base_features.cc",
431 "base/android/base_jni_onload.cc",
432 "base/android/build_info.cc",
433 "base/android/bundle_utils.cc",
434 "base/android/callback_android.cc",
435 "base/android/child_process_service.cc",
436 "base/android/command_line_android.cc",
437 "base/android/content_uri_utils.cc",
438 "base/android/cpu_features.cc",
439 "base/android/early_trace_event_binding.cc",
440 "base/android/event_log.cc",
441 "base/android/feature_list_jni.cc",
442 "base/android/features_jni.cc",
443 "base/android/field_trial_list.cc",
444 "base/android/important_file_writer_android.cc",
445 "base/android/int_string_callback.cc",
446 "base/android/jank_metric_uma_recorder.cc",
447 "base/android/java_exception_reporter.cc",
448 "base/android/java_handler_thread.cc",
449 "base/android/java_heap_dump_generator.cc",
450 "base/android/java_runtime.cc",
451 "base/android/jni_android.cc",
452 "base/android/jni_array.cc",
453 "base/android/jni_registrar.cc",
454 "base/android/jni_string.cc",
455 "base/android/jni_utils.cc",
456 "base/android/jni_weak_ref.cc",
457 "base/android/library_loader/anchor_functions.cc",
458 "base/android/library_loader/library_loader_hooks.cc",
459 "base/android/library_loader/library_prefetcher.cc",
460 "base/android/library_loader/library_prefetcher_hooks.cc",
461 "base/android/locale_utils.cc",
462 "base/android/memory_pressure_listener_android.cc",
463 "base/android/native_uma_recorder.cc",
464 "base/android/path_service_android.cc",
465 "base/android/path_utils.cc",
466 "base/android/radio_utils.cc",
467 "base/android/reached_addresses_bitset.cc",
Motomu Utsumid03217b2022-11-01 12:16:19 +0900468 "base/android/reached_code_profiler_stub.cc",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700469 "base/android/remove_stale_data.cc",
470 "base/android/scoped_hardware_buffer_fence_sync.cc",
471 "base/android/scoped_hardware_buffer_handle.cc",
472 "base/android/scoped_java_ref.cc",
473 "base/android/statistics_recorder_android.cc",
474 "base/android/sys_utils.cc",
475 "base/android/task_scheduler/post_task_android.cc",
476 "base/android/task_scheduler/task_runner_android.cc",
477 "base/android/thread_instruction_count.cc",
478 "base/android/timezone_utils.cc",
479 "base/android/trace_event_binding.cc",
480 "base/android/unguessable_token_android.cc",
481 "base/at_exit.cc",
482 "base/barrier_closure.cc",
483 "base/base64.cc",
484 "base/base64url.cc",
485 "base/base_paths.cc",
486 "base/base_paths_android.cc",
487 "base/big_endian.cc",
488 "base/build_time.cc",
489 "base/callback_list.cc",
490 "base/check.cc",
491 "base/check_is_test.cc",
492 "base/check_op.cc",
493 "base/command_line.cc",
494 "base/containers/flat_tree.cc",
495 "base/containers/intrusive_heap.cc",
496 "base/containers/linked_list.cc",
497 "base/cpu.cc",
498 "base/cpu_reduction_experiment.cc",
499 "base/debug/activity_analyzer.cc",
500 "base/debug/activity_tracker.cc",
501 "base/debug/alias.cc",
502 "base/debug/asan_invalid_access.cc",
503 "base/debug/buffered_dwarf_reader.cc",
504 "base/debug/crash_logging.cc",
505 "base/debug/debugger.cc",
506 "base/debug/debugger_posix.cc",
507 "base/debug/dump_without_crashing.cc",
508 "base/debug/dwarf_line_no.cc",
509 "base/debug/elf_reader.cc",
510 "base/debug/proc_maps_linux.cc",
511 "base/debug/profiler.cc",
512 "base/debug/stack_trace.cc",
513 "base/debug/stack_trace_android.cc",
514 "base/debug/task_trace.cc",
515 "base/environment.cc",
516 "base/feature_list.cc",
517 "base/features.cc",
518 "base/file_descriptor_posix.cc",
519 "base/file_descriptor_store.cc",
520 "base/files/file.cc",
521 "base/files/file_descriptor_watcher_posix.cc",
522 "base/files/file_enumerator.cc",
523 "base/files/file_enumerator_posix.cc",
524 "base/files/file_path.cc",
525 "base/files/file_path_watcher.cc",
526 "base/files/file_path_watcher_inotify.cc",
527 "base/files/file_posix.cc",
528 "base/files/file_proxy.cc",
529 "base/files/file_tracing.cc",
530 "base/files/file_util.cc",
531 "base/files/file_util_android.cc",
532 "base/files/file_util_posix.cc",
533 "base/files/important_file_writer.cc",
534 "base/files/important_file_writer_cleaner.cc",
535 "base/files/memory_mapped_file.cc",
536 "base/files/memory_mapped_file_posix.cc",
537 "base/files/safe_base_name.cc",
538 "base/files/scoped_file.cc",
539 "base/files/scoped_file_android.cc",
540 "base/files/scoped_temp_dir.cc",
541 "base/functional/callback_helpers.cc",
542 "base/functional/callback_internal.cc",
543 "base/guid.cc",
544 "base/hash/hash.cc",
545 "base/hash/legacy_hash.cc",
546 "base/hash/md5_boringssl.cc",
547 "base/hash/sha1_boringssl.cc",
548 "base/json/json_file_value_serializer.cc",
549 "base/json/json_parser.cc",
550 "base/json/json_reader.cc",
551 "base/json/json_string_value_serializer.cc",
552 "base/json/json_value_converter.cc",
553 "base/json/json_writer.cc",
554 "base/json/string_escape.cc",
555 "base/json/values_util.cc",
556 "base/lazy_instance_helpers.cc",
557 "base/linux_util.cc",
558 "base/location.cc",
559 "base/logging.cc",
560 "base/memory/aligned_memory.cc",
561 "base/memory/discardable_memory.cc",
562 "base/memory/discardable_memory_allocator.cc",
563 "base/memory/discardable_shared_memory.cc",
564 "base/memory/madv_free_discardable_memory_allocator_posix.cc",
565 "base/memory/madv_free_discardable_memory_posix.cc",
566 "base/memory/memory_pressure_listener.cc",
567 "base/memory/memory_pressure_monitor.cc",
568 "base/memory/nonscannable_memory.cc",
569 "base/memory/page_size_posix.cc",
570 "base/memory/platform_shared_memory_handle.cc",
571 "base/memory/platform_shared_memory_mapper_android.cc",
572 "base/memory/platform_shared_memory_region.cc",
573 "base/memory/platform_shared_memory_region_android.cc",
574 "base/memory/raw_ptr.cc",
575 "base/memory/raw_ptr_asan_bound_arg_tracker.cc",
576 "base/memory/raw_ptr_asan_service.cc",
577 "base/memory/read_only_shared_memory_region.cc",
578 "base/memory/ref_counted.cc",
579 "base/memory/ref_counted_memory.cc",
580 "base/memory/shared_memory_mapper.cc",
581 "base/memory/shared_memory_mapping.cc",
582 "base/memory/shared_memory_security_policy.cc",
583 "base/memory/shared_memory_tracker.cc",
584 "base/memory/unsafe_shared_memory_pool.cc",
585 "base/memory/unsafe_shared_memory_region.cc",
586 "base/memory/weak_ptr.cc",
587 "base/memory/writable_shared_memory_region.cc",
588 "base/message_loop/message_pump.cc",
589 "base/message_loop/message_pump_android.cc",
590 "base/message_loop/message_pump_default.cc",
591 "base/message_loop/message_pump_epoll.cc",
592 "base/message_loop/message_pump_libevent.cc",
593 "base/message_loop/watchable_io_message_pump_posix.cc",
594 "base/message_loop/work_id_provider.cc",
595 "base/metrics/bucket_ranges.cc",
596 "base/metrics/crc32.cc",
597 "base/metrics/dummy_histogram.cc",
598 "base/metrics/field_trial.cc",
599 "base/metrics/field_trial_param_associator.cc",
600 "base/metrics/field_trial_params.cc",
601 "base/metrics/histogram.cc",
602 "base/metrics/histogram_base.cc",
603 "base/metrics/histogram_delta_serialization.cc",
604 "base/metrics/histogram_functions.cc",
605 "base/metrics/histogram_samples.cc",
606 "base/metrics/histogram_snapshot_manager.cc",
607 "base/metrics/metrics_hashes.cc",
608 "base/metrics/persistent_histogram_allocator.cc",
609 "base/metrics/persistent_histogram_storage.cc",
610 "base/metrics/persistent_memory_allocator.cc",
611 "base/metrics/persistent_sample_map.cc",
612 "base/metrics/ranges_manager.cc",
613 "base/metrics/sample_map.cc",
614 "base/metrics/sample_vector.cc",
615 "base/metrics/single_sample_metrics.cc",
616 "base/metrics/sparse_histogram.cc",
617 "base/metrics/statistics_recorder.cc",
618 "base/metrics/user_metrics.cc",
619 "base/native_library.cc",
620 "base/native_library_posix.cc",
621 "base/observer_list_internal.cc",
622 "base/observer_list_threadsafe.cc",
623 "base/observer_list_types.cc",
624 "base/one_shot_event.cc",
625 "base/os_compat_android.cc",
626 "base/path_service.cc",
627 "base/pending_task.cc",
628 "base/pickle.cc",
629 "base/posix/can_lower_nice_to.cc",
630 "base/posix/file_descriptor_shuffle.cc",
631 "base/posix/global_descriptors.cc",
632 "base/posix/safe_strerror.cc",
633 "base/posix/unix_domain_socket.cc",
634 "base/power_monitor/battery_level_provider.cc",
635 "base/power_monitor/battery_state_sampler.cc",
636 "base/power_monitor/moving_average.cc",
637 "base/power_monitor/power_monitor.cc",
638 "base/power_monitor/power_monitor_device_source.cc",
639 "base/power_monitor/power_monitor_device_source_android.cc",
640 "base/power_monitor/power_monitor_features.cc",
641 "base/power_monitor/power_monitor_source.cc",
642 "base/power_monitor/sampling_event_source.cc",
643 "base/power_monitor/timer_sampling_event_source.cc",
644 "base/process/environment_internal.cc",
645 "base/process/internal_linux.cc",
646 "base/process/kill.cc",
647 "base/process/kill_posix.cc",
648 "base/process/launch.cc",
649 "base/process/launch_posix.cc",
650 "base/process/memory.cc",
651 "base/process/memory_linux.cc",
652 "base/process/process_android.cc",
653 "base/process/process_handle.cc",
654 "base/process/process_handle_linux.cc",
655 "base/process/process_handle_posix.cc",
656 "base/process/process_iterator.cc",
657 "base/process/process_iterator_linux.cc",
658 "base/process/process_metrics.cc",
659 "base/process/process_metrics_linux.cc",
660 "base/process/process_metrics_posix.cc",
661 "base/process/process_posix.cc",
662 "base/profiler/arm_cfi_table.cc",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700663 "base/profiler/frame.cc",
664 "base/profiler/metadata_recorder.cc",
665 "base/profiler/module_cache.cc",
666 "base/profiler/module_cache_posix.cc",
667 "base/profiler/sample_metadata.cc",
668 "base/profiler/sampling_profiler_thread_token.cc",
669 "base/profiler/stack_base_address_posix.cc",
670 "base/profiler/stack_buffer.cc",
671 "base/profiler/stack_copier.cc",
672 "base/profiler/stack_copier_signal.cc",
673 "base/profiler/stack_copier_suspend.cc",
674 "base/profiler/stack_sampler.cc",
675 "base/profiler/stack_sampler_android.cc",
676 "base/profiler/stack_sampler_impl.cc",
677 "base/profiler/stack_sampling_profiler.cc",
678 "base/profiler/thread_delegate_posix.cc",
679 "base/profiler/unwinder.cc",
680 "base/rand_util.cc",
681 "base/rand_util_posix.cc",
682 "base/run_loop.cc",
683 "base/sampling_heap_profiler/lock_free_address_hash_set.cc",
684 "base/sampling_heap_profiler/poisson_allocation_sampler.cc",
685 "base/sampling_heap_profiler/sampling_heap_profiler.cc",
686 "base/scoped_add_feature_flags.cc",
687 "base/scoped_environment_variable_override.cc",
688 "base/scoped_native_library.cc",
689 "base/sequence_checker.cc",
690 "base/sequence_checker_impl.cc",
691 "base/sequence_token.cc",
692 "base/strings/abseil_string_conversions.cc",
693 "base/strings/abseil_string_number_conversions.cc",
694 "base/strings/escape.cc",
695 "base/strings/latin1_string_conversions.cc",
696 "base/strings/pattern.cc",
697 "base/strings/safe_sprintf.cc",
698 "base/strings/strcat.cc",
699 "base/strings/string_number_conversions.cc",
700 "base/strings/string_piece.cc",
701 "base/strings/string_split.cc",
702 "base/strings/string_util.cc",
703 "base/strings/string_util_constants.cc",
704 "base/strings/stringprintf.cc",
705 "base/strings/sys_string_conversions_posix.cc",
706 "base/strings/utf_offset_string_conversions.cc",
707 "base/strings/utf_string_conversion_utils.cc",
708 "base/strings/utf_string_conversions.cc",
709 "base/substring_set_matcher/matcher_string_pattern.cc",
710 "base/substring_set_matcher/substring_set_matcher.cc",
711 "base/supports_user_data.cc",
712 "base/sync_socket.cc",
713 "base/sync_socket_posix.cc",
714 "base/synchronization/atomic_flag.cc",
715 "base/synchronization/condition_variable_posix.cc",
716 "base/synchronization/lock.cc",
717 "base/synchronization/lock_impl_posix.cc",
718 "base/synchronization/waitable_event_posix.cc",
719 "base/synchronization/waitable_event_watcher_posix.cc",
720 "base/syslog_logging.cc",
721 "base/system/sys_info.cc",
722 "base/system/sys_info_android.cc",
723 "base/system/sys_info_linux.cc",
724 "base/system/sys_info_posix.cc",
725 "base/system/system_monitor.cc",
726 "base/task/cancelable_task_tracker.cc",
727 "base/task/common/checked_lock_impl.cc",
728 "base/task/common/lazy_now.cc",
729 "base/task/common/operations_controller.cc",
730 "base/task/common/scoped_defer_task_posting.cc",
731 "base/task/common/task_annotator.cc",
732 "base/task/current_thread.cc",
733 "base/task/default_delayed_task_handle_delegate.cc",
734 "base/task/deferred_sequenced_task_runner.cc",
735 "base/task/delayed_task_handle.cc",
736 "base/task/lazy_thread_pool_task_runner.cc",
737 "base/task/post_job.cc",
738 "base/task/scoped_set_task_priority_for_current_thread.cc",
739 "base/task/sequence_manager/associated_thread_id.cc",
740 "base/task/sequence_manager/atomic_flag_set.cc",
741 "base/task/sequence_manager/delayed_task_handle_delegate.cc",
742 "base/task/sequence_manager/enqueue_order_generator.cc",
743 "base/task/sequence_manager/fence.cc",
744 "base/task/sequence_manager/hierarchical_timing_wheel.cc",
745 "base/task/sequence_manager/sequence_manager.cc",
746 "base/task/sequence_manager/sequence_manager_impl.cc",
747 "base/task/sequence_manager/sequenced_task_source.cc",
748 "base/task/sequence_manager/task_order.cc",
749 "base/task/sequence_manager/task_queue.cc",
750 "base/task/sequence_manager/task_queue_impl.cc",
751 "base/task/sequence_manager/task_queue_selector.cc",
752 "base/task/sequence_manager/tasks.cc",
753 "base/task/sequence_manager/thread_controller.cc",
754 "base/task/sequence_manager/thread_controller_impl.cc",
755 "base/task/sequence_manager/thread_controller_power_monitor.cc",
756 "base/task/sequence_manager/thread_controller_with_message_pump_impl.cc",
757 "base/task/sequence_manager/time_domain.cc",
758 "base/task/sequence_manager/timing_wheel.cc",
759 "base/task/sequence_manager/wake_up_queue.cc",
760 "base/task/sequence_manager/work_deduplicator.cc",
761 "base/task/sequence_manager/work_queue.cc",
762 "base/task/sequence_manager/work_queue_sets.cc",
763 "base/task/sequenced_task_runner.cc",
764 "base/task/simple_task_executor.cc",
765 "base/task/single_thread_task_executor.cc",
766 "base/task/single_thread_task_runner.cc",
767 "base/task/task_executor.cc",
768 "base/task/task_features.cc",
769 "base/task/task_runner.cc",
770 "base/task/task_traits.cc",
771 "base/task/thread_pool.cc",
772 "base/task/thread_pool/delayed_priority_queue.cc",
773 "base/task/thread_pool/delayed_task_manager.cc",
774 "base/task/thread_pool/environment_config.cc",
775 "base/task/thread_pool/initialization_util.cc",
776 "base/task/thread_pool/job_task_source.cc",
777 "base/task/thread_pool/pooled_parallel_task_runner.cc",
778 "base/task/thread_pool/pooled_sequenced_task_runner.cc",
779 "base/task/thread_pool/pooled_single_thread_task_runner_manager.cc",
780 "base/task/thread_pool/pooled_task_runner_delegate.cc",
781 "base/task/thread_pool/priority_queue.cc",
782 "base/task/thread_pool/sequence.cc",
783 "base/task/thread_pool/service_thread.cc",
784 "base/task/thread_pool/task.cc",
785 "base/task/thread_pool/task_source.cc",
786 "base/task/thread_pool/task_source_sort_key.cc",
787 "base/task/thread_pool/task_tracker.cc",
788 "base/task/thread_pool/thread_group.cc",
789 "base/task/thread_pool/thread_group_impl.cc",
790 "base/task/thread_pool/thread_group_native.cc",
791 "base/task/thread_pool/thread_pool_impl.cc",
792 "base/task/thread_pool/thread_pool_instance.cc",
793 "base/task/thread_pool/worker_thread.cc",
794 "base/task/thread_pool/worker_thread_stack.cc",
795 "base/third_party/cityhash/city.cc",
796 "base/third_party/cityhash_v103/src/city_v103.cc",
797 "base/third_party/nspr/prtime.cc",
798 "base/third_party/superfasthash/superfasthash.c",
799 "base/threading/hang_watcher.cc",
800 "base/threading/platform_thread.cc",
801 "base/threading/platform_thread_android.cc",
802 "base/threading/platform_thread_internal_posix.cc",
803 "base/threading/platform_thread_posix.cc",
804 "base/threading/platform_thread_ref.cc",
805 "base/threading/post_task_and_reply_impl.cc",
806 "base/threading/scoped_blocking_call.cc",
807 "base/threading/scoped_blocking_call_internal.cc",
808 "base/threading/scoped_thread_priority.cc",
809 "base/threading/sequence_local_storage_map.cc",
810 "base/threading/sequence_local_storage_slot.cc",
811 "base/threading/sequenced_task_runner_handle.cc",
812 "base/threading/simple_thread.cc",
813 "base/threading/thread.cc",
814 "base/threading/thread_checker.cc",
815 "base/threading/thread_checker_impl.cc",
816 "base/threading/thread_collision_warner.cc",
817 "base/threading/thread_id_name_manager.cc",
818 "base/threading/thread_local_storage.cc",
819 "base/threading/thread_local_storage_posix.cc",
820 "base/threading/thread_restrictions.cc",
821 "base/threading/thread_task_runner_handle.cc",
822 "base/threading/watchdog.cc",
823 "base/time/clock.cc",
824 "base/time/default_clock.cc",
825 "base/time/default_tick_clock.cc",
826 "base/time/tick_clock.cc",
827 "base/time/time.cc",
828 "base/time/time_android.cc",
829 "base/time/time_conversion_posix.cc",
830 "base/time/time_delta_from_string.cc",
831 "base/time/time_exploded_icu.cc",
832 "base/time/time_exploded_posix.cc",
833 "base/time/time_now_posix.cc",
834 "base/time/time_override.cc",
835 "base/time/time_to_iso8601.cc",
836 "base/timer/elapsed_timer.cc",
837 "base/timer/hi_res_timer_manager_posix.cc",
838 "base/timer/lap_timer.cc",
839 "base/timer/timer.cc",
840 "base/timer/wall_clock_timer.cc",
841 "base/token.cc",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700842 "base/trace_event/heap_profiler_allocation_context.cc",
843 "base/trace_event/heap_profiler_allocation_context_tracker.cc",
844 "base/trace_event/memory_allocator_dump_guid.cc",
845 "base/trace_event/trace_event_stub.cc",
846 "base/trace_event/trace_id_helper.cc",
847 "base/unguessable_token.cc",
848 "base/value_iterators.cc",
849 "base/values.cc",
850 "base/version.cc",
851 "base/vlog.cc",
852 ],
853 shared_libs: [
854 "libandroid",
855 "liblog",
856 ],
857 static_libs: [
858 "cronet_aml_base_allocator_partition_allocator_partition_alloc",
859 "cronet_aml_base_base_static",
860 "cronet_aml_base_third_party_double_conversion_double_conversion",
861 "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations",
862 "cronet_aml_third_party_boringssl_boringssl",
863 "cronet_aml_third_party_icu_icui18n",
864 "cronet_aml_third_party_icu_icuuc_private",
865 "cronet_aml_third_party_libevent_libevent",
866 "cronet_aml_third_party_modp_b64_modp_b64",
867 ],
868 generated_headers: [
869 "cronet_aml_base_allocator_buildflags",
870 "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags",
871 "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags",
872 "cronet_aml_base_allocator_partition_allocator_debugging_buildflags",
873 "cronet_aml_base_allocator_partition_allocator_logging_buildflags",
874 "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags",
875 "cronet_aml_base_anchor_functions_buildflags",
Motomu Utsumie246feb2022-11-01 17:25:56 +0900876 "cronet_aml_base_android_runtime_jni_headers",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700877 "cronet_aml_base_base_jni_headers",
878 "cronet_aml_base_build_date",
879 "cronet_aml_base_cfi_buildflags",
880 "cronet_aml_base_clang_profiling_buildflags",
881 "cronet_aml_base_debugging_buildflags",
882 "cronet_aml_base_feature_list_buildflags",
883 "cronet_aml_base_ios_cronet_buildflags",
884 "cronet_aml_base_logging_buildflags",
885 "cronet_aml_base_message_pump_buildflags",
886 "cronet_aml_base_orderfile_buildflags",
887 "cronet_aml_base_parsing_buildflags",
888 "cronet_aml_base_power_monitor_buildflags",
889 "cronet_aml_base_profiler_buildflags",
890 "cronet_aml_base_sanitizer_buildflags",
891 "cronet_aml_base_synchronization_buildflags",
892 "cronet_aml_base_tracing_buildflags",
893 "cronet_aml_build_branding_buildflags",
894 "cronet_aml_build_chromecast_buildflags",
895 "cronet_aml_build_chromeos_buildflags",
896 "cronet_aml_build_config_compiler_compiler_buildflags",
897 ],
898 export_generated_headers: [
899 "cronet_aml_base_allocator_buildflags",
900 "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags",
901 "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags",
902 "cronet_aml_base_allocator_partition_allocator_debugging_buildflags",
903 "cronet_aml_base_allocator_partition_allocator_logging_buildflags",
904 "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags",
905 "cronet_aml_base_anchor_functions_buildflags",
Motomu Utsumie246feb2022-11-01 17:25:56 +0900906 "cronet_aml_base_android_runtime_jni_headers",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700907 "cronet_aml_base_base_jni_headers",
908 "cronet_aml_base_build_date",
909 "cronet_aml_base_cfi_buildflags",
910 "cronet_aml_base_clang_profiling_buildflags",
911 "cronet_aml_base_debugging_buildflags",
912 "cronet_aml_base_feature_list_buildflags",
913 "cronet_aml_base_ios_cronet_buildflags",
914 "cronet_aml_base_logging_buildflags",
915 "cronet_aml_base_message_pump_buildflags",
916 "cronet_aml_base_orderfile_buildflags",
917 "cronet_aml_base_parsing_buildflags",
918 "cronet_aml_base_power_monitor_buildflags",
919 "cronet_aml_base_profiler_buildflags",
920 "cronet_aml_base_sanitizer_buildflags",
921 "cronet_aml_base_synchronization_buildflags",
922 "cronet_aml_base_tracing_buildflags",
923 "cronet_aml_build_branding_buildflags",
924 "cronet_aml_build_chromecast_buildflags",
925 "cronet_aml_build_chromeos_buildflags",
926 "cronet_aml_build_config_compiler_compiler_buildflags",
927 ],
928 defaults: [
929 "cronet_aml_defaults",
930 ],
931 cflags: [
932 "-DABSL_ALLOCATOR_NOTHROW=1",
933 "-DANDROID",
934 "-DANDROID_NDK_VERSION_ROLL=r23_1",
935 "-DBASE_IMPLEMENTATION",
936 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
937 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
938 "-DDCHECK_ALWAYS_ON=1",
939 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
940 "-DHAVE_SYS_UIO_H",
941 "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE",
942 "-DUSE_CHROMIUM_ICU=1",
943 "-DU_ENABLE_DYLOAD=0",
944 "-DU_ENABLE_RESOURCE_TRACING=0",
945 "-DU_ENABLE_TRACING=1",
946 "-DU_STATIC_IMPLEMENTATION",
947 "-DU_USING_ICU_NAMESPACE=0",
948 "-D_DEBUG",
949 "-D_GNU_SOURCE",
950 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
951 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
952 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
953 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
954 "-D__STDC_CONSTANT_MACROS",
955 "-D__STDC_FORMAT_MACROS",
956 ],
957 local_include_dirs: [
958 "./",
959 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -0700960 "buildtools/third_party/libc++/trunk/include",
961 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700962 "third_party/abseil-cpp/",
963 "third_party/android_ndk/sources/android/cpufeatures/",
964 "third_party/boringssl/src/include/",
965 "third_party/icu/source/common/",
966 "third_party/icu/source/i18n/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +0900967 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700968 ],
Patrick Rohrf22e9d02022-10-28 14:20:46 -0700969 header_libs: [
970 "jni_headers",
971 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -0700972 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -0700973}
974
975// GN: //base:base_jni_headers
976genrule {
977 name: "cronet_aml_base_base_jni_headers",
978 srcs: [
979 "base/android/java/src/org/chromium/base/ApkAssets.java",
980 "base/android/java/src/org/chromium/base/ApplicationStatus.java",
981 "base/android/java/src/org/chromium/base/BaseFeatureList.java",
982 "base/android/java/src/org/chromium/base/BuildInfo.java",
983 "base/android/java/src/org/chromium/base/BundleUtils.java",
984 "base/android/java/src/org/chromium/base/Callback.java",
985 "base/android/java/src/org/chromium/base/CommandLine.java",
986 "base/android/java/src/org/chromium/base/ContentUriUtils.java",
987 "base/android/java/src/org/chromium/base/CpuFeatures.java",
988 "base/android/java/src/org/chromium/base/EarlyTraceEvent.java",
989 "base/android/java/src/org/chromium/base/EventLog.java",
990 "base/android/java/src/org/chromium/base/FeatureList.java",
991 "base/android/java/src/org/chromium/base/Features.java",
992 "base/android/java/src/org/chromium/base/FieldTrialList.java",
993 "base/android/java/src/org/chromium/base/FileUtils.java",
994 "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java",
995 "base/android/java/src/org/chromium/base/IntStringCallback.java",
996 "base/android/java/src/org/chromium/base/JNIUtils.java",
997 "base/android/java/src/org/chromium/base/JavaExceptionReporter.java",
998 "base/android/java/src/org/chromium/base/JavaHandlerThread.java",
999 "base/android/java/src/org/chromium/base/LocaleUtils.java",
1000 "base/android/java/src/org/chromium/base/MemoryPressureListener.java",
1001 "base/android/java/src/org/chromium/base/PathService.java",
1002 "base/android/java/src/org/chromium/base/PathUtils.java",
1003 "base/android/java/src/org/chromium/base/PowerMonitor.java",
1004 "base/android/java/src/org/chromium/base/RadioUtils.java",
1005 "base/android/java/src/org/chromium/base/SysUtils.java",
1006 "base/android/java/src/org/chromium/base/ThreadUtils.java",
1007 "base/android/java/src/org/chromium/base/TimezoneUtils.java",
1008 "base/android/java/src/org/chromium/base/TraceEvent.java",
1009 "base/android/java/src/org/chromium/base/UnguessableToken.java",
1010 "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java",
1011 "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java",
1012 "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java",
1013 "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java",
1014 "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java",
1015 "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java",
1016 "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java",
1017 "base/android/java/src/org/chromium/base/task/PostTask.java",
1018 "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java",
1019 ],
Patrick Rohr9b99a982022-10-28 11:00:57 -07001020 cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " +
1021 "long " +
Patrick Rohr131ba282022-10-31 16:36:20 -07001022 " " +
1023 " " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001024 "--output_dir " +
Patrick Rohrf1d08f82022-10-31 14:43:59 -07001025 "$(genDir)/base/base_jni_headers " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001026 "--includes " +
Patrick Rohrd89e8bf2022-10-31 14:51:05 -07001027 "base/android/jni_generator/jni_generator_helper.h " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001028 "--use_proxy_hash " +
1029 "--output_name " +
1030 "ApkAssets_jni.h " +
1031 "--output_name " +
1032 "ApplicationStatus_jni.h " +
1033 "--output_name " +
1034 "BaseFeatureList_jni.h " +
1035 "--output_name " +
1036 "BuildInfo_jni.h " +
1037 "--output_name " +
1038 "BundleUtils_jni.h " +
1039 "--output_name " +
1040 "Callback_jni.h " +
1041 "--output_name " +
1042 "CommandLine_jni.h " +
1043 "--output_name " +
1044 "ContentUriUtils_jni.h " +
1045 "--output_name " +
1046 "CpuFeatures_jni.h " +
1047 "--output_name " +
1048 "EarlyTraceEvent_jni.h " +
1049 "--output_name " +
1050 "EventLog_jni.h " +
1051 "--output_name " +
1052 "FeatureList_jni.h " +
1053 "--output_name " +
1054 "Features_jni.h " +
1055 "--output_name " +
1056 "FieldTrialList_jni.h " +
1057 "--output_name " +
1058 "FileUtils_jni.h " +
1059 "--output_name " +
1060 "ImportantFileWriterAndroid_jni.h " +
1061 "--output_name " +
1062 "IntStringCallback_jni.h " +
1063 "--output_name " +
1064 "JNIUtils_jni.h " +
1065 "--output_name " +
1066 "JavaExceptionReporter_jni.h " +
1067 "--output_name " +
1068 "JavaHandlerThread_jni.h " +
1069 "--output_name " +
1070 "LocaleUtils_jni.h " +
1071 "--output_name " +
1072 "MemoryPressureListener_jni.h " +
1073 "--output_name " +
1074 "PathService_jni.h " +
1075 "--output_name " +
1076 "PathUtils_jni.h " +
1077 "--output_name " +
1078 "PowerMonitor_jni.h " +
1079 "--output_name " +
1080 "RadioUtils_jni.h " +
1081 "--output_name " +
1082 "SysUtils_jni.h " +
1083 "--output_name " +
1084 "ThreadUtils_jni.h " +
1085 "--output_name " +
1086 "TimezoneUtils_jni.h " +
1087 "--output_name " +
1088 "TraceEvent_jni.h " +
1089 "--output_name " +
1090 "UnguessableToken_jni.h " +
1091 "--output_name " +
1092 "JankMetricUMARecorder_jni.h " +
1093 "--output_name " +
1094 "LibraryLoader_jni.h " +
1095 "--output_name " +
1096 "LibraryPrefetcher_jni.h " +
1097 "--output_name " +
1098 "JavaHeapDumpGenerator_jni.h " +
1099 "--output_name " +
1100 "NativeUmaRecorder_jni.h " +
1101 "--output_name " +
1102 "StatisticsRecorderAndroid_jni.h " +
1103 "--output_name " +
1104 "ChildProcessService_jni.h " +
1105 "--output_name " +
1106 "PostTask_jni.h " +
1107 "--output_name " +
1108 "TaskRunnerImpl_jni.h " +
1109 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001110 "$(location base/android/java/src/org/chromium/base/ApkAssets.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001111 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001112 "$(location base/android/java/src/org/chromium/base/ApplicationStatus.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001113 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001114 "$(location base/android/java/src/org/chromium/base/BaseFeatureList.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001115 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001116 "$(location base/android/java/src/org/chromium/base/BuildInfo.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001117 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001118 "$(location base/android/java/src/org/chromium/base/BundleUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001119 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001120 "$(location base/android/java/src/org/chromium/base/Callback.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001121 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001122 "$(location base/android/java/src/org/chromium/base/CommandLine.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001123 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001124 "$(location base/android/java/src/org/chromium/base/ContentUriUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001125 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001126 "$(location base/android/java/src/org/chromium/base/CpuFeatures.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001127 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001128 "$(location base/android/java/src/org/chromium/base/EarlyTraceEvent.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001129 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001130 "$(location base/android/java/src/org/chromium/base/EventLog.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001131 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001132 "$(location base/android/java/src/org/chromium/base/FeatureList.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001133 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001134 "$(location base/android/java/src/org/chromium/base/Features.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001135 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001136 "$(location base/android/java/src/org/chromium/base/FieldTrialList.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001137 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001138 "$(location base/android/java/src/org/chromium/base/FileUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001139 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001140 "$(location base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001141 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001142 "$(location base/android/java/src/org/chromium/base/IntStringCallback.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001143 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001144 "$(location base/android/java/src/org/chromium/base/JNIUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001145 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001146 "$(location base/android/java/src/org/chromium/base/JavaExceptionReporter.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001147 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001148 "$(location base/android/java/src/org/chromium/base/JavaHandlerThread.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001149 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001150 "$(location base/android/java/src/org/chromium/base/LocaleUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001151 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001152 "$(location base/android/java/src/org/chromium/base/MemoryPressureListener.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001153 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001154 "$(location base/android/java/src/org/chromium/base/PathService.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001155 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001156 "$(location base/android/java/src/org/chromium/base/PathUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001157 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001158 "$(location base/android/java/src/org/chromium/base/PowerMonitor.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001159 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001160 "$(location base/android/java/src/org/chromium/base/RadioUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001161 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001162 "$(location base/android/java/src/org/chromium/base/SysUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001163 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001164 "$(location base/android/java/src/org/chromium/base/ThreadUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001165 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001166 "$(location base/android/java/src/org/chromium/base/TimezoneUtils.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001167 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001168 "$(location base/android/java/src/org/chromium/base/TraceEvent.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001169 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001170 "$(location base/android/java/src/org/chromium/base/UnguessableToken.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001171 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001172 "$(location base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001173 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001174 "$(location base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001175 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001176 "$(location base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001177 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001178 "$(location base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001179 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001180 "$(location base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001181 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001182 "$(location base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001183 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001184 "$(location base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001185 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001186 "$(location base/android/java/src/org/chromium/base/task/PostTask.java) " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001187 "--input_file " +
Patrick Rohr8acccca2022-10-28 10:39:06 -07001188 "$(location base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java)",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001189 out: [
Patrick Rohrf1d08f82022-10-31 14:43:59 -07001190 "base/base_jni_headers/ApkAssets_jni.h",
1191 "base/base_jni_headers/ApplicationStatus_jni.h",
1192 "base/base_jni_headers/BaseFeatureList_jni.h",
1193 "base/base_jni_headers/BuildInfo_jni.h",
1194 "base/base_jni_headers/BundleUtils_jni.h",
1195 "base/base_jni_headers/Callback_jni.h",
1196 "base/base_jni_headers/ChildProcessService_jni.h",
1197 "base/base_jni_headers/CommandLine_jni.h",
1198 "base/base_jni_headers/ContentUriUtils_jni.h",
1199 "base/base_jni_headers/CpuFeatures_jni.h",
1200 "base/base_jni_headers/EarlyTraceEvent_jni.h",
1201 "base/base_jni_headers/EventLog_jni.h",
1202 "base/base_jni_headers/FeatureList_jni.h",
1203 "base/base_jni_headers/Features_jni.h",
1204 "base/base_jni_headers/FieldTrialList_jni.h",
1205 "base/base_jni_headers/FileUtils_jni.h",
1206 "base/base_jni_headers/ImportantFileWriterAndroid_jni.h",
1207 "base/base_jni_headers/IntStringCallback_jni.h",
1208 "base/base_jni_headers/JNIUtils_jni.h",
1209 "base/base_jni_headers/JankMetricUMARecorder_jni.h",
1210 "base/base_jni_headers/JavaExceptionReporter_jni.h",
1211 "base/base_jni_headers/JavaHandlerThread_jni.h",
1212 "base/base_jni_headers/JavaHeapDumpGenerator_jni.h",
1213 "base/base_jni_headers/LibraryLoader_jni.h",
1214 "base/base_jni_headers/LibraryPrefetcher_jni.h",
1215 "base/base_jni_headers/LocaleUtils_jni.h",
1216 "base/base_jni_headers/MemoryPressureListener_jni.h",
1217 "base/base_jni_headers/NativeUmaRecorder_jni.h",
1218 "base/base_jni_headers/PathService_jni.h",
1219 "base/base_jni_headers/PathUtils_jni.h",
1220 "base/base_jni_headers/PostTask_jni.h",
1221 "base/base_jni_headers/PowerMonitor_jni.h",
1222 "base/base_jni_headers/RadioUtils_jni.h",
1223 "base/base_jni_headers/StatisticsRecorderAndroid_jni.h",
1224 "base/base_jni_headers/SysUtils_jni.h",
1225 "base/base_jni_headers/TaskRunnerImpl_jni.h",
1226 "base/base_jni_headers/ThreadUtils_jni.h",
1227 "base/base_jni_headers/TimezoneUtils_jni.h",
1228 "base/base_jni_headers/TraceEvent_jni.h",
1229 "base/base_jni_headers/UnguessableToken_jni.h",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001230 ],
1231 tool_files: [
1232 "base/android/jni_generator/jni_generator.py",
1233 "build/android/gyp/util/__init__.py",
1234 "build/android/gyp/util/build_utils.py",
1235 "build/gn_helpers.py",
1236 ],
1237}
1238
Motomu Utsumibf569d42022-10-28 16:47:34 +09001239// GN: //base:base_static
1240cc_library_static {
1241 name: "cronet_aml_base_base_static",
1242 srcs: [
1243 "base/base_switches.cc",
1244 ],
1245 generated_headers: [
1246 "cronet_aml_build_chromeos_buildflags",
1247 ],
1248 export_generated_headers: [
1249 "cronet_aml_build_chromeos_buildflags",
1250 ],
1251 defaults: [
1252 "cronet_aml_defaults",
1253 ],
1254 cflags: [
1255 "-DANDROID",
1256 "-DANDROID_NDK_VERSION_ROLL=r23_1",
1257 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
1258 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
1259 "-DDCHECK_ALWAYS_ON=1",
1260 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
1261 "-DHAVE_SYS_UIO_H",
1262 "-D_DEBUG",
1263 "-D_GNU_SOURCE",
1264 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
1265 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
1266 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
1267 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
1268 "-D__STDC_CONSTANT_MACROS",
1269 "-D__STDC_FORMAT_MACROS",
1270 ],
1271 local_include_dirs: [
1272 "./",
1273 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07001274 "buildtools/third_party/libc++/trunk/include",
1275 "buildtools/third_party/libc++abi/trunk/include",
Motomu Utsumid30ceed2022-11-01 13:06:18 +09001276 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Motomu Utsumibf569d42022-10-28 16:47:34 +09001277 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07001278 cpp_std: "c++20",
Motomu Utsumibf569d42022-10-28 16:47:34 +09001279}
1280
Motomu Utsumie0d20212022-10-28 17:06:46 +09001281// GN: //base:build_date
1282genrule {
1283 name: "cronet_aml_base_build_date",
Patrick Rohr9b99a982022-10-28 11:00:57 -07001284 cmd: "$(location build/write_build_date_header.py) $(out) " +
1285 "1664686800",
Motomu Utsumie0d20212022-10-28 17:06:46 +09001286 out: [
1287 "base/generated_build_date.h",
1288 ],
1289 tool_files: [
1290 "build/write_build_date_header.py",
1291 ],
1292}
1293
Patrick Rohrcc377df2022-10-28 09:27:15 -07001294// GN: //base:cfi_buildflags
1295genrule {
1296 name: "cronet_aml_base_cfi_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001297 cmd: "echo '--flags CFI_CAST_CHECK=\"false && false\" CFI_DIAG=\"false && false\" CFI_ICALL_CHECK=\"false && false\" CFI_ENFORCEMENT_TRAP=\"false && !false\" CFI_ENFORCEMENT_DIAGNOSTIC=\"false && false && !false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001298 "$(location build/write_buildflag_header.py) --output " +
1299 "$(out) " +
1300 "--rulename " +
1301 "//base:cfi_buildflags " +
1302 "--gen-dir " +
1303 ". " +
1304 "--definitions " +
1305 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001306 out: [
1307 "base/cfi_buildflags.h",
1308 ],
1309 tool_files: [
1310 "build/write_buildflag_header.py",
1311 ],
1312}
1313
1314// GN: //base:clang_profiling_buildflags
1315genrule {
1316 name: "cronet_aml_base_clang_profiling_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001317 cmd: "echo '--flags CLANG_PROFILING=\"false\" CLANG_PROFILING_INSIDE_SANDBOX=\"false\" USE_CLANG_COVERAGE=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001318 "$(location build/write_buildflag_header.py) --output " +
1319 "$(out) " +
1320 "--rulename " +
1321 "//base:clang_profiling_buildflags " +
1322 "--gen-dir " +
1323 ". " +
1324 "--definitions " +
1325 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001326 out: [
1327 "base/clang_profiling_buildflags.h",
1328 ],
1329 tool_files: [
1330 "build/write_buildflag_header.py",
1331 ],
1332}
1333
1334// GN: //base:debugging_buildflags
1335genrule {
1336 name: "cronet_aml_base_debugging_buildflags",
Motomu Utsumid03217b2022-11-01 12:16:19 +09001337 cmd: "echo '--flags DCHECK_IS_CONFIGURABLE=\"false\" ENABLE_LOCATION_SOURCE=\"true\" ENABLE_PROFILING=\"false\" CAN_UNWIND_WITH_FRAME_POINTERS=\"false\" UNSAFE_DEVELOPER_BUILD=\"true\" CAN_UNWIND_WITH_CFI_TABLE=\"false\" EXCLUDE_UNWIND_TABLES=\"false\" ENABLE_GDBINIT_WARNING=\"true\" ENABLE_LLDBINIT_WARNING=\"false\" EXPENSIVE_DCHECKS_ARE_ON=\"true\" ENABLE_STACK_TRACE_LINE_NUMBERS=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001338 "$(location build/write_buildflag_header.py) --output " +
1339 "$(out) " +
1340 "--rulename " +
1341 "//base:debugging_buildflags " +
1342 "--gen-dir " +
1343 ". " +
1344 "--definitions " +
1345 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001346 out: [
1347 "base/debug/debugging_buildflags.h",
1348 ],
1349 tool_files: [
1350 "build/write_buildflag_header.py",
1351 ],
1352}
1353
1354// GN: //base:feature_list_buildflags
1355genrule {
1356 name: "cronet_aml_base_feature_list_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001357 cmd: "echo '--flags ENABLE_BANNED_BASE_FEATURE_PREFIX=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001358 "$(location build/write_buildflag_header.py) --output " +
1359 "$(out) " +
1360 "--rulename " +
1361 "//base:feature_list_buildflags " +
1362 "--gen-dir " +
1363 ". " +
1364 "--definitions " +
1365 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001366 out: [
1367 "base/feature_list_buildflags.h",
1368 ],
1369 tool_files: [
1370 "build/write_buildflag_header.py",
1371 ],
1372}
1373
1374// GN: //base:ios_cronet_buildflags
1375genrule {
1376 name: "cronet_aml_base_ios_cronet_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001377 cmd: "echo '--flags CRONET_BUILD=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001378 "$(location build/write_buildflag_header.py) --output " +
1379 "$(out) " +
1380 "--rulename " +
1381 "//base:ios_cronet_buildflags " +
1382 "--gen-dir " +
1383 ". " +
1384 "--definitions " +
1385 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001386 out: [
1387 "base/message_loop/ios_cronet_buildflags.h",
1388 ],
1389 tool_files: [
1390 "build/write_buildflag_header.py",
1391 ],
1392}
1393
1394// GN: //base:logging_buildflags
1395genrule {
1396 name: "cronet_aml_base_logging_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001397 cmd: "echo '--flags ENABLE_LOG_ERROR_NOT_REACHED=\"false\" USE_RUNTIME_VLOG=\"true\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001398 "$(location build/write_buildflag_header.py) --output " +
1399 "$(out) " +
1400 "--rulename " +
1401 "//base:logging_buildflags " +
1402 "--gen-dir " +
1403 ". " +
1404 "--definitions " +
1405 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001406 out: [
1407 "base/logging_buildflags.h",
1408 ],
1409 tool_files: [
1410 "build/write_buildflag_header.py",
1411 ],
1412}
1413
1414// GN: //base:message_pump_buildflags
1415genrule {
1416 name: "cronet_aml_base_message_pump_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001417 cmd: "echo '--flags ENABLE_MESSAGE_PUMP_EPOLL=\"true\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001418 "$(location build/write_buildflag_header.py) --output " +
1419 "$(out) " +
1420 "--rulename " +
1421 "//base:message_pump_buildflags " +
1422 "--gen-dir " +
1423 ". " +
1424 "--definitions " +
1425 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001426 out: [
1427 "base/message_loop/message_pump_buildflags.h",
1428 ],
1429 tool_files: [
1430 "build/write_buildflag_header.py",
1431 ],
1432}
1433
1434// GN: //base/numerics:base_numerics
1435filegroup {
1436 name: "cronet_aml_base_numerics_base_numerics",
1437}
1438
1439// GN: //base:orderfile_buildflags
1440genrule {
1441 name: "cronet_aml_base_orderfile_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001442 cmd: "echo '--flags DEVTOOLS_INSTRUMENTATION_DUMPING=\"false\" ORDERFILE_INSTRUMENTATION=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001443 "$(location build/write_buildflag_header.py) --output " +
1444 "$(out) " +
1445 "--rulename " +
1446 "//base:orderfile_buildflags " +
1447 "--gen-dir " +
1448 ". " +
1449 "--definitions " +
1450 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001451 out: [
1452 "base/android/orderfile/orderfile_buildflags.h",
1453 ],
1454 tool_files: [
1455 "build/write_buildflag_header.py",
1456 ],
1457}
1458
1459// GN: //base:parsing_buildflags
1460genrule {
1461 name: "cronet_aml_base_parsing_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001462 cmd: "echo '--flags BUILD_RUST_JSON_PARSER=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001463 "$(location build/write_buildflag_header.py) --output " +
1464 "$(out) " +
1465 "--rulename " +
1466 "//base:parsing_buildflags " +
1467 "--gen-dir " +
1468 ". " +
1469 "--definitions " +
1470 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001471 out: [
1472 "base/parsing_buildflags.h",
1473 ],
1474 tool_files: [
1475 "build/write_buildflag_header.py",
1476 ],
1477}
1478
1479// GN: //base:power_monitor_buildflags
1480genrule {
1481 name: "cronet_aml_base_power_monitor_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001482 cmd: "echo '--flags HAS_BATTERY_LEVEL_PROVIDER_IMPL=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001483 "$(location build/write_buildflag_header.py) --output " +
1484 "$(out) " +
1485 "--rulename " +
1486 "//base:power_monitor_buildflags " +
1487 "--gen-dir " +
1488 ". " +
1489 "--definitions " +
1490 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001491 out: [
1492 "base/power_monitor/power_monitor_buildflags.h",
1493 ],
1494 tool_files: [
1495 "build/write_buildflag_header.py",
1496 ],
1497}
1498
1499// GN: //base:profiler_buildflags
1500genrule {
1501 name: "cronet_aml_base_profiler_buildflags",
Motomu Utsumid03217b2022-11-01 12:16:19 +09001502 cmd: "echo '--flags ENABLE_ARM_CFI_TABLE=\"false\" IOS_STACK_PROFILER_ENABLED=\"true\" USE_ANDROID_UNWINDER_V2=\"true\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001503 "$(location build/write_buildflag_header.py) --output " +
1504 "$(out) " +
1505 "--rulename " +
1506 "//base:profiler_buildflags " +
1507 "--gen-dir " +
1508 ". " +
1509 "--definitions " +
1510 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001511 out: [
1512 "base/profiler/profiler_buildflags.h",
1513 ],
1514 tool_files: [
1515 "build/write_buildflag_header.py",
1516 ],
1517}
1518
1519// GN: //base:sanitizer_buildflags
1520genrule {
1521 name: "cronet_aml_base_sanitizer_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001522 cmd: "echo '--flags IS_HWASAN=\"false\" USING_SANITIZER=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001523 "$(location build/write_buildflag_header.py) --output " +
1524 "$(out) " +
1525 "--rulename " +
1526 "//base:sanitizer_buildflags " +
1527 "--gen-dir " +
1528 ". " +
1529 "--definitions " +
1530 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001531 out: [
1532 "base/sanitizer_buildflags.h",
1533 ],
1534 tool_files: [
1535 "build/write_buildflag_header.py",
1536 ],
1537}
1538
1539// GN: //base:synchronization_buildflags
1540genrule {
1541 name: "cronet_aml_base_synchronization_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001542 cmd: "echo '--flags ENABLE_MUTEX_PRIORITY_INHERITANCE=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001543 "$(location build/write_buildflag_header.py) --output " +
1544 "$(out) " +
1545 "--rulename " +
1546 "//base:synchronization_buildflags " +
1547 "--gen-dir " +
1548 ". " +
1549 "--definitions " +
1550 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001551 out: [
1552 "base/synchronization/synchronization_buildflags.h",
1553 ],
1554 tool_files: [
1555 "build/write_buildflag_header.py",
1556 ],
1557}
1558
1559// GN: //base/third_party/double_conversion:double_conversion
1560cc_library_static {
1561 name: "cronet_aml_base_third_party_double_conversion_double_conversion",
1562 srcs: [
1563 "base/third_party/double_conversion/double-conversion/bignum-dtoa.cc",
1564 "base/third_party/double_conversion/double-conversion/bignum.cc",
1565 "base/third_party/double_conversion/double-conversion/cached-powers.cc",
1566 "base/third_party/double_conversion/double-conversion/double-to-string.cc",
1567 "base/third_party/double_conversion/double-conversion/fast-dtoa.cc",
1568 "base/third_party/double_conversion/double-conversion/fixed-dtoa.cc",
1569 "base/third_party/double_conversion/double-conversion/string-to-double.cc",
1570 "base/third_party/double_conversion/double-conversion/strtod.cc",
1571 ],
1572 defaults: [
1573 "cronet_aml_defaults",
1574 ],
1575 cflags: [
1576 "-DANDROID",
1577 "-DANDROID_NDK_VERSION_ROLL=r23_1",
1578 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
1579 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
1580 "-DDCHECK_ALWAYS_ON=1",
1581 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
1582 "-DHAVE_SYS_UIO_H",
1583 "-D_DEBUG",
1584 "-D_GNU_SOURCE",
1585 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
1586 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
1587 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
1588 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
1589 "-D__STDC_CONSTANT_MACROS",
1590 "-D__STDC_FORMAT_MACROS",
1591 ],
1592 local_include_dirs: [
1593 "./",
1594 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07001595 "buildtools/third_party/libc++/trunk/include",
1596 "buildtools/third_party/libc++abi/trunk/include",
Motomu Utsumid30ceed2022-11-01 13:06:18 +09001597 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001598 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07001599 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001600}
1601
1602// GN: //base/third_party/dynamic_annotations:dynamic_annotations
1603cc_library_static {
1604 name: "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations",
1605 srcs: [
1606 "base/third_party/dynamic_annotations/dynamic_annotations.c",
1607 ],
1608 defaults: [
1609 "cronet_aml_defaults",
1610 ],
1611 cflags: [
1612 "-DANDROID",
1613 "-DANDROID_NDK_VERSION_ROLL=r23_1",
1614 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
1615 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
1616 "-DDCHECK_ALWAYS_ON=1",
1617 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
1618 "-DHAVE_SYS_UIO_H",
1619 "-D_DEBUG",
1620 "-D_GNU_SOURCE",
1621 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
1622 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
1623 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
1624 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
1625 ],
1626 local_include_dirs: [
1627 "./",
1628 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07001629 "buildtools/third_party/libc++/trunk/include",
1630 "buildtools/third_party/libc++abi/trunk/include",
Motomu Utsumid30ceed2022-11-01 13:06:18 +09001631 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001632 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07001633 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001634}
1635
1636// GN: //base:tracing_buildflags
1637genrule {
1638 name: "cronet_aml_base_tracing_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001639 cmd: "echo '--flags ENABLE_BASE_TRACING=\"false\" USE_PERFETTO_CLIENT_LIBRARY=\"false\" OPTIONAL_TRACE_EVENTS_ENABLED=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001640 "$(location build/write_buildflag_header.py) --output " +
1641 "$(out) " +
1642 "--rulename " +
1643 "//base:tracing_buildflags " +
1644 "--gen-dir " +
1645 ". " +
1646 "--definitions " +
1647 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001648 out: [
1649 "base/tracing_buildflags.h",
1650 ],
1651 tool_files: [
1652 "build/write_buildflag_header.py",
1653 ],
1654}
1655
1656// GN: //build:branding_buildflags
1657genrule {
1658 name: "cronet_aml_build_branding_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001659 cmd: "echo '--flags CHROMIUM_BRANDING=\"1\" GOOGLE_CHROME_BRANDING=\"0\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001660 "$(location build/write_buildflag_header.py) --output " +
1661 "$(out) " +
1662 "--rulename " +
1663 "//build:branding_buildflags " +
1664 "--gen-dir " +
1665 ". " +
1666 "--definitions " +
1667 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001668 out: [
1669 "build/branding_buildflags.h",
1670 ],
1671 tool_files: [
1672 "build/write_buildflag_header.py",
1673 ],
1674}
1675
Motomu Utsumibf569d42022-10-28 16:47:34 +09001676// GN: //build:buildflag_header_h
1677filegroup {
1678 name: "cronet_aml_build_buildflag_header_h",
1679}
1680
Patrick Rohrcc377df2022-10-28 09:27:15 -07001681// GN: //build:chromecast_buildflags
1682genrule {
1683 name: "cronet_aml_build_chromecast_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001684 cmd: "echo '--flags IS_CASTOS=\"false\" IS_CAST_ANDROID=\"false\" ENABLE_CAST_RECEIVER=\"false\" IS_CHROMECAST=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001685 "$(location build/write_buildflag_header.py) --output " +
1686 "$(out) " +
1687 "--rulename " +
1688 "//build:chromecast_buildflags " +
1689 "--gen-dir " +
1690 ". " +
1691 "--definitions " +
1692 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001693 out: [
1694 "build/chromecast_buildflags.h",
1695 ],
1696 tool_files: [
1697 "build/write_buildflag_header.py",
1698 ],
1699}
1700
Motomu Utsumibf569d42022-10-28 16:47:34 +09001701// GN: //build:chromeos_buildflags
1702genrule {
1703 name: "cronet_aml_build_chromeos_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001704 cmd: "echo '--flags IS_CHROMEOS_DEVICE=\"false\" IS_CHROMEOS_LACROS=\"false\" IS_CHROMEOS_ASH=\"false\" IS_CHROMEOS_WITH_HW_DETAILS=\"false\" IS_REVEN=\"false\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001705 "$(location build/write_buildflag_header.py) --output " +
1706 "$(out) " +
1707 "--rulename " +
1708 "//build:chromeos_buildflags " +
1709 "--gen-dir " +
1710 ". " +
1711 "--definitions " +
1712 "/dev/stdin",
Motomu Utsumibf569d42022-10-28 16:47:34 +09001713 out: [
1714 "build/chromeos_buildflags.h",
1715 ],
1716 tool_files: [
1717 "build/write_buildflag_header.py",
1718 ],
1719}
1720
Patrick Rohrcc377df2022-10-28 09:27:15 -07001721// GN: //build/config/compiler:compiler_buildflags
1722genrule {
1723 name: "cronet_aml_build_config_compiler_compiler_buildflags",
Patrick Rohrc20887d2022-10-28 12:59:20 -07001724 cmd: "echo '--flags CLANG_PGO=\"0\" SYMBOL_LEVEL=\"1\"' | " +
Patrick Rohr9b99a982022-10-28 11:00:57 -07001725 "$(location build/write_buildflag_header.py) --output " +
1726 "$(out) " +
1727 "--rulename " +
1728 "//build/config/compiler:compiler_buildflags " +
1729 "--gen-dir " +
1730 ". " +
1731 "--definitions " +
1732 "/dev/stdin",
Patrick Rohrcc377df2022-10-28 09:27:15 -07001733 out: [
1734 "build/config/compiler/compiler_buildflags.h",
1735 ],
1736 tool_files: [
1737 "build/write_buildflag_header.py",
1738 ],
1739}
1740
Patrick Rohrcb035942022-11-01 12:12:52 -07001741// GN: //buildtools/third_party/libc++:libc++
1742filegroup {
1743 name: "cronet_aml_buildtools_third_party_libc___libc__",
1744}
1745
1746// GN: //buildtools/third_party/libc++abi:libc++abi
1747filegroup {
1748 name: "cronet_aml_buildtools_third_party_libc__abi_libc__abi",
1749}
1750
1751// GN: //crypto:buildflags
1752genrule {
1753 name: "cronet_aml_crypto_buildflags",
1754 cmd: "echo '--flags USE_NSS_CERTS=\"false\"' | " +
1755 "$(location build/write_buildflag_header.py) --output " +
1756 "$(out) " +
1757 "--rulename " +
1758 "//crypto:buildflags " +
1759 "--gen-dir " +
1760 ". " +
1761 "--definitions " +
1762 "/dev/stdin",
1763 out: [
1764 "crypto/crypto_buildflags.h",
1765 ],
1766 tool_files: [
1767 "build/write_buildflag_header.py",
1768 ],
1769}
1770
1771// GN: //crypto:crypto
1772cc_library_static {
1773 name: "cronet_aml_crypto_crypto",
1774 srcs: [
1775 "crypto/aead.cc",
1776 "crypto/ec_private_key.cc",
1777 "crypto/ec_signature_creator.cc",
1778 "crypto/ec_signature_creator_impl.cc",
1779 "crypto/encryptor.cc",
1780 "crypto/hkdf.cc",
1781 "crypto/hmac.cc",
1782 "crypto/openssl_util.cc",
1783 "crypto/p224_spake.cc",
1784 "crypto/random.cc",
1785 "crypto/rsa_private_key.cc",
1786 "crypto/secure_hash.cc",
1787 "crypto/secure_util.cc",
1788 "crypto/sha2.cc",
1789 "crypto/signature_creator.cc",
1790 "crypto/signature_verifier.cc",
1791 "crypto/symmetric_key.cc",
1792 "crypto/unexportable_key.cc",
1793 "crypto/unexportable_key_metrics.cc",
1794 ],
1795 shared_libs: [
1796 "libandroid",
1797 "liblog",
1798 ],
1799 static_libs: [
1800 "cronet_aml_base_base",
1801 "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations",
1802 "cronet_aml_third_party_boringssl_boringssl",
1803 ],
1804 generated_headers: [
1805 "cronet_aml_crypto_buildflags",
1806 ],
1807 export_generated_headers: [
1808 "cronet_aml_crypto_buildflags",
1809 ],
1810 defaults: [
1811 "cronet_aml_defaults",
1812 ],
1813 cflags: [
1814 "-DANDROID",
1815 "-DANDROID_NDK_VERSION_ROLL=r23_1",
1816 "-DCRYPTO_IMPLEMENTATION",
1817 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
1818 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
1819 "-DDCHECK_ALWAYS_ON=1",
1820 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
1821 "-DHAVE_SYS_UIO_H",
1822 "-D_DEBUG",
1823 "-D_GNU_SOURCE",
1824 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
1825 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
1826 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
1827 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
1828 "-D__STDC_CONSTANT_MACROS",
1829 "-D__STDC_FORMAT_MACROS",
1830 ],
1831 local_include_dirs: [
1832 "./",
1833 "buildtools/third_party/libc++/",
1834 "buildtools/third_party/libc++/trunk/include",
1835 "buildtools/third_party/libc++abi/trunk/include",
1836 "third_party/abseil-cpp/",
1837 "third_party/boringssl/src/include/",
1838 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
1839 ],
1840 cpp_std: "c++20",
1841}
1842
Motomu Utsumifcac4852022-10-26 19:28:31 +09001843// GN: //gn:default_deps
1844cc_defaults {
1845 name: "cronet_aml_defaults",
1846 cflags: [
1847 "-O2",
1848 "-Wno-error=return-type",
Patrick Rohr98065152022-10-31 14:49:58 -07001849 "-Wno-missing-field-initializers",
Patrick Rohr3a1ec1d2022-10-31 13:30:17 -07001850 "-Wno-non-virtual-dtor",
Motomu Utsumifcac4852022-10-26 19:28:31 +09001851 "-Wno-sign-compare",
1852 "-Wno-sign-promo",
1853 "-Wno-unused-parameter",
1854 "-fvisibility=hidden",
1855 ],
Patrick Rohr61f2acb2022-10-31 14:08:18 -07001856 stl: "none",
Motomu Utsumifcac4852022-10-26 19:28:31 +09001857}
1858
Patrick Rohrcb035942022-11-01 12:12:52 -07001859// GN: //ipc:param_traits
1860filegroup {
1861 name: "cronet_aml_ipc_param_traits",
1862}
1863
Patrick Rohrb18aca22022-11-04 15:07:32 -07001864// GN: //gn:java
1865java_library {
1866 name: "cronet_aml_java",
1867 srcs: [
1868 "//base/android/java/src/org/chromium/base/JniException.java",
1869 "//base/android/java/src/org/chromium/base/JniStaticTestMocker.java",
1870 "//base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java",
1871 "//base/android/java/src/org/chromium/base/annotations/AccessedByNative.java",
1872 "//base/android/java/src/org/chromium/base/annotations/CalledByNative.java",
1873 "//base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java",
1874 "//base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java",
1875 "//base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java",
1876 "//base/android/java/src/org/chromium/base/annotations/JNINamespace.java",
1877 "//base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java",
1878 "//base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java",
1879 "//base/android/java/src/org/chromium/base/annotations/NativeMethods.java",
1880 "//build/android/java/src/org/chromium/build/annotations/AlwaysInline.java",
1881 "//build/android/java/src/org/chromium/build/annotations/CheckDiscard.java",
1882 "//build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java",
1883 "//build/android/java/src/org/chromium/build/annotations/DoNotInline.java",
1884 "//build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java",
1885 "//build/android/java/src/org/chromium/build/annotations/MainDex.java",
1886 "//build/android/java/src/org/chromium/build/annotations/MockedInTests.java",
1887 "//build/android/java/src/org/chromium/build/annotations/UsedByReflection.java",
1888 "//url/android/java/src/org/chromium/url/IDNStringUtil.java",
1889 ],
1890}
1891
Mohannad Farragbab6c892022-11-02 14:09:46 +00001892// GN: //net/base/registry_controlled_domains:registry_controlled_domains
1893genrule {
1894 name: "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains",
1895 cmd: "$(location net/tools/dafsa/make_dafsa.py) --reverse " +
Motomu Utsumi56afcac2022-11-04 12:58:30 +09001896 "$(location net/base/registry_controlled_domains/effective_tld_names.gperf) " +
1897 "$(location net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc) " +
Mohannad Farragbab6c892022-11-02 14:09:46 +00001898 "&& python3 $(location net/tools/dafsa/make_dafsa.py) " +
1899 "--reverse " +
1900 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf) " +
1901 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc) " +
1902 "&& python3 $(location net/tools/dafsa/make_dafsa.py) " +
1903 "--reverse " +
Motomu Utsumi56afcac2022-11-04 12:58:30 +09001904 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf) " +
1905 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc) " +
Mohannad Farragbab6c892022-11-02 14:09:46 +00001906 "&& python3 $(location net/tools/dafsa/make_dafsa.py) " +
1907 "--reverse " +
1908 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf) " +
1909 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc) " +
1910 "&& python3 $(location net/tools/dafsa/make_dafsa.py) " +
1911 "--reverse " +
Motomu Utsumi56afcac2022-11-04 12:58:30 +09001912 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf) " +
1913 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc) " +
Mohannad Farragbab6c892022-11-02 14:09:46 +00001914 "&& python3 $(location net/tools/dafsa/make_dafsa.py) " +
1915 "--reverse " +
Motomu Utsumi56afcac2022-11-04 12:58:30 +09001916 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf) " +
1917 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc) " +
1918 "&& python3 $(location net/tools/dafsa/make_dafsa.py) " +
1919 "--reverse " +
1920 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf) " +
1921 "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc)",
Mohannad Farragbab6c892022-11-02 14:09:46 +00001922 out: [
1923 "net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc",
1924 "net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc",
1925 "net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc",
1926 "net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc",
1927 "net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc",
1928 "net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc",
1929 "net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc",
1930 ],
1931 tool_files: [
1932 "net/base/registry_controlled_domains/effective_tld_names.gperf",
1933 "net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf",
1934 "net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf",
1935 "net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf",
1936 "net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf",
1937 "net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf",
1938 "net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf",
1939 "net/tools/dafsa/make_dafsa.py",
1940 ],
1941}
1942
Patrick Rohrcb035942022-11-01 12:12:52 -07001943// GN: //net:buildflags
1944genrule {
1945 name: "cronet_aml_net_buildflags",
1946 cmd: "echo '--flags POSIX_BYPASS_MMAP=\"true\" DISABLE_FILE_SUPPORT=\"true\" ENABLE_MDNS=\"false\" ENABLE_REPORTING=\"true\" ENABLE_WEBSOCKETS=\"false\" INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST=\"false\" USE_KERBEROS=\"true\" USE_EXTERNAL_GSSAPI=\"false\" TRIAL_COMPARISON_CERT_VERIFIER_SUPPORTED=\"false\" CHROME_ROOT_STORE_SUPPORTED=\"false\"' | " +
1947 "$(location build/write_buildflag_header.py) --output " +
1948 "$(out) " +
1949 "--rulename " +
1950 "//net:buildflags " +
1951 "--gen-dir " +
1952 ". " +
1953 "--definitions " +
1954 "/dev/stdin",
1955 out: [
1956 "net/net_buildflags.h",
1957 ],
1958 tool_files: [
1959 "build/write_buildflag_header.py",
1960 ],
1961}
1962
1963// GN: //net/cert:root_store_proto_full
1964cc_library_static {
1965 name: "cronet_aml_net_cert_root_store_proto_full",
Patrick Rohrcb035942022-11-01 12:12:52 -07001966 static_libs: [
1967 "cronet_aml_third_party_protobuf_protobuf_full",
1968 ],
Motomu Utsumic6277d92022-11-07 15:15:17 +09001969 generated_headers: [
1970 "cronet_aml_net_cert_root_store_proto_full_gen_headers",
1971 ],
1972 export_generated_headers: [
1973 "cronet_aml_net_cert_root_store_proto_full_gen_headers",
1974 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07001975 defaults: [
1976 "cronet_aml_defaults",
1977 ],
1978 cflags: [
1979 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
1980 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
1981 "-DCR_SYSROOT_KEY=20220331T153654Z-0",
1982 "-DDCHECK_ALWAYS_ON=1",
1983 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
1984 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
1985 "-DGOOGLE_PROTOBUF_NO_RTTI",
1986 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
1987 "-DHAVE_PTHREAD",
1988 "-DUSE_AURA=1",
1989 "-DUSE_OZONE=1",
1990 "-DUSE_UDEV",
1991 "-D_DEBUG",
1992 "-D_FILE_OFFSET_BITS=64",
1993 "-D_GNU_SOURCE",
1994 "-D_LARGEFILE64_SOURCE",
1995 "-D_LARGEFILE_SOURCE",
1996 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
1997 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
1998 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
1999 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
2000 "-D__STDC_CONSTANT_MACROS",
2001 "-D__STDC_FORMAT_MACROS",
2002 ],
2003 local_include_dirs: [
2004 "./",
2005 "buildtools/third_party/libc++/",
2006 "buildtools/third_party/libc++/trunk/include",
2007 "buildtools/third_party/libc++abi/trunk/include",
2008 "third_party/protobuf/src/",
2009 "build/linux/debian_bullseye_amd64-sysroot/usr/include",
2010 ],
2011 cpp_std: "c++20",
2012}
2013
2014// GN: //net/cert:root_store_proto_full_gen
2015genrule {
2016 name: "cronet_aml_net_cert_root_store_proto_full_gen",
2017 srcs: [
2018 "net/cert/root_store.proto",
2019 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002020 tools: [
2021 "aprotoc",
2022 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07002023 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) root_store.proto " +
2024 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002025 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002026 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09002027 "`dirname $(location net/cert/root_store.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002028 "--cc-out-dir " +
2029 "clang_x64/gen/net/cert/root_store_proto_full/ " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09002030 " " +
2031 "",
Patrick Rohrcb035942022-11-01 12:12:52 -07002032 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07002033 "net/cert/root_store_proto_full/root_store.pb.cc",
Motomu Utsumic6277d92022-11-07 15:15:17 +09002034 ],
2035 tool_files: [
2036 "tools/protoc_wrapper/protoc_wrapper.py",
2037 ],
2038}
2039
2040// GN: //net/cert:root_store_proto_full_gen
2041genrule {
2042 name: "cronet_aml_net_cert_root_store_proto_full_gen_headers",
2043 srcs: [
2044 "net/cert/root_store.proto",
2045 ],
2046 tools: [
2047 "aprotoc",
2048 ],
2049 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) root_store.proto " +
2050 "--protoc " +
2051 "$(location aprotoc) " +
2052 "--proto-in-dir " +
2053 "`dirname $(location net/cert/root_store.proto)` " +
2054 "--cc-out-dir " +
2055 "clang_x64/gen/net/cert/root_store_proto_full/ " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09002056 " " +
2057 "",
Motomu Utsumic6277d92022-11-07 15:15:17 +09002058 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07002059 "net/cert/root_store_proto_full/root_store.pb.h",
2060 ],
2061 tool_files: [
2062 "tools/protoc_wrapper/protoc_wrapper.py",
2063 ],
2064}
2065
2066// GN: //net:constants
2067filegroup {
2068 name: "cronet_aml_net_constants",
2069}
2070
2071// GN: //net/data/ssl/chrome_root_store:gen_root_store_inc
2072genrule {
2073 name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc",
2074 cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " +
2075 "--root-store " +
2076 "../../net/data/ssl/chrome_root_store/root_store.textproto " +
2077 "--certs " +
2078 "../../net/data/ssl/chrome_root_store/root_store.certs " +
2079 "--write-cpp-root-store " +
2080 "gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " +
2081 "--write-cpp-ev-roots " +
2082 "gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc",
2083 out: [
2084 "net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc",
2085 "net/data/ssl/chrome_root_store/chrome-root-store-inc.cc",
2086 ],
2087 tool_files: [
2088 "build/gn_run_binary.py",
2089 "net/data/ssl/chrome_root_store/root_store.certs",
2090 "net/data/ssl/chrome_root_store/root_store.textproto",
2091 ],
2092}
2093
2094// GN: //net/dns:dns
2095filegroup {
2096 name: "cronet_aml_net_dns_dns",
2097 srcs: [
2098 "net/dns/address_info.cc",
2099 "net/dns/address_sorter_posix.cc",
2100 "net/dns/context_host_resolver.cc",
2101 "net/dns/dns_alias_utility.cc",
2102 "net/dns/dns_client.cc",
2103 "net/dns/dns_config.cc",
2104 "net/dns/dns_config_service.cc",
2105 "net/dns/dns_config_service_android.cc",
2106 "net/dns/dns_hosts.cc",
2107 "net/dns/dns_query.cc",
2108 "net/dns/dns_reloader.cc",
2109 "net/dns/dns_response.cc",
2110 "net/dns/dns_response_result_extractor.cc",
2111 "net/dns/dns_server_iterator.cc",
2112 "net/dns/dns_session.cc",
2113 "net/dns/dns_transaction.cc",
2114 "net/dns/dns_udp_tracker.cc",
2115 "net/dns/dns_util.cc",
2116 "net/dns/host_cache.cc",
2117 "net/dns/host_resolver.cc",
2118 "net/dns/host_resolver_manager.cc",
2119 "net/dns/host_resolver_mdns_listener_impl.cc",
2120 "net/dns/host_resolver_mdns_task.cc",
2121 "net/dns/host_resolver_nat64_task.cc",
2122 "net/dns/host_resolver_proc.cc",
2123 "net/dns/host_resolver_system_task.cc",
2124 "net/dns/https_record_rdata.cc",
2125 "net/dns/httpssvc_metrics.cc",
2126 "net/dns/mapped_host_resolver.cc",
2127 "net/dns/nsswitch_reader.cc",
2128 "net/dns/opt_record_rdata.cc",
2129 "net/dns/record_parsed.cc",
2130 "net/dns/record_rdata.cc",
2131 "net/dns/resolve_context.cc",
2132 "net/dns/serial_worker.cc",
2133 "net/dns/system_dns_config_change_notifier.cc",
2134 "net/dns/test_dns_config_service.cc",
2135 ],
2136}
2137
2138// GN: //net/dns:dns_client
2139filegroup {
2140 name: "cronet_aml_net_dns_dns_client",
2141}
2142
2143// GN: //net/dns:host_resolver
2144filegroup {
2145 name: "cronet_aml_net_dns_host_resolver",
2146}
2147
2148// GN: //net/dns:host_resolver_manager
2149filegroup {
2150 name: "cronet_aml_net_dns_host_resolver_manager",
2151}
2152
2153// GN: //net/dns:mdns_client
2154filegroup {
2155 name: "cronet_aml_net_dns_mdns_client",
2156}
2157
2158// GN: //net/dns/public:public
2159filegroup {
2160 name: "cronet_aml_net_dns_public_public",
2161 srcs: [
2162 "net/dns/public/dns_config_overrides.cc",
2163 "net/dns/public/dns_over_https_config.cc",
2164 "net/dns/public/dns_over_https_server_config.cc",
2165 "net/dns/public/dns_query_type.cc",
2166 "net/dns/public/doh_provider_entry.cc",
2167 "net/dns/public/host_resolver_results.cc",
2168 "net/dns/public/resolve_error_info.cc",
2169 "net/dns/public/util.cc",
2170 ],
2171}
2172
2173// GN: //net/http:transport_security_state_generated_files
2174filegroup {
2175 name: "cronet_aml_net_http_transport_security_state_generated_files",
2176 srcs: [
2177 "net/http/transport_security_state.cc",
2178 ],
2179}
2180
2181// GN: //net:ios_cronet_buildflags
2182genrule {
2183 name: "cronet_aml_net_ios_cronet_buildflags",
2184 cmd: "echo '--flags CRONET_BUILD=\"false\"' | " +
2185 "$(location build/write_buildflag_header.py) --output " +
2186 "$(out) " +
2187 "--rulename " +
2188 "//net:ios_cronet_buildflags " +
2189 "--gen-dir " +
2190 ". " +
2191 "--definitions " +
2192 "/dev/stdin",
2193 out: [
2194 "net/socket/ios_cronet_buildflags.h",
2195 ],
2196 tool_files: [
2197 "build/write_buildflag_header.py",
2198 ],
2199}
2200
2201// GN: //net:isolation_info_proto
2202cc_library_static {
2203 name: "cronet_aml_net_isolation_info_proto",
Patrick Rohrcb035942022-11-01 12:12:52 -07002204 shared_libs: [
2205 "liblog",
2206 ],
2207 static_libs: [
2208 "cronet_aml_third_party_protobuf_protobuf_lite",
2209 ],
Motomu Utsumic6277d92022-11-07 15:15:17 +09002210 generated_headers: [
2211 "cronet_aml_net_isolation_info_proto_gen_headers",
2212 ],
2213 export_generated_headers: [
2214 "cronet_aml_net_isolation_info_proto_gen_headers",
2215 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07002216 defaults: [
2217 "cronet_aml_defaults",
2218 ],
2219 cflags: [
2220 "-DANDROID",
2221 "-DANDROID_NDK_VERSION_ROLL=r23_1",
2222 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
2223 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
2224 "-DDCHECK_ALWAYS_ON=1",
2225 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
2226 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
2227 "-DGOOGLE_PROTOBUF_NO_RTTI",
2228 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
2229 "-DHAVE_PTHREAD",
2230 "-DHAVE_SYS_UIO_H",
2231 "-D_DEBUG",
2232 "-D_GNU_SOURCE",
2233 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
2234 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
2235 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
2236 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
2237 "-D__STDC_CONSTANT_MACROS",
2238 "-D__STDC_FORMAT_MACROS",
2239 ],
2240 local_include_dirs: [
2241 "./",
2242 "buildtools/third_party/libc++/",
2243 "buildtools/third_party/libc++/trunk/include",
2244 "buildtools/third_party/libc++abi/trunk/include",
2245 "third_party/protobuf/src/",
2246 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
2247 ],
2248 cpp_std: "c++20",
2249}
2250
2251// GN: //net:isolation_info_proto_gen
2252genrule {
2253 name: "cronet_aml_net_isolation_info_proto_gen",
2254 srcs: [
2255 "net/base/isolation_info.proto",
2256 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002257 tools: [
2258 "aprotoc",
2259 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07002260 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) isolation_info.proto " +
2261 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002262 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002263 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09002264 "`dirname $(location net/base/isolation_info.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002265 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09002266 "$(genDir)/net/base " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09002267 " " +
2268 "",
Patrick Rohrcb035942022-11-01 12:12:52 -07002269 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07002270 "net/base/isolation_info.pb.cc",
Motomu Utsumic6277d92022-11-07 15:15:17 +09002271 ],
2272 tool_files: [
2273 "tools/protoc_wrapper/protoc_wrapper.py",
2274 ],
2275}
2276
2277// GN: //net:isolation_info_proto_gen
2278genrule {
2279 name: "cronet_aml_net_isolation_info_proto_gen_headers",
2280 srcs: [
2281 "net/base/isolation_info.proto",
2282 ],
2283 tools: [
2284 "aprotoc",
2285 ],
2286 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) isolation_info.proto " +
2287 "--protoc " +
2288 "$(location aprotoc) " +
2289 "--proto-in-dir " +
2290 "`dirname $(location net/base/isolation_info.proto)` " +
2291 "--cc-out-dir " +
2292 "$(genDir)/net/base " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09002293 " " +
2294 "",
Motomu Utsumic6277d92022-11-07 15:15:17 +09002295 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07002296 "net/base/isolation_info.pb.h",
2297 ],
2298 tool_files: [
2299 "tools/protoc_wrapper/protoc_wrapper.py",
2300 ],
2301}
2302
2303// GN: //net:net
2304cc_library_static {
2305 name: "cronet_aml_net_net",
2306 srcs: [
2307 ":cronet_aml_net_constants",
2308 ":cronet_aml_net_dns_dns",
2309 ":cronet_aml_net_dns_dns_client",
2310 ":cronet_aml_net_dns_host_resolver",
2311 ":cronet_aml_net_dns_host_resolver_manager",
2312 ":cronet_aml_net_dns_mdns_client",
2313 ":cronet_aml_net_dns_public_public",
2314 ":cronet_aml_net_http_transport_security_state_generated_files",
2315 ":cronet_aml_net_net_deps",
2316 ":cronet_aml_net_net_export_header",
2317 ":cronet_aml_net_net_public_deps",
2318 ":cronet_aml_net_net_resources",
2319 ":cronet_aml_net_traffic_annotation_traffic_annotation",
2320 "net/android/android_http_util.cc",
2321 "net/android/cert_verify_result_android.cc",
2322 "net/android/gurl_utils.cc",
2323 "net/android/http_auth_negotiate_android.cc",
2324 "net/android/keystore.cc",
2325 "net/android/network_change_notifier_android.cc",
2326 "net/android/network_change_notifier_delegate_android.cc",
2327 "net/android/network_change_notifier_factory_android.cc",
2328 "net/android/network_library.cc",
2329 "net/android/radio_activity_tracker.cc",
2330 "net/android/traffic_stats.cc",
2331 "net/base/address_family.cc",
2332 "net/base/address_list.cc",
2333 "net/base/address_tracker_linux.cc",
2334 "net/base/auth.cc",
2335 "net/base/backoff_entry.cc",
2336 "net/base/backoff_entry_serializer.cc",
2337 "net/base/cache_metrics.cc",
2338 "net/base/chunked_upload_data_stream.cc",
2339 "net/base/connection_endpoint_metadata.cc",
2340 "net/base/data_url.cc",
2341 "net/base/datagram_buffer.cc",
2342 "net/base/elements_upload_data_stream.cc",
2343 "net/base/features.cc",
2344 "net/base/file_stream.cc",
2345 "net/base/file_stream_context.cc",
2346 "net/base/file_stream_context_posix.cc",
2347 "net/base/filename_util.cc",
2348 "net/base/filename_util_internal.cc",
2349 "net/base/hash_value.cc",
2350 "net/base/hex_utils.cc",
2351 "net/base/host_mapping_rules.cc",
2352 "net/base/host_port_pair.cc",
2353 "net/base/io_buffer.cc",
2354 "net/base/ip_address.cc",
2355 "net/base/ip_endpoint.cc",
2356 "net/base/isolation_info.cc",
2357 "net/base/load_timing_info.cc",
2358 "net/base/logging_network_change_observer.cc",
2359 "net/base/lookup_string_in_fixed_set.cc",
2360 "net/base/mime_sniffer.cc",
2361 "net/base/mime_util.cc",
2362 "net/base/net_errors.cc",
2363 "net/base/net_errors_posix.cc",
2364 "net/base/net_module.cc",
2365 "net/base/net_string_util_icu_alternatives_android.cc",
2366 "net/base/network_activity_monitor.cc",
2367 "net/base/network_anonymization_key.cc",
2368 "net/base/network_change_notifier.cc",
2369 "net/base/network_change_notifier_posix.cc",
2370 "net/base/network_delegate.cc",
2371 "net/base/network_delegate_impl.cc",
2372 "net/base/network_interfaces.cc",
2373 "net/base/network_interfaces_getifaddrs.cc",
2374 "net/base/network_interfaces_getifaddrs_android.cc",
2375 "net/base/network_interfaces_linux.cc",
2376 "net/base/network_interfaces_posix.cc",
2377 "net/base/network_isolation_key.cc",
2378 "net/base/parse_number.cc",
2379 "net/base/platform_mime_util_linux.cc",
2380 "net/base/port_util.cc",
2381 "net/base/prioritized_dispatcher.cc",
2382 "net/base/prioritized_task_runner.cc",
2383 "net/base/privacy_mode.cc",
2384 "net/base/proxy_server.cc",
2385 "net/base/proxy_string_util.cc",
2386 "net/base/registry_controlled_domains/registry_controlled_domain.cc",
2387 "net/base/request_priority.cc",
2388 "net/base/scheme_host_port_matcher.cc",
2389 "net/base/scheme_host_port_matcher_rule.cc",
2390 "net/base/schemeful_site.cc",
2391 "net/base/sockaddr_storage.cc",
2392 "net/base/sockaddr_util_posix.cc",
2393 "net/base/transport_info.cc",
2394 "net/base/upload_bytes_element_reader.cc",
2395 "net/base/upload_data_stream.cc",
2396 "net/base/upload_element_reader.cc",
2397 "net/base/upload_file_element_reader.cc",
2398 "net/base/url_util.cc",
2399 "net/cert/asn1_util.cc",
2400 "net/cert/caching_cert_verifier.cc",
2401 "net/cert/cert_and_ct_verifier.cc",
2402 "net/cert/cert_database.cc",
2403 "net/cert/cert_status_flags.cc",
2404 "net/cert/cert_verifier.cc",
2405 "net/cert/cert_verify_proc.cc",
2406 "net/cert/cert_verify_proc_android.cc",
2407 "net/cert/cert_verify_proc_builtin.cc",
2408 "net/cert/cert_verify_result.cc",
2409 "net/cert/coalescing_cert_verifier.cc",
2410 "net/cert/crl_set.cc",
2411 "net/cert/ct_log_response_parser.cc",
2412 "net/cert/ct_log_verifier.cc",
2413 "net/cert/ct_log_verifier_util.cc",
2414 "net/cert/ct_objects_extractor.cc",
2415 "net/cert/ct_policy_enforcer.cc",
2416 "net/cert/ct_sct_to_string.cc",
2417 "net/cert/ct_serialization.cc",
2418 "net/cert/ct_signed_certificate_timestamp_log_param.cc",
2419 "net/cert/do_nothing_ct_verifier.cc",
2420 "net/cert/ev_root_ca_metadata.cc",
2421 "net/cert/internal/cert_issuer_source_aia.cc",
2422 "net/cert/internal/revocation_checker.cc",
2423 "net/cert/internal/system_trust_store.cc",
2424 "net/cert/known_roots.cc",
2425 "net/cert/merkle_audit_proof.cc",
2426 "net/cert/merkle_consistency_proof.cc",
2427 "net/cert/merkle_tree_leaf.cc",
2428 "net/cert/multi_log_ct_verifier.cc",
2429 "net/cert/multi_threaded_cert_verifier.cc",
2430 "net/cert/ocsp_verify_result.cc",
2431 "net/cert/pem.cc",
2432 "net/cert/pki/cert_error_id.cc",
2433 "net/cert/pki/cert_error_params.cc",
2434 "net/cert/pki/cert_errors.cc",
2435 "net/cert/pki/cert_issuer_source_static.cc",
2436 "net/cert/pki/certificate_policies.cc",
2437 "net/cert/pki/common_cert_errors.cc",
2438 "net/cert/pki/crl.cc",
2439 "net/cert/pki/extended_key_usage.cc",
2440 "net/cert/pki/general_names.cc",
2441 "net/cert/pki/name_constraints.cc",
2442 "net/cert/pki/ocsp.cc",
2443 "net/cert/pki/parse_certificate.cc",
2444 "net/cert/pki/parse_name.cc",
2445 "net/cert/pki/parsed_certificate.cc",
2446 "net/cert/pki/path_builder.cc",
2447 "net/cert/pki/revocation_util.cc",
2448 "net/cert/pki/signature_algorithm.cc",
2449 "net/cert/pki/simple_path_builder_delegate.cc",
2450 "net/cert/pki/string_util.cc",
2451 "net/cert/pki/trust_store.cc",
2452 "net/cert/pki/trust_store_collection.cc",
2453 "net/cert/pki/trust_store_in_memory.cc",
2454 "net/cert/pki/verify_certificate_chain.cc",
2455 "net/cert/pki/verify_name_match.cc",
2456 "net/cert/pki/verify_signed_data.cc",
2457 "net/cert/sct_status_flags.cc",
2458 "net/cert/signed_certificate_timestamp.cc",
2459 "net/cert/signed_certificate_timestamp_and_status.cc",
2460 "net/cert/signed_tree_head.cc",
2461 "net/cert/symantec_certs.cc",
2462 "net/cert/test_root_certs.cc",
2463 "net/cert/test_root_certs_android.cc",
2464 "net/cert/trial_comparison_cert_verifier_util.cc",
2465 "net/cert/x509_cert_types.cc",
2466 "net/cert/x509_certificate.cc",
2467 "net/cert/x509_certificate_net_log_param.cc",
2468 "net/cert/x509_util.cc",
2469 "net/cert/x509_util_android.cc",
2470 "net/cert_net/cert_net_fetcher_url_request.cc",
2471 "net/cookies/canonical_cookie.cc",
2472 "net/cookies/cookie_access_delegate.cc",
2473 "net/cookies/cookie_access_result.cc",
2474 "net/cookies/cookie_change_dispatcher.cc",
2475 "net/cookies/cookie_constants.cc",
2476 "net/cookies/cookie_deletion_info.cc",
2477 "net/cookies/cookie_inclusion_status.cc",
2478 "net/cookies/cookie_monster.cc",
2479 "net/cookies/cookie_monster_change_dispatcher.cc",
2480 "net/cookies/cookie_monster_netlog_params.cc",
2481 "net/cookies/cookie_options.cc",
2482 "net/cookies/cookie_partition_key.cc",
2483 "net/cookies/cookie_partition_key_collection.cc",
2484 "net/cookies/cookie_store.cc",
2485 "net/cookies/cookie_util.cc",
2486 "net/cookies/parsed_cookie.cc",
2487 "net/cookies/site_for_cookies.cc",
2488 "net/cookies/static_cookie_policy.cc",
2489 "net/der/encode_values.cc",
2490 "net/der/input.cc",
2491 "net/der/parse_values.cc",
2492 "net/der/parser.cc",
2493 "net/der/tag.cc",
2494 "net/disk_cache/backend_cleanup_tracker.cc",
2495 "net/disk_cache/blockfile/addr.cc",
2496 "net/disk_cache/blockfile/backend_impl.cc",
2497 "net/disk_cache/blockfile/bitmap.cc",
2498 "net/disk_cache/blockfile/block_files.cc",
2499 "net/disk_cache/blockfile/disk_format.cc",
2500 "net/disk_cache/blockfile/entry_impl.cc",
2501 "net/disk_cache/blockfile/eviction.cc",
2502 "net/disk_cache/blockfile/file.cc",
2503 "net/disk_cache/blockfile/file_lock.cc",
2504 "net/disk_cache/blockfile/file_posix.cc",
2505 "net/disk_cache/blockfile/in_flight_backend_io.cc",
2506 "net/disk_cache/blockfile/in_flight_io.cc",
2507 "net/disk_cache/blockfile/mapped_file.cc",
2508 "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc",
2509 "net/disk_cache/blockfile/rankings.cc",
2510 "net/disk_cache/blockfile/sparse_control.cc",
2511 "net/disk_cache/blockfile/stats.cc",
2512 "net/disk_cache/cache_util.cc",
2513 "net/disk_cache/cache_util_posix.cc",
2514 "net/disk_cache/disk_cache.cc",
2515 "net/disk_cache/memory/mem_backend_impl.cc",
2516 "net/disk_cache/memory/mem_entry_impl.cc",
2517 "net/disk_cache/net_log_parameters.cc",
2518 "net/disk_cache/simple/post_doom_waiter.cc",
2519 "net/disk_cache/simple/simple_backend_impl.cc",
2520 "net/disk_cache/simple/simple_entry_format.cc",
2521 "net/disk_cache/simple/simple_entry_impl.cc",
2522 "net/disk_cache/simple/simple_entry_operation.cc",
2523 "net/disk_cache/simple/simple_file_enumerator.cc",
2524 "net/disk_cache/simple/simple_file_tracker.cc",
2525 "net/disk_cache/simple/simple_index.cc",
2526 "net/disk_cache/simple/simple_index_file.cc",
2527 "net/disk_cache/simple/simple_net_log_parameters.cc",
2528 "net/disk_cache/simple/simple_synchronous_entry.cc",
2529 "net/disk_cache/simple/simple_util.cc",
2530 "net/disk_cache/simple/simple_util_posix.cc",
2531 "net/disk_cache/simple/simple_version_upgrade.cc",
2532 "net/filter/brotli_source_stream.cc",
2533 "net/filter/filter_source_stream.cc",
2534 "net/filter/gzip_header.cc",
2535 "net/filter/gzip_source_stream.cc",
2536 "net/filter/source_stream.cc",
2537 "net/first_party_sets/addition_overlaps_union_find.cc",
2538 "net/first_party_sets/first_party_set_entry.cc",
2539 "net/first_party_sets/first_party_set_metadata.cc",
2540 "net/first_party_sets/first_party_sets_cache_filter.cc",
2541 "net/first_party_sets/first_party_sets_context_config.cc",
2542 "net/first_party_sets/global_first_party_sets.cc",
2543 "net/first_party_sets/same_party_context.cc",
2544 "net/http/alternative_service.cc",
2545 "net/http/bidirectional_stream.cc",
2546 "net/http/bidirectional_stream_impl.cc",
2547 "net/http/bidirectional_stream_request_info.cc",
2548 "net/http/broken_alternative_services.cc",
2549 "net/http/http_auth.cc",
2550 "net/http/http_auth_cache.cc",
2551 "net/http/http_auth_challenge_tokenizer.cc",
2552 "net/http/http_auth_controller.cc",
2553 "net/http/http_auth_filter.cc",
2554 "net/http/http_auth_handler.cc",
2555 "net/http/http_auth_handler_basic.cc",
2556 "net/http/http_auth_handler_digest.cc",
2557 "net/http/http_auth_handler_factory.cc",
2558 "net/http/http_auth_handler_negotiate.cc",
2559 "net/http/http_auth_handler_ntlm.cc",
2560 "net/http/http_auth_handler_ntlm_portable.cc",
2561 "net/http/http_auth_multi_round_parse.cc",
2562 "net/http/http_auth_ntlm_mechanism.cc",
2563 "net/http/http_auth_preferences.cc",
2564 "net/http/http_auth_scheme.cc",
2565 "net/http/http_basic_state.cc",
2566 "net/http/http_basic_stream.cc",
2567 "net/http/http_byte_range.cc",
2568 "net/http/http_cache.cc",
2569 "net/http/http_cache_lookup_manager.cc",
2570 "net/http/http_cache_transaction.cc",
2571 "net/http/http_cache_writers.cc",
2572 "net/http/http_chunked_decoder.cc",
2573 "net/http/http_content_disposition.cc",
2574 "net/http/http_log_util.cc",
2575 "net/http/http_network_layer.cc",
2576 "net/http/http_network_session.cc",
2577 "net/http/http_network_session_peer.cc",
2578 "net/http/http_network_transaction.cc",
2579 "net/http/http_proxy_client_socket.cc",
2580 "net/http/http_proxy_connect_job.cc",
2581 "net/http/http_raw_request_headers.cc",
2582 "net/http/http_request_headers.cc",
2583 "net/http/http_request_info.cc",
2584 "net/http/http_response_body_drainer.cc",
2585 "net/http/http_response_headers.cc",
2586 "net/http/http_response_info.cc",
2587 "net/http/http_security_headers.cc",
2588 "net/http/http_server_properties.cc",
2589 "net/http/http_server_properties_manager.cc",
2590 "net/http/http_status_code.cc",
2591 "net/http/http_stream_factory.cc",
2592 "net/http/http_stream_factory_job.cc",
2593 "net/http/http_stream_factory_job_controller.cc",
2594 "net/http/http_stream_parser.cc",
2595 "net/http/http_stream_request.cc",
2596 "net/http/http_util.cc",
2597 "net/http/http_vary_data.cc",
2598 "net/http/partial_data.cc",
2599 "net/http/proxy_client_socket.cc",
2600 "net/http/proxy_fallback.cc",
2601 "net/http/transport_security_persister.cc",
2602 "net/http/transport_security_state_source.cc",
2603 "net/http/url_security_manager.cc",
2604 "net/http/url_security_manager_posix.cc",
2605 "net/http/webfonts_histogram.cc",
2606 "net/log/file_net_log_observer.cc",
2607 "net/log/net_log.cc",
2608 "net/log/net_log_capture_mode.cc",
2609 "net/log/net_log_entry.cc",
2610 "net/log/net_log_event_type.cc",
2611 "net/log/net_log_source.cc",
2612 "net/log/net_log_util.cc",
2613 "net/log/net_log_values.cc",
2614 "net/log/net_log_with_source.cc",
2615 "net/log/trace_net_log_observer.cc",
2616 "net/network_error_logging/network_error_logging_service.cc",
2617 "net/nqe/cached_network_quality.cc",
2618 "net/nqe/effective_connection_type.cc",
2619 "net/nqe/event_creator.cc",
2620 "net/nqe/network_id.cc",
2621 "net/nqe/network_qualities_prefs_manager.cc",
2622 "net/nqe/network_quality.cc",
2623 "net/nqe/network_quality_estimator.cc",
2624 "net/nqe/network_quality_estimator_params.cc",
2625 "net/nqe/network_quality_estimator_util.cc",
2626 "net/nqe/network_quality_observation.cc",
2627 "net/nqe/network_quality_store.cc",
2628 "net/nqe/observation_buffer.cc",
2629 "net/nqe/pref_names.cc",
2630 "net/nqe/socket_watcher.cc",
2631 "net/nqe/socket_watcher_factory.cc",
2632 "net/nqe/throughput_analyzer.cc",
2633 "net/ntlm/ntlm.cc",
2634 "net/ntlm/ntlm_buffer_reader.cc",
2635 "net/ntlm/ntlm_buffer_writer.cc",
2636 "net/ntlm/ntlm_client.cc",
2637 "net/ntlm/ntlm_constants.cc",
2638 "net/proxy_resolution/configured_proxy_resolution_request.cc",
2639 "net/proxy_resolution/configured_proxy_resolution_service.cc",
2640 "net/proxy_resolution/dhcp_pac_file_fetcher.cc",
2641 "net/proxy_resolution/multi_threaded_proxy_resolver.cc",
2642 "net/proxy_resolution/network_delegate_error_observer.cc",
2643 "net/proxy_resolution/pac_file_data.cc",
2644 "net/proxy_resolution/pac_file_decider.cc",
2645 "net/proxy_resolution/pac_file_fetcher.cc",
2646 "net/proxy_resolution/pac_file_fetcher_impl.cc",
2647 "net/proxy_resolution/polling_proxy_config_service.cc",
2648 "net/proxy_resolution/proxy_bypass_rules.cc",
2649 "net/proxy_resolution/proxy_config.cc",
2650 "net/proxy_resolution/proxy_config_service.cc",
2651 "net/proxy_resolution/proxy_config_service_android.cc",
2652 "net/proxy_resolution/proxy_config_service_fixed.cc",
2653 "net/proxy_resolution/proxy_config_with_annotation.cc",
2654 "net/proxy_resolution/proxy_info.cc",
2655 "net/proxy_resolution/proxy_list.cc",
2656 "net/proxy_resolution/proxy_resolver_factory.cc",
2657 "net/quic/bidirectional_stream_quic_impl.cc",
2658 "net/quic/crypto/proof_source_chromium.cc",
2659 "net/quic/crypto/proof_verifier_chromium.cc",
2660 "net/quic/dedicated_web_transport_http3_client.cc",
2661 "net/quic/network_connection.cc",
2662 "net/quic/platform/impl/quic_chromium_clock.cc",
2663 "net/quic/properties_based_quic_server_info.cc",
2664 "net/quic/quic_address_mismatch.cc",
2665 "net/quic/quic_chromium_alarm_factory.cc",
2666 "net/quic/quic_chromium_client_session.cc",
2667 "net/quic/quic_chromium_client_stream.cc",
2668 "net/quic/quic_chromium_connection_helper.cc",
2669 "net/quic/quic_chromium_packet_reader.cc",
2670 "net/quic/quic_chromium_packet_writer.cc",
2671 "net/quic/quic_clock_skew_detector.cc",
2672 "net/quic/quic_connection_logger.cc",
2673 "net/quic/quic_connectivity_monitor.cc",
2674 "net/quic/quic_context.cc",
2675 "net/quic/quic_crypto_client_config_handle.cc",
2676 "net/quic/quic_crypto_client_stream_factory.cc",
2677 "net/quic/quic_event_logger.cc",
2678 "net/quic/quic_http3_logger.cc",
2679 "net/quic/quic_http_stream.cc",
2680 "net/quic/quic_http_utils.cc",
2681 "net/quic/quic_proxy_client_socket.cc",
2682 "net/quic/quic_server_info.cc",
2683 "net/quic/quic_session_key.cc",
2684 "net/quic/quic_stream_factory.cc",
2685 "net/quic/set_quic_flag.cc",
2686 "net/quic/web_transport_client.cc",
2687 "net/quic/web_transport_error.cc",
2688 "net/reporting/reporting_browsing_data_remover.cc",
2689 "net/reporting/reporting_cache.cc",
2690 "net/reporting/reporting_cache_impl.cc",
2691 "net/reporting/reporting_cache_observer.cc",
2692 "net/reporting/reporting_context.cc",
2693 "net/reporting/reporting_delegate.cc",
2694 "net/reporting/reporting_delivery_agent.cc",
2695 "net/reporting/reporting_endpoint.cc",
2696 "net/reporting/reporting_endpoint_manager.cc",
2697 "net/reporting/reporting_garbage_collector.cc",
2698 "net/reporting/reporting_header_parser.cc",
2699 "net/reporting/reporting_network_change_observer.cc",
2700 "net/reporting/reporting_policy.cc",
2701 "net/reporting/reporting_report.cc",
2702 "net/reporting/reporting_service.cc",
2703 "net/reporting/reporting_uploader.cc",
2704 "net/socket/client_socket_factory.cc",
2705 "net/socket/client_socket_handle.cc",
2706 "net/socket/client_socket_pool.cc",
2707 "net/socket/client_socket_pool_manager.cc",
2708 "net/socket/client_socket_pool_manager_impl.cc",
2709 "net/socket/connect_job.cc",
2710 "net/socket/connect_job_factory.cc",
2711 "net/socket/network_binding_client_socket_factory.cc",
2712 "net/socket/next_proto.cc",
2713 "net/socket/server_socket.cc",
2714 "net/socket/socket.cc",
2715 "net/socket/socket_bio_adapter.cc",
2716 "net/socket/socket_descriptor.cc",
2717 "net/socket/socket_net_log_params.cc",
2718 "net/socket/socket_options.cc",
2719 "net/socket/socket_posix.cc",
2720 "net/socket/socket_tag.cc",
2721 "net/socket/socks5_client_socket.cc",
2722 "net/socket/socks_client_socket.cc",
2723 "net/socket/socks_connect_job.cc",
2724 "net/socket/ssl_client_socket.cc",
2725 "net/socket/ssl_client_socket_impl.cc",
2726 "net/socket/ssl_connect_job.cc",
2727 "net/socket/ssl_server_socket_impl.cc",
2728 "net/socket/stream_socket.cc",
2729 "net/socket/tcp_client_socket.cc",
2730 "net/socket/tcp_server_socket.cc",
2731 "net/socket/tcp_socket_posix.cc",
2732 "net/socket/transport_client_socket.cc",
2733 "net/socket/transport_client_socket_pool.cc",
2734 "net/socket/transport_connect_job.cc",
2735 "net/socket/transport_connect_sub_job.cc",
2736 "net/socket/udp_client_socket.cc",
2737 "net/socket/udp_net_log_parameters.cc",
2738 "net/socket/udp_server_socket.cc",
2739 "net/socket/udp_socket_global_limits.cc",
2740 "net/socket/udp_socket_posix.cc",
2741 "net/socket/unix_domain_client_socket_posix.cc",
2742 "net/socket/unix_domain_server_socket_posix.cc",
2743 "net/socket/websocket_endpoint_lock_manager.cc",
2744 "net/socket/websocket_transport_client_socket_pool.cc",
2745 "net/spdy/alps_decoder.cc",
2746 "net/spdy/bidirectional_stream_spdy_impl.cc",
2747 "net/spdy/buffered_spdy_framer.cc",
2748 "net/spdy/header_coalescer.cc",
2749 "net/spdy/http2_priority_dependencies.cc",
2750 "net/spdy/http2_push_promise_index.cc",
2751 "net/spdy/multiplexed_http_stream.cc",
2752 "net/spdy/multiplexed_session.cc",
2753 "net/spdy/spdy_buffer.cc",
2754 "net/spdy/spdy_buffer_producer.cc",
2755 "net/spdy/spdy_http_stream.cc",
2756 "net/spdy/spdy_http_utils.cc",
2757 "net/spdy/spdy_log_util.cc",
2758 "net/spdy/spdy_proxy_client_socket.cc",
2759 "net/spdy/spdy_read_queue.cc",
2760 "net/spdy/spdy_session.cc",
2761 "net/spdy/spdy_session_key.cc",
2762 "net/spdy/spdy_session_pool.cc",
2763 "net/spdy/spdy_stream.cc",
2764 "net/spdy/spdy_write_queue.cc",
2765 "net/ssl/cert_compression.cc",
2766 "net/ssl/client_cert_identity.cc",
2767 "net/ssl/openssl_ssl_util.cc",
2768 "net/ssl/ssl_cert_request_info.cc",
2769 "net/ssl/ssl_cipher_suite_names.cc",
2770 "net/ssl/ssl_client_auth_cache.cc",
2771 "net/ssl/ssl_client_session_cache.cc",
2772 "net/ssl/ssl_config.cc",
2773 "net/ssl/ssl_config_service.cc",
2774 "net/ssl/ssl_config_service_defaults.cc",
2775 "net/ssl/ssl_info.cc",
2776 "net/ssl/ssl_key_logger.cc",
2777 "net/ssl/ssl_key_logger_impl.cc",
2778 "net/ssl/ssl_platform_key_android.cc",
2779 "net/ssl/ssl_platform_key_util.cc",
2780 "net/ssl/ssl_private_key.cc",
2781 "net/ssl/ssl_server_config.cc",
2782 "net/ssl/threaded_ssl_private_key.cc",
2783 "net/url_request/redirect_info.cc",
2784 "net/url_request/redirect_util.cc",
2785 "net/url_request/report_sender.cc",
2786 "net/url_request/static_http_user_agent_settings.cc",
2787 "net/url_request/url_request.cc",
2788 "net/url_request/url_request_context.cc",
2789 "net/url_request/url_request_context_builder.cc",
2790 "net/url_request/url_request_context_getter.cc",
2791 "net/url_request/url_request_error_job.cc",
2792 "net/url_request/url_request_filter.cc",
2793 "net/url_request/url_request_http_job.cc",
2794 "net/url_request/url_request_interceptor.cc",
2795 "net/url_request/url_request_job.cc",
2796 "net/url_request/url_request_job_factory.cc",
2797 "net/url_request/url_request_netlog_params.cc",
2798 "net/url_request/url_request_redirect_job.cc",
2799 "net/url_request/url_request_throttler_entry.cc",
2800 "net/url_request/url_request_throttler_manager.cc",
2801 "net/url_request/view_cache_helper.cc",
2802 "net/url_request/websocket_handshake_userdata_key.cc",
2803 ],
2804 shared_libs: [
2805 "libandroid",
2806 "liblog",
2807 ],
2808 static_libs: [
2809 "cronet_aml_base_base",
2810 "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations",
2811 "cronet_aml_crypto_crypto",
2812 "cronet_aml_net_isolation_info_proto",
2813 "cronet_aml_net_net_nqe_proto",
2814 "cronet_aml_net_preload_decoder",
2815 "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto",
2816 "cronet_aml_net_third_party_quiche_quiche",
2817 "cronet_aml_net_uri_template",
2818 "cronet_aml_third_party_boringssl_boringssl",
2819 "cronet_aml_third_party_brotli_dec",
2820 "cronet_aml_third_party_protobuf_protobuf_lite",
2821 "cronet_aml_third_party_zlib_zlib",
2822 "cronet_aml_url_url",
2823 ],
2824 generated_headers: [
2825 "cronet_aml_base_debugging_buildflags",
2826 "cronet_aml_base_logging_buildflags",
2827 "cronet_aml_build_branding_buildflags",
2828 "cronet_aml_build_chromeos_buildflags",
2829 "cronet_aml_net_buildflags",
2830 "cronet_aml_net_ios_cronet_buildflags",
2831 "cronet_aml_net_net_jni_headers",
2832 "cronet_aml_tools_grit_grit_sources",
2833 "cronet_aml_tools_gritsettings_default_resource_ids",
2834 "cronet_aml_url_buildflags",
2835 ],
2836 export_generated_headers: [
2837 "cronet_aml_base_debugging_buildflags",
2838 "cronet_aml_base_logging_buildflags",
2839 "cronet_aml_build_branding_buildflags",
2840 "cronet_aml_build_chromeos_buildflags",
2841 "cronet_aml_net_buildflags",
2842 "cronet_aml_net_ios_cronet_buildflags",
2843 "cronet_aml_net_net_jni_headers",
2844 "cronet_aml_tools_grit_grit_sources",
2845 "cronet_aml_tools_gritsettings_default_resource_ids",
2846 "cronet_aml_url_buildflags",
2847 ],
2848 defaults: [
2849 "cronet_aml_defaults",
2850 ],
2851 cflags: [
2852 "-DANDROID",
2853 "-DANDROID_NDK_VERSION_ROLL=r23_1",
2854 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
2855 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
2856 "-DDCHECK_ALWAYS_ON=1",
2857 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
2858 "-DENABLE_BUILT_IN_DNS",
2859 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
2860 "-DGOOGLE_PROTOBUF_NO_RTTI",
2861 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
2862 "-DHAVE_PTHREAD",
2863 "-DHAVE_SYS_UIO_H",
2864 "-DNET_IMPLEMENTATION",
2865 "-D_DEBUG",
2866 "-D_GNU_SOURCE",
2867 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
2868 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
2869 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
2870 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
2871 "-D__STDC_CONSTANT_MACROS",
2872 "-D__STDC_FORMAT_MACROS",
2873 ],
2874 local_include_dirs: [
2875 "./",
2876 "buildtools/third_party/libc++/",
2877 "buildtools/third_party/libc++/trunk/include",
2878 "buildtools/third_party/libc++abi/trunk/include",
2879 "net/third_party/quiche/overrides/",
2880 "net/third_party/quiche/src/",
2881 "net/third_party/quiche/src/quiche/common/platform/default/",
2882 "third_party/abseil-cpp/",
2883 "third_party/boringssl/src/include/",
2884 "third_party/brotli/include/",
2885 "third_party/protobuf/src/",
2886 "third_party/zlib/",
2887 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
2888 ],
2889 header_libs: [
2890 "jni_headers",
2891 ],
2892 cpp_std: "c++20",
2893}
2894
2895// GN: //net:net_deps
2896filegroup {
2897 name: "cronet_aml_net_net_deps",
2898}
2899
2900// GN: //net:net_export_header
2901filegroup {
2902 name: "cronet_aml_net_net_export_header",
2903}
2904
2905// GN: //net:net_jni_headers
2906genrule {
2907 name: "cronet_aml_net_net_jni_headers",
2908 srcs: [
2909 "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java",
2910 "net/android/java/src/org/chromium/net/AndroidKeyStore.java",
2911 "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java",
2912 "net/android/java/src/org/chromium/net/AndroidTrafficStats.java",
2913 "net/android/java/src/org/chromium/net/DnsStatus.java",
2914 "net/android/java/src/org/chromium/net/GURLUtils.java",
2915 "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java",
2916 "net/android/java/src/org/chromium/net/HttpUtil.java",
2917 "net/android/java/src/org/chromium/net/NetStringUtil.java",
2918 "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java",
2919 "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java",
2920 "net/android/java/src/org/chromium/net/ProxyChangeListener.java",
2921 "net/android/java/src/org/chromium/net/X509Util.java",
2922 ],
2923 cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " +
2924 "long " +
2925 " " +
2926 " " +
2927 "--output_dir " +
2928 "$(genDir)/net/net_jni_headers " +
2929 "--includes " +
2930 "base/android/jni_generator/jni_generator_helper.h " +
2931 "--use_proxy_hash " +
2932 "--output_name " +
2933 "AndroidCertVerifyResult_jni.h " +
2934 "--output_name " +
2935 "AndroidKeyStore_jni.h " +
2936 "--output_name " +
2937 "AndroidNetworkLibrary_jni.h " +
2938 "--output_name " +
2939 "AndroidTrafficStats_jni.h " +
2940 "--output_name " +
2941 "DnsStatus_jni.h " +
2942 "--output_name " +
2943 "GURLUtils_jni.h " +
2944 "--output_name " +
2945 "HttpNegotiateAuthenticator_jni.h " +
2946 "--output_name " +
2947 "HttpUtil_jni.h " +
2948 "--output_name " +
2949 "NetStringUtil_jni.h " +
2950 "--output_name " +
2951 "NetworkActiveNotifier_jni.h " +
2952 "--output_name " +
2953 "NetworkChangeNotifier_jni.h " +
2954 "--output_name " +
2955 "ProxyChangeListener_jni.h " +
2956 "--output_name " +
2957 "X509Util_jni.h " +
2958 "--input_file " +
2959 "$(location net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java) " +
2960 "--input_file " +
2961 "$(location net/android/java/src/org/chromium/net/AndroidKeyStore.java) " +
2962 "--input_file " +
2963 "$(location net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java) " +
2964 "--input_file " +
2965 "$(location net/android/java/src/org/chromium/net/AndroidTrafficStats.java) " +
2966 "--input_file " +
2967 "$(location net/android/java/src/org/chromium/net/DnsStatus.java) " +
2968 "--input_file " +
2969 "$(location net/android/java/src/org/chromium/net/GURLUtils.java) " +
2970 "--input_file " +
2971 "$(location net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java) " +
2972 "--input_file " +
2973 "$(location net/android/java/src/org/chromium/net/HttpUtil.java) " +
2974 "--input_file " +
2975 "$(location net/android/java/src/org/chromium/net/NetStringUtil.java) " +
2976 "--input_file " +
2977 "$(location net/android/java/src/org/chromium/net/NetworkActiveNotifier.java) " +
2978 "--input_file " +
2979 "$(location net/android/java/src/org/chromium/net/NetworkChangeNotifier.java) " +
2980 "--input_file " +
2981 "$(location net/android/java/src/org/chromium/net/ProxyChangeListener.java) " +
2982 "--input_file " +
2983 "$(location net/android/java/src/org/chromium/net/X509Util.java)",
2984 out: [
2985 "net/net_jni_headers/AndroidCertVerifyResult_jni.h",
2986 "net/net_jni_headers/AndroidKeyStore_jni.h",
2987 "net/net_jni_headers/AndroidNetworkLibrary_jni.h",
2988 "net/net_jni_headers/AndroidTrafficStats_jni.h",
2989 "net/net_jni_headers/DnsStatus_jni.h",
2990 "net/net_jni_headers/GURLUtils_jni.h",
2991 "net/net_jni_headers/HttpNegotiateAuthenticator_jni.h",
2992 "net/net_jni_headers/HttpUtil_jni.h",
2993 "net/net_jni_headers/NetStringUtil_jni.h",
2994 "net/net_jni_headers/NetworkActiveNotifier_jni.h",
2995 "net/net_jni_headers/NetworkChangeNotifier_jni.h",
2996 "net/net_jni_headers/ProxyChangeListener_jni.h",
2997 "net/net_jni_headers/X509Util_jni.h",
2998 ],
2999 tool_files: [
3000 "base/android/jni_generator/jni_generator.py",
3001 "build/android/gyp/util/__init__.py",
3002 "build/android/gyp/util/build_utils.py",
3003 "build/gn_helpers.py",
3004 ],
3005}
3006
3007// GN: //net:net_nqe_proto
3008cc_library_static {
3009 name: "cronet_aml_net_net_nqe_proto",
3010 srcs: [
3011 ":cronet_aml_net_net_export_header",
Patrick Rohrcb035942022-11-01 12:12:52 -07003012 ],
3013 shared_libs: [
3014 "liblog",
3015 ],
3016 static_libs: [
3017 "cronet_aml_third_party_protobuf_protobuf_lite",
3018 ],
Motomu Utsumic6277d92022-11-07 15:15:17 +09003019 generated_headers: [
3020 "cronet_aml_net_net_nqe_proto_gen_headers",
3021 ],
3022 export_generated_headers: [
3023 "cronet_aml_net_net_nqe_proto_gen_headers",
3024 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003025 defaults: [
3026 "cronet_aml_defaults",
3027 ],
3028 cflags: [
3029 "-DANDROID",
3030 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3031 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3032 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3033 "-DDCHECK_ALWAYS_ON=1",
3034 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3035 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3036 "-DGOOGLE_PROTOBUF_NO_RTTI",
3037 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3038 "-DHAVE_PTHREAD",
3039 "-DHAVE_SYS_UIO_H",
3040 "-DNET_IMPLEMENTATION",
3041 "-D_DEBUG",
3042 "-D_GNU_SOURCE",
3043 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3044 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3045 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3046 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3047 "-D__STDC_CONSTANT_MACROS",
3048 "-D__STDC_FORMAT_MACROS",
3049 ],
3050 local_include_dirs: [
3051 "./",
3052 "buildtools/third_party/libc++/",
3053 "buildtools/third_party/libc++/trunk/include",
3054 "buildtools/third_party/libc++abi/trunk/include",
3055 "third_party/protobuf/src/",
3056 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3057 ],
3058 cpp_std: "c++20",
3059}
3060
3061// GN: //net:net_nqe_proto_gen
3062genrule {
3063 name: "cronet_aml_net_net_nqe_proto_gen",
3064 srcs: [
Motomu Utsumieec51832022-11-04 19:02:09 +09003065 "net/base/net_export.h",
Patrick Rohrcb035942022-11-01 12:12:52 -07003066 "net/nqe/proto/network_id_proto.proto",
3067 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003068 tools: [
3069 "aprotoc",
3070 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003071 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) network_id_proto.proto " +
3072 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003073 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003074 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09003075 "`dirname $(location net/nqe/proto/network_id_proto.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003076 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09003077 "$(genDir)/net/nqe/proto " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003078 "--cc-options " +
Motomu Utsumi667bc0f2022-11-04 18:55:46 +09003079 "dllexport_decl=NET_EXPORT_PRIVATE: " +
3080 " " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003081 "--include " +
Motomu Utsumieec51832022-11-04 19:02:09 +09003082 "$(location net/base/net_export.h) " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09003083 " " +
3084 "",
Patrick Rohrcb035942022-11-01 12:12:52 -07003085 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003086 "net/nqe/proto/network_id_proto.pb.cc",
Motomu Utsumic6277d92022-11-07 15:15:17 +09003087 ],
3088 tool_files: [
3089 "tools/protoc_wrapper/protoc_wrapper.py",
3090 ],
3091}
3092
3093// GN: //net:net_nqe_proto_gen
3094genrule {
3095 name: "cronet_aml_net_net_nqe_proto_gen_headers",
3096 srcs: [
3097 "net/base/net_export.h",
3098 "net/nqe/proto/network_id_proto.proto",
3099 ],
3100 tools: [
3101 "aprotoc",
3102 ],
3103 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) network_id_proto.proto " +
3104 "--protoc " +
3105 "$(location aprotoc) " +
3106 "--proto-in-dir " +
3107 "`dirname $(location net/nqe/proto/network_id_proto.proto)` " +
3108 "--cc-out-dir " +
3109 "$(genDir)/net/nqe/proto " +
3110 "--cc-options " +
3111 "dllexport_decl=NET_EXPORT_PRIVATE: " +
3112 " " +
3113 "--include " +
3114 "$(location net/base/net_export.h) " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09003115 " " +
3116 "",
Motomu Utsumic6277d92022-11-07 15:15:17 +09003117 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003118 "net/nqe/proto/network_id_proto.pb.h",
3119 ],
3120 tool_files: [
3121 "tools/protoc_wrapper/protoc_wrapper.py",
3122 ],
3123}
3124
3125// GN: //net:net_public_deps
3126filegroup {
3127 name: "cronet_aml_net_net_public_deps",
3128}
3129
3130// GN: //net:net_resources
3131filegroup {
3132 name: "cronet_aml_net_net_resources",
3133}
3134
3135// GN: //net:net_resources_grit
3136genrule {
3137 name: "cronet_aml_net_net_resources_grit",
3138 cmd: "$(location tools/grit/grit.py) -i " +
3139 "../../net/base/net_resources.grd " +
3140 "build " +
3141 "-o " +
3142 "gen/net " +
3143 "--depdir " +
3144 ". " +
3145 "--depfile " +
3146 "gen/net/net_resources_grit.d " +
3147 "--write-only-new " +
3148 "1 " +
3149 "--depend-on-stamp " +
3150 "-D " +
3151 "DEVTOOLS_GRD_PATH " +
3152 "gen/third_party/devtools-frontend/src/front_end/devtools_resources " +
3153 "-D " +
3154 "SHARED_INTERMEDIATE_DIR " +
3155 "gen " +
3156 "-D " +
3157 "_google_chrome " +
3158 "false " +
3159 "-D " +
3160 "_google_chrome_for_testing " +
3161 "false " +
3162 "-D " +
3163 "chromeos_ash " +
3164 "false " +
3165 "-D " +
3166 "chromeos_lacros " +
3167 "false " +
3168 "-D " +
3169 "reven " +
3170 "false " +
3171 "-D " +
3172 "toolkit_views " +
3173 "false " +
3174 "-D " +
3175 "use_aura " +
3176 "false " +
3177 "-D " +
3178 "use_ozone " +
3179 "false " +
3180 "-D " +
3181 "use_titlecase " +
3182 "false " +
3183 "-E " +
3184 "root_gen_dir " +
3185 "gen " +
3186 "-E " +
3187 "root_src_dir " +
3188 "../../ " +
3189 "-E " +
3190 "CHROMIUM_BUILD " +
3191 "chromium " +
3192 "-E " +
3193 "ANDROID_JAVA_TAGGED_ONLY " +
3194 "true " +
3195 "-t " +
3196 "android " +
3197 "-f " +
3198 "gen/tools/gritsettings/default_resource_ids " +
3199 "--assert-file-list " +
3200 "obj/net/net_resources_expected_outputs.txt",
3201 out: [
3202 "net/grit/net_resources.h",
3203 "net/net_resources.pak",
3204 "net/net_resources.pak.info",
3205 "net/net_resources_grit.d.stamp",
3206 ],
3207 tool_files: [
3208 "net/base/net_resources.grd",
3209 "out/test/gen/tools/gritsettings/default_resource_ids",
3210 "out/test/obj/net/net_resources_expected_outputs.txt",
3211 "tools/grit/grit.py",
3212 ],
3213}
3214
3215// GN: //net:preload_decoder
3216cc_library_static {
3217 name: "cronet_aml_net_preload_decoder",
3218 srcs: [
3219 "net/extras/preload_data/decoder.cc",
3220 ],
3221 shared_libs: [
3222 "libandroid",
3223 "liblog",
3224 ],
3225 static_libs: [
3226 "cronet_aml_base_base",
3227 ],
3228 defaults: [
3229 "cronet_aml_defaults",
3230 ],
3231 cflags: [
3232 "-DANDROID",
3233 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3234 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3235 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3236 "-DDCHECK_ALWAYS_ON=1",
3237 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3238 "-DHAVE_SYS_UIO_H",
3239 "-D_DEBUG",
3240 "-D_GNU_SOURCE",
3241 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3242 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3243 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3244 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3245 "-D__STDC_CONSTANT_MACROS",
3246 "-D__STDC_FORMAT_MACROS",
3247 ],
3248 local_include_dirs: [
3249 "./",
3250 "buildtools/third_party/libc++/",
3251 "buildtools/third_party/libc++/trunk/include",
3252 "buildtools/third_party/libc++abi/trunk/include",
3253 "third_party/abseil-cpp/",
3254 "third_party/boringssl/src/include/",
3255 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3256 ],
3257 cpp_std: "c++20",
3258}
3259
3260// GN: //net/third_party/quiche:net_quic_proto
3261cc_library_static {
3262 name: "cronet_aml_net_third_party_quiche_net_quic_proto",
Patrick Rohrcb035942022-11-01 12:12:52 -07003263 shared_libs: [
3264 "libandroid",
3265 "liblog",
3266 ],
3267 static_libs: [
3268 "cronet_aml_base_base",
3269 "cronet_aml_third_party_protobuf_protobuf_lite",
3270 ],
Motomu Utsumic6277d92022-11-07 15:15:17 +09003271 generated_headers: [
3272 "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers",
3273 ],
3274 export_generated_headers: [
3275 "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers",
3276 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003277 defaults: [
3278 "cronet_aml_defaults",
3279 ],
3280 cflags: [
3281 "-DANDROID",
3282 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3283 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3284 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3285 "-DDCHECK_ALWAYS_ON=1",
3286 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3287 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3288 "-DGOOGLE_PROTOBUF_NO_RTTI",
3289 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3290 "-DHAVE_PTHREAD",
3291 "-DHAVE_SYS_UIO_H",
3292 "-DIS_QUICHE_IMPL",
3293 "-D_DEBUG",
3294 "-D_GNU_SOURCE",
3295 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3296 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3297 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3298 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3299 "-D__STDC_CONSTANT_MACROS",
3300 "-D__STDC_FORMAT_MACROS",
3301 ],
3302 local_include_dirs: [
3303 "./",
3304 "buildtools/third_party/libc++/",
3305 "buildtools/third_party/libc++/trunk/include",
3306 "buildtools/third_party/libc++abi/trunk/include",
3307 "third_party/abseil-cpp/",
3308 "third_party/boringssl/src/include/",
3309 "third_party/protobuf/src/",
3310 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3311 ],
3312 cpp_std: "c++20",
3313}
3314
3315// GN: //net/third_party/quiche:net_quic_proto_gen
3316genrule {
3317 name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen",
3318 srcs: [
Motomu Utsumieec51832022-11-04 19:02:09 +09003319 "base/component_export.h",
Patrick Rohrcb035942022-11-01 12:12:52 -07003320 "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto",
3321 "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto",
3322 "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto",
3323 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003324 tools: [
3325 "aprotoc",
3326 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003327 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) quiche/quic/core/proto/cached_network_parameters.proto " +
3328 "quiche/quic/core/proto/crypto_server_config.proto " +
3329 "quiche/quic/core/proto/source_address_token.proto " +
3330 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003331 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003332 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09003333 "`dirname $(location net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto)`/../../../../ " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003334 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09003335 "$(genDir)/net/third_party/quiche/src " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003336 "--cc-options " +
Motomu Utsumi667bc0f2022-11-04 18:55:46 +09003337 "dllexport_decl=COMPONENT_EXPORT(QUICHE): " +
3338 " " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003339 "--include " +
Motomu Utsumieec51832022-11-04 19:02:09 +09003340 "$(location base/component_export.h) " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09003341 " " +
3342 "",
Patrick Rohrcb035942022-11-01 12:12:52 -07003343 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003344 "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc",
Patrick Rohrcb035942022-11-01 12:12:52 -07003345 "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc",
Patrick Rohrcb035942022-11-01 12:12:52 -07003346 "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.cc",
Motomu Utsumic6277d92022-11-07 15:15:17 +09003347 ],
3348 tool_files: [
3349 "tools/protoc_wrapper/protoc_wrapper.py",
3350 ],
3351}
3352
3353// GN: //net/third_party/quiche:net_quic_proto_gen
3354genrule {
3355 name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers",
3356 srcs: [
3357 "base/component_export.h",
3358 "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto",
3359 "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto",
3360 "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto",
3361 ],
3362 tools: [
3363 "aprotoc",
3364 ],
3365 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) quiche/quic/core/proto/cached_network_parameters.proto " +
3366 "quiche/quic/core/proto/crypto_server_config.proto " +
3367 "quiche/quic/core/proto/source_address_token.proto " +
3368 "--protoc " +
3369 "$(location aprotoc) " +
3370 "--proto-in-dir " +
3371 "`dirname $(location net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto)`/../../../../ " +
3372 "--cc-out-dir " +
3373 "$(genDir)/net/third_party/quiche/src " +
3374 "--cc-options " +
3375 "dllexport_decl=COMPONENT_EXPORT(QUICHE): " +
3376 " " +
3377 "--include " +
3378 "$(location base/component_export.h) " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09003379 " " +
3380 "",
Motomu Utsumic6277d92022-11-07 15:15:17 +09003381 out: [
3382 "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.h",
3383 "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.h",
Patrick Rohrcb035942022-11-01 12:12:52 -07003384 "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.h",
3385 ],
3386 tool_files: [
3387 "tools/protoc_wrapper/protoc_wrapper.py",
3388 ],
3389}
3390
3391// GN: //net/third_party/quiche:net_quic_test_tools_proto
3392cc_library_static {
3393 name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto",
3394 srcs: [
3395 ":cronet_aml_net_net_export_header",
Patrick Rohrcb035942022-11-01 12:12:52 -07003396 ],
3397 shared_libs: [
3398 "liblog",
3399 ],
3400 static_libs: [
3401 "cronet_aml_third_party_protobuf_protobuf_lite",
3402 ],
Motomu Utsumic6277d92022-11-07 15:15:17 +09003403 generated_headers: [
3404 "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers",
3405 ],
3406 export_generated_headers: [
3407 "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers",
3408 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003409 defaults: [
3410 "cronet_aml_defaults",
3411 ],
3412 cflags: [
3413 "-DANDROID",
3414 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3415 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3416 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3417 "-DDCHECK_ALWAYS_ON=1",
3418 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3419 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3420 "-DGOOGLE_PROTOBUF_NO_RTTI",
3421 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3422 "-DHAVE_PTHREAD",
3423 "-DHAVE_SYS_UIO_H",
3424 "-DNET_IMPLEMENTATION",
3425 "-D_DEBUG",
3426 "-D_GNU_SOURCE",
3427 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3428 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3429 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3430 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3431 "-D__STDC_CONSTANT_MACROS",
3432 "-D__STDC_FORMAT_MACROS",
3433 ],
3434 local_include_dirs: [
3435 "./",
3436 "buildtools/third_party/libc++/",
3437 "buildtools/third_party/libc++/trunk/include",
3438 "buildtools/third_party/libc++abi/trunk/include",
3439 "third_party/protobuf/src/",
3440 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3441 ],
3442 cpp_std: "c++20",
3443}
3444
3445// GN: //net/third_party/quiche:net_quic_test_tools_proto_gen
3446genrule {
3447 name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen",
3448 srcs: [
Motomu Utsumieec51832022-11-04 19:02:09 +09003449 "net/base/net_export.h",
Patrick Rohrcb035942022-11-01 12:12:52 -07003450 "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto",
3451 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003452 tools: [
3453 "aprotoc",
3454 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003455 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) send_algorithm_test_result.proto " +
3456 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003457 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003458 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09003459 "`dirname $(location net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003460 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09003461 "$(genDir)/net/third_party/quiche/src/quiche/quic/test_tools " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003462 "--cc-options " +
Motomu Utsumi667bc0f2022-11-04 18:55:46 +09003463 "dllexport_decl=NET_EXPORT_PRIVATE: " +
3464 " " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003465 "--include " +
Motomu Utsumieec51832022-11-04 19:02:09 +09003466 "$(location net/base/net_export.h) " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09003467 " " +
3468 "",
Patrick Rohrcb035942022-11-01 12:12:52 -07003469 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003470 "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.cc",
Motomu Utsumic6277d92022-11-07 15:15:17 +09003471 ],
3472 tool_files: [
3473 "tools/protoc_wrapper/protoc_wrapper.py",
3474 ],
3475}
3476
3477// GN: //net/third_party/quiche:net_quic_test_tools_proto_gen
3478genrule {
3479 name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers",
3480 srcs: [
3481 "net/base/net_export.h",
3482 "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto",
3483 ],
3484 tools: [
3485 "aprotoc",
3486 ],
3487 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) send_algorithm_test_result.proto " +
3488 "--protoc " +
3489 "$(location aprotoc) " +
3490 "--proto-in-dir " +
3491 "`dirname $(location net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto)` " +
3492 "--cc-out-dir " +
3493 "$(genDir)/net/third_party/quiche/src/quiche/quic/test_tools " +
3494 "--cc-options " +
3495 "dllexport_decl=NET_EXPORT_PRIVATE: " +
3496 " " +
3497 "--include " +
3498 "$(location net/base/net_export.h) " +
Motomu Utsumi1b02c502022-11-07 16:01:30 +09003499 " " +
3500 "",
Motomu Utsumic6277d92022-11-07 15:15:17 +09003501 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003502 "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.h",
3503 ],
3504 tool_files: [
3505 "tools/protoc_wrapper/protoc_wrapper.py",
3506 ],
3507}
3508
3509// GN: //net/third_party/quiche:quiche
3510cc_library_static {
3511 name: "cronet_aml_net_third_party_quiche_quiche",
3512 srcs: [
3513 ":cronet_aml_third_party_abseil_cpp_absl",
3514 ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm",
3515 ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container",
3516 ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook",
3517 ":cronet_aml_third_party_abseil_cpp_absl_base_base",
3518 ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal",
3519 ":cronet_aml_third_party_abseil_cpp_absl_base_config",
3520 ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers",
3521 ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal",
3522 ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations",
3523 ":cronet_aml_third_party_abseil_cpp_absl_base_endian",
3524 ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver",
3525 ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id",
3526 ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity",
3527 ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal",
3528 ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch",
3529 ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal",
3530 ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait",
3531 ":cronet_aml_third_party_abseil_cpp_absl_base_strerror",
3532 ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate",
3533 ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup",
3534 ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal",
3535 ":cronet_aml_third_party_abseil_cpp_absl_container_btree",
3536 ":cronet_aml_third_party_abseil_cpp_absl_container_common",
3537 ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits",
3538 ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple",
3539 ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory",
3540 ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array",
3541 ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map",
3542 ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set",
3543 ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults",
3544 ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits",
3545 ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks",
3546 ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler",
3547 ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector",
3548 ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal",
3549 ":cronet_aml_third_party_abseil_cpp_absl_container_layout",
3550 ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map",
3551 ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set",
3552 ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy",
3553 ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map",
3554 ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set",
3555 ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal",
3556 ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal",
3557 ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack",
3558 ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler",
3559 ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace",
3560 ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize",
3561 ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable",
3562 ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front",
3563 ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref",
3564 ":cronet_aml_third_party_abseil_cpp_absl_hash_city",
3565 ":cronet_aml_third_party_abseil_cpp_absl_hash_hash",
3566 ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash",
3567 ":cronet_aml_third_party_abseil_cpp_absl_memory_memory",
3568 ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits",
3569 ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits",
3570 ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128",
3571 ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation",
3572 ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased",
3573 ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder",
3574 ":cronet_aml_third_party_abseil_cpp_absl_random_distributions",
3575 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller",
3576 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits",
3577 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath",
3578 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real",
3579 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver",
3580 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base",
3581 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine",
3582 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform",
3583 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg",
3584 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen",
3585 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine",
3586 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes",
3587 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl",
3588 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow",
3589 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq",
3590 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material",
3591 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits",
3592 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper",
3593 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply",
3594 ":cronet_aml_third_party_abseil_cpp_absl_random_random",
3595 ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception",
3596 ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences",
3597 ":cronet_aml_third_party_abseil_cpp_absl_status_status",
3598 ":cronet_aml_third_party_abseil_cpp_absl_status_statusor",
3599 ":cronet_aml_third_party_abseil_cpp_absl_strings_cord",
3600 ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal",
3601 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions",
3602 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle",
3603 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info",
3604 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics",
3605 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope",
3606 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker",
3607 ":cronet_aml_third_party_abseil_cpp_absl_strings_internal",
3608 ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format",
3609 ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal",
3610 ":cronet_aml_third_party_abseil_cpp_absl_strings_strings",
3611 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal",
3612 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal",
3613 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization",
3614 ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time",
3615 ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone",
3616 ":cronet_aml_third_party_abseil_cpp_absl_time_time",
3617 ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access",
3618 ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access",
3619 ":cronet_aml_third_party_abseil_cpp_absl_types_compare",
3620 ":cronet_aml_third_party_abseil_cpp_absl_types_optional",
3621 ":cronet_aml_third_party_abseil_cpp_absl_types_span",
3622 ":cronet_aml_third_party_abseil_cpp_absl_types_variant",
3623 ":cronet_aml_third_party_abseil_cpp_absl_utility_utility",
3624 "net/third_party/quiche/overrides/quiche_platform_impl/quiche_mutex_impl.cc",
3625 "net/third_party/quiche/overrides/quiche_platform_impl/quiche_time_utils_impl.cc",
3626 "net/third_party/quiche/overrides/quiche_platform_impl/quiche_url_utils_impl.cc",
3627 "net/third_party/quiche/src/quiche/common/platform/api/quiche_hostname_utils.cc",
3628 "net/third_party/quiche/src/quiche/common/platform/api/quiche_mutex.cc",
3629 "net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc",
3630 "net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.cc",
3631 "net/third_party/quiche/src/quiche/common/quiche_crypto_logging.cc",
3632 "net/third_party/quiche/src/quiche/common/quiche_data_reader.cc",
3633 "net/third_party/quiche/src/quiche/common/quiche_data_writer.cc",
3634 "net/third_party/quiche/src/quiche/common/quiche_ip_address.cc",
3635 "net/third_party/quiche/src/quiche/common/quiche_ip_address_family.cc",
3636 "net/third_party/quiche/src/quiche/common/quiche_mem_slice_storage.cc",
3637 "net/third_party/quiche/src/quiche/common/quiche_random.cc",
3638 "net/third_party/quiche/src/quiche/common/quiche_text_utils.cc",
3639 "net/third_party/quiche/src/quiche/common/simple_buffer_allocator.cc",
3640 "net/third_party/quiche/src/quiche/common/structured_headers.cc",
3641 "net/third_party/quiche/src/quiche/http2/adapter/event_forwarder.cc",
3642 "net/third_party/quiche/src/quiche/http2/adapter/header_validator.cc",
3643 "net/third_party/quiche/src/quiche/http2/adapter/http2_protocol.cc",
3644 "net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc",
3645 "net/third_party/quiche/src/quiche/http2/adapter/noop_header_validator.cc",
3646 "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_adapter.cc",
3647 "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_session.cc",
3648 "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_util.cc",
3649 "net/third_party/quiche/src/quiche/http2/adapter/window_manager.cc",
3650 "net/third_party/quiche/src/quiche/http2/core/http2_trace_logging.cc",
3651 "net/third_party/quiche/src/quiche/http2/decoder/decode_buffer.cc",
3652 "net/third_party/quiche/src/quiche/http2/decoder/decode_http2_structures.cc",
3653 "net/third_party/quiche/src/quiche/http2/decoder/decode_status.cc",
3654 "net/third_party/quiche/src/quiche/http2/decoder/frame_decoder_state.cc",
3655 "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder.cc",
3656 "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder_listener.cc",
3657 "net/third_party/quiche/src/quiche/http2/decoder/http2_structure_decoder.cc",
3658 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc",
3659 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc",
3660 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/data_payload_decoder.cc",
3661 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc",
3662 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc",
3663 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc",
3664 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc",
3665 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc",
3666 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc",
3667 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc",
3668 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc",
3669 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc",
3670 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc",
3671 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_block_decoder.cc",
3672 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder.cc",
3673 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_listener.cc",
3674 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_state.cc",
3675 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc",
3676 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_tables.cc",
3677 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoding_error.cc",
3678 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder.cc",
3679 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc",
3680 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc",
3681 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder.cc",
3682 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc",
3683 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc",
3684 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc",
3685 "net/third_party/quiche/src/quiche/http2/hpack/http2_hpack_constants.cc",
3686 "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc",
3687 "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_encoder.cc",
3688 "net/third_party/quiche/src/quiche/http2/hpack/huffman/huffman_spec_tables.cc",
3689 "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_decoder.cc",
3690 "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_encoder.cc",
3691 "net/third_party/quiche/src/quiche/http2/http2_constants.cc",
3692 "net/third_party/quiche/src/quiche/http2/http2_structures.cc",
3693 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.cc",
3694 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_drain.cc",
3695 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_misc.cc",
3696 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_bw.cc",
3697 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_rtt.cc",
3698 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_sender.cc",
3699 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_startup.cc",
3700 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr_sender.cc",
3701 "net/third_party/quiche/src/quiche/quic/core/congestion_control/cubic_bytes.cc",
3702 "net/third_party/quiche/src/quiche/quic/core/congestion_control/general_loss_algorithm.cc",
3703 "net/third_party/quiche/src/quiche/quic/core/congestion_control/hybrid_slow_start.cc",
3704 "net/third_party/quiche/src/quiche/quic/core/congestion_control/pacing_sender.cc",
3705 "net/third_party/quiche/src/quiche/quic/core/congestion_control/prr_sender.cc",
3706 "net/third_party/quiche/src/quiche/quic/core/congestion_control/rtt_stats.cc",
3707 "net/third_party/quiche/src/quiche/quic/core/congestion_control/send_algorithm_interface.cc",
3708 "net/third_party/quiche/src/quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc",
3709 "net/third_party/quiche/src/quiche/quic/core/congestion_control/uber_loss_algorithm.cc",
3710 "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_decrypter.cc",
3711 "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_encrypter.cc",
3712 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc",
3713 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc",
3714 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_decrypter.cc",
3715 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_encrypter.cc",
3716 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_decrypter.cc",
3717 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_encrypter.cc",
3718 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_decrypter.cc",
3719 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_encrypter.cc",
3720 "net/third_party/quiche/src/quiche/quic/core/crypto/cert_compressor.cc",
3721 "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_util.cc",
3722 "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view.cc",
3723 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc",
3724 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc",
3725 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc",
3726 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc",
3727 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_decrypter.cc",
3728 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_encrypter.cc",
3729 "net/third_party/quiche/src/quiche/quic/core/crypto/channel_id.cc",
3730 "net/third_party/quiche/src/quiche/quic/core/crypto/client_proof_source.cc",
3731 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_framer.cc",
3732 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake.cc",
3733 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message.cc",
3734 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_secret_boxer.cc",
3735 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_utils.cc",
3736 "net/third_party/quiche/src/quiche/quic/core/crypto/curve25519_key_exchange.cc",
3737 "net/third_party/quiche/src/quiche/quic/core/crypto/key_exchange.cc",
3738 "net/third_party/quiche/src/quiche/quic/core/crypto/null_decrypter.cc",
3739 "net/third_party/quiche/src/quiche/quic/core/crypto/null_encrypter.cc",
3740 "net/third_party/quiche/src/quiche/quic/core/crypto/p256_key_exchange.cc",
3741 "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source.cc",
3742 "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source_x509.cc",
3743 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_client_session_cache.cc",
3744 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_compressed_certs_cache.cc",
3745 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypter.cc",
3746 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_client_config.cc",
3747 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_proof.cc",
3748 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_server_config.cc",
3749 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_decrypter.cc",
3750 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_encrypter.cc",
3751 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.cc",
3752 "net/third_party/quiche/src/quiche/quic/core/crypto/tls_client_connection.cc",
3753 "net/third_party/quiche/src/quiche/quic/core/crypto/tls_connection.cc",
3754 "net/third_party/quiche/src/quiche/quic/core/crypto/tls_server_connection.cc",
3755 "net/third_party/quiche/src/quiche/quic/core/crypto/transport_parameters.cc",
3756 "net/third_party/quiche/src/quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc",
3757 "net/third_party/quiche/src/quiche/quic/core/deterministic_connection_id_generator.cc",
3758 "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frame.cc",
3759 "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frequency_frame.cc",
3760 "net/third_party/quiche/src/quiche/quic/core/frames/quic_blocked_frame.cc",
3761 "net/third_party/quiche/src/quiche/quic/core/frames/quic_connection_close_frame.cc",
3762 "net/third_party/quiche/src/quiche/quic/core/frames/quic_crypto_frame.cc",
3763 "net/third_party/quiche/src/quiche/quic/core/frames/quic_frame.cc",
3764 "net/third_party/quiche/src/quiche/quic/core/frames/quic_goaway_frame.cc",
3765 "net/third_party/quiche/src/quiche/quic/core/frames/quic_handshake_done_frame.cc",
3766 "net/third_party/quiche/src/quiche/quic/core/frames/quic_max_streams_frame.cc",
3767 "net/third_party/quiche/src/quiche/quic/core/frames/quic_message_frame.cc",
3768 "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_connection_id_frame.cc",
3769 "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_token_frame.cc",
3770 "net/third_party/quiche/src/quiche/quic/core/frames/quic_padding_frame.cc",
3771 "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc",
3772 "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_response_frame.cc",
3773 "net/third_party/quiche/src/quiche/quic/core/frames/quic_ping_frame.cc",
3774 "net/third_party/quiche/src/quiche/quic/core/frames/quic_retire_connection_id_frame.cc",
3775 "net/third_party/quiche/src/quiche/quic/core/frames/quic_rst_stream_frame.cc",
3776 "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_sending_frame.cc",
3777 "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_waiting_frame.cc",
3778 "net/third_party/quiche/src/quiche/quic/core/frames/quic_stream_frame.cc",
3779 "net/third_party/quiche/src/quiche/quic/core/frames/quic_streams_blocked_frame.cc",
3780 "net/third_party/quiche/src/quiche/quic/core/frames/quic_window_update_frame.cc",
3781 "net/third_party/quiche/src/quiche/quic/core/http/capsule.cc",
3782 "net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc",
3783 "net/third_party/quiche/src/quiche/quic/core/http/http_decoder.cc",
3784 "net/third_party/quiche/src/quiche/quic/core/http/http_encoder.cc",
3785 "net/third_party/quiche/src/quiche/quic/core/http/quic_client_promised_info.cc",
3786 "net/third_party/quiche/src/quiche/quic/core/http/quic_client_push_promise_index.cc",
3787 "net/third_party/quiche/src/quiche/quic/core/http/quic_header_list.cc",
3788 "net/third_party/quiche/src/quiche/quic/core/http/quic_headers_stream.cc",
3789 "net/third_party/quiche/src/quiche/quic/core/http/quic_receive_control_stream.cc",
3790 "net/third_party/quiche/src/quiche/quic/core/http/quic_send_control_stream.cc",
3791 "net/third_party/quiche/src/quiche/quic/core/http/quic_server_initiated_spdy_stream.cc",
3792 "net/third_party/quiche/src/quiche/quic/core/http/quic_server_session_base.cc",
3793 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session.cc",
3794 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.cc",
3795 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_stream.cc",
3796 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_session.cc",
3797 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream.cc",
3798 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream_body_manager.cc",
3799 "net/third_party/quiche/src/quiche/quic/core/http/spdy_server_push_utils.cc",
3800 "net/third_party/quiche/src/quiche/quic/core/http/spdy_utils.cc",
3801 "net/third_party/quiche/src/quiche/quic/core/http/web_transport_http3.cc",
3802 "net/third_party/quiche/src/quiche/quic/core/http/web_transport_stream_adapter.cc",
3803 "net/third_party/quiche/src/quiche/quic/core/legacy_quic_stream_id_manager.cc",
3804 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_blocking_manager.cc",
3805 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc",
3806 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder.cc",
3807 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc",
3808 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_sender.cc",
3809 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder.cc",
3810 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc",
3811 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc",
3812 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_header_table.cc",
3813 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions.cc",
3814 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_decoder.cc",
3815 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_encoder.cc",
3816 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instructions.cc",
3817 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_progressive_decoder.cc",
3818 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_receive_stream.cc",
3819 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_required_insert_count.cc",
3820 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_send_stream.cc",
3821 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_static_table.cc",
3822 "net/third_party/quiche/src/quiche/quic/core/qpack/value_splitting_header_list.cc",
3823 "net/third_party/quiche/src/quiche/quic/core/quic_ack_listener_interface.cc",
3824 "net/third_party/quiche/src/quiche/quic/core/quic_alarm.cc",
3825 "net/third_party/quiche/src/quiche/quic/core/quic_bandwidth.cc",
3826 "net/third_party/quiche/src/quiche/quic/core/quic_chaos_protector.cc",
3827 "net/third_party/quiche/src/quiche/quic/core/quic_clock.cc",
3828 "net/third_party/quiche/src/quiche/quic/core/quic_coalesced_packet.cc",
3829 "net/third_party/quiche/src/quiche/quic/core/quic_config.cc",
3830 "net/third_party/quiche/src/quiche/quic/core/quic_connection.cc",
3831 "net/third_party/quiche/src/quiche/quic/core/quic_connection_context.cc",
3832 "net/third_party/quiche/src/quiche/quic/core/quic_connection_id.cc",
3833 "net/third_party/quiche/src/quiche/quic/core/quic_connection_id_manager.cc",
3834 "net/third_party/quiche/src/quiche/quic/core/quic_connection_stats.cc",
3835 "net/third_party/quiche/src/quiche/quic/core/quic_constants.cc",
3836 "net/third_party/quiche/src/quiche/quic/core/quic_control_frame_manager.cc",
3837 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_handshaker.cc",
3838 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_stream.cc",
3839 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_handshaker.cc",
3840 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream.cc",
3841 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream_base.cc",
3842 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_stream.cc",
3843 "net/third_party/quiche/src/quiche/quic/core/quic_data_reader.cc",
3844 "net/third_party/quiche/src/quiche/quic/core/quic_data_writer.cc",
3845 "net/third_party/quiche/src/quiche/quic/core/quic_datagram_queue.cc",
3846 "net/third_party/quiche/src/quiche/quic/core/quic_error_codes.cc",
3847 "net/third_party/quiche/src/quiche/quic/core/quic_flow_controller.cc",
3848 "net/third_party/quiche/src/quiche/quic/core/quic_framer.cc",
3849 "net/third_party/quiche/src/quiche/quic/core/quic_idle_network_detector.cc",
3850 "net/third_party/quiche/src/quiche/quic/core/quic_mtu_discovery.cc",
3851 "net/third_party/quiche/src/quiche/quic/core/quic_network_blackhole_detector.cc",
3852 "net/third_party/quiche/src/quiche/quic/core/quic_packet_creator.cc",
3853 "net/third_party/quiche/src/quiche/quic/core/quic_packet_number.cc",
3854 "net/third_party/quiche/src/quiche/quic/core/quic_packets.cc",
3855 "net/third_party/quiche/src/quiche/quic/core/quic_path_validator.cc",
3856 "net/third_party/quiche/src/quiche/quic/core/quic_ping_manager.cc",
3857 "net/third_party/quiche/src/quiche/quic/core/quic_received_packet_manager.cc",
3858 "net/third_party/quiche/src/quiche/quic/core/quic_sent_packet_manager.cc",
3859 "net/third_party/quiche/src/quiche/quic/core/quic_server_id.cc",
3860 "net/third_party/quiche/src/quiche/quic/core/quic_session.cc",
3861 "net/third_party/quiche/src/quiche/quic/core/quic_socket_address_coder.cc",
3862 "net/third_party/quiche/src/quiche/quic/core/quic_stream.cc",
3863 "net/third_party/quiche/src/quiche/quic/core/quic_stream_id_manager.cc",
3864 "net/third_party/quiche/src/quiche/quic/core/quic_stream_send_buffer.cc",
3865 "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer.cc",
3866 "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer_buffer.cc",
3867 "net/third_party/quiche/src/quiche/quic/core/quic_sustained_bandwidth_recorder.cc",
3868 "net/third_party/quiche/src/quiche/quic/core/quic_tag.cc",
3869 "net/third_party/quiche/src/quiche/quic/core/quic_time.cc",
3870 "net/third_party/quiche/src/quiche/quic/core/quic_transmission_info.cc",
3871 "net/third_party/quiche/src/quiche/quic/core/quic_types.cc",
3872 "net/third_party/quiche/src/quiche/quic/core/quic_unacked_packet_map.cc",
3873 "net/third_party/quiche/src/quiche/quic/core/quic_utils.cc",
3874 "net/third_party/quiche/src/quiche/quic/core/quic_version_manager.cc",
3875 "net/third_party/quiche/src/quiche/quic/core/quic_versions.cc",
3876 "net/third_party/quiche/src/quiche/quic/core/quic_write_blocked_list.cc",
3877 "net/third_party/quiche/src/quiche/quic/core/tls_client_handshaker.cc",
3878 "net/third_party/quiche/src/quiche/quic/core/tls_handshaker.cc",
3879 "net/third_party/quiche/src/quiche/quic/core/tls_server_handshaker.cc",
3880 "net/third_party/quiche/src/quiche/quic/core/uber_quic_stream_id_manager.cc",
3881 "net/third_party/quiche/src/quiche/quic/core/uber_received_packet_manager.cc",
3882 "net/third_party/quiche/src/quiche/quic/platform/api/quic_socket_address.cc",
3883 "net/third_party/quiche/src/quiche/spdy/core/array_output_buffer.cc",
3884 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_constants.cc",
3885 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_decoder_adapter.cc",
3886 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_encoder.cc",
3887 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_entry.cc",
3888 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_header_table.cc",
3889 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_output_stream.cc",
3890 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_static_table.cc",
3891 "net/third_party/quiche/src/quiche/spdy/core/http2_frame_decoder_adapter.cc",
3892 "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.cc",
3893 "net/third_party/quiche/src/quiche/spdy/core/http2_header_storage.cc",
3894 "net/third_party/quiche/src/quiche/spdy/core/recording_headers_handler.cc",
3895 "net/third_party/quiche/src/quiche/spdy/core/spdy_alt_svc_wire_format.cc",
3896 "net/third_party/quiche/src/quiche/spdy/core/spdy_frame_builder.cc",
3897 "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.cc",
3898 "net/third_party/quiche/src/quiche/spdy/core/spdy_no_op_visitor.cc",
3899 "net/third_party/quiche/src/quiche/spdy/core/spdy_pinnable_buffer_piece.cc",
3900 "net/third_party/quiche/src/quiche/spdy/core/spdy_prefixed_buffer_reader.cc",
3901 "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.cc",
3902 "net/third_party/quiche/src/quiche/spdy/core/spdy_simple_arena.cc",
3903 ],
3904 shared_libs: [
3905 "libandroid",
3906 "liblog",
3907 ],
3908 static_libs: [
3909 "cronet_aml_base_base",
3910 "cronet_aml_net_third_party_quiche_net_quic_proto",
3911 "cronet_aml_net_uri_template",
3912 "cronet_aml_third_party_boringssl_boringssl",
3913 "cronet_aml_third_party_protobuf_protobuf_lite",
3914 "cronet_aml_third_party_zlib_zlib",
3915 "cronet_aml_url_url",
3916 ],
3917 generated_headers: [
3918 "cronet_aml_build_chromeos_buildflags",
3919 ],
3920 export_generated_headers: [
3921 "cronet_aml_build_chromeos_buildflags",
3922 ],
3923 defaults: [
3924 "cronet_aml_defaults",
3925 ],
3926 cflags: [
3927 "-DABSL_ALLOCATOR_NOTHROW=1",
3928 "-DANDROID",
3929 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3930 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3931 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3932 "-DDCHECK_ALWAYS_ON=1",
3933 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3934 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3935 "-DGOOGLE_PROTOBUF_NO_RTTI",
3936 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3937 "-DHAVE_PTHREAD",
3938 "-DHAVE_SYS_UIO_H",
3939 "-DIS_QUICHE_IMPL",
3940 "-D_DEBUG",
3941 "-D_GNU_SOURCE",
3942 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3943 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3944 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3945 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3946 "-D__STDC_CONSTANT_MACROS",
3947 "-D__STDC_FORMAT_MACROS",
3948 ],
3949 local_include_dirs: [
3950 "./",
3951 "buildtools/third_party/libc++/",
3952 "buildtools/third_party/libc++/trunk/include",
3953 "buildtools/third_party/libc++abi/trunk/include",
3954 "net/third_party/quiche/overrides/",
3955 "net/third_party/quiche/src/",
3956 "net/third_party/quiche/src/quiche/common/platform/default/",
3957 "third_party/abseil-cpp/",
3958 "third_party/boringssl/src/include/",
3959 "third_party/protobuf/src/",
3960 "third_party/zlib/",
3961 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3962 ],
3963 cpp_std: "c++20",
3964}
3965
3966// GN: //net/tools/root_store_tool:root_store_tool
3967cc_binary {
3968 name: "cronet_aml_net_tools_root_store_tool_root_store_tool",
3969 srcs: [
3970 ":cronet_aml_buildtools_third_party_libc___libc__",
3971 ":cronet_aml_buildtools_third_party_libc__abi_libc__abi",
3972 "net/tools/root_store_tool/root_store_tool.cc",
3973 ],
3974 static_libs: [
3975 "cronet_aml_base_base",
3976 "cronet_aml_crypto_crypto",
3977 "cronet_aml_net_cert_root_store_proto_full",
3978 "cronet_aml_third_party_boringssl_boringssl",
3979 ],
3980 defaults: [
3981 "cronet_aml_defaults",
3982 ],
3983 cflags: [
3984 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3985 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3986 "-DCR_SYSROOT_KEY=20220331T153654Z-0",
3987 "-DDCHECK_ALWAYS_ON=1",
3988 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3989 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3990 "-DGOOGLE_PROTOBUF_NO_RTTI",
3991 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3992 "-DHAVE_PTHREAD",
3993 "-DLIBCXXABI_SILENT_TERMINATE",
3994 "-DLIBCXX_BUILDING_LIBCXXABI",
3995 "-DUSE_AURA=1",
3996 "-DUSE_OZONE=1",
3997 "-DUSE_UDEV",
3998 "-D_DEBUG",
3999 "-D_FILE_OFFSET_BITS=64",
4000 "-D_GNU_SOURCE",
4001 "-D_LARGEFILE64_SOURCE",
4002 "-D_LARGEFILE_SOURCE",
4003 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
4004 "-D_LIBCPP_BUILDING_LIBRARY",
4005 "-D_LIBCPP_CONSTINIT=constinit",
4006 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
4007 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
4008 "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))",
4009 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
4010 "-D__STDC_CONSTANT_MACROS",
4011 "-D__STDC_FORMAT_MACROS",
4012 ],
4013 local_include_dirs: [
4014 "./",
4015 "buildtools/third_party/libc++/",
4016 "buildtools/third_party/libc++/trunk/include",
4017 "buildtools/third_party/libc++/trunk/src/",
4018 "buildtools/third_party/libc++abi/trunk/include",
4019 "third_party/abseil-cpp/",
4020 "third_party/boringssl/src/include/",
4021 "third_party/protobuf/src/",
4022 "build/linux/debian_bullseye_amd64-sysroot/usr/include",
4023 ],
4024 cpp_std: "c++20",
4025}
4026
4027// GN: //net/traffic_annotation:traffic_annotation
4028filegroup {
4029 name: "cronet_aml_net_traffic_annotation_traffic_annotation",
4030 srcs: [
4031 "net/traffic_annotation/network_traffic_annotation_android.cc",
4032 ],
4033}
4034
4035// GN: //net:uri_template
4036cc_library_static {
4037 name: "cronet_aml_net_uri_template",
4038 srcs: [
4039 "net/third_party/uri_template/uri_template.cc",
4040 ],
4041 shared_libs: [
4042 "libandroid",
4043 "liblog",
4044 ],
4045 static_libs: [
4046 "cronet_aml_base_base",
4047 ],
4048 defaults: [
4049 "cronet_aml_defaults",
4050 ],
4051 cflags: [
4052 "-DANDROID",
4053 "-DANDROID_NDK_VERSION_ROLL=r23_1",
4054 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
4055 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
4056 "-DDCHECK_ALWAYS_ON=1",
4057 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
4058 "-DHAVE_SYS_UIO_H",
4059 "-DIS_URI_TEMPLATE_IMPL",
4060 "-D_DEBUG",
4061 "-D_GNU_SOURCE",
4062 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
4063 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
4064 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
4065 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
4066 "-D__STDC_CONSTANT_MACROS",
4067 "-D__STDC_FORMAT_MACROS",
4068 ],
4069 local_include_dirs: [
4070 "./",
4071 "buildtools/third_party/libc++/",
4072 "buildtools/third_party/libc++/trunk/include",
4073 "buildtools/third_party/libc++abi/trunk/include",
4074 "third_party/abseil-cpp/",
4075 "third_party/boringssl/src/include/",
4076 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
4077 ],
4078 cpp_std: "c++20",
4079}
4080
Patrick Rohrcc377df2022-10-28 09:27:15 -07004081// GN: //third_party/abseil-cpp:absl
4082filegroup {
4083 name: "cronet_aml_third_party_abseil_cpp_absl",
4084}
4085
4086// GN: //third_party/abseil-cpp/absl/algorithm:algorithm
4087filegroup {
4088 name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm",
4089}
4090
4091// GN: //third_party/abseil-cpp/absl/algorithm:container
4092filegroup {
4093 name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container",
4094}
4095
4096// GN: //third_party/abseil-cpp/absl/base:atomic_hook
4097filegroup {
4098 name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook",
4099}
4100
4101// GN: //third_party/abseil-cpp/absl/base:base
4102filegroup {
4103 name: "cronet_aml_third_party_abseil_cpp_absl_base_base",
4104 srcs: [
4105 "third_party/abseil-cpp/absl/base/internal/cycleclock.cc",
4106 "third_party/abseil-cpp/absl/base/internal/spinlock.cc",
4107 "third_party/abseil-cpp/absl/base/internal/sysinfo.cc",
4108 "third_party/abseil-cpp/absl/base/internal/thread_identity.cc",
4109 "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc",
4110 ],
4111}
4112
4113// GN: //third_party/abseil-cpp/absl/base:base_internal
4114filegroup {
4115 name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal",
4116}
4117
4118// GN: //third_party/abseil-cpp/absl/base:config
4119filegroup {
4120 name: "cronet_aml_third_party_abseil_cpp_absl_base_config",
4121}
4122
4123// GN: //third_party/abseil-cpp/absl/base:core_headers
4124filegroup {
4125 name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers",
4126}
4127
4128// GN: //third_party/abseil-cpp/absl/base:cycleclock_internal
4129filegroup {
4130 name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal",
4131}
4132
4133// GN: //third_party/abseil-cpp/absl/base:dynamic_annotations
4134filegroup {
4135 name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations",
4136}
4137
4138// GN: //third_party/abseil-cpp/absl/base:endian
4139filegroup {
4140 name: "cronet_aml_third_party_abseil_cpp_absl_base_endian",
4141}
4142
4143// GN: //third_party/abseil-cpp/absl/base:errno_saver
4144filegroup {
4145 name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver",
4146}
4147
4148// GN: //third_party/abseil-cpp/absl/base:fast_type_id
4149filegroup {
4150 name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id",
4151}
4152
4153// GN: //third_party/abseil-cpp/absl/base:log_severity
4154filegroup {
4155 name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity",
4156 srcs: [
4157 "third_party/abseil-cpp/absl/base/log_severity.cc",
4158 ],
4159}
4160
4161// GN: //third_party/abseil-cpp/absl/base:malloc_internal
4162filegroup {
4163 name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal",
4164 srcs: [
4165 "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc",
4166 ],
4167}
4168
4169// GN: //third_party/abseil-cpp/absl/base:prefetch
4170filegroup {
4171 name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch",
4172}
4173
4174// GN: //third_party/abseil-cpp/absl/base:raw_logging_internal
4175filegroup {
4176 name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal",
4177 srcs: [
4178 "third_party/abseil-cpp/absl/base/internal/raw_logging.cc",
4179 ],
4180}
4181
4182// GN: //third_party/abseil-cpp/absl/base:spinlock_wait
4183filegroup {
4184 name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait",
4185 srcs: [
4186 "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc",
4187 ],
4188}
4189
4190// GN: //third_party/abseil-cpp/absl/base:strerror
4191filegroup {
4192 name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror",
4193 srcs: [
4194 "third_party/abseil-cpp/absl/base/internal/strerror.cc",
4195 ],
4196}
4197
4198// GN: //third_party/abseil-cpp/absl/base:throw_delegate
4199filegroup {
4200 name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate",
4201 srcs: [
4202 "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc",
4203 ],
4204}
4205
4206// GN: //third_party/abseil-cpp/absl/cleanup:cleanup
4207filegroup {
4208 name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup",
4209}
4210
4211// GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal
4212filegroup {
4213 name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal",
4214}
4215
4216// GN: //third_party/abseil-cpp/absl/container:btree
4217filegroup {
4218 name: "cronet_aml_third_party_abseil_cpp_absl_container_btree",
4219}
4220
4221// GN: //third_party/abseil-cpp/absl/container:common
4222filegroup {
4223 name: "cronet_aml_third_party_abseil_cpp_absl_container_common",
4224}
4225
4226// GN: //third_party/abseil-cpp/absl/container:common_policy_traits
4227filegroup {
4228 name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits",
4229}
4230
4231// GN: //third_party/abseil-cpp/absl/container:compressed_tuple
4232filegroup {
4233 name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple",
4234}
4235
4236// GN: //third_party/abseil-cpp/absl/container:container_memory
4237filegroup {
4238 name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory",
4239}
4240
4241// GN: //third_party/abseil-cpp/absl/container:fixed_array
4242filegroup {
4243 name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array",
4244}
4245
4246// GN: //third_party/abseil-cpp/absl/container:flat_hash_map
4247filegroup {
4248 name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map",
4249}
4250
4251// GN: //third_party/abseil-cpp/absl/container:flat_hash_set
4252filegroup {
4253 name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set",
4254}
4255
4256// GN: //third_party/abseil-cpp/absl/container:hash_function_defaults
4257filegroup {
4258 name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults",
4259}
4260
4261// GN: //third_party/abseil-cpp/absl/container:hash_policy_traits
4262filegroup {
4263 name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits",
4264}
4265
4266// GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks
4267filegroup {
4268 name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks",
4269}
4270
4271// GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler
4272filegroup {
4273 name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler",
4274 srcs: [
4275 "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc",
4276 "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc",
4277 ],
4278}
4279
4280// GN: //third_party/abseil-cpp/absl/container:inlined_vector
4281filegroup {
4282 name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector",
4283}
4284
4285// GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal
4286filegroup {
4287 name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal",
4288}
4289
4290// GN: //third_party/abseil-cpp/absl/container:layout
4291filegroup {
4292 name: "cronet_aml_third_party_abseil_cpp_absl_container_layout",
4293}
4294
4295// GN: //third_party/abseil-cpp/absl/container:node_hash_map
4296filegroup {
4297 name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map",
4298}
4299
4300// GN: //third_party/abseil-cpp/absl/container:node_hash_set
4301filegroup {
4302 name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set",
4303}
4304
4305// GN: //third_party/abseil-cpp/absl/container:node_slot_policy
4306filegroup {
4307 name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy",
4308}
4309
4310// GN: //third_party/abseil-cpp/absl/container:raw_hash_map
4311filegroup {
4312 name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map",
4313}
4314
4315// GN: //third_party/abseil-cpp/absl/container:raw_hash_set
4316filegroup {
4317 name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set",
4318 srcs: [
4319 "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc",
4320 ],
4321}
4322
4323// GN: //third_party/abseil-cpp/absl/debugging:debugging_internal
4324filegroup {
4325 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal",
4326 srcs: [
4327 "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc",
4328 "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc",
4329 "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc",
4330 ],
4331}
4332
4333// GN: //third_party/abseil-cpp/absl/debugging:demangle_internal
4334filegroup {
4335 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal",
4336 srcs: [
4337 "third_party/abseil-cpp/absl/debugging/internal/demangle.cc",
4338 ],
4339}
4340
4341// GN: //third_party/abseil-cpp/absl/debugging:examine_stack
4342filegroup {
4343 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack",
4344 srcs: [
4345 "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc",
4346 ],
4347}
4348
4349// GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler
4350filegroup {
4351 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler",
4352 srcs: [
4353 "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc",
4354 ],
4355}
4356
4357// GN: //third_party/abseil-cpp/absl/debugging:stacktrace
4358filegroup {
4359 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace",
4360 srcs: [
4361 "third_party/abseil-cpp/absl/debugging/stacktrace.cc",
4362 ],
4363}
4364
4365// GN: //third_party/abseil-cpp/absl/debugging:symbolize
4366filegroup {
4367 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize",
4368 srcs: [
4369 "third_party/abseil-cpp/absl/debugging/symbolize.cc",
4370 ],
4371}
4372
4373// GN: //third_party/abseil-cpp/absl/functional:any_invocable
4374filegroup {
4375 name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable",
4376}
4377
4378// GN: //third_party/abseil-cpp/absl/functional:bind_front
4379filegroup {
4380 name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front",
4381}
4382
4383// GN: //third_party/abseil-cpp/absl/functional:function_ref
4384filegroup {
4385 name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref",
4386}
4387
4388// GN: //third_party/abseil-cpp/absl/hash:city
4389filegroup {
4390 name: "cronet_aml_third_party_abseil_cpp_absl_hash_city",
4391 srcs: [
4392 "third_party/abseil-cpp/absl/hash/internal/city.cc",
4393 ],
4394}
4395
4396// GN: //third_party/abseil-cpp/absl/hash:hash
4397filegroup {
4398 name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash",
4399 srcs: [
4400 "third_party/abseil-cpp/absl/hash/internal/hash.cc",
4401 ],
4402}
4403
4404// GN: //third_party/abseil-cpp/absl/hash:low_level_hash
4405filegroup {
4406 name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash",
4407 srcs: [
4408 "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc",
4409 ],
4410}
4411
4412// GN: //third_party/abseil-cpp/absl/memory:memory
4413filegroup {
4414 name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory",
4415}
4416
4417// GN: //third_party/abseil-cpp/absl/meta:type_traits
4418filegroup {
4419 name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits",
4420}
4421
4422// GN: //third_party/abseil-cpp/absl/numeric:bits
4423filegroup {
4424 name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits",
4425}
4426
4427// GN: //third_party/abseil-cpp/absl/numeric:int128
4428filegroup {
4429 name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128",
4430 srcs: [
4431 "third_party/abseil-cpp/absl/numeric/int128.cc",
4432 ],
4433}
4434
4435// GN: //third_party/abseil-cpp/absl/numeric:representation
4436filegroup {
4437 name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation",
4438}
4439
4440// GN: //third_party/abseil-cpp/absl/profiling:exponential_biased
4441filegroup {
4442 name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased",
4443 srcs: [
4444 "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc",
4445 ],
4446}
4447
4448// GN: //third_party/abseil-cpp/absl/profiling:sample_recorder
4449filegroup {
4450 name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder",
4451}
4452
4453// GN: //third_party/abseil-cpp/absl/random:distributions
4454filegroup {
4455 name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions",
4456 srcs: [
4457 "third_party/abseil-cpp/absl/random/discrete_distribution.cc",
4458 "third_party/abseil-cpp/absl/random/gaussian_distribution.cc",
4459 ],
4460}
4461
4462// GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller
4463filegroup {
4464 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller",
4465}
4466
4467// GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits
4468filegroup {
4469 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits",
4470}
4471
4472// GN: //third_party/abseil-cpp/absl/random/internal:fastmath
4473filegroup {
4474 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath",
4475}
4476
4477// GN: //third_party/abseil-cpp/absl/random/internal:generate_real
4478filegroup {
4479 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real",
4480}
4481
4482// GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver
4483filegroup {
4484 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver",
4485}
4486
4487// GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base
4488filegroup {
4489 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base",
4490}
4491
4492// GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine
4493filegroup {
4494 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine",
4495}
4496
4497// GN: //third_party/abseil-cpp/absl/random/internal:platform
4498filegroup {
4499 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform",
4500 srcs: [
4501 "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc",
4502 ],
4503}
4504
4505// GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg
4506filegroup {
4507 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg",
4508 srcs: [
4509 "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc",
4510 ],
4511}
4512
4513// GN: //third_party/abseil-cpp/absl/random/internal:randen
4514filegroup {
4515 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen",
4516 srcs: [
4517 "third_party/abseil-cpp/absl/random/internal/randen.cc",
4518 ],
4519}
4520
4521// GN: //third_party/abseil-cpp/absl/random/internal:randen_engine
4522filegroup {
4523 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine",
4524}
4525
4526// GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes
4527filegroup {
4528 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes",
4529 srcs: [
4530 "third_party/abseil-cpp/absl/random/internal/randen_detect.cc",
4531 ],
4532}
4533
4534// GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl
4535filegroup {
4536 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl",
4537 srcs: [
4538 "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc",
4539 ],
4540}
4541
4542// GN: //third_party/abseil-cpp/absl/random/internal:randen_slow
4543filegroup {
4544 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow",
4545 srcs: [
4546 "third_party/abseil-cpp/absl/random/internal/randen_slow.cc",
4547 ],
4548}
4549
4550// GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq
4551filegroup {
4552 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq",
4553}
4554
4555// GN: //third_party/abseil-cpp/absl/random/internal:seed_material
4556filegroup {
4557 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material",
4558 srcs: [
4559 "third_party/abseil-cpp/absl/random/internal/seed_material.cc",
4560 ],
4561}
4562
4563// GN: //third_party/abseil-cpp/absl/random/internal:traits
4564filegroup {
4565 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits",
4566}
4567
4568// GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper
4569filegroup {
4570 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper",
4571}
4572
4573// GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply
4574filegroup {
4575 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply",
4576}
4577
4578// GN: //third_party/abseil-cpp/absl/random:random
4579filegroup {
4580 name: "cronet_aml_third_party_abseil_cpp_absl_random_random",
4581}
4582
4583// GN: //third_party/abseil-cpp/absl/random:seed_gen_exception
4584filegroup {
4585 name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception",
4586 srcs: [
4587 "third_party/abseil-cpp/absl/random/seed_gen_exception.cc",
4588 ],
4589}
4590
4591// GN: //third_party/abseil-cpp/absl/random:seed_sequences
4592filegroup {
4593 name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences",
4594 srcs: [
4595 "third_party/abseil-cpp/absl/random/seed_sequences.cc",
4596 ],
4597}
4598
4599// GN: //third_party/abseil-cpp/absl/status:status
4600filegroup {
4601 name: "cronet_aml_third_party_abseil_cpp_absl_status_status",
4602 srcs: [
4603 "third_party/abseil-cpp/absl/status/status.cc",
4604 "third_party/abseil-cpp/absl/status/status_payload_printer.cc",
4605 ],
4606}
4607
4608// GN: //third_party/abseil-cpp/absl/status:statusor
4609filegroup {
4610 name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor",
4611 srcs: [
4612 "third_party/abseil-cpp/absl/status/statusor.cc",
4613 ],
4614}
4615
4616// GN: //third_party/abseil-cpp/absl/strings:cord
4617filegroup {
4618 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord",
4619 srcs: [
4620 "third_party/abseil-cpp/absl/strings/cord.cc",
4621 "third_party/abseil-cpp/absl/strings/cord_analysis.cc",
4622 "third_party/abseil-cpp/absl/strings/cord_buffer.cc",
4623 ],
4624}
4625
4626// GN: //third_party/abseil-cpp/absl/strings:cord_internal
4627filegroup {
4628 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal",
4629 srcs: [
4630 "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc",
4631 "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc",
4632 "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc",
4633 "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc",
4634 "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc",
4635 "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc",
4636 "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc",
4637 ],
4638}
4639
4640// GN: //third_party/abseil-cpp/absl/strings:cordz_functions
4641filegroup {
4642 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions",
4643 srcs: [
4644 "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc",
4645 ],
4646}
4647
4648// GN: //third_party/abseil-cpp/absl/strings:cordz_handle
4649filegroup {
4650 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle",
4651 srcs: [
4652 "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc",
4653 ],
4654}
4655
4656// GN: //third_party/abseil-cpp/absl/strings:cordz_info
4657filegroup {
4658 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info",
4659 srcs: [
4660 "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc",
4661 ],
4662}
4663
4664// GN: //third_party/abseil-cpp/absl/strings:cordz_statistics
4665filegroup {
4666 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics",
4667}
4668
4669// GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope
4670filegroup {
4671 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope",
4672}
4673
4674// GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker
4675filegroup {
4676 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker",
4677}
4678
4679// GN: //third_party/abseil-cpp/absl/strings:internal
4680filegroup {
4681 name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal",
4682 srcs: [
4683 "third_party/abseil-cpp/absl/strings/internal/escaping.cc",
4684 "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc",
4685 "third_party/abseil-cpp/absl/strings/internal/utf8.cc",
4686 ],
4687}
4688
4689// GN: //third_party/abseil-cpp/absl/strings:str_format
4690filegroup {
4691 name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format",
4692}
4693
4694// GN: //third_party/abseil-cpp/absl/strings:str_format_internal
4695filegroup {
4696 name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal",
4697 srcs: [
4698 "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc",
4699 "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc",
4700 "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc",
4701 "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc",
4702 "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc",
4703 "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc",
4704 ],
4705}
4706
4707// GN: //third_party/abseil-cpp/absl/strings:strings
4708filegroup {
4709 name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings",
4710 srcs: [
4711 "third_party/abseil-cpp/absl/strings/ascii.cc",
4712 "third_party/abseil-cpp/absl/strings/charconv.cc",
4713 "third_party/abseil-cpp/absl/strings/escaping.cc",
4714 "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc",
4715 "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc",
4716 "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc",
4717 "third_party/abseil-cpp/absl/strings/internal/memutil.cc",
4718 "third_party/abseil-cpp/absl/strings/match.cc",
4719 "third_party/abseil-cpp/absl/strings/numbers.cc",
4720 "third_party/abseil-cpp/absl/strings/str_cat.cc",
4721 "third_party/abseil-cpp/absl/strings/str_replace.cc",
4722 "third_party/abseil-cpp/absl/strings/str_split.cc",
4723 "third_party/abseil-cpp/absl/strings/string_view.cc",
4724 "third_party/abseil-cpp/absl/strings/substitute.cc",
4725 ],
4726}
4727
4728// GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal
4729filegroup {
4730 name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal",
4731 srcs: [
4732 "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc",
4733 ],
4734}
4735
4736// GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal
4737filegroup {
4738 name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal",
4739}
4740
4741// GN: //third_party/abseil-cpp/absl/synchronization:synchronization
4742filegroup {
4743 name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization",
4744 srcs: [
4745 "third_party/abseil-cpp/absl/synchronization/barrier.cc",
4746 "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc",
4747 "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc",
4748 "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc",
4749 "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc",
4750 "third_party/abseil-cpp/absl/synchronization/mutex.cc",
4751 "third_party/abseil-cpp/absl/synchronization/notification.cc",
4752 ],
4753}
4754
4755// GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time
4756filegroup {
4757 name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time",
4758 srcs: [
4759 "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc",
4760 ],
4761}
4762
4763// GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone
4764filegroup {
4765 name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone",
4766 srcs: [
4767 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc",
4768 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc",
4769 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc",
4770 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc",
4771 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc",
4772 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc",
4773 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc",
4774 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc",
4775 "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc",
4776 ],
4777}
4778
4779// GN: //third_party/abseil-cpp/absl/time:time
4780filegroup {
4781 name: "cronet_aml_third_party_abseil_cpp_absl_time_time",
4782 srcs: [
4783 "third_party/abseil-cpp/absl/time/civil_time.cc",
4784 "third_party/abseil-cpp/absl/time/clock.cc",
4785 "third_party/abseil-cpp/absl/time/duration.cc",
4786 "third_party/abseil-cpp/absl/time/format.cc",
4787 "third_party/abseil-cpp/absl/time/time.cc",
4788 ],
4789}
4790
4791// GN: //third_party/abseil-cpp/absl/types:bad_optional_access
4792filegroup {
4793 name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access",
4794 srcs: [
4795 "third_party/abseil-cpp/absl/types/bad_optional_access.cc",
4796 ],
4797}
4798
4799// GN: //third_party/abseil-cpp/absl/types:bad_variant_access
4800filegroup {
4801 name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access",
4802 srcs: [
4803 "third_party/abseil-cpp/absl/types/bad_variant_access.cc",
4804 ],
4805}
4806
4807// GN: //third_party/abseil-cpp/absl/types:compare
4808filegroup {
4809 name: "cronet_aml_third_party_abseil_cpp_absl_types_compare",
4810}
4811
4812// GN: //third_party/abseil-cpp/absl/types:optional
4813filegroup {
4814 name: "cronet_aml_third_party_abseil_cpp_absl_types_optional",
4815}
4816
4817// GN: //third_party/abseil-cpp/absl/types:span
4818filegroup {
4819 name: "cronet_aml_third_party_abseil_cpp_absl_types_span",
4820}
4821
4822// GN: //third_party/abseil-cpp/absl/types:variant
4823filegroup {
4824 name: "cronet_aml_third_party_abseil_cpp_absl_types_variant",
4825}
4826
4827// GN: //third_party/abseil-cpp/absl/utility:utility
4828filegroup {
4829 name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility",
4830}
4831
Motomu Utsumifcac4852022-10-26 19:28:31 +09004832// GN: //third_party/android_ndk:cpu_features
4833filegroup {
4834 name: "cronet_aml_third_party_android_ndk_cpu_features",
4835 srcs: [
4836 "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c",
4837 ],
4838}
4839
Patrick Rohrcc377df2022-10-28 09:27:15 -07004840// GN: //third_party/ashmem:ashmem
4841filegroup {
4842 name: "cronet_aml_third_party_ashmem_ashmem",
4843 srcs: [
4844 "third_party/ashmem/ashmem-dev.c",
4845 ],
4846}
4847
4848// GN: //third_party/boringssl:boringssl
4849cc_library_static {
4850 name: "cronet_aml_third_party_boringssl_boringssl",
4851 srcs: [
4852 ":cronet_aml_third_party_boringssl_boringssl_asm",
4853 ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license",
4854 "third_party/boringssl/err_data.c",
4855 "third_party/boringssl/src/crypto/asn1/a_bitstr.c",
4856 "third_party/boringssl/src/crypto/asn1/a_bool.c",
4857 "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c",
4858 "third_party/boringssl/src/crypto/asn1/a_dup.c",
4859 "third_party/boringssl/src/crypto/asn1/a_gentm.c",
4860 "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c",
4861 "third_party/boringssl/src/crypto/asn1/a_int.c",
4862 "third_party/boringssl/src/crypto/asn1/a_mbstr.c",
4863 "third_party/boringssl/src/crypto/asn1/a_object.c",
4864 "third_party/boringssl/src/crypto/asn1/a_octet.c",
4865 "third_party/boringssl/src/crypto/asn1/a_print.c",
4866 "third_party/boringssl/src/crypto/asn1/a_strex.c",
4867 "third_party/boringssl/src/crypto/asn1/a_strnid.c",
4868 "third_party/boringssl/src/crypto/asn1/a_time.c",
4869 "third_party/boringssl/src/crypto/asn1/a_type.c",
4870 "third_party/boringssl/src/crypto/asn1/a_utctm.c",
4871 "third_party/boringssl/src/crypto/asn1/a_utf8.c",
4872 "third_party/boringssl/src/crypto/asn1/asn1_lib.c",
4873 "third_party/boringssl/src/crypto/asn1/asn1_par.c",
4874 "third_party/boringssl/src/crypto/asn1/asn_pack.c",
4875 "third_party/boringssl/src/crypto/asn1/f_int.c",
4876 "third_party/boringssl/src/crypto/asn1/f_string.c",
4877 "third_party/boringssl/src/crypto/asn1/posix_time.c",
4878 "third_party/boringssl/src/crypto/asn1/tasn_dec.c",
4879 "third_party/boringssl/src/crypto/asn1/tasn_enc.c",
4880 "third_party/boringssl/src/crypto/asn1/tasn_fre.c",
4881 "third_party/boringssl/src/crypto/asn1/tasn_new.c",
4882 "third_party/boringssl/src/crypto/asn1/tasn_typ.c",
4883 "third_party/boringssl/src/crypto/asn1/tasn_utl.c",
4884 "third_party/boringssl/src/crypto/base64/base64.c",
4885 "third_party/boringssl/src/crypto/bio/bio.c",
4886 "third_party/boringssl/src/crypto/bio/bio_mem.c",
4887 "third_party/boringssl/src/crypto/bio/connect.c",
4888 "third_party/boringssl/src/crypto/bio/fd.c",
4889 "third_party/boringssl/src/crypto/bio/file.c",
4890 "third_party/boringssl/src/crypto/bio/hexdump.c",
4891 "third_party/boringssl/src/crypto/bio/pair.c",
4892 "third_party/boringssl/src/crypto/bio/printf.c",
4893 "third_party/boringssl/src/crypto/bio/socket.c",
4894 "third_party/boringssl/src/crypto/bio/socket_helper.c",
4895 "third_party/boringssl/src/crypto/blake2/blake2.c",
4896 "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c",
4897 "third_party/boringssl/src/crypto/bn_extra/convert.c",
4898 "third_party/boringssl/src/crypto/buf/buf.c",
4899 "third_party/boringssl/src/crypto/bytestring/asn1_compat.c",
4900 "third_party/boringssl/src/crypto/bytestring/ber.c",
4901 "third_party/boringssl/src/crypto/bytestring/cbb.c",
4902 "third_party/boringssl/src/crypto/bytestring/cbs.c",
4903 "third_party/boringssl/src/crypto/bytestring/unicode.c",
4904 "third_party/boringssl/src/crypto/chacha/chacha.c",
4905 "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c",
4906 "third_party/boringssl/src/crypto/cipher_extra/derive_key.c",
4907 "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c",
4908 "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c",
4909 "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c",
4910 "third_party/boringssl/src/crypto/cipher_extra/e_des.c",
4911 "third_party/boringssl/src/crypto/cipher_extra/e_null.c",
4912 "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c",
4913 "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c",
4914 "third_party/boringssl/src/crypto/cipher_extra/e_tls.c",
4915 "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c",
4916 "third_party/boringssl/src/crypto/conf/conf.c",
4917 "third_party/boringssl/src/crypto/cpu_aarch64_apple.c",
4918 "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c",
4919 "third_party/boringssl/src/crypto/cpu_aarch64_linux.c",
4920 "third_party/boringssl/src/crypto/cpu_aarch64_win.c",
4921 "third_party/boringssl/src/crypto/cpu_arm.c",
4922 "third_party/boringssl/src/crypto/cpu_arm_linux.c",
4923 "third_party/boringssl/src/crypto/cpu_intel.c",
4924 "third_party/boringssl/src/crypto/cpu_ppc64le.c",
4925 "third_party/boringssl/src/crypto/crypto.c",
4926 "third_party/boringssl/src/crypto/curve25519/curve25519.c",
4927 "third_party/boringssl/src/crypto/curve25519/spake25519.c",
4928 "third_party/boringssl/src/crypto/des/des.c",
4929 "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c",
4930 "third_party/boringssl/src/crypto/dh_extra/params.c",
4931 "third_party/boringssl/src/crypto/digest_extra/digest_extra.c",
4932 "third_party/boringssl/src/crypto/dsa/dsa.c",
4933 "third_party/boringssl/src/crypto/dsa/dsa_asn1.c",
4934 "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c",
4935 "third_party/boringssl/src/crypto/ec_extra/ec_derive.c",
4936 "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c",
4937 "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c",
4938 "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c",
4939 "third_party/boringssl/src/crypto/engine/engine.c",
4940 "third_party/boringssl/src/crypto/err/err.c",
4941 "third_party/boringssl/src/crypto/evp/evp.c",
4942 "third_party/boringssl/src/crypto/evp/evp_asn1.c",
4943 "third_party/boringssl/src/crypto/evp/evp_ctx.c",
4944 "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c",
4945 "third_party/boringssl/src/crypto/evp/p_ec.c",
4946 "third_party/boringssl/src/crypto/evp/p_ec_asn1.c",
4947 "third_party/boringssl/src/crypto/evp/p_ed25519.c",
4948 "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c",
4949 "third_party/boringssl/src/crypto/evp/p_hkdf.c",
4950 "third_party/boringssl/src/crypto/evp/p_rsa.c",
4951 "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c",
4952 "third_party/boringssl/src/crypto/evp/p_x25519.c",
4953 "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c",
4954 "third_party/boringssl/src/crypto/evp/pbkdf.c",
4955 "third_party/boringssl/src/crypto/evp/print.c",
4956 "third_party/boringssl/src/crypto/evp/scrypt.c",
4957 "third_party/boringssl/src/crypto/evp/sign.c",
4958 "third_party/boringssl/src/crypto/ex_data.c",
4959 "third_party/boringssl/src/crypto/fipsmodule/bcm.c",
4960 "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c",
4961 "third_party/boringssl/src/crypto/hkdf/hkdf.c",
4962 "third_party/boringssl/src/crypto/hpke/hpke.c",
4963 "third_party/boringssl/src/crypto/hrss/hrss.c",
4964 "third_party/boringssl/src/crypto/lhash/lhash.c",
4965 "third_party/boringssl/src/crypto/mem.c",
4966 "third_party/boringssl/src/crypto/obj/obj.c",
4967 "third_party/boringssl/src/crypto/obj/obj_xref.c",
4968 "third_party/boringssl/src/crypto/pem/pem_all.c",
4969 "third_party/boringssl/src/crypto/pem/pem_info.c",
4970 "third_party/boringssl/src/crypto/pem/pem_lib.c",
4971 "third_party/boringssl/src/crypto/pem/pem_oth.c",
4972 "third_party/boringssl/src/crypto/pem/pem_pk8.c",
4973 "third_party/boringssl/src/crypto/pem/pem_pkey.c",
4974 "third_party/boringssl/src/crypto/pem/pem_x509.c",
4975 "third_party/boringssl/src/crypto/pem/pem_xaux.c",
4976 "third_party/boringssl/src/crypto/pkcs7/pkcs7.c",
4977 "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c",
4978 "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c",
4979 "third_party/boringssl/src/crypto/pkcs8/pkcs8.c",
4980 "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c",
4981 "third_party/boringssl/src/crypto/poly1305/poly1305.c",
4982 "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c",
4983 "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c",
4984 "third_party/boringssl/src/crypto/pool/pool.c",
4985 "third_party/boringssl/src/crypto/rand_extra/deterministic.c",
4986 "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c",
4987 "third_party/boringssl/src/crypto/rand_extra/fuchsia.c",
4988 "third_party/boringssl/src/crypto/rand_extra/passive.c",
4989 "third_party/boringssl/src/crypto/rand_extra/rand_extra.c",
4990 "third_party/boringssl/src/crypto/rand_extra/windows.c",
4991 "third_party/boringssl/src/crypto/rc4/rc4.c",
4992 "third_party/boringssl/src/crypto/refcount_c11.c",
4993 "third_party/boringssl/src/crypto/refcount_lock.c",
4994 "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c",
4995 "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c",
4996 "third_party/boringssl/src/crypto/siphash/siphash.c",
4997 "third_party/boringssl/src/crypto/stack/stack.c",
4998 "third_party/boringssl/src/crypto/thread.c",
4999 "third_party/boringssl/src/crypto/thread_none.c",
5000 "third_party/boringssl/src/crypto/thread_pthread.c",
5001 "third_party/boringssl/src/crypto/thread_win.c",
5002 "third_party/boringssl/src/crypto/trust_token/pmbtoken.c",
5003 "third_party/boringssl/src/crypto/trust_token/trust_token.c",
5004 "third_party/boringssl/src/crypto/trust_token/voprf.c",
5005 "third_party/boringssl/src/crypto/x509/a_digest.c",
5006 "third_party/boringssl/src/crypto/x509/a_sign.c",
5007 "third_party/boringssl/src/crypto/x509/a_verify.c",
5008 "third_party/boringssl/src/crypto/x509/algorithm.c",
5009 "third_party/boringssl/src/crypto/x509/asn1_gen.c",
5010 "third_party/boringssl/src/crypto/x509/by_dir.c",
5011 "third_party/boringssl/src/crypto/x509/by_file.c",
5012 "third_party/boringssl/src/crypto/x509/i2d_pr.c",
5013 "third_party/boringssl/src/crypto/x509/name_print.c",
5014 "third_party/boringssl/src/crypto/x509/rsa_pss.c",
5015 "third_party/boringssl/src/crypto/x509/t_crl.c",
5016 "third_party/boringssl/src/crypto/x509/t_req.c",
5017 "third_party/boringssl/src/crypto/x509/t_x509.c",
5018 "third_party/boringssl/src/crypto/x509/t_x509a.c",
5019 "third_party/boringssl/src/crypto/x509/x509.c",
5020 "third_party/boringssl/src/crypto/x509/x509_att.c",
5021 "third_party/boringssl/src/crypto/x509/x509_cmp.c",
5022 "third_party/boringssl/src/crypto/x509/x509_d2.c",
5023 "third_party/boringssl/src/crypto/x509/x509_def.c",
5024 "third_party/boringssl/src/crypto/x509/x509_ext.c",
5025 "third_party/boringssl/src/crypto/x509/x509_lu.c",
5026 "third_party/boringssl/src/crypto/x509/x509_obj.c",
5027 "third_party/boringssl/src/crypto/x509/x509_req.c",
5028 "third_party/boringssl/src/crypto/x509/x509_set.c",
5029 "third_party/boringssl/src/crypto/x509/x509_trs.c",
5030 "third_party/boringssl/src/crypto/x509/x509_txt.c",
5031 "third_party/boringssl/src/crypto/x509/x509_v3.c",
5032 "third_party/boringssl/src/crypto/x509/x509_vfy.c",
5033 "third_party/boringssl/src/crypto/x509/x509_vpm.c",
5034 "third_party/boringssl/src/crypto/x509/x509cset.c",
5035 "third_party/boringssl/src/crypto/x509/x509name.c",
5036 "third_party/boringssl/src/crypto/x509/x509rset.c",
5037 "third_party/boringssl/src/crypto/x509/x509spki.c",
5038 "third_party/boringssl/src/crypto/x509/x_algor.c",
5039 "third_party/boringssl/src/crypto/x509/x_all.c",
5040 "third_party/boringssl/src/crypto/x509/x_attrib.c",
5041 "third_party/boringssl/src/crypto/x509/x_crl.c",
5042 "third_party/boringssl/src/crypto/x509/x_exten.c",
5043 "third_party/boringssl/src/crypto/x509/x_info.c",
5044 "third_party/boringssl/src/crypto/x509/x_name.c",
5045 "third_party/boringssl/src/crypto/x509/x_pkey.c",
5046 "third_party/boringssl/src/crypto/x509/x_pubkey.c",
5047 "third_party/boringssl/src/crypto/x509/x_req.c",
5048 "third_party/boringssl/src/crypto/x509/x_sig.c",
5049 "third_party/boringssl/src/crypto/x509/x_spki.c",
5050 "third_party/boringssl/src/crypto/x509/x_val.c",
5051 "third_party/boringssl/src/crypto/x509/x_x509.c",
5052 "third_party/boringssl/src/crypto/x509/x_x509a.c",
5053 "third_party/boringssl/src/crypto/x509v3/pcy_cache.c",
5054 "third_party/boringssl/src/crypto/x509v3/pcy_data.c",
5055 "third_party/boringssl/src/crypto/x509v3/pcy_map.c",
5056 "third_party/boringssl/src/crypto/x509v3/pcy_node.c",
5057 "third_party/boringssl/src/crypto/x509v3/pcy_tree.c",
5058 "third_party/boringssl/src/crypto/x509v3/v3_akey.c",
5059 "third_party/boringssl/src/crypto/x509v3/v3_akeya.c",
5060 "third_party/boringssl/src/crypto/x509v3/v3_alt.c",
5061 "third_party/boringssl/src/crypto/x509v3/v3_bcons.c",
5062 "third_party/boringssl/src/crypto/x509v3/v3_bitst.c",
5063 "third_party/boringssl/src/crypto/x509v3/v3_conf.c",
5064 "third_party/boringssl/src/crypto/x509v3/v3_cpols.c",
5065 "third_party/boringssl/src/crypto/x509v3/v3_crld.c",
5066 "third_party/boringssl/src/crypto/x509v3/v3_enum.c",
5067 "third_party/boringssl/src/crypto/x509v3/v3_extku.c",
5068 "third_party/boringssl/src/crypto/x509v3/v3_genn.c",
5069 "third_party/boringssl/src/crypto/x509v3/v3_ia5.c",
5070 "third_party/boringssl/src/crypto/x509v3/v3_info.c",
5071 "third_party/boringssl/src/crypto/x509v3/v3_int.c",
5072 "third_party/boringssl/src/crypto/x509v3/v3_lib.c",
5073 "third_party/boringssl/src/crypto/x509v3/v3_ncons.c",
5074 "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c",
5075 "third_party/boringssl/src/crypto/x509v3/v3_pci.c",
5076 "third_party/boringssl/src/crypto/x509v3/v3_pcia.c",
5077 "third_party/boringssl/src/crypto/x509v3/v3_pcons.c",
5078 "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c",
5079 "third_party/boringssl/src/crypto/x509v3/v3_prn.c",
5080 "third_party/boringssl/src/crypto/x509v3/v3_purp.c",
5081 "third_party/boringssl/src/crypto/x509v3/v3_skey.c",
5082 "third_party/boringssl/src/crypto/x509v3/v3_utl.c",
5083 "third_party/boringssl/src/ssl/bio_ssl.cc",
5084 "third_party/boringssl/src/ssl/d1_both.cc",
5085 "third_party/boringssl/src/ssl/d1_lib.cc",
5086 "third_party/boringssl/src/ssl/d1_pkt.cc",
5087 "third_party/boringssl/src/ssl/d1_srtp.cc",
5088 "third_party/boringssl/src/ssl/dtls_method.cc",
5089 "third_party/boringssl/src/ssl/dtls_record.cc",
5090 "third_party/boringssl/src/ssl/encrypted_client_hello.cc",
5091 "third_party/boringssl/src/ssl/extensions.cc",
5092 "third_party/boringssl/src/ssl/handoff.cc",
5093 "third_party/boringssl/src/ssl/handshake.cc",
5094 "third_party/boringssl/src/ssl/handshake_client.cc",
5095 "third_party/boringssl/src/ssl/handshake_server.cc",
5096 "third_party/boringssl/src/ssl/s3_both.cc",
5097 "third_party/boringssl/src/ssl/s3_lib.cc",
5098 "third_party/boringssl/src/ssl/s3_pkt.cc",
5099 "third_party/boringssl/src/ssl/ssl_aead_ctx.cc",
5100 "third_party/boringssl/src/ssl/ssl_asn1.cc",
5101 "third_party/boringssl/src/ssl/ssl_buffer.cc",
5102 "third_party/boringssl/src/ssl/ssl_cert.cc",
5103 "third_party/boringssl/src/ssl/ssl_cipher.cc",
5104 "third_party/boringssl/src/ssl/ssl_file.cc",
5105 "third_party/boringssl/src/ssl/ssl_key_share.cc",
5106 "third_party/boringssl/src/ssl/ssl_lib.cc",
5107 "third_party/boringssl/src/ssl/ssl_privkey.cc",
5108 "third_party/boringssl/src/ssl/ssl_session.cc",
5109 "third_party/boringssl/src/ssl/ssl_stat.cc",
5110 "third_party/boringssl/src/ssl/ssl_transcript.cc",
5111 "third_party/boringssl/src/ssl/ssl_versions.cc",
5112 "third_party/boringssl/src/ssl/ssl_x509.cc",
5113 "third_party/boringssl/src/ssl/t1_enc.cc",
5114 "third_party/boringssl/src/ssl/tls13_both.cc",
5115 "third_party/boringssl/src/ssl/tls13_client.cc",
5116 "third_party/boringssl/src/ssl/tls13_enc.cc",
5117 "third_party/boringssl/src/ssl/tls13_server.cc",
5118 "third_party/boringssl/src/ssl/tls_method.cc",
5119 "third_party/boringssl/src/ssl/tls_record.cc",
5120 ],
5121 defaults: [
5122 "cronet_aml_defaults",
5123 ],
5124 cflags: [
5125 "-DANDROID",
5126 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5127 "-DBORINGSSL_ALLOW_CXX_RUNTIME",
5128 "-DBORINGSSL_IMPLEMENTATION",
5129 "-DBORINGSSL_NO_STATIC_INITIALIZER",
5130 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5131 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5132 "-DDCHECK_ALWAYS_ON=1",
5133 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5134 "-DHAVE_SYS_UIO_H",
5135 "-DOPENSSL_SMALL",
5136 "-D_DEBUG",
5137 "-D_GNU_SOURCE",
5138 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5139 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5140 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5141 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5142 "-D__STDC_CONSTANT_MACROS",
5143 "-D__STDC_FORMAT_MACROS",
5144 ],
5145 local_include_dirs: [
5146 "./",
5147 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005148 "buildtools/third_party/libc++/trunk/include",
5149 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005150 "third_party/boringssl/src/include/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09005151 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005152 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005153 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005154}
5155
5156// GN: //third_party/boringssl:boringssl_asm
5157filegroup {
5158 name: "cronet_aml_third_party_boringssl_boringssl_asm",
5159}
5160
5161// GN: //third_party/boringssl/src/third_party/fiat:fiat_license
5162filegroup {
5163 name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license",
5164}
5165
Patrick Rohrcb035942022-11-01 12:12:52 -07005166// GN: //third_party/brotli:common
5167cc_library_static {
5168 name: "cronet_aml_third_party_brotli_common",
5169 srcs: [
5170 ":cronet_aml_third_party_brotli_headers",
5171 "third_party/brotli/common/constants.c",
5172 "third_party/brotli/common/context.c",
5173 "third_party/brotli/common/dictionary.c",
5174 "third_party/brotli/common/platform.c",
5175 "third_party/brotli/common/shared_dictionary.c",
5176 "third_party/brotli/common/transform.c",
5177 ],
5178 defaults: [
5179 "cronet_aml_defaults",
5180 ],
5181 cflags: [
5182 "-DANDROID",
5183 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5184 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5185 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5186 "-DDCHECK_ALWAYS_ON=1",
5187 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5188 "-DHAVE_SYS_UIO_H",
5189 "-D_DEBUG",
5190 "-D_GNU_SOURCE",
5191 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5192 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5193 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5194 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5195 "-D__STDC_CONSTANT_MACROS",
5196 "-D__STDC_FORMAT_MACROS",
5197 ],
5198 local_include_dirs: [
5199 "./",
5200 "buildtools/third_party/libc++/",
5201 "buildtools/third_party/libc++/trunk/include",
5202 "buildtools/third_party/libc++abi/trunk/include",
5203 "third_party/brotli/include/",
5204 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5205 ],
5206 cpp_std: "c++20",
5207}
5208
5209// GN: //third_party/brotli:dec
5210cc_library_static {
5211 name: "cronet_aml_third_party_brotli_dec",
5212 srcs: [
5213 ":cronet_aml_third_party_brotli_headers",
5214 "third_party/brotli/dec/bit_reader.c",
5215 "third_party/brotli/dec/decode.c",
5216 "third_party/brotli/dec/huffman.c",
5217 "third_party/brotli/dec/state.c",
5218 ],
5219 static_libs: [
5220 "cronet_aml_third_party_brotli_common",
5221 ],
5222 defaults: [
5223 "cronet_aml_defaults",
5224 ],
5225 cflags: [
5226 "-DANDROID",
5227 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5228 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5229 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5230 "-DDCHECK_ALWAYS_ON=1",
5231 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5232 "-DHAVE_SYS_UIO_H",
5233 "-D_DEBUG",
5234 "-D_GNU_SOURCE",
5235 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5236 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5237 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5238 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5239 "-D__STDC_CONSTANT_MACROS",
5240 "-D__STDC_FORMAT_MACROS",
5241 ],
5242 local_include_dirs: [
5243 "./",
5244 "buildtools/third_party/libc++/",
5245 "buildtools/third_party/libc++/trunk/include",
5246 "buildtools/third_party/libc++abi/trunk/include",
5247 "third_party/brotli/include/",
5248 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5249 ],
5250 cpp_std: "c++20",
5251}
5252
5253// GN: //third_party/brotli:headers
5254filegroup {
5255 name: "cronet_aml_third_party_brotli_headers",
5256}
5257
Patrick Rohrcc377df2022-10-28 09:27:15 -07005258// GN: //third_party/icu:icui18n
5259cc_library_static {
5260 name: "cronet_aml_third_party_icu_icui18n",
5261 static_libs: [
5262 "cronet_aml_third_party_icu_icuuc_private",
5263 ],
5264 defaults: [
5265 "cronet_aml_defaults",
5266 ],
5267 cflags: [
5268 "-DANDROID",
5269 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5270 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5271 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5272 "-DDCHECK_ALWAYS_ON=1",
5273 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5274 "-DHAVE_DLOPEN=0",
5275 "-DHAVE_SYS_UIO_H",
5276 "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE",
5277 "-DUCONFIG_ONLY_HTML_CONVERSION=1",
5278 "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0",
5279 "-DUSE_CHROMIUM_ICU=1",
5280 "-DU_CHARSET_IS_UTF8=1",
5281 "-DU_ENABLE_DYLOAD=0",
5282 "-DU_ENABLE_RESOURCE_TRACING=0",
5283 "-DU_ENABLE_TRACING=1",
5284 "-DU_I18N_IMPLEMENTATION",
5285 "-DU_STATIC_IMPLEMENTATION",
5286 "-DU_USING_ICU_NAMESPACE=0",
5287 "-D_DEBUG",
5288 "-D_GNU_SOURCE",
5289 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5290 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5291 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5292 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5293 ],
5294 local_include_dirs: [
5295 "./",
5296 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005297 "buildtools/third_party/libc++/trunk/include",
5298 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005299 "third_party/icu/source/common/",
5300 "third_party/icu/source/i18n/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09005301 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005302 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005303 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005304}
5305
5306// GN: //third_party/icu:icuuc_private
5307cc_library_static {
5308 name: "cronet_aml_third_party_icu_icuuc_private",
5309 srcs: [
5310 ":cronet_aml_third_party_icu_icuuc_public",
5311 ],
5312 defaults: [
5313 "cronet_aml_defaults",
5314 ],
5315 cflags: [
5316 "-DANDROID",
5317 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5318 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5319 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5320 "-DDCHECK_ALWAYS_ON=1",
5321 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5322 "-DHAVE_DLOPEN=0",
5323 "-DHAVE_SYS_UIO_H",
5324 "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE",
5325 "-DUCONFIG_ONLY_HTML_CONVERSION=1",
5326 "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0",
5327 "-DUSE_CHROMIUM_ICU=1",
5328 "-DU_CHARSET_IS_UTF8=1",
5329 "-DU_COMMON_IMPLEMENTATION",
5330 "-DU_ENABLE_DYLOAD=0",
5331 "-DU_ENABLE_RESOURCE_TRACING=0",
5332 "-DU_ENABLE_TRACING=1",
5333 "-DU_ICUDATAENTRY_IN_COMMON",
5334 "-DU_STATIC_IMPLEMENTATION",
5335 "-DU_USING_ICU_NAMESPACE=0",
5336 "-D_DEBUG",
5337 "-D_GNU_SOURCE",
5338 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5339 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5340 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5341 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5342 "-D__STDC_CONSTANT_MACROS",
5343 "-D__STDC_FORMAT_MACROS",
5344 ],
5345 local_include_dirs: [
5346 "./",
5347 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005348 "buildtools/third_party/libc++/trunk/include",
5349 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005350 "third_party/icu/source/common/",
5351 "third_party/icu/source/i18n/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09005352 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005353 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005354 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005355}
5356
5357// GN: //third_party/icu:icuuc_public
5358filegroup {
5359 name: "cronet_aml_third_party_icu_icuuc_public",
5360}
5361
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005362// GN: //third_party/libevent:libevent
5363cc_library_static {
5364 name: "cronet_aml_third_party_libevent_libevent",
5365 srcs: [
5366 "third_party/libevent/buffer.c",
5367 "third_party/libevent/epoll.c",
5368 "third_party/libevent/evbuffer.c",
5369 "third_party/libevent/evdns.c",
5370 "third_party/libevent/event.c",
5371 "third_party/libevent/event_tagging.c",
5372 "third_party/libevent/evrpc.c",
5373 "third_party/libevent/evutil.c",
5374 "third_party/libevent/http.c",
5375 "third_party/libevent/log.c",
5376 "third_party/libevent/poll.c",
5377 "third_party/libevent/select.c",
5378 "third_party/libevent/signal.c",
5379 "third_party/libevent/strlcpy.c",
5380 ],
5381 defaults: [
5382 "cronet_aml_defaults",
5383 ],
5384 cflags: [
5385 "-DANDROID",
5386 "-DANDROID_NDK_VERSION_ROLL=r23_1",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005387 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5388 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005389 "-DDCHECK_ALWAYS_ON=1",
5390 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5391 "-DHAVE_CONFIG_H",
5392 "-DHAVE_SYS_UIO_H",
5393 "-D_DEBUG",
5394 "-D_GNU_SOURCE",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005395 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005396 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005397 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005398 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5399 ],
5400 local_include_dirs: [
5401 "./",
5402 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005403 "buildtools/third_party/libc++/trunk/include",
5404 "buildtools/third_party/libc++abi/trunk/include",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005405 "third_party/libevent/android/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09005406 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005407 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005408 cpp_std: "c++20",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005409}
5410
Patrick Rohrcc377df2022-10-28 09:27:15 -07005411// GN: //third_party/modp_b64:modp_b64
Motomu Utsumifcac4852022-10-26 19:28:31 +09005412cc_library_static {
Patrick Rohrcc377df2022-10-28 09:27:15 -07005413 name: "cronet_aml_third_party_modp_b64_modp_b64",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005414 srcs: [
Patrick Rohrcc377df2022-10-28 09:27:15 -07005415 "third_party/modp_b64/modp_b64.cc",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005416 ],
5417 defaults: [
5418 "cronet_aml_defaults",
5419 ],
5420 cflags: [
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005421 "-DANDROID",
5422 "-DANDROID_NDK_VERSION_ROLL=r23_1",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005423 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5424 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005425 "-DDCHECK_ALWAYS_ON=1",
5426 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5427 "-DHAVE_SYS_UIO_H",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005428 "-D_DEBUG",
5429 "-D_GNU_SOURCE",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005430 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005431 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005432 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005433 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005434 "-D__STDC_CONSTANT_MACROS",
5435 "-D__STDC_FORMAT_MACROS",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005436 ],
5437 local_include_dirs: [
5438 "./",
5439 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005440 "buildtools/third_party/libc++/trunk/include",
5441 "buildtools/third_party/libc++abi/trunk/include",
Motomu Utsumid30ceed2022-11-01 13:06:18 +09005442 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005443 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005444 cpp_std: "c++20",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005445}
5446
Patrick Rohrcb035942022-11-01 12:12:52 -07005447// GN: //third_party/protobuf:protobuf_full
5448cc_library_static {
5449 name: "cronet_aml_third_party_protobuf_protobuf_full",
5450 srcs: [
5451 "third_party/protobuf/src/google/protobuf/any.cc",
5452 "third_party/protobuf/src/google/protobuf/any.pb.cc",
5453 "third_party/protobuf/src/google/protobuf/any_lite.cc",
5454 "third_party/protobuf/src/google/protobuf/api.pb.cc",
5455 "third_party/protobuf/src/google/protobuf/arena.cc",
5456 "third_party/protobuf/src/google/protobuf/arenastring.cc",
5457 "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc",
5458 "third_party/protobuf/src/google/protobuf/compiler/importer.cc",
5459 "third_party/protobuf/src/google/protobuf/compiler/parser.cc",
5460 "third_party/protobuf/src/google/protobuf/descriptor.cc",
5461 "third_party/protobuf/src/google/protobuf/descriptor.pb.cc",
5462 "third_party/protobuf/src/google/protobuf/descriptor_database.cc",
5463 "third_party/protobuf/src/google/protobuf/duration.pb.cc",
5464 "third_party/protobuf/src/google/protobuf/dynamic_message.cc",
5465 "third_party/protobuf/src/google/protobuf/empty.pb.cc",
5466 "third_party/protobuf/src/google/protobuf/extension_set.cc",
5467 "third_party/protobuf/src/google/protobuf/extension_set_heavy.cc",
5468 "third_party/protobuf/src/google/protobuf/field_mask.pb.cc",
5469 "third_party/protobuf/src/google/protobuf/generated_enum_util.cc",
5470 "third_party/protobuf/src/google/protobuf/generated_message_bases.cc",
5471 "third_party/protobuf/src/google/protobuf/generated_message_reflection.cc",
5472 "third_party/protobuf/src/google/protobuf/generated_message_tctable_full.cc",
5473 "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc",
5474 "third_party/protobuf/src/google/protobuf/generated_message_util.cc",
5475 "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc",
5476 "third_party/protobuf/src/google/protobuf/inlined_string_field.cc",
5477 "third_party/protobuf/src/google/protobuf/io/coded_stream.cc",
5478 "third_party/protobuf/src/google/protobuf/io/gzip_stream.cc",
5479 "third_party/protobuf/src/google/protobuf/io/io_win32.cc",
5480 "third_party/protobuf/src/google/protobuf/io/printer.cc",
5481 "third_party/protobuf/src/google/protobuf/io/strtod.cc",
5482 "third_party/protobuf/src/google/protobuf/io/tokenizer.cc",
5483 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc",
5484 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc",
5485 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
5486 "third_party/protobuf/src/google/protobuf/map.cc",
5487 "third_party/protobuf/src/google/protobuf/map_field.cc",
5488 "third_party/protobuf/src/google/protobuf/message.cc",
5489 "third_party/protobuf/src/google/protobuf/message_lite.cc",
5490 "third_party/protobuf/src/google/protobuf/parse_context.cc",
5491 "third_party/protobuf/src/google/protobuf/reflection_ops.cc",
5492 "third_party/protobuf/src/google/protobuf/repeated_field.cc",
5493 "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc",
5494 "third_party/protobuf/src/google/protobuf/service.cc",
5495 "third_party/protobuf/src/google/protobuf/source_context.pb.cc",
5496 "third_party/protobuf/src/google/protobuf/struct.pb.cc",
5497 "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc",
5498 "third_party/protobuf/src/google/protobuf/stubs/common.cc",
5499 "third_party/protobuf/src/google/protobuf/stubs/int128.cc",
5500 "third_party/protobuf/src/google/protobuf/stubs/status.cc",
5501 "third_party/protobuf/src/google/protobuf/stubs/statusor.cc",
5502 "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc",
5503 "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc",
5504 "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc",
5505 "third_party/protobuf/src/google/protobuf/stubs/strutil.cc",
5506 "third_party/protobuf/src/google/protobuf/stubs/substitute.cc",
5507 "third_party/protobuf/src/google/protobuf/stubs/time.cc",
5508 "third_party/protobuf/src/google/protobuf/text_format.cc",
5509 "third_party/protobuf/src/google/protobuf/timestamp.pb.cc",
5510 "third_party/protobuf/src/google/protobuf/type.pb.cc",
5511 "third_party/protobuf/src/google/protobuf/unknown_field_set.cc",
5512 "third_party/protobuf/src/google/protobuf/util/delimited_message_util.cc",
5513 "third_party/protobuf/src/google/protobuf/util/field_comparator.cc",
5514 "third_party/protobuf/src/google/protobuf/util/field_mask_util.cc",
5515 "third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc",
5516 "third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc",
5517 "third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc",
5518 "third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc",
5519 "third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc",
5520 "third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc",
5521 "third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc",
5522 "third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc",
5523 "third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc",
5524 "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc",
5525 "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc",
5526 "third_party/protobuf/src/google/protobuf/util/internal/type_info.cc",
5527 "third_party/protobuf/src/google/protobuf/util/internal/utility.cc",
5528 "third_party/protobuf/src/google/protobuf/util/json_util.cc",
5529 "third_party/protobuf/src/google/protobuf/util/message_differencer.cc",
5530 "third_party/protobuf/src/google/protobuf/util/time_util.cc",
5531 "third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc",
5532 "third_party/protobuf/src/google/protobuf/wire_format.cc",
5533 "third_party/protobuf/src/google/protobuf/wire_format_lite.cc",
5534 "third_party/protobuf/src/google/protobuf/wrappers.pb.cc",
5535 ],
5536 static_libs: [
5537 "cronet_aml_third_party_zlib_zlib",
5538 ],
5539 defaults: [
5540 "cronet_aml_defaults",
5541 ],
5542 cflags: [
5543 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5544 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5545 "-DCR_SYSROOT_KEY=20220331T153654Z-0",
5546 "-DDCHECK_ALWAYS_ON=1",
5547 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5548 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
5549 "-DGOOGLE_PROTOBUF_NO_RTTI",
5550 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
5551 "-DHAVE_PTHREAD",
5552 "-DHAVE_ZLIB",
5553 "-DUSE_AURA=1",
5554 "-DUSE_OZONE=1",
5555 "-DUSE_UDEV",
5556 "-D_DEBUG",
5557 "-D_FILE_OFFSET_BITS=64",
5558 "-D_GNU_SOURCE",
5559 "-D_LARGEFILE64_SOURCE",
5560 "-D_LARGEFILE_SOURCE",
5561 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5562 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5563 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5564 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5565 ],
5566 local_include_dirs: [
5567 "./",
5568 "buildtools/third_party/libc++/",
5569 "buildtools/third_party/libc++/trunk/include",
5570 "buildtools/third_party/libc++abi/trunk/include",
5571 "third_party/protobuf/src/",
5572 "third_party/zlib/",
5573 "build/linux/debian_bullseye_amd64-sysroot/usr/include",
5574 ],
5575 cpp_std: "c++20",
5576}
5577
5578// GN: //third_party/protobuf:protobuf_lite
5579cc_library_static {
5580 name: "cronet_aml_third_party_protobuf_protobuf_lite",
5581 srcs: [
5582 "third_party/protobuf/src/google/protobuf/any_lite.cc",
5583 "third_party/protobuf/src/google/protobuf/arena.cc",
5584 "third_party/protobuf/src/google/protobuf/arenastring.cc",
5585 "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc",
5586 "third_party/protobuf/src/google/protobuf/extension_set.cc",
5587 "third_party/protobuf/src/google/protobuf/generated_enum_util.cc",
5588 "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc",
5589 "third_party/protobuf/src/google/protobuf/generated_message_util.cc",
5590 "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc",
5591 "third_party/protobuf/src/google/protobuf/inlined_string_field.cc",
5592 "third_party/protobuf/src/google/protobuf/io/coded_stream.cc",
5593 "third_party/protobuf/src/google/protobuf/io/io_win32.cc",
5594 "third_party/protobuf/src/google/protobuf/io/strtod.cc",
5595 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc",
5596 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc",
5597 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
5598 "third_party/protobuf/src/google/protobuf/map.cc",
5599 "third_party/protobuf/src/google/protobuf/message_lite.cc",
5600 "third_party/protobuf/src/google/protobuf/parse_context.cc",
5601 "third_party/protobuf/src/google/protobuf/repeated_field.cc",
5602 "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc",
5603 "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc",
5604 "third_party/protobuf/src/google/protobuf/stubs/common.cc",
5605 "third_party/protobuf/src/google/protobuf/stubs/int128.cc",
5606 "third_party/protobuf/src/google/protobuf/stubs/status.cc",
5607 "third_party/protobuf/src/google/protobuf/stubs/statusor.cc",
5608 "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc",
5609 "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc",
5610 "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc",
5611 "third_party/protobuf/src/google/protobuf/stubs/strutil.cc",
5612 "third_party/protobuf/src/google/protobuf/stubs/time.cc",
5613 "third_party/protobuf/src/google/protobuf/wire_format_lite.cc",
5614 ],
5615 shared_libs: [
5616 "liblog",
5617 ],
5618 defaults: [
5619 "cronet_aml_defaults",
5620 ],
5621 cflags: [
5622 "-DANDROID",
5623 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5624 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5625 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5626 "-DDCHECK_ALWAYS_ON=1",
5627 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5628 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
5629 "-DGOOGLE_PROTOBUF_NO_RTTI",
5630 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
5631 "-DHAVE_PTHREAD",
5632 "-DHAVE_SYS_UIO_H",
5633 "-D_DEBUG",
5634 "-D_GNU_SOURCE",
5635 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5636 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5637 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5638 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5639 ],
5640 local_include_dirs: [
5641 "./",
5642 "buildtools/third_party/libc++/",
5643 "buildtools/third_party/libc++/trunk/include",
5644 "buildtools/third_party/libc++abi/trunk/include",
5645 "third_party/protobuf/src/",
5646 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5647 ],
5648 cpp_std: "c++20",
5649}
5650
Patrick Rohrcb035942022-11-01 12:12:52 -07005651// GN: //third_party/zlib:zlib
5652cc_library_static {
5653 name: "cronet_aml_third_party_zlib_zlib",
5654 srcs: [
Patrick Rohraf92fa62022-11-04 14:27:04 -07005655 ":cronet_aml_third_party_android_ndk_cpu_features",
Patrick Rohrcb035942022-11-01 12:12:52 -07005656 ":cronet_aml_third_party_zlib_zlib_adler32_simd",
5657 ":cronet_aml_third_party_zlib_zlib_common_headers",
5658 ":cronet_aml_third_party_zlib_zlib_crc32_simd",
5659 ":cronet_aml_third_party_zlib_zlib_inflate_chunk_simd",
5660 ":cronet_aml_third_party_zlib_zlib_slide_hash_simd",
5661 "third_party/zlib/adler32.c",
5662 "third_party/zlib/compress.c",
5663 "third_party/zlib/cpu_features.c",
5664 "third_party/zlib/crc32.c",
5665 "third_party/zlib/deflate.c",
5666 "third_party/zlib/gzclose.c",
5667 "third_party/zlib/gzlib.c",
5668 "third_party/zlib/gzread.c",
5669 "third_party/zlib/gzwrite.c",
5670 "third_party/zlib/infback.c",
5671 "third_party/zlib/inffast.c",
5672 "third_party/zlib/inftrees.c",
5673 "third_party/zlib/trees.c",
5674 "third_party/zlib/uncompr.c",
5675 "third_party/zlib/zutil.c",
5676 ],
5677 defaults: [
5678 "cronet_aml_defaults",
5679 ],
5680 cflags: [
5681 "-DADLER32_SIMD_SSSE3",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005682 "-DANDROID",
5683 "-DANDROID_NDK_VERSION_ROLL=r23_1",
Patrick Rohrcb035942022-11-01 12:12:52 -07005684 "-DCRC32_SIMD_SSE42_PCLMUL",
5685 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5686 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
Patrick Rohrcb035942022-11-01 12:12:52 -07005687 "-DDCHECK_ALWAYS_ON=1",
5688 "-DDEFLATE_SLIDE_HASH_SSE2",
5689 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005690 "-DHAVE_SYS_UIO_H",
Patrick Rohrcb035942022-11-01 12:12:52 -07005691 "-DINFLATE_CHUNK_READ_64LE",
5692 "-DINFLATE_CHUNK_SIMD_SSE2",
Patrick Rohrcb035942022-11-01 12:12:52 -07005693 "-DX86_NOT_WINDOWS",
5694 "-DZLIB_DEBUG",
5695 "-DZLIB_IMPLEMENTATION",
5696 "-D_DEBUG",
Patrick Rohrcb035942022-11-01 12:12:52 -07005697 "-D_GNU_SOURCE",
Patrick Rohrcb035942022-11-01 12:12:52 -07005698 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5699 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5700 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5701 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5702 "-D__STDC_CONSTANT_MACROS",
5703 "-D__STDC_FORMAT_MACROS",
5704 ],
5705 local_include_dirs: [
5706 "./",
5707 "buildtools/third_party/libc++/",
5708 "buildtools/third_party/libc++/trunk/include",
5709 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005710 "third_party/android_ndk/sources/android/cpufeatures/",
Patrick Rohrcb035942022-11-01 12:12:52 -07005711 "third_party/zlib/",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005712 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcb035942022-11-01 12:12:52 -07005713 ],
5714 cpp_std: "c++20",
5715}
5716
5717// GN: //third_party/zlib:zlib_adler32_simd
5718filegroup {
5719 name: "cronet_aml_third_party_zlib_zlib_adler32_simd",
5720 srcs: [
5721 "third_party/zlib/adler32_simd.c",
5722 ],
5723}
5724
5725// GN: //third_party/zlib:zlib_common_headers
5726filegroup {
5727 name: "cronet_aml_third_party_zlib_zlib_common_headers",
5728}
5729
5730// GN: //third_party/zlib:zlib_crc32_simd
5731filegroup {
5732 name: "cronet_aml_third_party_zlib_zlib_crc32_simd",
5733 srcs: [
5734 "third_party/zlib/crc32_simd.c",
5735 "third_party/zlib/crc_folding.c",
5736 ],
5737}
5738
5739// GN: //third_party/zlib:zlib_inflate_chunk_simd
5740filegroup {
5741 name: "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd",
5742 srcs: [
5743 "third_party/zlib/contrib/optimizations/inffast_chunk.c",
5744 "third_party/zlib/contrib/optimizations/inflate.c",
5745 ],
5746}
5747
5748// GN: //third_party/zlib:zlib_slide_hash_simd
5749filegroup {
5750 name: "cronet_aml_third_party_zlib_zlib_slide_hash_simd",
5751}
5752
Patrick Rohrcb035942022-11-01 12:12:52 -07005753// GN: //tools/grit:grit_sources
5754genrule {
5755 name: "cronet_aml_tools_grit_grit_sources",
Motomu Utsumi26211dc2022-11-02 19:38:47 +09005756 cmd: "python $(location tools/grit/stamp_grit_sources.py) `dirname $(location tools/grit/grit.py)` " +
5757 "$(out) " +
5758 "$(genDir)/grit_sources.d",
Patrick Rohrcb035942022-11-01 12:12:52 -07005759 out: [
Motomu Utsumi26211dc2022-11-02 19:38:47 +09005760 "out/test/obj/tools/grit/grit_sources.script.stamp",
Patrick Rohrcb035942022-11-01 12:12:52 -07005761 ],
5762 tool_files: [
5763 "tools/grit/grit.py",
5764 "tools/grit/stamp_grit_sources.py",
5765 ],
5766}
5767
5768// GN: //tools/gritsettings:default_resource_ids
5769genrule {
5770 name: "cronet_aml_tools_gritsettings_default_resource_ids",
5771 cmd: "$(location tools/grit/grit.py) update_resource_ids " +
5772 "-o " +
5773 "gen/tools/gritsettings/default_resource_ids " +
5774 "--add-header " +
5775 "--depfile " +
5776 "gen/tools/gritsettings/default_resource_ids.d " +
5777 "--input " +
5778 "../../tools/gritsettings/resource_ids.spec",
5779 out: [
5780 "tools/gritsettings/default_resource_ids",
5781 ],
5782 tool_files: [
5783 "tools/grit/grit.py",
5784 "tools/gritsettings/resource_ids.spec",
5785 ],
5786}
5787
5788// GN: //url:buildflags
5789genrule {
5790 name: "cronet_aml_url_buildflags",
5791 cmd: "echo '--flags USE_PLATFORM_ICU_ALTERNATIVES=\"true\"' | " +
5792 "$(location build/write_buildflag_header.py) --output " +
5793 "$(out) " +
5794 "--rulename " +
5795 "//url:buildflags " +
5796 "--gen-dir " +
5797 ". " +
5798 "--definitions " +
5799 "/dev/stdin",
5800 out: [
5801 "url/buildflags.h",
5802 ],
5803 tool_files: [
5804 "build/write_buildflag_header.py",
5805 ],
5806}
5807
5808// GN: //url:url
5809cc_library_static {
5810 name: "cronet_aml_url_url",
5811 srcs: [
5812 ":cronet_aml_ipc_param_traits",
5813 "url/gurl.cc",
5814 "url/origin.cc",
5815 "url/scheme_host_port.cc",
5816 "url/third_party/mozilla/url_parse.cc",
5817 "url/url_canon.cc",
5818 "url/url_canon_etc.cc",
5819 "url/url_canon_filesystemurl.cc",
5820 "url/url_canon_fileurl.cc",
5821 "url/url_canon_host.cc",
5822 "url/url_canon_internal.cc",
5823 "url/url_canon_ip.cc",
5824 "url/url_canon_mailtourl.cc",
5825 "url/url_canon_path.cc",
5826 "url/url_canon_pathurl.cc",
5827 "url/url_canon_query.cc",
5828 "url/url_canon_relative.cc",
5829 "url/url_canon_stdstring.cc",
5830 "url/url_canon_stdurl.cc",
5831 "url/url_constants.cc",
5832 "url/url_idna_icu_alternatives_android.cc",
5833 "url/url_parse_file.cc",
5834 "url/url_util.cc",
5835 ],
5836 shared_libs: [
5837 "libandroid",
5838 "liblog",
5839 ],
5840 static_libs: [
5841 "cronet_aml_base_base",
5842 "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations",
5843 ],
5844 generated_headers: [
5845 "cronet_aml_base_debugging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005846 "cronet_aml_base_logging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005847 "cronet_aml_build_chromeos_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005848 "cronet_aml_url_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005849 "cronet_aml_url_url_jni_headers",
5850 ],
5851 export_generated_headers: [
5852 "cronet_aml_base_debugging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005853 "cronet_aml_base_logging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005854 "cronet_aml_build_chromeos_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005855 "cronet_aml_url_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005856 "cronet_aml_url_url_jni_headers",
5857 ],
5858 defaults: [
5859 "cronet_aml_defaults",
5860 ],
5861 cflags: [
5862 "-DANDROID",
5863 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5864 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5865 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5866 "-DDCHECK_ALWAYS_ON=1",
5867 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5868 "-DHAVE_SYS_UIO_H",
5869 "-DIS_URL_IMPL",
5870 "-D_DEBUG",
5871 "-D_GNU_SOURCE",
5872 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5873 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5874 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5875 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5876 "-D__STDC_CONSTANT_MACROS",
5877 "-D__STDC_FORMAT_MACROS",
5878 ],
5879 local_include_dirs: [
5880 "./",
5881 "buildtools/third_party/libc++/",
5882 "buildtools/third_party/libc++/trunk/include",
5883 "buildtools/third_party/libc++abi/trunk/include",
5884 "third_party/abseil-cpp/",
5885 "third_party/boringssl/src/include/",
5886 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5887 ],
5888 header_libs: [
5889 "jni_headers",
5890 ],
5891 cpp_std: "c++20",
5892}
5893
Patrick Rohrcb035942022-11-01 12:12:52 -07005894// GN: //url:url_jni_headers
5895genrule {
5896 name: "cronet_aml_url_url_jni_headers",
5897 srcs: [
5898 "url/android/java/src/org/chromium/url/IDNStringUtil.java",
5899 "url/android/java/src/org/chromium/url/Origin.java",
5900 ],
5901 cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " +
5902 "long " +
5903 " " +
5904 " " +
5905 "--output_dir " +
5906 "$(genDir)/url/url_jni_headers " +
5907 "--includes " +
5908 "base/android/jni_generator/jni_generator_helper.h " +
5909 "--use_proxy_hash " +
5910 "--output_name " +
5911 "IDNStringUtil_jni.h " +
5912 "--output_name " +
5913 "Origin_jni.h " +
5914 "--input_file " +
5915 "$(location url/android/java/src/org/chromium/url/IDNStringUtil.java) " +
5916 "--input_file " +
5917 "$(location url/android/java/src/org/chromium/url/Origin.java)",
5918 out: [
5919 "url/url_jni_headers/IDNStringUtil_jni.h",
5920 "url/url_jni_headers/Origin_jni.h",
5921 ],
5922 tool_files: [
5923 "base/android/jni_generator/jni_generator.py",
5924 "build/android/gyp/util/__init__.py",
5925 "build/android/gyp/util/build_utils.py",
5926 "build/gn_helpers.py",
5927 ],
5928}
5929