blob: 92ae832c5be8e02eaf5e4515c0a322cdedb617e2 [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",
1966 srcs: [
1967 "out/test/clang_x64/gen/net/cert/root_store_proto_full/root_store.pb.cc",
1968 ],
1969 static_libs: [
1970 "cronet_aml_third_party_protobuf_protobuf_full",
1971 ],
1972 defaults: [
1973 "cronet_aml_defaults",
1974 ],
1975 cflags: [
1976 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
1977 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
1978 "-DCR_SYSROOT_KEY=20220331T153654Z-0",
1979 "-DDCHECK_ALWAYS_ON=1",
1980 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
1981 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
1982 "-DGOOGLE_PROTOBUF_NO_RTTI",
1983 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
1984 "-DHAVE_PTHREAD",
1985 "-DUSE_AURA=1",
1986 "-DUSE_OZONE=1",
1987 "-DUSE_UDEV",
1988 "-D_DEBUG",
1989 "-D_FILE_OFFSET_BITS=64",
1990 "-D_GNU_SOURCE",
1991 "-D_LARGEFILE64_SOURCE",
1992 "-D_LARGEFILE_SOURCE",
1993 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
1994 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
1995 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
1996 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
1997 "-D__STDC_CONSTANT_MACROS",
1998 "-D__STDC_FORMAT_MACROS",
1999 ],
2000 local_include_dirs: [
2001 "./",
2002 "buildtools/third_party/libc++/",
2003 "buildtools/third_party/libc++/trunk/include",
2004 "buildtools/third_party/libc++abi/trunk/include",
2005 "third_party/protobuf/src/",
2006 "build/linux/debian_bullseye_amd64-sysroot/usr/include",
2007 ],
2008 cpp_std: "c++20",
2009}
2010
2011// GN: //net/cert:root_store_proto_full_gen
2012genrule {
2013 name: "cronet_aml_net_cert_root_store_proto_full_gen",
2014 srcs: [
2015 "net/cert/root_store.proto",
2016 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002017 tools: [
2018 "aprotoc",
2019 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07002020 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) root_store.proto " +
2021 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002022 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002023 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09002024 "`dirname $(location net/cert/root_store.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002025 "--cc-out-dir " +
2026 "clang_x64/gen/net/cert/root_store_proto_full/ " +
2027 "--py-out-dir " +
Motomu Utsumibba83972022-11-04 19:05:34 +09002028 "$(genDir)/clang_x64/pyproto/net/cert/root_store_proto_full/",
Patrick Rohrcb035942022-11-01 12:12:52 -07002029 out: [
Motomu Utsumifdc41b22022-11-04 19:18:17 +09002030 "clang_x64/pyproto/net/cert/root_store_proto_full/root_store_pb2.py",
Patrick Rohrcb035942022-11-01 12:12:52 -07002031 "net/cert/root_store_proto_full/root_store.pb.cc",
2032 "net/cert/root_store_proto_full/root_store.pb.h",
2033 ],
2034 tool_files: [
2035 "tools/protoc_wrapper/protoc_wrapper.py",
2036 ],
2037}
2038
2039// GN: //net:constants
2040filegroup {
2041 name: "cronet_aml_net_constants",
2042}
2043
2044// GN: //net/data/ssl/chrome_root_store:gen_root_store_inc
2045genrule {
2046 name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc",
2047 cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " +
2048 "--root-store " +
2049 "../../net/data/ssl/chrome_root_store/root_store.textproto " +
2050 "--certs " +
2051 "../../net/data/ssl/chrome_root_store/root_store.certs " +
2052 "--write-cpp-root-store " +
2053 "gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " +
2054 "--write-cpp-ev-roots " +
2055 "gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc",
2056 out: [
2057 "net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc",
2058 "net/data/ssl/chrome_root_store/chrome-root-store-inc.cc",
2059 ],
2060 tool_files: [
2061 "build/gn_run_binary.py",
2062 "net/data/ssl/chrome_root_store/root_store.certs",
2063 "net/data/ssl/chrome_root_store/root_store.textproto",
2064 ],
2065}
2066
2067// GN: //net/dns:dns
2068filegroup {
2069 name: "cronet_aml_net_dns_dns",
2070 srcs: [
2071 "net/dns/address_info.cc",
2072 "net/dns/address_sorter_posix.cc",
2073 "net/dns/context_host_resolver.cc",
2074 "net/dns/dns_alias_utility.cc",
2075 "net/dns/dns_client.cc",
2076 "net/dns/dns_config.cc",
2077 "net/dns/dns_config_service.cc",
2078 "net/dns/dns_config_service_android.cc",
2079 "net/dns/dns_hosts.cc",
2080 "net/dns/dns_query.cc",
2081 "net/dns/dns_reloader.cc",
2082 "net/dns/dns_response.cc",
2083 "net/dns/dns_response_result_extractor.cc",
2084 "net/dns/dns_server_iterator.cc",
2085 "net/dns/dns_session.cc",
2086 "net/dns/dns_transaction.cc",
2087 "net/dns/dns_udp_tracker.cc",
2088 "net/dns/dns_util.cc",
2089 "net/dns/host_cache.cc",
2090 "net/dns/host_resolver.cc",
2091 "net/dns/host_resolver_manager.cc",
2092 "net/dns/host_resolver_mdns_listener_impl.cc",
2093 "net/dns/host_resolver_mdns_task.cc",
2094 "net/dns/host_resolver_nat64_task.cc",
2095 "net/dns/host_resolver_proc.cc",
2096 "net/dns/host_resolver_system_task.cc",
2097 "net/dns/https_record_rdata.cc",
2098 "net/dns/httpssvc_metrics.cc",
2099 "net/dns/mapped_host_resolver.cc",
2100 "net/dns/nsswitch_reader.cc",
2101 "net/dns/opt_record_rdata.cc",
2102 "net/dns/record_parsed.cc",
2103 "net/dns/record_rdata.cc",
2104 "net/dns/resolve_context.cc",
2105 "net/dns/serial_worker.cc",
2106 "net/dns/system_dns_config_change_notifier.cc",
2107 "net/dns/test_dns_config_service.cc",
2108 ],
2109}
2110
2111// GN: //net/dns:dns_client
2112filegroup {
2113 name: "cronet_aml_net_dns_dns_client",
2114}
2115
2116// GN: //net/dns:host_resolver
2117filegroup {
2118 name: "cronet_aml_net_dns_host_resolver",
2119}
2120
2121// GN: //net/dns:host_resolver_manager
2122filegroup {
2123 name: "cronet_aml_net_dns_host_resolver_manager",
2124}
2125
2126// GN: //net/dns:mdns_client
2127filegroup {
2128 name: "cronet_aml_net_dns_mdns_client",
2129}
2130
2131// GN: //net/dns/public:public
2132filegroup {
2133 name: "cronet_aml_net_dns_public_public",
2134 srcs: [
2135 "net/dns/public/dns_config_overrides.cc",
2136 "net/dns/public/dns_over_https_config.cc",
2137 "net/dns/public/dns_over_https_server_config.cc",
2138 "net/dns/public/dns_query_type.cc",
2139 "net/dns/public/doh_provider_entry.cc",
2140 "net/dns/public/host_resolver_results.cc",
2141 "net/dns/public/resolve_error_info.cc",
2142 "net/dns/public/util.cc",
2143 ],
2144}
2145
2146// GN: //net/http:transport_security_state_generated_files
2147filegroup {
2148 name: "cronet_aml_net_http_transport_security_state_generated_files",
2149 srcs: [
2150 "net/http/transport_security_state.cc",
2151 ],
2152}
2153
2154// GN: //net:ios_cronet_buildflags
2155genrule {
2156 name: "cronet_aml_net_ios_cronet_buildflags",
2157 cmd: "echo '--flags CRONET_BUILD=\"false\"' | " +
2158 "$(location build/write_buildflag_header.py) --output " +
2159 "$(out) " +
2160 "--rulename " +
2161 "//net:ios_cronet_buildflags " +
2162 "--gen-dir " +
2163 ". " +
2164 "--definitions " +
2165 "/dev/stdin",
2166 out: [
2167 "net/socket/ios_cronet_buildflags.h",
2168 ],
2169 tool_files: [
2170 "build/write_buildflag_header.py",
2171 ],
2172}
2173
2174// GN: //net:isolation_info_proto
2175cc_library_static {
2176 name: "cronet_aml_net_isolation_info_proto",
2177 srcs: [
2178 "out/test/gen/net/base/isolation_info.pb.cc",
2179 ],
2180 shared_libs: [
2181 "liblog",
2182 ],
2183 static_libs: [
2184 "cronet_aml_third_party_protobuf_protobuf_lite",
2185 ],
2186 defaults: [
2187 "cronet_aml_defaults",
2188 ],
2189 cflags: [
2190 "-DANDROID",
2191 "-DANDROID_NDK_VERSION_ROLL=r23_1",
2192 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
2193 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
2194 "-DDCHECK_ALWAYS_ON=1",
2195 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
2196 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
2197 "-DGOOGLE_PROTOBUF_NO_RTTI",
2198 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
2199 "-DHAVE_PTHREAD",
2200 "-DHAVE_SYS_UIO_H",
2201 "-D_DEBUG",
2202 "-D_GNU_SOURCE",
2203 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
2204 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
2205 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
2206 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
2207 "-D__STDC_CONSTANT_MACROS",
2208 "-D__STDC_FORMAT_MACROS",
2209 ],
2210 local_include_dirs: [
2211 "./",
2212 "buildtools/third_party/libc++/",
2213 "buildtools/third_party/libc++/trunk/include",
2214 "buildtools/third_party/libc++abi/trunk/include",
2215 "third_party/protobuf/src/",
2216 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
2217 ],
2218 cpp_std: "c++20",
2219}
2220
2221// GN: //net:isolation_info_proto_gen
2222genrule {
2223 name: "cronet_aml_net_isolation_info_proto_gen",
2224 srcs: [
2225 "net/base/isolation_info.proto",
2226 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002227 tools: [
2228 "aprotoc",
2229 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07002230 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) isolation_info.proto " +
2231 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09002232 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002233 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09002234 "`dirname $(location net/base/isolation_info.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002235 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09002236 "$(genDir)/net/base " +
Patrick Rohrcb035942022-11-01 12:12:52 -07002237 "--py-out-dir " +
Motomu Utsumibba83972022-11-04 19:05:34 +09002238 "$(genDir)/pyproto/net/base",
Patrick Rohrcb035942022-11-01 12:12:52 -07002239 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07002240 "net/base/isolation_info.pb.cc",
2241 "net/base/isolation_info.pb.h",
Motomu Utsumifdc41b22022-11-04 19:18:17 +09002242 "pyproto/net/base/isolation_info_pb2.py",
Patrick Rohrcb035942022-11-01 12:12:52 -07002243 ],
2244 tool_files: [
2245 "tools/protoc_wrapper/protoc_wrapper.py",
2246 ],
2247}
2248
2249// GN: //net:net
2250cc_library_static {
2251 name: "cronet_aml_net_net",
2252 srcs: [
2253 ":cronet_aml_net_constants",
2254 ":cronet_aml_net_dns_dns",
2255 ":cronet_aml_net_dns_dns_client",
2256 ":cronet_aml_net_dns_host_resolver",
2257 ":cronet_aml_net_dns_host_resolver_manager",
2258 ":cronet_aml_net_dns_mdns_client",
2259 ":cronet_aml_net_dns_public_public",
2260 ":cronet_aml_net_http_transport_security_state_generated_files",
2261 ":cronet_aml_net_net_deps",
2262 ":cronet_aml_net_net_export_header",
2263 ":cronet_aml_net_net_public_deps",
2264 ":cronet_aml_net_net_resources",
2265 ":cronet_aml_net_traffic_annotation_traffic_annotation",
2266 "net/android/android_http_util.cc",
2267 "net/android/cert_verify_result_android.cc",
2268 "net/android/gurl_utils.cc",
2269 "net/android/http_auth_negotiate_android.cc",
2270 "net/android/keystore.cc",
2271 "net/android/network_change_notifier_android.cc",
2272 "net/android/network_change_notifier_delegate_android.cc",
2273 "net/android/network_change_notifier_factory_android.cc",
2274 "net/android/network_library.cc",
2275 "net/android/radio_activity_tracker.cc",
2276 "net/android/traffic_stats.cc",
2277 "net/base/address_family.cc",
2278 "net/base/address_list.cc",
2279 "net/base/address_tracker_linux.cc",
2280 "net/base/auth.cc",
2281 "net/base/backoff_entry.cc",
2282 "net/base/backoff_entry_serializer.cc",
2283 "net/base/cache_metrics.cc",
2284 "net/base/chunked_upload_data_stream.cc",
2285 "net/base/connection_endpoint_metadata.cc",
2286 "net/base/data_url.cc",
2287 "net/base/datagram_buffer.cc",
2288 "net/base/elements_upload_data_stream.cc",
2289 "net/base/features.cc",
2290 "net/base/file_stream.cc",
2291 "net/base/file_stream_context.cc",
2292 "net/base/file_stream_context_posix.cc",
2293 "net/base/filename_util.cc",
2294 "net/base/filename_util_internal.cc",
2295 "net/base/hash_value.cc",
2296 "net/base/hex_utils.cc",
2297 "net/base/host_mapping_rules.cc",
2298 "net/base/host_port_pair.cc",
2299 "net/base/io_buffer.cc",
2300 "net/base/ip_address.cc",
2301 "net/base/ip_endpoint.cc",
2302 "net/base/isolation_info.cc",
2303 "net/base/load_timing_info.cc",
2304 "net/base/logging_network_change_observer.cc",
2305 "net/base/lookup_string_in_fixed_set.cc",
2306 "net/base/mime_sniffer.cc",
2307 "net/base/mime_util.cc",
2308 "net/base/net_errors.cc",
2309 "net/base/net_errors_posix.cc",
2310 "net/base/net_module.cc",
2311 "net/base/net_string_util_icu_alternatives_android.cc",
2312 "net/base/network_activity_monitor.cc",
2313 "net/base/network_anonymization_key.cc",
2314 "net/base/network_change_notifier.cc",
2315 "net/base/network_change_notifier_posix.cc",
2316 "net/base/network_delegate.cc",
2317 "net/base/network_delegate_impl.cc",
2318 "net/base/network_interfaces.cc",
2319 "net/base/network_interfaces_getifaddrs.cc",
2320 "net/base/network_interfaces_getifaddrs_android.cc",
2321 "net/base/network_interfaces_linux.cc",
2322 "net/base/network_interfaces_posix.cc",
2323 "net/base/network_isolation_key.cc",
2324 "net/base/parse_number.cc",
2325 "net/base/platform_mime_util_linux.cc",
2326 "net/base/port_util.cc",
2327 "net/base/prioritized_dispatcher.cc",
2328 "net/base/prioritized_task_runner.cc",
2329 "net/base/privacy_mode.cc",
2330 "net/base/proxy_server.cc",
2331 "net/base/proxy_string_util.cc",
2332 "net/base/registry_controlled_domains/registry_controlled_domain.cc",
2333 "net/base/request_priority.cc",
2334 "net/base/scheme_host_port_matcher.cc",
2335 "net/base/scheme_host_port_matcher_rule.cc",
2336 "net/base/schemeful_site.cc",
2337 "net/base/sockaddr_storage.cc",
2338 "net/base/sockaddr_util_posix.cc",
2339 "net/base/transport_info.cc",
2340 "net/base/upload_bytes_element_reader.cc",
2341 "net/base/upload_data_stream.cc",
2342 "net/base/upload_element_reader.cc",
2343 "net/base/upload_file_element_reader.cc",
2344 "net/base/url_util.cc",
2345 "net/cert/asn1_util.cc",
2346 "net/cert/caching_cert_verifier.cc",
2347 "net/cert/cert_and_ct_verifier.cc",
2348 "net/cert/cert_database.cc",
2349 "net/cert/cert_status_flags.cc",
2350 "net/cert/cert_verifier.cc",
2351 "net/cert/cert_verify_proc.cc",
2352 "net/cert/cert_verify_proc_android.cc",
2353 "net/cert/cert_verify_proc_builtin.cc",
2354 "net/cert/cert_verify_result.cc",
2355 "net/cert/coalescing_cert_verifier.cc",
2356 "net/cert/crl_set.cc",
2357 "net/cert/ct_log_response_parser.cc",
2358 "net/cert/ct_log_verifier.cc",
2359 "net/cert/ct_log_verifier_util.cc",
2360 "net/cert/ct_objects_extractor.cc",
2361 "net/cert/ct_policy_enforcer.cc",
2362 "net/cert/ct_sct_to_string.cc",
2363 "net/cert/ct_serialization.cc",
2364 "net/cert/ct_signed_certificate_timestamp_log_param.cc",
2365 "net/cert/do_nothing_ct_verifier.cc",
2366 "net/cert/ev_root_ca_metadata.cc",
2367 "net/cert/internal/cert_issuer_source_aia.cc",
2368 "net/cert/internal/revocation_checker.cc",
2369 "net/cert/internal/system_trust_store.cc",
2370 "net/cert/known_roots.cc",
2371 "net/cert/merkle_audit_proof.cc",
2372 "net/cert/merkle_consistency_proof.cc",
2373 "net/cert/merkle_tree_leaf.cc",
2374 "net/cert/multi_log_ct_verifier.cc",
2375 "net/cert/multi_threaded_cert_verifier.cc",
2376 "net/cert/ocsp_verify_result.cc",
2377 "net/cert/pem.cc",
2378 "net/cert/pki/cert_error_id.cc",
2379 "net/cert/pki/cert_error_params.cc",
2380 "net/cert/pki/cert_errors.cc",
2381 "net/cert/pki/cert_issuer_source_static.cc",
2382 "net/cert/pki/certificate_policies.cc",
2383 "net/cert/pki/common_cert_errors.cc",
2384 "net/cert/pki/crl.cc",
2385 "net/cert/pki/extended_key_usage.cc",
2386 "net/cert/pki/general_names.cc",
2387 "net/cert/pki/name_constraints.cc",
2388 "net/cert/pki/ocsp.cc",
2389 "net/cert/pki/parse_certificate.cc",
2390 "net/cert/pki/parse_name.cc",
2391 "net/cert/pki/parsed_certificate.cc",
2392 "net/cert/pki/path_builder.cc",
2393 "net/cert/pki/revocation_util.cc",
2394 "net/cert/pki/signature_algorithm.cc",
2395 "net/cert/pki/simple_path_builder_delegate.cc",
2396 "net/cert/pki/string_util.cc",
2397 "net/cert/pki/trust_store.cc",
2398 "net/cert/pki/trust_store_collection.cc",
2399 "net/cert/pki/trust_store_in_memory.cc",
2400 "net/cert/pki/verify_certificate_chain.cc",
2401 "net/cert/pki/verify_name_match.cc",
2402 "net/cert/pki/verify_signed_data.cc",
2403 "net/cert/sct_status_flags.cc",
2404 "net/cert/signed_certificate_timestamp.cc",
2405 "net/cert/signed_certificate_timestamp_and_status.cc",
2406 "net/cert/signed_tree_head.cc",
2407 "net/cert/symantec_certs.cc",
2408 "net/cert/test_root_certs.cc",
2409 "net/cert/test_root_certs_android.cc",
2410 "net/cert/trial_comparison_cert_verifier_util.cc",
2411 "net/cert/x509_cert_types.cc",
2412 "net/cert/x509_certificate.cc",
2413 "net/cert/x509_certificate_net_log_param.cc",
2414 "net/cert/x509_util.cc",
2415 "net/cert/x509_util_android.cc",
2416 "net/cert_net/cert_net_fetcher_url_request.cc",
2417 "net/cookies/canonical_cookie.cc",
2418 "net/cookies/cookie_access_delegate.cc",
2419 "net/cookies/cookie_access_result.cc",
2420 "net/cookies/cookie_change_dispatcher.cc",
2421 "net/cookies/cookie_constants.cc",
2422 "net/cookies/cookie_deletion_info.cc",
2423 "net/cookies/cookie_inclusion_status.cc",
2424 "net/cookies/cookie_monster.cc",
2425 "net/cookies/cookie_monster_change_dispatcher.cc",
2426 "net/cookies/cookie_monster_netlog_params.cc",
2427 "net/cookies/cookie_options.cc",
2428 "net/cookies/cookie_partition_key.cc",
2429 "net/cookies/cookie_partition_key_collection.cc",
2430 "net/cookies/cookie_store.cc",
2431 "net/cookies/cookie_util.cc",
2432 "net/cookies/parsed_cookie.cc",
2433 "net/cookies/site_for_cookies.cc",
2434 "net/cookies/static_cookie_policy.cc",
2435 "net/der/encode_values.cc",
2436 "net/der/input.cc",
2437 "net/der/parse_values.cc",
2438 "net/der/parser.cc",
2439 "net/der/tag.cc",
2440 "net/disk_cache/backend_cleanup_tracker.cc",
2441 "net/disk_cache/blockfile/addr.cc",
2442 "net/disk_cache/blockfile/backend_impl.cc",
2443 "net/disk_cache/blockfile/bitmap.cc",
2444 "net/disk_cache/blockfile/block_files.cc",
2445 "net/disk_cache/blockfile/disk_format.cc",
2446 "net/disk_cache/blockfile/entry_impl.cc",
2447 "net/disk_cache/blockfile/eviction.cc",
2448 "net/disk_cache/blockfile/file.cc",
2449 "net/disk_cache/blockfile/file_lock.cc",
2450 "net/disk_cache/blockfile/file_posix.cc",
2451 "net/disk_cache/blockfile/in_flight_backend_io.cc",
2452 "net/disk_cache/blockfile/in_flight_io.cc",
2453 "net/disk_cache/blockfile/mapped_file.cc",
2454 "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc",
2455 "net/disk_cache/blockfile/rankings.cc",
2456 "net/disk_cache/blockfile/sparse_control.cc",
2457 "net/disk_cache/blockfile/stats.cc",
2458 "net/disk_cache/cache_util.cc",
2459 "net/disk_cache/cache_util_posix.cc",
2460 "net/disk_cache/disk_cache.cc",
2461 "net/disk_cache/memory/mem_backend_impl.cc",
2462 "net/disk_cache/memory/mem_entry_impl.cc",
2463 "net/disk_cache/net_log_parameters.cc",
2464 "net/disk_cache/simple/post_doom_waiter.cc",
2465 "net/disk_cache/simple/simple_backend_impl.cc",
2466 "net/disk_cache/simple/simple_entry_format.cc",
2467 "net/disk_cache/simple/simple_entry_impl.cc",
2468 "net/disk_cache/simple/simple_entry_operation.cc",
2469 "net/disk_cache/simple/simple_file_enumerator.cc",
2470 "net/disk_cache/simple/simple_file_tracker.cc",
2471 "net/disk_cache/simple/simple_index.cc",
2472 "net/disk_cache/simple/simple_index_file.cc",
2473 "net/disk_cache/simple/simple_net_log_parameters.cc",
2474 "net/disk_cache/simple/simple_synchronous_entry.cc",
2475 "net/disk_cache/simple/simple_util.cc",
2476 "net/disk_cache/simple/simple_util_posix.cc",
2477 "net/disk_cache/simple/simple_version_upgrade.cc",
2478 "net/filter/brotli_source_stream.cc",
2479 "net/filter/filter_source_stream.cc",
2480 "net/filter/gzip_header.cc",
2481 "net/filter/gzip_source_stream.cc",
2482 "net/filter/source_stream.cc",
2483 "net/first_party_sets/addition_overlaps_union_find.cc",
2484 "net/first_party_sets/first_party_set_entry.cc",
2485 "net/first_party_sets/first_party_set_metadata.cc",
2486 "net/first_party_sets/first_party_sets_cache_filter.cc",
2487 "net/first_party_sets/first_party_sets_context_config.cc",
2488 "net/first_party_sets/global_first_party_sets.cc",
2489 "net/first_party_sets/same_party_context.cc",
2490 "net/http/alternative_service.cc",
2491 "net/http/bidirectional_stream.cc",
2492 "net/http/bidirectional_stream_impl.cc",
2493 "net/http/bidirectional_stream_request_info.cc",
2494 "net/http/broken_alternative_services.cc",
2495 "net/http/http_auth.cc",
2496 "net/http/http_auth_cache.cc",
2497 "net/http/http_auth_challenge_tokenizer.cc",
2498 "net/http/http_auth_controller.cc",
2499 "net/http/http_auth_filter.cc",
2500 "net/http/http_auth_handler.cc",
2501 "net/http/http_auth_handler_basic.cc",
2502 "net/http/http_auth_handler_digest.cc",
2503 "net/http/http_auth_handler_factory.cc",
2504 "net/http/http_auth_handler_negotiate.cc",
2505 "net/http/http_auth_handler_ntlm.cc",
2506 "net/http/http_auth_handler_ntlm_portable.cc",
2507 "net/http/http_auth_multi_round_parse.cc",
2508 "net/http/http_auth_ntlm_mechanism.cc",
2509 "net/http/http_auth_preferences.cc",
2510 "net/http/http_auth_scheme.cc",
2511 "net/http/http_basic_state.cc",
2512 "net/http/http_basic_stream.cc",
2513 "net/http/http_byte_range.cc",
2514 "net/http/http_cache.cc",
2515 "net/http/http_cache_lookup_manager.cc",
2516 "net/http/http_cache_transaction.cc",
2517 "net/http/http_cache_writers.cc",
2518 "net/http/http_chunked_decoder.cc",
2519 "net/http/http_content_disposition.cc",
2520 "net/http/http_log_util.cc",
2521 "net/http/http_network_layer.cc",
2522 "net/http/http_network_session.cc",
2523 "net/http/http_network_session_peer.cc",
2524 "net/http/http_network_transaction.cc",
2525 "net/http/http_proxy_client_socket.cc",
2526 "net/http/http_proxy_connect_job.cc",
2527 "net/http/http_raw_request_headers.cc",
2528 "net/http/http_request_headers.cc",
2529 "net/http/http_request_info.cc",
2530 "net/http/http_response_body_drainer.cc",
2531 "net/http/http_response_headers.cc",
2532 "net/http/http_response_info.cc",
2533 "net/http/http_security_headers.cc",
2534 "net/http/http_server_properties.cc",
2535 "net/http/http_server_properties_manager.cc",
2536 "net/http/http_status_code.cc",
2537 "net/http/http_stream_factory.cc",
2538 "net/http/http_stream_factory_job.cc",
2539 "net/http/http_stream_factory_job_controller.cc",
2540 "net/http/http_stream_parser.cc",
2541 "net/http/http_stream_request.cc",
2542 "net/http/http_util.cc",
2543 "net/http/http_vary_data.cc",
2544 "net/http/partial_data.cc",
2545 "net/http/proxy_client_socket.cc",
2546 "net/http/proxy_fallback.cc",
2547 "net/http/transport_security_persister.cc",
2548 "net/http/transport_security_state_source.cc",
2549 "net/http/url_security_manager.cc",
2550 "net/http/url_security_manager_posix.cc",
2551 "net/http/webfonts_histogram.cc",
2552 "net/log/file_net_log_observer.cc",
2553 "net/log/net_log.cc",
2554 "net/log/net_log_capture_mode.cc",
2555 "net/log/net_log_entry.cc",
2556 "net/log/net_log_event_type.cc",
2557 "net/log/net_log_source.cc",
2558 "net/log/net_log_util.cc",
2559 "net/log/net_log_values.cc",
2560 "net/log/net_log_with_source.cc",
2561 "net/log/trace_net_log_observer.cc",
2562 "net/network_error_logging/network_error_logging_service.cc",
2563 "net/nqe/cached_network_quality.cc",
2564 "net/nqe/effective_connection_type.cc",
2565 "net/nqe/event_creator.cc",
2566 "net/nqe/network_id.cc",
2567 "net/nqe/network_qualities_prefs_manager.cc",
2568 "net/nqe/network_quality.cc",
2569 "net/nqe/network_quality_estimator.cc",
2570 "net/nqe/network_quality_estimator_params.cc",
2571 "net/nqe/network_quality_estimator_util.cc",
2572 "net/nqe/network_quality_observation.cc",
2573 "net/nqe/network_quality_store.cc",
2574 "net/nqe/observation_buffer.cc",
2575 "net/nqe/pref_names.cc",
2576 "net/nqe/socket_watcher.cc",
2577 "net/nqe/socket_watcher_factory.cc",
2578 "net/nqe/throughput_analyzer.cc",
2579 "net/ntlm/ntlm.cc",
2580 "net/ntlm/ntlm_buffer_reader.cc",
2581 "net/ntlm/ntlm_buffer_writer.cc",
2582 "net/ntlm/ntlm_client.cc",
2583 "net/ntlm/ntlm_constants.cc",
2584 "net/proxy_resolution/configured_proxy_resolution_request.cc",
2585 "net/proxy_resolution/configured_proxy_resolution_service.cc",
2586 "net/proxy_resolution/dhcp_pac_file_fetcher.cc",
2587 "net/proxy_resolution/multi_threaded_proxy_resolver.cc",
2588 "net/proxy_resolution/network_delegate_error_observer.cc",
2589 "net/proxy_resolution/pac_file_data.cc",
2590 "net/proxy_resolution/pac_file_decider.cc",
2591 "net/proxy_resolution/pac_file_fetcher.cc",
2592 "net/proxy_resolution/pac_file_fetcher_impl.cc",
2593 "net/proxy_resolution/polling_proxy_config_service.cc",
2594 "net/proxy_resolution/proxy_bypass_rules.cc",
2595 "net/proxy_resolution/proxy_config.cc",
2596 "net/proxy_resolution/proxy_config_service.cc",
2597 "net/proxy_resolution/proxy_config_service_android.cc",
2598 "net/proxy_resolution/proxy_config_service_fixed.cc",
2599 "net/proxy_resolution/proxy_config_with_annotation.cc",
2600 "net/proxy_resolution/proxy_info.cc",
2601 "net/proxy_resolution/proxy_list.cc",
2602 "net/proxy_resolution/proxy_resolver_factory.cc",
2603 "net/quic/bidirectional_stream_quic_impl.cc",
2604 "net/quic/crypto/proof_source_chromium.cc",
2605 "net/quic/crypto/proof_verifier_chromium.cc",
2606 "net/quic/dedicated_web_transport_http3_client.cc",
2607 "net/quic/network_connection.cc",
2608 "net/quic/platform/impl/quic_chromium_clock.cc",
2609 "net/quic/properties_based_quic_server_info.cc",
2610 "net/quic/quic_address_mismatch.cc",
2611 "net/quic/quic_chromium_alarm_factory.cc",
2612 "net/quic/quic_chromium_client_session.cc",
2613 "net/quic/quic_chromium_client_stream.cc",
2614 "net/quic/quic_chromium_connection_helper.cc",
2615 "net/quic/quic_chromium_packet_reader.cc",
2616 "net/quic/quic_chromium_packet_writer.cc",
2617 "net/quic/quic_clock_skew_detector.cc",
2618 "net/quic/quic_connection_logger.cc",
2619 "net/quic/quic_connectivity_monitor.cc",
2620 "net/quic/quic_context.cc",
2621 "net/quic/quic_crypto_client_config_handle.cc",
2622 "net/quic/quic_crypto_client_stream_factory.cc",
2623 "net/quic/quic_event_logger.cc",
2624 "net/quic/quic_http3_logger.cc",
2625 "net/quic/quic_http_stream.cc",
2626 "net/quic/quic_http_utils.cc",
2627 "net/quic/quic_proxy_client_socket.cc",
2628 "net/quic/quic_server_info.cc",
2629 "net/quic/quic_session_key.cc",
2630 "net/quic/quic_stream_factory.cc",
2631 "net/quic/set_quic_flag.cc",
2632 "net/quic/web_transport_client.cc",
2633 "net/quic/web_transport_error.cc",
2634 "net/reporting/reporting_browsing_data_remover.cc",
2635 "net/reporting/reporting_cache.cc",
2636 "net/reporting/reporting_cache_impl.cc",
2637 "net/reporting/reporting_cache_observer.cc",
2638 "net/reporting/reporting_context.cc",
2639 "net/reporting/reporting_delegate.cc",
2640 "net/reporting/reporting_delivery_agent.cc",
2641 "net/reporting/reporting_endpoint.cc",
2642 "net/reporting/reporting_endpoint_manager.cc",
2643 "net/reporting/reporting_garbage_collector.cc",
2644 "net/reporting/reporting_header_parser.cc",
2645 "net/reporting/reporting_network_change_observer.cc",
2646 "net/reporting/reporting_policy.cc",
2647 "net/reporting/reporting_report.cc",
2648 "net/reporting/reporting_service.cc",
2649 "net/reporting/reporting_uploader.cc",
2650 "net/socket/client_socket_factory.cc",
2651 "net/socket/client_socket_handle.cc",
2652 "net/socket/client_socket_pool.cc",
2653 "net/socket/client_socket_pool_manager.cc",
2654 "net/socket/client_socket_pool_manager_impl.cc",
2655 "net/socket/connect_job.cc",
2656 "net/socket/connect_job_factory.cc",
2657 "net/socket/network_binding_client_socket_factory.cc",
2658 "net/socket/next_proto.cc",
2659 "net/socket/server_socket.cc",
2660 "net/socket/socket.cc",
2661 "net/socket/socket_bio_adapter.cc",
2662 "net/socket/socket_descriptor.cc",
2663 "net/socket/socket_net_log_params.cc",
2664 "net/socket/socket_options.cc",
2665 "net/socket/socket_posix.cc",
2666 "net/socket/socket_tag.cc",
2667 "net/socket/socks5_client_socket.cc",
2668 "net/socket/socks_client_socket.cc",
2669 "net/socket/socks_connect_job.cc",
2670 "net/socket/ssl_client_socket.cc",
2671 "net/socket/ssl_client_socket_impl.cc",
2672 "net/socket/ssl_connect_job.cc",
2673 "net/socket/ssl_server_socket_impl.cc",
2674 "net/socket/stream_socket.cc",
2675 "net/socket/tcp_client_socket.cc",
2676 "net/socket/tcp_server_socket.cc",
2677 "net/socket/tcp_socket_posix.cc",
2678 "net/socket/transport_client_socket.cc",
2679 "net/socket/transport_client_socket_pool.cc",
2680 "net/socket/transport_connect_job.cc",
2681 "net/socket/transport_connect_sub_job.cc",
2682 "net/socket/udp_client_socket.cc",
2683 "net/socket/udp_net_log_parameters.cc",
2684 "net/socket/udp_server_socket.cc",
2685 "net/socket/udp_socket_global_limits.cc",
2686 "net/socket/udp_socket_posix.cc",
2687 "net/socket/unix_domain_client_socket_posix.cc",
2688 "net/socket/unix_domain_server_socket_posix.cc",
2689 "net/socket/websocket_endpoint_lock_manager.cc",
2690 "net/socket/websocket_transport_client_socket_pool.cc",
2691 "net/spdy/alps_decoder.cc",
2692 "net/spdy/bidirectional_stream_spdy_impl.cc",
2693 "net/spdy/buffered_spdy_framer.cc",
2694 "net/spdy/header_coalescer.cc",
2695 "net/spdy/http2_priority_dependencies.cc",
2696 "net/spdy/http2_push_promise_index.cc",
2697 "net/spdy/multiplexed_http_stream.cc",
2698 "net/spdy/multiplexed_session.cc",
2699 "net/spdy/spdy_buffer.cc",
2700 "net/spdy/spdy_buffer_producer.cc",
2701 "net/spdy/spdy_http_stream.cc",
2702 "net/spdy/spdy_http_utils.cc",
2703 "net/spdy/spdy_log_util.cc",
2704 "net/spdy/spdy_proxy_client_socket.cc",
2705 "net/spdy/spdy_read_queue.cc",
2706 "net/spdy/spdy_session.cc",
2707 "net/spdy/spdy_session_key.cc",
2708 "net/spdy/spdy_session_pool.cc",
2709 "net/spdy/spdy_stream.cc",
2710 "net/spdy/spdy_write_queue.cc",
2711 "net/ssl/cert_compression.cc",
2712 "net/ssl/client_cert_identity.cc",
2713 "net/ssl/openssl_ssl_util.cc",
2714 "net/ssl/ssl_cert_request_info.cc",
2715 "net/ssl/ssl_cipher_suite_names.cc",
2716 "net/ssl/ssl_client_auth_cache.cc",
2717 "net/ssl/ssl_client_session_cache.cc",
2718 "net/ssl/ssl_config.cc",
2719 "net/ssl/ssl_config_service.cc",
2720 "net/ssl/ssl_config_service_defaults.cc",
2721 "net/ssl/ssl_info.cc",
2722 "net/ssl/ssl_key_logger.cc",
2723 "net/ssl/ssl_key_logger_impl.cc",
2724 "net/ssl/ssl_platform_key_android.cc",
2725 "net/ssl/ssl_platform_key_util.cc",
2726 "net/ssl/ssl_private_key.cc",
2727 "net/ssl/ssl_server_config.cc",
2728 "net/ssl/threaded_ssl_private_key.cc",
2729 "net/url_request/redirect_info.cc",
2730 "net/url_request/redirect_util.cc",
2731 "net/url_request/report_sender.cc",
2732 "net/url_request/static_http_user_agent_settings.cc",
2733 "net/url_request/url_request.cc",
2734 "net/url_request/url_request_context.cc",
2735 "net/url_request/url_request_context_builder.cc",
2736 "net/url_request/url_request_context_getter.cc",
2737 "net/url_request/url_request_error_job.cc",
2738 "net/url_request/url_request_filter.cc",
2739 "net/url_request/url_request_http_job.cc",
2740 "net/url_request/url_request_interceptor.cc",
2741 "net/url_request/url_request_job.cc",
2742 "net/url_request/url_request_job_factory.cc",
2743 "net/url_request/url_request_netlog_params.cc",
2744 "net/url_request/url_request_redirect_job.cc",
2745 "net/url_request/url_request_throttler_entry.cc",
2746 "net/url_request/url_request_throttler_manager.cc",
2747 "net/url_request/view_cache_helper.cc",
2748 "net/url_request/websocket_handshake_userdata_key.cc",
2749 ],
2750 shared_libs: [
2751 "libandroid",
2752 "liblog",
2753 ],
2754 static_libs: [
2755 "cronet_aml_base_base",
2756 "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations",
2757 "cronet_aml_crypto_crypto",
2758 "cronet_aml_net_isolation_info_proto",
2759 "cronet_aml_net_net_nqe_proto",
2760 "cronet_aml_net_preload_decoder",
2761 "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto",
2762 "cronet_aml_net_third_party_quiche_quiche",
2763 "cronet_aml_net_uri_template",
2764 "cronet_aml_third_party_boringssl_boringssl",
2765 "cronet_aml_third_party_brotli_dec",
2766 "cronet_aml_third_party_protobuf_protobuf_lite",
2767 "cronet_aml_third_party_zlib_zlib",
2768 "cronet_aml_url_url",
2769 ],
2770 generated_headers: [
2771 "cronet_aml_base_debugging_buildflags",
2772 "cronet_aml_base_logging_buildflags",
2773 "cronet_aml_build_branding_buildflags",
2774 "cronet_aml_build_chromeos_buildflags",
2775 "cronet_aml_net_buildflags",
2776 "cronet_aml_net_ios_cronet_buildflags",
2777 "cronet_aml_net_net_jni_headers",
2778 "cronet_aml_tools_grit_grit_sources",
2779 "cronet_aml_tools_gritsettings_default_resource_ids",
2780 "cronet_aml_url_buildflags",
2781 ],
2782 export_generated_headers: [
2783 "cronet_aml_base_debugging_buildflags",
2784 "cronet_aml_base_logging_buildflags",
2785 "cronet_aml_build_branding_buildflags",
2786 "cronet_aml_build_chromeos_buildflags",
2787 "cronet_aml_net_buildflags",
2788 "cronet_aml_net_ios_cronet_buildflags",
2789 "cronet_aml_net_net_jni_headers",
2790 "cronet_aml_tools_grit_grit_sources",
2791 "cronet_aml_tools_gritsettings_default_resource_ids",
2792 "cronet_aml_url_buildflags",
2793 ],
2794 defaults: [
2795 "cronet_aml_defaults",
2796 ],
2797 cflags: [
2798 "-DANDROID",
2799 "-DANDROID_NDK_VERSION_ROLL=r23_1",
2800 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
2801 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
2802 "-DDCHECK_ALWAYS_ON=1",
2803 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
2804 "-DENABLE_BUILT_IN_DNS",
2805 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
2806 "-DGOOGLE_PROTOBUF_NO_RTTI",
2807 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
2808 "-DHAVE_PTHREAD",
2809 "-DHAVE_SYS_UIO_H",
2810 "-DNET_IMPLEMENTATION",
2811 "-D_DEBUG",
2812 "-D_GNU_SOURCE",
2813 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
2814 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
2815 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
2816 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
2817 "-D__STDC_CONSTANT_MACROS",
2818 "-D__STDC_FORMAT_MACROS",
2819 ],
2820 local_include_dirs: [
2821 "./",
2822 "buildtools/third_party/libc++/",
2823 "buildtools/third_party/libc++/trunk/include",
2824 "buildtools/third_party/libc++abi/trunk/include",
2825 "net/third_party/quiche/overrides/",
2826 "net/third_party/quiche/src/",
2827 "net/third_party/quiche/src/quiche/common/platform/default/",
2828 "third_party/abseil-cpp/",
2829 "third_party/boringssl/src/include/",
2830 "third_party/brotli/include/",
2831 "third_party/protobuf/src/",
2832 "third_party/zlib/",
2833 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
2834 ],
2835 header_libs: [
2836 "jni_headers",
2837 ],
2838 cpp_std: "c++20",
2839}
2840
2841// GN: //net:net_deps
2842filegroup {
2843 name: "cronet_aml_net_net_deps",
2844}
2845
2846// GN: //net:net_export_header
2847filegroup {
2848 name: "cronet_aml_net_net_export_header",
2849}
2850
2851// GN: //net:net_jni_headers
2852genrule {
2853 name: "cronet_aml_net_net_jni_headers",
2854 srcs: [
2855 "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java",
2856 "net/android/java/src/org/chromium/net/AndroidKeyStore.java",
2857 "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java",
2858 "net/android/java/src/org/chromium/net/AndroidTrafficStats.java",
2859 "net/android/java/src/org/chromium/net/DnsStatus.java",
2860 "net/android/java/src/org/chromium/net/GURLUtils.java",
2861 "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java",
2862 "net/android/java/src/org/chromium/net/HttpUtil.java",
2863 "net/android/java/src/org/chromium/net/NetStringUtil.java",
2864 "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java",
2865 "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java",
2866 "net/android/java/src/org/chromium/net/ProxyChangeListener.java",
2867 "net/android/java/src/org/chromium/net/X509Util.java",
2868 ],
2869 cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " +
2870 "long " +
2871 " " +
2872 " " +
2873 "--output_dir " +
2874 "$(genDir)/net/net_jni_headers " +
2875 "--includes " +
2876 "base/android/jni_generator/jni_generator_helper.h " +
2877 "--use_proxy_hash " +
2878 "--output_name " +
2879 "AndroidCertVerifyResult_jni.h " +
2880 "--output_name " +
2881 "AndroidKeyStore_jni.h " +
2882 "--output_name " +
2883 "AndroidNetworkLibrary_jni.h " +
2884 "--output_name " +
2885 "AndroidTrafficStats_jni.h " +
2886 "--output_name " +
2887 "DnsStatus_jni.h " +
2888 "--output_name " +
2889 "GURLUtils_jni.h " +
2890 "--output_name " +
2891 "HttpNegotiateAuthenticator_jni.h " +
2892 "--output_name " +
2893 "HttpUtil_jni.h " +
2894 "--output_name " +
2895 "NetStringUtil_jni.h " +
2896 "--output_name " +
2897 "NetworkActiveNotifier_jni.h " +
2898 "--output_name " +
2899 "NetworkChangeNotifier_jni.h " +
2900 "--output_name " +
2901 "ProxyChangeListener_jni.h " +
2902 "--output_name " +
2903 "X509Util_jni.h " +
2904 "--input_file " +
2905 "$(location net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java) " +
2906 "--input_file " +
2907 "$(location net/android/java/src/org/chromium/net/AndroidKeyStore.java) " +
2908 "--input_file " +
2909 "$(location net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java) " +
2910 "--input_file " +
2911 "$(location net/android/java/src/org/chromium/net/AndroidTrafficStats.java) " +
2912 "--input_file " +
2913 "$(location net/android/java/src/org/chromium/net/DnsStatus.java) " +
2914 "--input_file " +
2915 "$(location net/android/java/src/org/chromium/net/GURLUtils.java) " +
2916 "--input_file " +
2917 "$(location net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java) " +
2918 "--input_file " +
2919 "$(location net/android/java/src/org/chromium/net/HttpUtil.java) " +
2920 "--input_file " +
2921 "$(location net/android/java/src/org/chromium/net/NetStringUtil.java) " +
2922 "--input_file " +
2923 "$(location net/android/java/src/org/chromium/net/NetworkActiveNotifier.java) " +
2924 "--input_file " +
2925 "$(location net/android/java/src/org/chromium/net/NetworkChangeNotifier.java) " +
2926 "--input_file " +
2927 "$(location net/android/java/src/org/chromium/net/ProxyChangeListener.java) " +
2928 "--input_file " +
2929 "$(location net/android/java/src/org/chromium/net/X509Util.java)",
2930 out: [
2931 "net/net_jni_headers/AndroidCertVerifyResult_jni.h",
2932 "net/net_jni_headers/AndroidKeyStore_jni.h",
2933 "net/net_jni_headers/AndroidNetworkLibrary_jni.h",
2934 "net/net_jni_headers/AndroidTrafficStats_jni.h",
2935 "net/net_jni_headers/DnsStatus_jni.h",
2936 "net/net_jni_headers/GURLUtils_jni.h",
2937 "net/net_jni_headers/HttpNegotiateAuthenticator_jni.h",
2938 "net/net_jni_headers/HttpUtil_jni.h",
2939 "net/net_jni_headers/NetStringUtil_jni.h",
2940 "net/net_jni_headers/NetworkActiveNotifier_jni.h",
2941 "net/net_jni_headers/NetworkChangeNotifier_jni.h",
2942 "net/net_jni_headers/ProxyChangeListener_jni.h",
2943 "net/net_jni_headers/X509Util_jni.h",
2944 ],
2945 tool_files: [
2946 "base/android/jni_generator/jni_generator.py",
2947 "build/android/gyp/util/__init__.py",
2948 "build/android/gyp/util/build_utils.py",
2949 "build/gn_helpers.py",
2950 ],
2951}
2952
2953// GN: //net:net_nqe_proto
2954cc_library_static {
2955 name: "cronet_aml_net_net_nqe_proto",
2956 srcs: [
2957 ":cronet_aml_net_net_export_header",
2958 "out/test/gen/net/nqe/proto/network_id_proto.pb.cc",
2959 ],
2960 shared_libs: [
2961 "liblog",
2962 ],
2963 static_libs: [
2964 "cronet_aml_third_party_protobuf_protobuf_lite",
2965 ],
2966 defaults: [
2967 "cronet_aml_defaults",
2968 ],
2969 cflags: [
2970 "-DANDROID",
2971 "-DANDROID_NDK_VERSION_ROLL=r23_1",
2972 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
2973 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
2974 "-DDCHECK_ALWAYS_ON=1",
2975 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
2976 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
2977 "-DGOOGLE_PROTOBUF_NO_RTTI",
2978 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
2979 "-DHAVE_PTHREAD",
2980 "-DHAVE_SYS_UIO_H",
2981 "-DNET_IMPLEMENTATION",
2982 "-D_DEBUG",
2983 "-D_GNU_SOURCE",
2984 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
2985 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
2986 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
2987 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
2988 "-D__STDC_CONSTANT_MACROS",
2989 "-D__STDC_FORMAT_MACROS",
2990 ],
2991 local_include_dirs: [
2992 "./",
2993 "buildtools/third_party/libc++/",
2994 "buildtools/third_party/libc++/trunk/include",
2995 "buildtools/third_party/libc++abi/trunk/include",
2996 "third_party/protobuf/src/",
2997 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
2998 ],
2999 cpp_std: "c++20",
3000}
3001
3002// GN: //net:net_nqe_proto_gen
3003genrule {
3004 name: "cronet_aml_net_net_nqe_proto_gen",
3005 srcs: [
Motomu Utsumieec51832022-11-04 19:02:09 +09003006 "net/base/net_export.h",
Patrick Rohrcb035942022-11-01 12:12:52 -07003007 "net/nqe/proto/network_id_proto.proto",
3008 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003009 tools: [
3010 "aprotoc",
3011 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003012 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) network_id_proto.proto " +
3013 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003014 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003015 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09003016 "`dirname $(location net/nqe/proto/network_id_proto.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003017 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09003018 "$(genDir)/net/nqe/proto " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003019 "--cc-options " +
Motomu Utsumi667bc0f2022-11-04 18:55:46 +09003020 "dllexport_decl=NET_EXPORT_PRIVATE: " +
3021 " " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003022 "--include " +
Motomu Utsumieec51832022-11-04 19:02:09 +09003023 "$(location net/base/net_export.h) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003024 "--py-out-dir " +
Motomu Utsumibba83972022-11-04 19:05:34 +09003025 "$(genDir)/pyproto/net/nqe/proto",
Patrick Rohrcb035942022-11-01 12:12:52 -07003026 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003027 "net/nqe/proto/network_id_proto.pb.cc",
3028 "net/nqe/proto/network_id_proto.pb.h",
Motomu Utsumifdc41b22022-11-04 19:18:17 +09003029 "pyproto/net/nqe/proto/network_id_proto_pb2.py",
Patrick Rohrcb035942022-11-01 12:12:52 -07003030 ],
3031 tool_files: [
3032 "tools/protoc_wrapper/protoc_wrapper.py",
3033 ],
3034}
3035
3036// GN: //net:net_public_deps
3037filegroup {
3038 name: "cronet_aml_net_net_public_deps",
3039}
3040
3041// GN: //net:net_resources
3042filegroup {
3043 name: "cronet_aml_net_net_resources",
3044}
3045
3046// GN: //net:net_resources_grit
3047genrule {
3048 name: "cronet_aml_net_net_resources_grit",
3049 cmd: "$(location tools/grit/grit.py) -i " +
3050 "../../net/base/net_resources.grd " +
3051 "build " +
3052 "-o " +
3053 "gen/net " +
3054 "--depdir " +
3055 ". " +
3056 "--depfile " +
3057 "gen/net/net_resources_grit.d " +
3058 "--write-only-new " +
3059 "1 " +
3060 "--depend-on-stamp " +
3061 "-D " +
3062 "DEVTOOLS_GRD_PATH " +
3063 "gen/third_party/devtools-frontend/src/front_end/devtools_resources " +
3064 "-D " +
3065 "SHARED_INTERMEDIATE_DIR " +
3066 "gen " +
3067 "-D " +
3068 "_google_chrome " +
3069 "false " +
3070 "-D " +
3071 "_google_chrome_for_testing " +
3072 "false " +
3073 "-D " +
3074 "chromeos_ash " +
3075 "false " +
3076 "-D " +
3077 "chromeos_lacros " +
3078 "false " +
3079 "-D " +
3080 "reven " +
3081 "false " +
3082 "-D " +
3083 "toolkit_views " +
3084 "false " +
3085 "-D " +
3086 "use_aura " +
3087 "false " +
3088 "-D " +
3089 "use_ozone " +
3090 "false " +
3091 "-D " +
3092 "use_titlecase " +
3093 "false " +
3094 "-E " +
3095 "root_gen_dir " +
3096 "gen " +
3097 "-E " +
3098 "root_src_dir " +
3099 "../../ " +
3100 "-E " +
3101 "CHROMIUM_BUILD " +
3102 "chromium " +
3103 "-E " +
3104 "ANDROID_JAVA_TAGGED_ONLY " +
3105 "true " +
3106 "-t " +
3107 "android " +
3108 "-f " +
3109 "gen/tools/gritsettings/default_resource_ids " +
3110 "--assert-file-list " +
3111 "obj/net/net_resources_expected_outputs.txt",
3112 out: [
3113 "net/grit/net_resources.h",
3114 "net/net_resources.pak",
3115 "net/net_resources.pak.info",
3116 "net/net_resources_grit.d.stamp",
3117 ],
3118 tool_files: [
3119 "net/base/net_resources.grd",
3120 "out/test/gen/tools/gritsettings/default_resource_ids",
3121 "out/test/obj/net/net_resources_expected_outputs.txt",
3122 "tools/grit/grit.py",
3123 ],
3124}
3125
3126// GN: //net:preload_decoder
3127cc_library_static {
3128 name: "cronet_aml_net_preload_decoder",
3129 srcs: [
3130 "net/extras/preload_data/decoder.cc",
3131 ],
3132 shared_libs: [
3133 "libandroid",
3134 "liblog",
3135 ],
3136 static_libs: [
3137 "cronet_aml_base_base",
3138 ],
3139 defaults: [
3140 "cronet_aml_defaults",
3141 ],
3142 cflags: [
3143 "-DANDROID",
3144 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3145 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3146 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3147 "-DDCHECK_ALWAYS_ON=1",
3148 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3149 "-DHAVE_SYS_UIO_H",
3150 "-D_DEBUG",
3151 "-D_GNU_SOURCE",
3152 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3153 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3154 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3155 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3156 "-D__STDC_CONSTANT_MACROS",
3157 "-D__STDC_FORMAT_MACROS",
3158 ],
3159 local_include_dirs: [
3160 "./",
3161 "buildtools/third_party/libc++/",
3162 "buildtools/third_party/libc++/trunk/include",
3163 "buildtools/third_party/libc++abi/trunk/include",
3164 "third_party/abseil-cpp/",
3165 "third_party/boringssl/src/include/",
3166 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3167 ],
3168 cpp_std: "c++20",
3169}
3170
3171// GN: //net/third_party/quiche:net_quic_proto
3172cc_library_static {
3173 name: "cronet_aml_net_third_party_quiche_net_quic_proto",
3174 srcs: [
3175 "out/test/gen/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc",
3176 "out/test/gen/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc",
3177 "out/test/gen/net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.cc",
3178 ],
3179 shared_libs: [
3180 "libandroid",
3181 "liblog",
3182 ],
3183 static_libs: [
3184 "cronet_aml_base_base",
3185 "cronet_aml_third_party_protobuf_protobuf_lite",
3186 ],
3187 defaults: [
3188 "cronet_aml_defaults",
3189 ],
3190 cflags: [
3191 "-DANDROID",
3192 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3193 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3194 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3195 "-DDCHECK_ALWAYS_ON=1",
3196 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3197 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3198 "-DGOOGLE_PROTOBUF_NO_RTTI",
3199 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3200 "-DHAVE_PTHREAD",
3201 "-DHAVE_SYS_UIO_H",
3202 "-DIS_QUICHE_IMPL",
3203 "-D_DEBUG",
3204 "-D_GNU_SOURCE",
3205 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3206 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3207 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3208 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3209 "-D__STDC_CONSTANT_MACROS",
3210 "-D__STDC_FORMAT_MACROS",
3211 ],
3212 local_include_dirs: [
3213 "./",
3214 "buildtools/third_party/libc++/",
3215 "buildtools/third_party/libc++/trunk/include",
3216 "buildtools/third_party/libc++abi/trunk/include",
3217 "third_party/abseil-cpp/",
3218 "third_party/boringssl/src/include/",
3219 "third_party/protobuf/src/",
3220 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3221 ],
3222 cpp_std: "c++20",
3223}
3224
3225// GN: //net/third_party/quiche:net_quic_proto_gen
3226genrule {
3227 name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen",
3228 srcs: [
Motomu Utsumieec51832022-11-04 19:02:09 +09003229 "base/component_export.h",
Patrick Rohrcb035942022-11-01 12:12:52 -07003230 "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto",
3231 "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto",
3232 "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto",
3233 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003234 tools: [
3235 "aprotoc",
3236 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003237 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) quiche/quic/core/proto/cached_network_parameters.proto " +
3238 "quiche/quic/core/proto/crypto_server_config.proto " +
3239 "quiche/quic/core/proto/source_address_token.proto " +
3240 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003241 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003242 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09003243 "`dirname $(location net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto)`/../../../../ " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003244 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09003245 "$(genDir)/net/third_party/quiche/src " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003246 "--cc-options " +
Motomu Utsumi667bc0f2022-11-04 18:55:46 +09003247 "dllexport_decl=COMPONENT_EXPORT(QUICHE): " +
3248 " " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003249 "--include " +
Motomu Utsumieec51832022-11-04 19:02:09 +09003250 "$(location base/component_export.h) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003251 "--py-out-dir " +
Motomu Utsumibba83972022-11-04 19:05:34 +09003252 "$(genDir)/pyproto/net/third_party/quiche/src",
Patrick Rohrcb035942022-11-01 12:12:52 -07003253 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003254 "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc",
3255 "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.h",
3256 "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc",
3257 "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.h",
3258 "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.cc",
3259 "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.h",
Motomu Utsumifdc41b22022-11-04 19:18:17 +09003260 "pyproto/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters_pb2.py",
3261 "pyproto/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config_pb2.py",
3262 "pyproto/net/third_party/quiche/src/quiche/quic/core/proto/source_address_token_pb2.py",
Patrick Rohrcb035942022-11-01 12:12:52 -07003263 ],
3264 tool_files: [
3265 "tools/protoc_wrapper/protoc_wrapper.py",
3266 ],
3267}
3268
3269// GN: //net/third_party/quiche:net_quic_test_tools_proto
3270cc_library_static {
3271 name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto",
3272 srcs: [
3273 ":cronet_aml_net_net_export_header",
3274 "out/test/gen/net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.cc",
3275 ],
3276 shared_libs: [
3277 "liblog",
3278 ],
3279 static_libs: [
3280 "cronet_aml_third_party_protobuf_protobuf_lite",
3281 ],
3282 defaults: [
3283 "cronet_aml_defaults",
3284 ],
3285 cflags: [
3286 "-DANDROID",
3287 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3288 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3289 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3290 "-DDCHECK_ALWAYS_ON=1",
3291 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3292 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3293 "-DGOOGLE_PROTOBUF_NO_RTTI",
3294 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3295 "-DHAVE_PTHREAD",
3296 "-DHAVE_SYS_UIO_H",
3297 "-DNET_IMPLEMENTATION",
3298 "-D_DEBUG",
3299 "-D_GNU_SOURCE",
3300 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3301 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3302 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3303 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3304 "-D__STDC_CONSTANT_MACROS",
3305 "-D__STDC_FORMAT_MACROS",
3306 ],
3307 local_include_dirs: [
3308 "./",
3309 "buildtools/third_party/libc++/",
3310 "buildtools/third_party/libc++/trunk/include",
3311 "buildtools/third_party/libc++abi/trunk/include",
3312 "third_party/protobuf/src/",
3313 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3314 ],
3315 cpp_std: "c++20",
3316}
3317
3318// GN: //net/third_party/quiche:net_quic_test_tools_proto_gen
3319genrule {
3320 name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen",
3321 srcs: [
Motomu Utsumieec51832022-11-04 19:02:09 +09003322 "net/base/net_export.h",
Patrick Rohrcb035942022-11-01 12:12:52 -07003323 "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto",
3324 ],
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003325 tools: [
3326 "aprotoc",
3327 ],
Patrick Rohrcb035942022-11-01 12:12:52 -07003328 cmd: "$(location tools/protoc_wrapper/protoc_wrapper.py) send_algorithm_test_result.proto " +
3329 "--protoc " +
Motomu Utsumi26ef25d2022-11-04 18:30:19 +09003330 "$(location aprotoc) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003331 "--proto-in-dir " +
Motomu Utsumic5d2db92022-11-04 18:46:23 +09003332 "`dirname $(location net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto)` " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003333 "--cc-out-dir " +
Motomu Utsumi982dd042022-11-04 18:49:45 +09003334 "$(genDir)/net/third_party/quiche/src/quiche/quic/test_tools " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003335 "--cc-options " +
Motomu Utsumi667bc0f2022-11-04 18:55:46 +09003336 "dllexport_decl=NET_EXPORT_PRIVATE: " +
3337 " " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003338 "--include " +
Motomu Utsumieec51832022-11-04 19:02:09 +09003339 "$(location net/base/net_export.h) " +
Patrick Rohrcb035942022-11-01 12:12:52 -07003340 "--py-out-dir " +
Motomu Utsumibba83972022-11-04 19:05:34 +09003341 "$(genDir)/pyproto/net/third_party/quiche/src/quiche/quic/test_tools",
Patrick Rohrcb035942022-11-01 12:12:52 -07003342 out: [
Patrick Rohrcb035942022-11-01 12:12:52 -07003343 "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.cc",
3344 "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.h",
Motomu Utsumifdc41b22022-11-04 19:18:17 +09003345 "pyproto/net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result_pb2.py",
Patrick Rohrcb035942022-11-01 12:12:52 -07003346 ],
3347 tool_files: [
3348 "tools/protoc_wrapper/protoc_wrapper.py",
3349 ],
3350}
3351
3352// GN: //net/third_party/quiche:quiche
3353cc_library_static {
3354 name: "cronet_aml_net_third_party_quiche_quiche",
3355 srcs: [
3356 ":cronet_aml_third_party_abseil_cpp_absl",
3357 ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm",
3358 ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container",
3359 ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook",
3360 ":cronet_aml_third_party_abseil_cpp_absl_base_base",
3361 ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal",
3362 ":cronet_aml_third_party_abseil_cpp_absl_base_config",
3363 ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers",
3364 ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal",
3365 ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations",
3366 ":cronet_aml_third_party_abseil_cpp_absl_base_endian",
3367 ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver",
3368 ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id",
3369 ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity",
3370 ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal",
3371 ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch",
3372 ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal",
3373 ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait",
3374 ":cronet_aml_third_party_abseil_cpp_absl_base_strerror",
3375 ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate",
3376 ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup",
3377 ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal",
3378 ":cronet_aml_third_party_abseil_cpp_absl_container_btree",
3379 ":cronet_aml_third_party_abseil_cpp_absl_container_common",
3380 ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits",
3381 ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple",
3382 ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory",
3383 ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array",
3384 ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map",
3385 ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set",
3386 ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults",
3387 ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits",
3388 ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks",
3389 ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler",
3390 ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector",
3391 ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal",
3392 ":cronet_aml_third_party_abseil_cpp_absl_container_layout",
3393 ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map",
3394 ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set",
3395 ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy",
3396 ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map",
3397 ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set",
3398 ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal",
3399 ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal",
3400 ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack",
3401 ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler",
3402 ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace",
3403 ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize",
3404 ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable",
3405 ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front",
3406 ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref",
3407 ":cronet_aml_third_party_abseil_cpp_absl_hash_city",
3408 ":cronet_aml_third_party_abseil_cpp_absl_hash_hash",
3409 ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash",
3410 ":cronet_aml_third_party_abseil_cpp_absl_memory_memory",
3411 ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits",
3412 ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits",
3413 ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128",
3414 ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation",
3415 ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased",
3416 ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder",
3417 ":cronet_aml_third_party_abseil_cpp_absl_random_distributions",
3418 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller",
3419 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits",
3420 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath",
3421 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real",
3422 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver",
3423 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base",
3424 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine",
3425 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform",
3426 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg",
3427 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen",
3428 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine",
3429 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes",
3430 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl",
3431 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow",
3432 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq",
3433 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material",
3434 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits",
3435 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper",
3436 ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply",
3437 ":cronet_aml_third_party_abseil_cpp_absl_random_random",
3438 ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception",
3439 ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences",
3440 ":cronet_aml_third_party_abseil_cpp_absl_status_status",
3441 ":cronet_aml_third_party_abseil_cpp_absl_status_statusor",
3442 ":cronet_aml_third_party_abseil_cpp_absl_strings_cord",
3443 ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal",
3444 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions",
3445 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle",
3446 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info",
3447 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics",
3448 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope",
3449 ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker",
3450 ":cronet_aml_third_party_abseil_cpp_absl_strings_internal",
3451 ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format",
3452 ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal",
3453 ":cronet_aml_third_party_abseil_cpp_absl_strings_strings",
3454 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal",
3455 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal",
3456 ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization",
3457 ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time",
3458 ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone",
3459 ":cronet_aml_third_party_abseil_cpp_absl_time_time",
3460 ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access",
3461 ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access",
3462 ":cronet_aml_third_party_abseil_cpp_absl_types_compare",
3463 ":cronet_aml_third_party_abseil_cpp_absl_types_optional",
3464 ":cronet_aml_third_party_abseil_cpp_absl_types_span",
3465 ":cronet_aml_third_party_abseil_cpp_absl_types_variant",
3466 ":cronet_aml_third_party_abseil_cpp_absl_utility_utility",
3467 "net/third_party/quiche/overrides/quiche_platform_impl/quiche_mutex_impl.cc",
3468 "net/third_party/quiche/overrides/quiche_platform_impl/quiche_time_utils_impl.cc",
3469 "net/third_party/quiche/overrides/quiche_platform_impl/quiche_url_utils_impl.cc",
3470 "net/third_party/quiche/src/quiche/common/platform/api/quiche_hostname_utils.cc",
3471 "net/third_party/quiche/src/quiche/common/platform/api/quiche_mutex.cc",
3472 "net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc",
3473 "net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.cc",
3474 "net/third_party/quiche/src/quiche/common/quiche_crypto_logging.cc",
3475 "net/third_party/quiche/src/quiche/common/quiche_data_reader.cc",
3476 "net/third_party/quiche/src/quiche/common/quiche_data_writer.cc",
3477 "net/third_party/quiche/src/quiche/common/quiche_ip_address.cc",
3478 "net/third_party/quiche/src/quiche/common/quiche_ip_address_family.cc",
3479 "net/third_party/quiche/src/quiche/common/quiche_mem_slice_storage.cc",
3480 "net/third_party/quiche/src/quiche/common/quiche_random.cc",
3481 "net/third_party/quiche/src/quiche/common/quiche_text_utils.cc",
3482 "net/third_party/quiche/src/quiche/common/simple_buffer_allocator.cc",
3483 "net/third_party/quiche/src/quiche/common/structured_headers.cc",
3484 "net/third_party/quiche/src/quiche/http2/adapter/event_forwarder.cc",
3485 "net/third_party/quiche/src/quiche/http2/adapter/header_validator.cc",
3486 "net/third_party/quiche/src/quiche/http2/adapter/http2_protocol.cc",
3487 "net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc",
3488 "net/third_party/quiche/src/quiche/http2/adapter/noop_header_validator.cc",
3489 "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_adapter.cc",
3490 "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_session.cc",
3491 "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_util.cc",
3492 "net/third_party/quiche/src/quiche/http2/adapter/window_manager.cc",
3493 "net/third_party/quiche/src/quiche/http2/core/http2_trace_logging.cc",
3494 "net/third_party/quiche/src/quiche/http2/decoder/decode_buffer.cc",
3495 "net/third_party/quiche/src/quiche/http2/decoder/decode_http2_structures.cc",
3496 "net/third_party/quiche/src/quiche/http2/decoder/decode_status.cc",
3497 "net/third_party/quiche/src/quiche/http2/decoder/frame_decoder_state.cc",
3498 "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder.cc",
3499 "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder_listener.cc",
3500 "net/third_party/quiche/src/quiche/http2/decoder/http2_structure_decoder.cc",
3501 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc",
3502 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc",
3503 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/data_payload_decoder.cc",
3504 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc",
3505 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc",
3506 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc",
3507 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc",
3508 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc",
3509 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc",
3510 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc",
3511 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc",
3512 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc",
3513 "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc",
3514 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_block_decoder.cc",
3515 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder.cc",
3516 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_listener.cc",
3517 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_state.cc",
3518 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc",
3519 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_tables.cc",
3520 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoding_error.cc",
3521 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder.cc",
3522 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc",
3523 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc",
3524 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder.cc",
3525 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc",
3526 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc",
3527 "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc",
3528 "net/third_party/quiche/src/quiche/http2/hpack/http2_hpack_constants.cc",
3529 "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc",
3530 "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_encoder.cc",
3531 "net/third_party/quiche/src/quiche/http2/hpack/huffman/huffman_spec_tables.cc",
3532 "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_decoder.cc",
3533 "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_encoder.cc",
3534 "net/third_party/quiche/src/quiche/http2/http2_constants.cc",
3535 "net/third_party/quiche/src/quiche/http2/http2_structures.cc",
3536 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.cc",
3537 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_drain.cc",
3538 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_misc.cc",
3539 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_bw.cc",
3540 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_rtt.cc",
3541 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_sender.cc",
3542 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_startup.cc",
3543 "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr_sender.cc",
3544 "net/third_party/quiche/src/quiche/quic/core/congestion_control/cubic_bytes.cc",
3545 "net/third_party/quiche/src/quiche/quic/core/congestion_control/general_loss_algorithm.cc",
3546 "net/third_party/quiche/src/quiche/quic/core/congestion_control/hybrid_slow_start.cc",
3547 "net/third_party/quiche/src/quiche/quic/core/congestion_control/pacing_sender.cc",
3548 "net/third_party/quiche/src/quiche/quic/core/congestion_control/prr_sender.cc",
3549 "net/third_party/quiche/src/quiche/quic/core/congestion_control/rtt_stats.cc",
3550 "net/third_party/quiche/src/quiche/quic/core/congestion_control/send_algorithm_interface.cc",
3551 "net/third_party/quiche/src/quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc",
3552 "net/third_party/quiche/src/quiche/quic/core/congestion_control/uber_loss_algorithm.cc",
3553 "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_decrypter.cc",
3554 "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_encrypter.cc",
3555 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc",
3556 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc",
3557 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_decrypter.cc",
3558 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_encrypter.cc",
3559 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_decrypter.cc",
3560 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_encrypter.cc",
3561 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_decrypter.cc",
3562 "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_encrypter.cc",
3563 "net/third_party/quiche/src/quiche/quic/core/crypto/cert_compressor.cc",
3564 "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_util.cc",
3565 "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view.cc",
3566 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc",
3567 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc",
3568 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc",
3569 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc",
3570 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_decrypter.cc",
3571 "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_encrypter.cc",
3572 "net/third_party/quiche/src/quiche/quic/core/crypto/channel_id.cc",
3573 "net/third_party/quiche/src/quiche/quic/core/crypto/client_proof_source.cc",
3574 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_framer.cc",
3575 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake.cc",
3576 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message.cc",
3577 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_secret_boxer.cc",
3578 "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_utils.cc",
3579 "net/third_party/quiche/src/quiche/quic/core/crypto/curve25519_key_exchange.cc",
3580 "net/third_party/quiche/src/quiche/quic/core/crypto/key_exchange.cc",
3581 "net/third_party/quiche/src/quiche/quic/core/crypto/null_decrypter.cc",
3582 "net/third_party/quiche/src/quiche/quic/core/crypto/null_encrypter.cc",
3583 "net/third_party/quiche/src/quiche/quic/core/crypto/p256_key_exchange.cc",
3584 "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source.cc",
3585 "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source_x509.cc",
3586 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_client_session_cache.cc",
3587 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_compressed_certs_cache.cc",
3588 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypter.cc",
3589 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_client_config.cc",
3590 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_proof.cc",
3591 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_server_config.cc",
3592 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_decrypter.cc",
3593 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_encrypter.cc",
3594 "net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.cc",
3595 "net/third_party/quiche/src/quiche/quic/core/crypto/tls_client_connection.cc",
3596 "net/third_party/quiche/src/quiche/quic/core/crypto/tls_connection.cc",
3597 "net/third_party/quiche/src/quiche/quic/core/crypto/tls_server_connection.cc",
3598 "net/third_party/quiche/src/quiche/quic/core/crypto/transport_parameters.cc",
3599 "net/third_party/quiche/src/quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc",
3600 "net/third_party/quiche/src/quiche/quic/core/deterministic_connection_id_generator.cc",
3601 "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frame.cc",
3602 "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frequency_frame.cc",
3603 "net/third_party/quiche/src/quiche/quic/core/frames/quic_blocked_frame.cc",
3604 "net/third_party/quiche/src/quiche/quic/core/frames/quic_connection_close_frame.cc",
3605 "net/third_party/quiche/src/quiche/quic/core/frames/quic_crypto_frame.cc",
3606 "net/third_party/quiche/src/quiche/quic/core/frames/quic_frame.cc",
3607 "net/third_party/quiche/src/quiche/quic/core/frames/quic_goaway_frame.cc",
3608 "net/third_party/quiche/src/quiche/quic/core/frames/quic_handshake_done_frame.cc",
3609 "net/third_party/quiche/src/quiche/quic/core/frames/quic_max_streams_frame.cc",
3610 "net/third_party/quiche/src/quiche/quic/core/frames/quic_message_frame.cc",
3611 "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_connection_id_frame.cc",
3612 "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_token_frame.cc",
3613 "net/third_party/quiche/src/quiche/quic/core/frames/quic_padding_frame.cc",
3614 "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc",
3615 "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_response_frame.cc",
3616 "net/third_party/quiche/src/quiche/quic/core/frames/quic_ping_frame.cc",
3617 "net/third_party/quiche/src/quiche/quic/core/frames/quic_retire_connection_id_frame.cc",
3618 "net/third_party/quiche/src/quiche/quic/core/frames/quic_rst_stream_frame.cc",
3619 "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_sending_frame.cc",
3620 "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_waiting_frame.cc",
3621 "net/third_party/quiche/src/quiche/quic/core/frames/quic_stream_frame.cc",
3622 "net/third_party/quiche/src/quiche/quic/core/frames/quic_streams_blocked_frame.cc",
3623 "net/third_party/quiche/src/quiche/quic/core/frames/quic_window_update_frame.cc",
3624 "net/third_party/quiche/src/quiche/quic/core/http/capsule.cc",
3625 "net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc",
3626 "net/third_party/quiche/src/quiche/quic/core/http/http_decoder.cc",
3627 "net/third_party/quiche/src/quiche/quic/core/http/http_encoder.cc",
3628 "net/third_party/quiche/src/quiche/quic/core/http/quic_client_promised_info.cc",
3629 "net/third_party/quiche/src/quiche/quic/core/http/quic_client_push_promise_index.cc",
3630 "net/third_party/quiche/src/quiche/quic/core/http/quic_header_list.cc",
3631 "net/third_party/quiche/src/quiche/quic/core/http/quic_headers_stream.cc",
3632 "net/third_party/quiche/src/quiche/quic/core/http/quic_receive_control_stream.cc",
3633 "net/third_party/quiche/src/quiche/quic/core/http/quic_send_control_stream.cc",
3634 "net/third_party/quiche/src/quiche/quic/core/http/quic_server_initiated_spdy_stream.cc",
3635 "net/third_party/quiche/src/quiche/quic/core/http/quic_server_session_base.cc",
3636 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session.cc",
3637 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.cc",
3638 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_stream.cc",
3639 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_session.cc",
3640 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream.cc",
3641 "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream_body_manager.cc",
3642 "net/third_party/quiche/src/quiche/quic/core/http/spdy_server_push_utils.cc",
3643 "net/third_party/quiche/src/quiche/quic/core/http/spdy_utils.cc",
3644 "net/third_party/quiche/src/quiche/quic/core/http/web_transport_http3.cc",
3645 "net/third_party/quiche/src/quiche/quic/core/http/web_transport_stream_adapter.cc",
3646 "net/third_party/quiche/src/quiche/quic/core/legacy_quic_stream_id_manager.cc",
3647 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_blocking_manager.cc",
3648 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc",
3649 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder.cc",
3650 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc",
3651 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_sender.cc",
3652 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder.cc",
3653 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc",
3654 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc",
3655 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_header_table.cc",
3656 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions.cc",
3657 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_decoder.cc",
3658 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_encoder.cc",
3659 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instructions.cc",
3660 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_progressive_decoder.cc",
3661 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_receive_stream.cc",
3662 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_required_insert_count.cc",
3663 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_send_stream.cc",
3664 "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_static_table.cc",
3665 "net/third_party/quiche/src/quiche/quic/core/qpack/value_splitting_header_list.cc",
3666 "net/third_party/quiche/src/quiche/quic/core/quic_ack_listener_interface.cc",
3667 "net/third_party/quiche/src/quiche/quic/core/quic_alarm.cc",
3668 "net/third_party/quiche/src/quiche/quic/core/quic_bandwidth.cc",
3669 "net/third_party/quiche/src/quiche/quic/core/quic_chaos_protector.cc",
3670 "net/third_party/quiche/src/quiche/quic/core/quic_clock.cc",
3671 "net/third_party/quiche/src/quiche/quic/core/quic_coalesced_packet.cc",
3672 "net/third_party/quiche/src/quiche/quic/core/quic_config.cc",
3673 "net/third_party/quiche/src/quiche/quic/core/quic_connection.cc",
3674 "net/third_party/quiche/src/quiche/quic/core/quic_connection_context.cc",
3675 "net/third_party/quiche/src/quiche/quic/core/quic_connection_id.cc",
3676 "net/third_party/quiche/src/quiche/quic/core/quic_connection_id_manager.cc",
3677 "net/third_party/quiche/src/quiche/quic/core/quic_connection_stats.cc",
3678 "net/third_party/quiche/src/quiche/quic/core/quic_constants.cc",
3679 "net/third_party/quiche/src/quiche/quic/core/quic_control_frame_manager.cc",
3680 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_handshaker.cc",
3681 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_stream.cc",
3682 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_handshaker.cc",
3683 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream.cc",
3684 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream_base.cc",
3685 "net/third_party/quiche/src/quiche/quic/core/quic_crypto_stream.cc",
3686 "net/third_party/quiche/src/quiche/quic/core/quic_data_reader.cc",
3687 "net/third_party/quiche/src/quiche/quic/core/quic_data_writer.cc",
3688 "net/third_party/quiche/src/quiche/quic/core/quic_datagram_queue.cc",
3689 "net/third_party/quiche/src/quiche/quic/core/quic_error_codes.cc",
3690 "net/third_party/quiche/src/quiche/quic/core/quic_flow_controller.cc",
3691 "net/third_party/quiche/src/quiche/quic/core/quic_framer.cc",
3692 "net/third_party/quiche/src/quiche/quic/core/quic_idle_network_detector.cc",
3693 "net/third_party/quiche/src/quiche/quic/core/quic_mtu_discovery.cc",
3694 "net/third_party/quiche/src/quiche/quic/core/quic_network_blackhole_detector.cc",
3695 "net/third_party/quiche/src/quiche/quic/core/quic_packet_creator.cc",
3696 "net/third_party/quiche/src/quiche/quic/core/quic_packet_number.cc",
3697 "net/third_party/quiche/src/quiche/quic/core/quic_packets.cc",
3698 "net/third_party/quiche/src/quiche/quic/core/quic_path_validator.cc",
3699 "net/third_party/quiche/src/quiche/quic/core/quic_ping_manager.cc",
3700 "net/third_party/quiche/src/quiche/quic/core/quic_received_packet_manager.cc",
3701 "net/third_party/quiche/src/quiche/quic/core/quic_sent_packet_manager.cc",
3702 "net/third_party/quiche/src/quiche/quic/core/quic_server_id.cc",
3703 "net/third_party/quiche/src/quiche/quic/core/quic_session.cc",
3704 "net/third_party/quiche/src/quiche/quic/core/quic_socket_address_coder.cc",
3705 "net/third_party/quiche/src/quiche/quic/core/quic_stream.cc",
3706 "net/third_party/quiche/src/quiche/quic/core/quic_stream_id_manager.cc",
3707 "net/third_party/quiche/src/quiche/quic/core/quic_stream_send_buffer.cc",
3708 "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer.cc",
3709 "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer_buffer.cc",
3710 "net/third_party/quiche/src/quiche/quic/core/quic_sustained_bandwidth_recorder.cc",
3711 "net/third_party/quiche/src/quiche/quic/core/quic_tag.cc",
3712 "net/third_party/quiche/src/quiche/quic/core/quic_time.cc",
3713 "net/third_party/quiche/src/quiche/quic/core/quic_transmission_info.cc",
3714 "net/third_party/quiche/src/quiche/quic/core/quic_types.cc",
3715 "net/third_party/quiche/src/quiche/quic/core/quic_unacked_packet_map.cc",
3716 "net/third_party/quiche/src/quiche/quic/core/quic_utils.cc",
3717 "net/third_party/quiche/src/quiche/quic/core/quic_version_manager.cc",
3718 "net/third_party/quiche/src/quiche/quic/core/quic_versions.cc",
3719 "net/third_party/quiche/src/quiche/quic/core/quic_write_blocked_list.cc",
3720 "net/third_party/quiche/src/quiche/quic/core/tls_client_handshaker.cc",
3721 "net/third_party/quiche/src/quiche/quic/core/tls_handshaker.cc",
3722 "net/third_party/quiche/src/quiche/quic/core/tls_server_handshaker.cc",
3723 "net/third_party/quiche/src/quiche/quic/core/uber_quic_stream_id_manager.cc",
3724 "net/third_party/quiche/src/quiche/quic/core/uber_received_packet_manager.cc",
3725 "net/third_party/quiche/src/quiche/quic/platform/api/quic_socket_address.cc",
3726 "net/third_party/quiche/src/quiche/spdy/core/array_output_buffer.cc",
3727 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_constants.cc",
3728 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_decoder_adapter.cc",
3729 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_encoder.cc",
3730 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_entry.cc",
3731 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_header_table.cc",
3732 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_output_stream.cc",
3733 "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_static_table.cc",
3734 "net/third_party/quiche/src/quiche/spdy/core/http2_frame_decoder_adapter.cc",
3735 "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.cc",
3736 "net/third_party/quiche/src/quiche/spdy/core/http2_header_storage.cc",
3737 "net/third_party/quiche/src/quiche/spdy/core/recording_headers_handler.cc",
3738 "net/third_party/quiche/src/quiche/spdy/core/spdy_alt_svc_wire_format.cc",
3739 "net/third_party/quiche/src/quiche/spdy/core/spdy_frame_builder.cc",
3740 "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.cc",
3741 "net/third_party/quiche/src/quiche/spdy/core/spdy_no_op_visitor.cc",
3742 "net/third_party/quiche/src/quiche/spdy/core/spdy_pinnable_buffer_piece.cc",
3743 "net/third_party/quiche/src/quiche/spdy/core/spdy_prefixed_buffer_reader.cc",
3744 "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.cc",
3745 "net/third_party/quiche/src/quiche/spdy/core/spdy_simple_arena.cc",
3746 ],
3747 shared_libs: [
3748 "libandroid",
3749 "liblog",
3750 ],
3751 static_libs: [
3752 "cronet_aml_base_base",
3753 "cronet_aml_net_third_party_quiche_net_quic_proto",
3754 "cronet_aml_net_uri_template",
3755 "cronet_aml_third_party_boringssl_boringssl",
3756 "cronet_aml_third_party_protobuf_protobuf_lite",
3757 "cronet_aml_third_party_zlib_zlib",
3758 "cronet_aml_url_url",
3759 ],
3760 generated_headers: [
3761 "cronet_aml_build_chromeos_buildflags",
3762 ],
3763 export_generated_headers: [
3764 "cronet_aml_build_chromeos_buildflags",
3765 ],
3766 defaults: [
3767 "cronet_aml_defaults",
3768 ],
3769 cflags: [
3770 "-DABSL_ALLOCATOR_NOTHROW=1",
3771 "-DANDROID",
3772 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3773 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3774 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3775 "-DDCHECK_ALWAYS_ON=1",
3776 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3777 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3778 "-DGOOGLE_PROTOBUF_NO_RTTI",
3779 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3780 "-DHAVE_PTHREAD",
3781 "-DHAVE_SYS_UIO_H",
3782 "-DIS_QUICHE_IMPL",
3783 "-D_DEBUG",
3784 "-D_GNU_SOURCE",
3785 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3786 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3787 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3788 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3789 "-D__STDC_CONSTANT_MACROS",
3790 "-D__STDC_FORMAT_MACROS",
3791 ],
3792 local_include_dirs: [
3793 "./",
3794 "buildtools/third_party/libc++/",
3795 "buildtools/third_party/libc++/trunk/include",
3796 "buildtools/third_party/libc++abi/trunk/include",
3797 "net/third_party/quiche/overrides/",
3798 "net/third_party/quiche/src/",
3799 "net/third_party/quiche/src/quiche/common/platform/default/",
3800 "third_party/abseil-cpp/",
3801 "third_party/boringssl/src/include/",
3802 "third_party/protobuf/src/",
3803 "third_party/zlib/",
3804 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3805 ],
3806 cpp_std: "c++20",
3807}
3808
3809// GN: //net/tools/root_store_tool:root_store_tool
3810cc_binary {
3811 name: "cronet_aml_net_tools_root_store_tool_root_store_tool",
3812 srcs: [
3813 ":cronet_aml_buildtools_third_party_libc___libc__",
3814 ":cronet_aml_buildtools_third_party_libc__abi_libc__abi",
3815 "net/tools/root_store_tool/root_store_tool.cc",
3816 ],
3817 static_libs: [
3818 "cronet_aml_base_base",
3819 "cronet_aml_crypto_crypto",
3820 "cronet_aml_net_cert_root_store_proto_full",
3821 "cronet_aml_third_party_boringssl_boringssl",
3822 ],
3823 defaults: [
3824 "cronet_aml_defaults",
3825 ],
3826 cflags: [
3827 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3828 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3829 "-DCR_SYSROOT_KEY=20220331T153654Z-0",
3830 "-DDCHECK_ALWAYS_ON=1",
3831 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3832 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
3833 "-DGOOGLE_PROTOBUF_NO_RTTI",
3834 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
3835 "-DHAVE_PTHREAD",
3836 "-DLIBCXXABI_SILENT_TERMINATE",
3837 "-DLIBCXX_BUILDING_LIBCXXABI",
3838 "-DUSE_AURA=1",
3839 "-DUSE_OZONE=1",
3840 "-DUSE_UDEV",
3841 "-D_DEBUG",
3842 "-D_FILE_OFFSET_BITS=64",
3843 "-D_GNU_SOURCE",
3844 "-D_LARGEFILE64_SOURCE",
3845 "-D_LARGEFILE_SOURCE",
3846 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3847 "-D_LIBCPP_BUILDING_LIBRARY",
3848 "-D_LIBCPP_CONSTINIT=constinit",
3849 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3850 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3851 "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))",
3852 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3853 "-D__STDC_CONSTANT_MACROS",
3854 "-D__STDC_FORMAT_MACROS",
3855 ],
3856 local_include_dirs: [
3857 "./",
3858 "buildtools/third_party/libc++/",
3859 "buildtools/third_party/libc++/trunk/include",
3860 "buildtools/third_party/libc++/trunk/src/",
3861 "buildtools/third_party/libc++abi/trunk/include",
3862 "third_party/abseil-cpp/",
3863 "third_party/boringssl/src/include/",
3864 "third_party/protobuf/src/",
3865 "build/linux/debian_bullseye_amd64-sysroot/usr/include",
3866 ],
3867 cpp_std: "c++20",
3868}
3869
3870// GN: //net/traffic_annotation:traffic_annotation
3871filegroup {
3872 name: "cronet_aml_net_traffic_annotation_traffic_annotation",
3873 srcs: [
3874 "net/traffic_annotation/network_traffic_annotation_android.cc",
3875 ],
3876}
3877
3878// GN: //net:uri_template
3879cc_library_static {
3880 name: "cronet_aml_net_uri_template",
3881 srcs: [
3882 "net/third_party/uri_template/uri_template.cc",
3883 ],
3884 shared_libs: [
3885 "libandroid",
3886 "liblog",
3887 ],
3888 static_libs: [
3889 "cronet_aml_base_base",
3890 ],
3891 defaults: [
3892 "cronet_aml_defaults",
3893 ],
3894 cflags: [
3895 "-DANDROID",
3896 "-DANDROID_NDK_VERSION_ROLL=r23_1",
3897 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
3898 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
3899 "-DDCHECK_ALWAYS_ON=1",
3900 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
3901 "-DHAVE_SYS_UIO_H",
3902 "-DIS_URI_TEMPLATE_IMPL",
3903 "-D_DEBUG",
3904 "-D_GNU_SOURCE",
3905 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
3906 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
3907 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
3908 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
3909 "-D__STDC_CONSTANT_MACROS",
3910 "-D__STDC_FORMAT_MACROS",
3911 ],
3912 local_include_dirs: [
3913 "./",
3914 "buildtools/third_party/libc++/",
3915 "buildtools/third_party/libc++/trunk/include",
3916 "buildtools/third_party/libc++abi/trunk/include",
3917 "third_party/abseil-cpp/",
3918 "third_party/boringssl/src/include/",
3919 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
3920 ],
3921 cpp_std: "c++20",
3922}
3923
Patrick Rohrcc377df2022-10-28 09:27:15 -07003924// GN: //third_party/abseil-cpp:absl
3925filegroup {
3926 name: "cronet_aml_third_party_abseil_cpp_absl",
3927}
3928
3929// GN: //third_party/abseil-cpp/absl/algorithm:algorithm
3930filegroup {
3931 name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm",
3932}
3933
3934// GN: //third_party/abseil-cpp/absl/algorithm:container
3935filegroup {
3936 name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container",
3937}
3938
3939// GN: //third_party/abseil-cpp/absl/base:atomic_hook
3940filegroup {
3941 name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook",
3942}
3943
3944// GN: //third_party/abseil-cpp/absl/base:base
3945filegroup {
3946 name: "cronet_aml_third_party_abseil_cpp_absl_base_base",
3947 srcs: [
3948 "third_party/abseil-cpp/absl/base/internal/cycleclock.cc",
3949 "third_party/abseil-cpp/absl/base/internal/spinlock.cc",
3950 "third_party/abseil-cpp/absl/base/internal/sysinfo.cc",
3951 "third_party/abseil-cpp/absl/base/internal/thread_identity.cc",
3952 "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc",
3953 ],
3954}
3955
3956// GN: //third_party/abseil-cpp/absl/base:base_internal
3957filegroup {
3958 name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal",
3959}
3960
3961// GN: //third_party/abseil-cpp/absl/base:config
3962filegroup {
3963 name: "cronet_aml_third_party_abseil_cpp_absl_base_config",
3964}
3965
3966// GN: //third_party/abseil-cpp/absl/base:core_headers
3967filegroup {
3968 name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers",
3969}
3970
3971// GN: //third_party/abseil-cpp/absl/base:cycleclock_internal
3972filegroup {
3973 name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal",
3974}
3975
3976// GN: //third_party/abseil-cpp/absl/base:dynamic_annotations
3977filegroup {
3978 name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations",
3979}
3980
3981// GN: //third_party/abseil-cpp/absl/base:endian
3982filegroup {
3983 name: "cronet_aml_third_party_abseil_cpp_absl_base_endian",
3984}
3985
3986// GN: //third_party/abseil-cpp/absl/base:errno_saver
3987filegroup {
3988 name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver",
3989}
3990
3991// GN: //third_party/abseil-cpp/absl/base:fast_type_id
3992filegroup {
3993 name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id",
3994}
3995
3996// GN: //third_party/abseil-cpp/absl/base:log_severity
3997filegroup {
3998 name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity",
3999 srcs: [
4000 "third_party/abseil-cpp/absl/base/log_severity.cc",
4001 ],
4002}
4003
4004// GN: //third_party/abseil-cpp/absl/base:malloc_internal
4005filegroup {
4006 name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal",
4007 srcs: [
4008 "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc",
4009 ],
4010}
4011
4012// GN: //third_party/abseil-cpp/absl/base:prefetch
4013filegroup {
4014 name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch",
4015}
4016
4017// GN: //third_party/abseil-cpp/absl/base:raw_logging_internal
4018filegroup {
4019 name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal",
4020 srcs: [
4021 "third_party/abseil-cpp/absl/base/internal/raw_logging.cc",
4022 ],
4023}
4024
4025// GN: //third_party/abseil-cpp/absl/base:spinlock_wait
4026filegroup {
4027 name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait",
4028 srcs: [
4029 "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc",
4030 ],
4031}
4032
4033// GN: //third_party/abseil-cpp/absl/base:strerror
4034filegroup {
4035 name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror",
4036 srcs: [
4037 "third_party/abseil-cpp/absl/base/internal/strerror.cc",
4038 ],
4039}
4040
4041// GN: //third_party/abseil-cpp/absl/base:throw_delegate
4042filegroup {
4043 name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate",
4044 srcs: [
4045 "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc",
4046 ],
4047}
4048
4049// GN: //third_party/abseil-cpp/absl/cleanup:cleanup
4050filegroup {
4051 name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup",
4052}
4053
4054// GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal
4055filegroup {
4056 name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal",
4057}
4058
4059// GN: //third_party/abseil-cpp/absl/container:btree
4060filegroup {
4061 name: "cronet_aml_third_party_abseil_cpp_absl_container_btree",
4062}
4063
4064// GN: //third_party/abseil-cpp/absl/container:common
4065filegroup {
4066 name: "cronet_aml_third_party_abseil_cpp_absl_container_common",
4067}
4068
4069// GN: //third_party/abseil-cpp/absl/container:common_policy_traits
4070filegroup {
4071 name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits",
4072}
4073
4074// GN: //third_party/abseil-cpp/absl/container:compressed_tuple
4075filegroup {
4076 name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple",
4077}
4078
4079// GN: //third_party/abseil-cpp/absl/container:container_memory
4080filegroup {
4081 name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory",
4082}
4083
4084// GN: //third_party/abseil-cpp/absl/container:fixed_array
4085filegroup {
4086 name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array",
4087}
4088
4089// GN: //third_party/abseil-cpp/absl/container:flat_hash_map
4090filegroup {
4091 name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map",
4092}
4093
4094// GN: //third_party/abseil-cpp/absl/container:flat_hash_set
4095filegroup {
4096 name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set",
4097}
4098
4099// GN: //third_party/abseil-cpp/absl/container:hash_function_defaults
4100filegroup {
4101 name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults",
4102}
4103
4104// GN: //third_party/abseil-cpp/absl/container:hash_policy_traits
4105filegroup {
4106 name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits",
4107}
4108
4109// GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks
4110filegroup {
4111 name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks",
4112}
4113
4114// GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler
4115filegroup {
4116 name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler",
4117 srcs: [
4118 "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc",
4119 "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc",
4120 ],
4121}
4122
4123// GN: //third_party/abseil-cpp/absl/container:inlined_vector
4124filegroup {
4125 name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector",
4126}
4127
4128// GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal
4129filegroup {
4130 name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal",
4131}
4132
4133// GN: //third_party/abseil-cpp/absl/container:layout
4134filegroup {
4135 name: "cronet_aml_third_party_abseil_cpp_absl_container_layout",
4136}
4137
4138// GN: //third_party/abseil-cpp/absl/container:node_hash_map
4139filegroup {
4140 name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map",
4141}
4142
4143// GN: //third_party/abseil-cpp/absl/container:node_hash_set
4144filegroup {
4145 name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set",
4146}
4147
4148// GN: //third_party/abseil-cpp/absl/container:node_slot_policy
4149filegroup {
4150 name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy",
4151}
4152
4153// GN: //third_party/abseil-cpp/absl/container:raw_hash_map
4154filegroup {
4155 name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map",
4156}
4157
4158// GN: //third_party/abseil-cpp/absl/container:raw_hash_set
4159filegroup {
4160 name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set",
4161 srcs: [
4162 "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc",
4163 ],
4164}
4165
4166// GN: //third_party/abseil-cpp/absl/debugging:debugging_internal
4167filegroup {
4168 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal",
4169 srcs: [
4170 "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc",
4171 "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc",
4172 "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc",
4173 ],
4174}
4175
4176// GN: //third_party/abseil-cpp/absl/debugging:demangle_internal
4177filegroup {
4178 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal",
4179 srcs: [
4180 "third_party/abseil-cpp/absl/debugging/internal/demangle.cc",
4181 ],
4182}
4183
4184// GN: //third_party/abseil-cpp/absl/debugging:examine_stack
4185filegroup {
4186 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack",
4187 srcs: [
4188 "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc",
4189 ],
4190}
4191
4192// GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler
4193filegroup {
4194 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler",
4195 srcs: [
4196 "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc",
4197 ],
4198}
4199
4200// GN: //third_party/abseil-cpp/absl/debugging:stacktrace
4201filegroup {
4202 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace",
4203 srcs: [
4204 "third_party/abseil-cpp/absl/debugging/stacktrace.cc",
4205 ],
4206}
4207
4208// GN: //third_party/abseil-cpp/absl/debugging:symbolize
4209filegroup {
4210 name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize",
4211 srcs: [
4212 "third_party/abseil-cpp/absl/debugging/symbolize.cc",
4213 ],
4214}
4215
4216// GN: //third_party/abseil-cpp/absl/functional:any_invocable
4217filegroup {
4218 name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable",
4219}
4220
4221// GN: //third_party/abseil-cpp/absl/functional:bind_front
4222filegroup {
4223 name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front",
4224}
4225
4226// GN: //third_party/abseil-cpp/absl/functional:function_ref
4227filegroup {
4228 name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref",
4229}
4230
4231// GN: //third_party/abseil-cpp/absl/hash:city
4232filegroup {
4233 name: "cronet_aml_third_party_abseil_cpp_absl_hash_city",
4234 srcs: [
4235 "third_party/abseil-cpp/absl/hash/internal/city.cc",
4236 ],
4237}
4238
4239// GN: //third_party/abseil-cpp/absl/hash:hash
4240filegroup {
4241 name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash",
4242 srcs: [
4243 "third_party/abseil-cpp/absl/hash/internal/hash.cc",
4244 ],
4245}
4246
4247// GN: //third_party/abseil-cpp/absl/hash:low_level_hash
4248filegroup {
4249 name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash",
4250 srcs: [
4251 "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc",
4252 ],
4253}
4254
4255// GN: //third_party/abseil-cpp/absl/memory:memory
4256filegroup {
4257 name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory",
4258}
4259
4260// GN: //third_party/abseil-cpp/absl/meta:type_traits
4261filegroup {
4262 name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits",
4263}
4264
4265// GN: //third_party/abseil-cpp/absl/numeric:bits
4266filegroup {
4267 name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits",
4268}
4269
4270// GN: //third_party/abseil-cpp/absl/numeric:int128
4271filegroup {
4272 name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128",
4273 srcs: [
4274 "third_party/abseil-cpp/absl/numeric/int128.cc",
4275 ],
4276}
4277
4278// GN: //third_party/abseil-cpp/absl/numeric:representation
4279filegroup {
4280 name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation",
4281}
4282
4283// GN: //third_party/abseil-cpp/absl/profiling:exponential_biased
4284filegroup {
4285 name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased",
4286 srcs: [
4287 "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc",
4288 ],
4289}
4290
4291// GN: //third_party/abseil-cpp/absl/profiling:sample_recorder
4292filegroup {
4293 name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder",
4294}
4295
4296// GN: //third_party/abseil-cpp/absl/random:distributions
4297filegroup {
4298 name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions",
4299 srcs: [
4300 "third_party/abseil-cpp/absl/random/discrete_distribution.cc",
4301 "third_party/abseil-cpp/absl/random/gaussian_distribution.cc",
4302 ],
4303}
4304
4305// GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller
4306filegroup {
4307 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller",
4308}
4309
4310// GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits
4311filegroup {
4312 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits",
4313}
4314
4315// GN: //third_party/abseil-cpp/absl/random/internal:fastmath
4316filegroup {
4317 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath",
4318}
4319
4320// GN: //third_party/abseil-cpp/absl/random/internal:generate_real
4321filegroup {
4322 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real",
4323}
4324
4325// GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver
4326filegroup {
4327 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver",
4328}
4329
4330// GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base
4331filegroup {
4332 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base",
4333}
4334
4335// GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine
4336filegroup {
4337 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine",
4338}
4339
4340// GN: //third_party/abseil-cpp/absl/random/internal:platform
4341filegroup {
4342 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform",
4343 srcs: [
4344 "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc",
4345 ],
4346}
4347
4348// GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg
4349filegroup {
4350 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg",
4351 srcs: [
4352 "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc",
4353 ],
4354}
4355
4356// GN: //third_party/abseil-cpp/absl/random/internal:randen
4357filegroup {
4358 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen",
4359 srcs: [
4360 "third_party/abseil-cpp/absl/random/internal/randen.cc",
4361 ],
4362}
4363
4364// GN: //third_party/abseil-cpp/absl/random/internal:randen_engine
4365filegroup {
4366 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine",
4367}
4368
4369// GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes
4370filegroup {
4371 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes",
4372 srcs: [
4373 "third_party/abseil-cpp/absl/random/internal/randen_detect.cc",
4374 ],
4375}
4376
4377// GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl
4378filegroup {
4379 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl",
4380 srcs: [
4381 "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc",
4382 ],
4383}
4384
4385// GN: //third_party/abseil-cpp/absl/random/internal:randen_slow
4386filegroup {
4387 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow",
4388 srcs: [
4389 "third_party/abseil-cpp/absl/random/internal/randen_slow.cc",
4390 ],
4391}
4392
4393// GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq
4394filegroup {
4395 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq",
4396}
4397
4398// GN: //third_party/abseil-cpp/absl/random/internal:seed_material
4399filegroup {
4400 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material",
4401 srcs: [
4402 "third_party/abseil-cpp/absl/random/internal/seed_material.cc",
4403 ],
4404}
4405
4406// GN: //third_party/abseil-cpp/absl/random/internal:traits
4407filegroup {
4408 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits",
4409}
4410
4411// GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper
4412filegroup {
4413 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper",
4414}
4415
4416// GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply
4417filegroup {
4418 name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply",
4419}
4420
4421// GN: //third_party/abseil-cpp/absl/random:random
4422filegroup {
4423 name: "cronet_aml_third_party_abseil_cpp_absl_random_random",
4424}
4425
4426// GN: //third_party/abseil-cpp/absl/random:seed_gen_exception
4427filegroup {
4428 name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception",
4429 srcs: [
4430 "third_party/abseil-cpp/absl/random/seed_gen_exception.cc",
4431 ],
4432}
4433
4434// GN: //third_party/abseil-cpp/absl/random:seed_sequences
4435filegroup {
4436 name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences",
4437 srcs: [
4438 "third_party/abseil-cpp/absl/random/seed_sequences.cc",
4439 ],
4440}
4441
4442// GN: //third_party/abseil-cpp/absl/status:status
4443filegroup {
4444 name: "cronet_aml_third_party_abseil_cpp_absl_status_status",
4445 srcs: [
4446 "third_party/abseil-cpp/absl/status/status.cc",
4447 "third_party/abseil-cpp/absl/status/status_payload_printer.cc",
4448 ],
4449}
4450
4451// GN: //third_party/abseil-cpp/absl/status:statusor
4452filegroup {
4453 name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor",
4454 srcs: [
4455 "third_party/abseil-cpp/absl/status/statusor.cc",
4456 ],
4457}
4458
4459// GN: //third_party/abseil-cpp/absl/strings:cord
4460filegroup {
4461 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord",
4462 srcs: [
4463 "third_party/abseil-cpp/absl/strings/cord.cc",
4464 "third_party/abseil-cpp/absl/strings/cord_analysis.cc",
4465 "third_party/abseil-cpp/absl/strings/cord_buffer.cc",
4466 ],
4467}
4468
4469// GN: //third_party/abseil-cpp/absl/strings:cord_internal
4470filegroup {
4471 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal",
4472 srcs: [
4473 "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc",
4474 "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc",
4475 "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc",
4476 "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc",
4477 "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc",
4478 "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc",
4479 "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc",
4480 ],
4481}
4482
4483// GN: //third_party/abseil-cpp/absl/strings:cordz_functions
4484filegroup {
4485 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions",
4486 srcs: [
4487 "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc",
4488 ],
4489}
4490
4491// GN: //third_party/abseil-cpp/absl/strings:cordz_handle
4492filegroup {
4493 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle",
4494 srcs: [
4495 "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc",
4496 ],
4497}
4498
4499// GN: //third_party/abseil-cpp/absl/strings:cordz_info
4500filegroup {
4501 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info",
4502 srcs: [
4503 "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc",
4504 ],
4505}
4506
4507// GN: //third_party/abseil-cpp/absl/strings:cordz_statistics
4508filegroup {
4509 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics",
4510}
4511
4512// GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope
4513filegroup {
4514 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope",
4515}
4516
4517// GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker
4518filegroup {
4519 name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker",
4520}
4521
4522// GN: //third_party/abseil-cpp/absl/strings:internal
4523filegroup {
4524 name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal",
4525 srcs: [
4526 "third_party/abseil-cpp/absl/strings/internal/escaping.cc",
4527 "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc",
4528 "third_party/abseil-cpp/absl/strings/internal/utf8.cc",
4529 ],
4530}
4531
4532// GN: //third_party/abseil-cpp/absl/strings:str_format
4533filegroup {
4534 name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format",
4535}
4536
4537// GN: //third_party/abseil-cpp/absl/strings:str_format_internal
4538filegroup {
4539 name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal",
4540 srcs: [
4541 "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc",
4542 "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc",
4543 "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc",
4544 "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc",
4545 "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc",
4546 "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc",
4547 ],
4548}
4549
4550// GN: //third_party/abseil-cpp/absl/strings:strings
4551filegroup {
4552 name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings",
4553 srcs: [
4554 "third_party/abseil-cpp/absl/strings/ascii.cc",
4555 "third_party/abseil-cpp/absl/strings/charconv.cc",
4556 "third_party/abseil-cpp/absl/strings/escaping.cc",
4557 "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc",
4558 "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc",
4559 "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc",
4560 "third_party/abseil-cpp/absl/strings/internal/memutil.cc",
4561 "third_party/abseil-cpp/absl/strings/match.cc",
4562 "third_party/abseil-cpp/absl/strings/numbers.cc",
4563 "third_party/abseil-cpp/absl/strings/str_cat.cc",
4564 "third_party/abseil-cpp/absl/strings/str_replace.cc",
4565 "third_party/abseil-cpp/absl/strings/str_split.cc",
4566 "third_party/abseil-cpp/absl/strings/string_view.cc",
4567 "third_party/abseil-cpp/absl/strings/substitute.cc",
4568 ],
4569}
4570
4571// GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal
4572filegroup {
4573 name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal",
4574 srcs: [
4575 "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc",
4576 ],
4577}
4578
4579// GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal
4580filegroup {
4581 name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal",
4582}
4583
4584// GN: //third_party/abseil-cpp/absl/synchronization:synchronization
4585filegroup {
4586 name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization",
4587 srcs: [
4588 "third_party/abseil-cpp/absl/synchronization/barrier.cc",
4589 "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc",
4590 "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc",
4591 "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc",
4592 "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc",
4593 "third_party/abseil-cpp/absl/synchronization/mutex.cc",
4594 "third_party/abseil-cpp/absl/synchronization/notification.cc",
4595 ],
4596}
4597
4598// GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time
4599filegroup {
4600 name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time",
4601 srcs: [
4602 "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc",
4603 ],
4604}
4605
4606// GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone
4607filegroup {
4608 name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone",
4609 srcs: [
4610 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc",
4611 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc",
4612 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc",
4613 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc",
4614 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc",
4615 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc",
4616 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc",
4617 "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc",
4618 "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc",
4619 ],
4620}
4621
4622// GN: //third_party/abseil-cpp/absl/time:time
4623filegroup {
4624 name: "cronet_aml_third_party_abseil_cpp_absl_time_time",
4625 srcs: [
4626 "third_party/abseil-cpp/absl/time/civil_time.cc",
4627 "third_party/abseil-cpp/absl/time/clock.cc",
4628 "third_party/abseil-cpp/absl/time/duration.cc",
4629 "third_party/abseil-cpp/absl/time/format.cc",
4630 "third_party/abseil-cpp/absl/time/time.cc",
4631 ],
4632}
4633
4634// GN: //third_party/abseil-cpp/absl/types:bad_optional_access
4635filegroup {
4636 name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access",
4637 srcs: [
4638 "third_party/abseil-cpp/absl/types/bad_optional_access.cc",
4639 ],
4640}
4641
4642// GN: //third_party/abseil-cpp/absl/types:bad_variant_access
4643filegroup {
4644 name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access",
4645 srcs: [
4646 "third_party/abseil-cpp/absl/types/bad_variant_access.cc",
4647 ],
4648}
4649
4650// GN: //third_party/abseil-cpp/absl/types:compare
4651filegroup {
4652 name: "cronet_aml_third_party_abseil_cpp_absl_types_compare",
4653}
4654
4655// GN: //third_party/abseil-cpp/absl/types:optional
4656filegroup {
4657 name: "cronet_aml_third_party_abseil_cpp_absl_types_optional",
4658}
4659
4660// GN: //third_party/abseil-cpp/absl/types:span
4661filegroup {
4662 name: "cronet_aml_third_party_abseil_cpp_absl_types_span",
4663}
4664
4665// GN: //third_party/abseil-cpp/absl/types:variant
4666filegroup {
4667 name: "cronet_aml_third_party_abseil_cpp_absl_types_variant",
4668}
4669
4670// GN: //third_party/abseil-cpp/absl/utility:utility
4671filegroup {
4672 name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility",
4673}
4674
Motomu Utsumifcac4852022-10-26 19:28:31 +09004675// GN: //third_party/android_ndk:cpu_features
4676filegroup {
4677 name: "cronet_aml_third_party_android_ndk_cpu_features",
4678 srcs: [
4679 "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c",
4680 ],
4681}
4682
Patrick Rohrcc377df2022-10-28 09:27:15 -07004683// GN: //third_party/ashmem:ashmem
4684filegroup {
4685 name: "cronet_aml_third_party_ashmem_ashmem",
4686 srcs: [
4687 "third_party/ashmem/ashmem-dev.c",
4688 ],
4689}
4690
4691// GN: //third_party/boringssl:boringssl
4692cc_library_static {
4693 name: "cronet_aml_third_party_boringssl_boringssl",
4694 srcs: [
4695 ":cronet_aml_third_party_boringssl_boringssl_asm",
4696 ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license",
4697 "third_party/boringssl/err_data.c",
4698 "third_party/boringssl/src/crypto/asn1/a_bitstr.c",
4699 "third_party/boringssl/src/crypto/asn1/a_bool.c",
4700 "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c",
4701 "third_party/boringssl/src/crypto/asn1/a_dup.c",
4702 "third_party/boringssl/src/crypto/asn1/a_gentm.c",
4703 "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c",
4704 "third_party/boringssl/src/crypto/asn1/a_int.c",
4705 "third_party/boringssl/src/crypto/asn1/a_mbstr.c",
4706 "third_party/boringssl/src/crypto/asn1/a_object.c",
4707 "third_party/boringssl/src/crypto/asn1/a_octet.c",
4708 "third_party/boringssl/src/crypto/asn1/a_print.c",
4709 "third_party/boringssl/src/crypto/asn1/a_strex.c",
4710 "third_party/boringssl/src/crypto/asn1/a_strnid.c",
4711 "third_party/boringssl/src/crypto/asn1/a_time.c",
4712 "third_party/boringssl/src/crypto/asn1/a_type.c",
4713 "third_party/boringssl/src/crypto/asn1/a_utctm.c",
4714 "third_party/boringssl/src/crypto/asn1/a_utf8.c",
4715 "third_party/boringssl/src/crypto/asn1/asn1_lib.c",
4716 "third_party/boringssl/src/crypto/asn1/asn1_par.c",
4717 "third_party/boringssl/src/crypto/asn1/asn_pack.c",
4718 "third_party/boringssl/src/crypto/asn1/f_int.c",
4719 "third_party/boringssl/src/crypto/asn1/f_string.c",
4720 "third_party/boringssl/src/crypto/asn1/posix_time.c",
4721 "third_party/boringssl/src/crypto/asn1/tasn_dec.c",
4722 "third_party/boringssl/src/crypto/asn1/tasn_enc.c",
4723 "third_party/boringssl/src/crypto/asn1/tasn_fre.c",
4724 "third_party/boringssl/src/crypto/asn1/tasn_new.c",
4725 "third_party/boringssl/src/crypto/asn1/tasn_typ.c",
4726 "third_party/boringssl/src/crypto/asn1/tasn_utl.c",
4727 "third_party/boringssl/src/crypto/base64/base64.c",
4728 "third_party/boringssl/src/crypto/bio/bio.c",
4729 "third_party/boringssl/src/crypto/bio/bio_mem.c",
4730 "third_party/boringssl/src/crypto/bio/connect.c",
4731 "third_party/boringssl/src/crypto/bio/fd.c",
4732 "third_party/boringssl/src/crypto/bio/file.c",
4733 "third_party/boringssl/src/crypto/bio/hexdump.c",
4734 "third_party/boringssl/src/crypto/bio/pair.c",
4735 "third_party/boringssl/src/crypto/bio/printf.c",
4736 "third_party/boringssl/src/crypto/bio/socket.c",
4737 "third_party/boringssl/src/crypto/bio/socket_helper.c",
4738 "third_party/boringssl/src/crypto/blake2/blake2.c",
4739 "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c",
4740 "third_party/boringssl/src/crypto/bn_extra/convert.c",
4741 "third_party/boringssl/src/crypto/buf/buf.c",
4742 "third_party/boringssl/src/crypto/bytestring/asn1_compat.c",
4743 "third_party/boringssl/src/crypto/bytestring/ber.c",
4744 "third_party/boringssl/src/crypto/bytestring/cbb.c",
4745 "third_party/boringssl/src/crypto/bytestring/cbs.c",
4746 "third_party/boringssl/src/crypto/bytestring/unicode.c",
4747 "third_party/boringssl/src/crypto/chacha/chacha.c",
4748 "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c",
4749 "third_party/boringssl/src/crypto/cipher_extra/derive_key.c",
4750 "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c",
4751 "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c",
4752 "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c",
4753 "third_party/boringssl/src/crypto/cipher_extra/e_des.c",
4754 "third_party/boringssl/src/crypto/cipher_extra/e_null.c",
4755 "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c",
4756 "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c",
4757 "third_party/boringssl/src/crypto/cipher_extra/e_tls.c",
4758 "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c",
4759 "third_party/boringssl/src/crypto/conf/conf.c",
4760 "third_party/boringssl/src/crypto/cpu_aarch64_apple.c",
4761 "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c",
4762 "third_party/boringssl/src/crypto/cpu_aarch64_linux.c",
4763 "third_party/boringssl/src/crypto/cpu_aarch64_win.c",
4764 "third_party/boringssl/src/crypto/cpu_arm.c",
4765 "third_party/boringssl/src/crypto/cpu_arm_linux.c",
4766 "third_party/boringssl/src/crypto/cpu_intel.c",
4767 "third_party/boringssl/src/crypto/cpu_ppc64le.c",
4768 "third_party/boringssl/src/crypto/crypto.c",
4769 "third_party/boringssl/src/crypto/curve25519/curve25519.c",
4770 "third_party/boringssl/src/crypto/curve25519/spake25519.c",
4771 "third_party/boringssl/src/crypto/des/des.c",
4772 "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c",
4773 "third_party/boringssl/src/crypto/dh_extra/params.c",
4774 "third_party/boringssl/src/crypto/digest_extra/digest_extra.c",
4775 "third_party/boringssl/src/crypto/dsa/dsa.c",
4776 "third_party/boringssl/src/crypto/dsa/dsa_asn1.c",
4777 "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c",
4778 "third_party/boringssl/src/crypto/ec_extra/ec_derive.c",
4779 "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c",
4780 "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c",
4781 "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c",
4782 "third_party/boringssl/src/crypto/engine/engine.c",
4783 "third_party/boringssl/src/crypto/err/err.c",
4784 "third_party/boringssl/src/crypto/evp/evp.c",
4785 "third_party/boringssl/src/crypto/evp/evp_asn1.c",
4786 "third_party/boringssl/src/crypto/evp/evp_ctx.c",
4787 "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c",
4788 "third_party/boringssl/src/crypto/evp/p_ec.c",
4789 "third_party/boringssl/src/crypto/evp/p_ec_asn1.c",
4790 "third_party/boringssl/src/crypto/evp/p_ed25519.c",
4791 "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c",
4792 "third_party/boringssl/src/crypto/evp/p_hkdf.c",
4793 "third_party/boringssl/src/crypto/evp/p_rsa.c",
4794 "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c",
4795 "third_party/boringssl/src/crypto/evp/p_x25519.c",
4796 "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c",
4797 "third_party/boringssl/src/crypto/evp/pbkdf.c",
4798 "third_party/boringssl/src/crypto/evp/print.c",
4799 "third_party/boringssl/src/crypto/evp/scrypt.c",
4800 "third_party/boringssl/src/crypto/evp/sign.c",
4801 "third_party/boringssl/src/crypto/ex_data.c",
4802 "third_party/boringssl/src/crypto/fipsmodule/bcm.c",
4803 "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c",
4804 "third_party/boringssl/src/crypto/hkdf/hkdf.c",
4805 "third_party/boringssl/src/crypto/hpke/hpke.c",
4806 "third_party/boringssl/src/crypto/hrss/hrss.c",
4807 "third_party/boringssl/src/crypto/lhash/lhash.c",
4808 "third_party/boringssl/src/crypto/mem.c",
4809 "third_party/boringssl/src/crypto/obj/obj.c",
4810 "third_party/boringssl/src/crypto/obj/obj_xref.c",
4811 "third_party/boringssl/src/crypto/pem/pem_all.c",
4812 "third_party/boringssl/src/crypto/pem/pem_info.c",
4813 "third_party/boringssl/src/crypto/pem/pem_lib.c",
4814 "third_party/boringssl/src/crypto/pem/pem_oth.c",
4815 "third_party/boringssl/src/crypto/pem/pem_pk8.c",
4816 "third_party/boringssl/src/crypto/pem/pem_pkey.c",
4817 "third_party/boringssl/src/crypto/pem/pem_x509.c",
4818 "third_party/boringssl/src/crypto/pem/pem_xaux.c",
4819 "third_party/boringssl/src/crypto/pkcs7/pkcs7.c",
4820 "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c",
4821 "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c",
4822 "third_party/boringssl/src/crypto/pkcs8/pkcs8.c",
4823 "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c",
4824 "third_party/boringssl/src/crypto/poly1305/poly1305.c",
4825 "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c",
4826 "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c",
4827 "third_party/boringssl/src/crypto/pool/pool.c",
4828 "third_party/boringssl/src/crypto/rand_extra/deterministic.c",
4829 "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c",
4830 "third_party/boringssl/src/crypto/rand_extra/fuchsia.c",
4831 "third_party/boringssl/src/crypto/rand_extra/passive.c",
4832 "third_party/boringssl/src/crypto/rand_extra/rand_extra.c",
4833 "third_party/boringssl/src/crypto/rand_extra/windows.c",
4834 "third_party/boringssl/src/crypto/rc4/rc4.c",
4835 "third_party/boringssl/src/crypto/refcount_c11.c",
4836 "third_party/boringssl/src/crypto/refcount_lock.c",
4837 "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c",
4838 "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c",
4839 "third_party/boringssl/src/crypto/siphash/siphash.c",
4840 "third_party/boringssl/src/crypto/stack/stack.c",
4841 "third_party/boringssl/src/crypto/thread.c",
4842 "third_party/boringssl/src/crypto/thread_none.c",
4843 "third_party/boringssl/src/crypto/thread_pthread.c",
4844 "third_party/boringssl/src/crypto/thread_win.c",
4845 "third_party/boringssl/src/crypto/trust_token/pmbtoken.c",
4846 "third_party/boringssl/src/crypto/trust_token/trust_token.c",
4847 "third_party/boringssl/src/crypto/trust_token/voprf.c",
4848 "third_party/boringssl/src/crypto/x509/a_digest.c",
4849 "third_party/boringssl/src/crypto/x509/a_sign.c",
4850 "third_party/boringssl/src/crypto/x509/a_verify.c",
4851 "third_party/boringssl/src/crypto/x509/algorithm.c",
4852 "third_party/boringssl/src/crypto/x509/asn1_gen.c",
4853 "third_party/boringssl/src/crypto/x509/by_dir.c",
4854 "third_party/boringssl/src/crypto/x509/by_file.c",
4855 "third_party/boringssl/src/crypto/x509/i2d_pr.c",
4856 "third_party/boringssl/src/crypto/x509/name_print.c",
4857 "third_party/boringssl/src/crypto/x509/rsa_pss.c",
4858 "third_party/boringssl/src/crypto/x509/t_crl.c",
4859 "third_party/boringssl/src/crypto/x509/t_req.c",
4860 "third_party/boringssl/src/crypto/x509/t_x509.c",
4861 "third_party/boringssl/src/crypto/x509/t_x509a.c",
4862 "third_party/boringssl/src/crypto/x509/x509.c",
4863 "third_party/boringssl/src/crypto/x509/x509_att.c",
4864 "third_party/boringssl/src/crypto/x509/x509_cmp.c",
4865 "third_party/boringssl/src/crypto/x509/x509_d2.c",
4866 "third_party/boringssl/src/crypto/x509/x509_def.c",
4867 "third_party/boringssl/src/crypto/x509/x509_ext.c",
4868 "third_party/boringssl/src/crypto/x509/x509_lu.c",
4869 "third_party/boringssl/src/crypto/x509/x509_obj.c",
4870 "third_party/boringssl/src/crypto/x509/x509_req.c",
4871 "third_party/boringssl/src/crypto/x509/x509_set.c",
4872 "third_party/boringssl/src/crypto/x509/x509_trs.c",
4873 "third_party/boringssl/src/crypto/x509/x509_txt.c",
4874 "third_party/boringssl/src/crypto/x509/x509_v3.c",
4875 "third_party/boringssl/src/crypto/x509/x509_vfy.c",
4876 "third_party/boringssl/src/crypto/x509/x509_vpm.c",
4877 "third_party/boringssl/src/crypto/x509/x509cset.c",
4878 "third_party/boringssl/src/crypto/x509/x509name.c",
4879 "third_party/boringssl/src/crypto/x509/x509rset.c",
4880 "third_party/boringssl/src/crypto/x509/x509spki.c",
4881 "third_party/boringssl/src/crypto/x509/x_algor.c",
4882 "third_party/boringssl/src/crypto/x509/x_all.c",
4883 "third_party/boringssl/src/crypto/x509/x_attrib.c",
4884 "third_party/boringssl/src/crypto/x509/x_crl.c",
4885 "third_party/boringssl/src/crypto/x509/x_exten.c",
4886 "third_party/boringssl/src/crypto/x509/x_info.c",
4887 "third_party/boringssl/src/crypto/x509/x_name.c",
4888 "third_party/boringssl/src/crypto/x509/x_pkey.c",
4889 "third_party/boringssl/src/crypto/x509/x_pubkey.c",
4890 "third_party/boringssl/src/crypto/x509/x_req.c",
4891 "third_party/boringssl/src/crypto/x509/x_sig.c",
4892 "third_party/boringssl/src/crypto/x509/x_spki.c",
4893 "third_party/boringssl/src/crypto/x509/x_val.c",
4894 "third_party/boringssl/src/crypto/x509/x_x509.c",
4895 "third_party/boringssl/src/crypto/x509/x_x509a.c",
4896 "third_party/boringssl/src/crypto/x509v3/pcy_cache.c",
4897 "third_party/boringssl/src/crypto/x509v3/pcy_data.c",
4898 "third_party/boringssl/src/crypto/x509v3/pcy_map.c",
4899 "third_party/boringssl/src/crypto/x509v3/pcy_node.c",
4900 "third_party/boringssl/src/crypto/x509v3/pcy_tree.c",
4901 "third_party/boringssl/src/crypto/x509v3/v3_akey.c",
4902 "third_party/boringssl/src/crypto/x509v3/v3_akeya.c",
4903 "third_party/boringssl/src/crypto/x509v3/v3_alt.c",
4904 "third_party/boringssl/src/crypto/x509v3/v3_bcons.c",
4905 "third_party/boringssl/src/crypto/x509v3/v3_bitst.c",
4906 "third_party/boringssl/src/crypto/x509v3/v3_conf.c",
4907 "third_party/boringssl/src/crypto/x509v3/v3_cpols.c",
4908 "third_party/boringssl/src/crypto/x509v3/v3_crld.c",
4909 "third_party/boringssl/src/crypto/x509v3/v3_enum.c",
4910 "third_party/boringssl/src/crypto/x509v3/v3_extku.c",
4911 "third_party/boringssl/src/crypto/x509v3/v3_genn.c",
4912 "third_party/boringssl/src/crypto/x509v3/v3_ia5.c",
4913 "third_party/boringssl/src/crypto/x509v3/v3_info.c",
4914 "third_party/boringssl/src/crypto/x509v3/v3_int.c",
4915 "third_party/boringssl/src/crypto/x509v3/v3_lib.c",
4916 "third_party/boringssl/src/crypto/x509v3/v3_ncons.c",
4917 "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c",
4918 "third_party/boringssl/src/crypto/x509v3/v3_pci.c",
4919 "third_party/boringssl/src/crypto/x509v3/v3_pcia.c",
4920 "third_party/boringssl/src/crypto/x509v3/v3_pcons.c",
4921 "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c",
4922 "third_party/boringssl/src/crypto/x509v3/v3_prn.c",
4923 "third_party/boringssl/src/crypto/x509v3/v3_purp.c",
4924 "third_party/boringssl/src/crypto/x509v3/v3_skey.c",
4925 "third_party/boringssl/src/crypto/x509v3/v3_utl.c",
4926 "third_party/boringssl/src/ssl/bio_ssl.cc",
4927 "third_party/boringssl/src/ssl/d1_both.cc",
4928 "third_party/boringssl/src/ssl/d1_lib.cc",
4929 "third_party/boringssl/src/ssl/d1_pkt.cc",
4930 "third_party/boringssl/src/ssl/d1_srtp.cc",
4931 "third_party/boringssl/src/ssl/dtls_method.cc",
4932 "third_party/boringssl/src/ssl/dtls_record.cc",
4933 "third_party/boringssl/src/ssl/encrypted_client_hello.cc",
4934 "third_party/boringssl/src/ssl/extensions.cc",
4935 "third_party/boringssl/src/ssl/handoff.cc",
4936 "third_party/boringssl/src/ssl/handshake.cc",
4937 "third_party/boringssl/src/ssl/handshake_client.cc",
4938 "third_party/boringssl/src/ssl/handshake_server.cc",
4939 "third_party/boringssl/src/ssl/s3_both.cc",
4940 "third_party/boringssl/src/ssl/s3_lib.cc",
4941 "third_party/boringssl/src/ssl/s3_pkt.cc",
4942 "third_party/boringssl/src/ssl/ssl_aead_ctx.cc",
4943 "third_party/boringssl/src/ssl/ssl_asn1.cc",
4944 "third_party/boringssl/src/ssl/ssl_buffer.cc",
4945 "third_party/boringssl/src/ssl/ssl_cert.cc",
4946 "third_party/boringssl/src/ssl/ssl_cipher.cc",
4947 "third_party/boringssl/src/ssl/ssl_file.cc",
4948 "third_party/boringssl/src/ssl/ssl_key_share.cc",
4949 "third_party/boringssl/src/ssl/ssl_lib.cc",
4950 "third_party/boringssl/src/ssl/ssl_privkey.cc",
4951 "third_party/boringssl/src/ssl/ssl_session.cc",
4952 "third_party/boringssl/src/ssl/ssl_stat.cc",
4953 "third_party/boringssl/src/ssl/ssl_transcript.cc",
4954 "third_party/boringssl/src/ssl/ssl_versions.cc",
4955 "third_party/boringssl/src/ssl/ssl_x509.cc",
4956 "third_party/boringssl/src/ssl/t1_enc.cc",
4957 "third_party/boringssl/src/ssl/tls13_both.cc",
4958 "third_party/boringssl/src/ssl/tls13_client.cc",
4959 "third_party/boringssl/src/ssl/tls13_enc.cc",
4960 "third_party/boringssl/src/ssl/tls13_server.cc",
4961 "third_party/boringssl/src/ssl/tls_method.cc",
4962 "third_party/boringssl/src/ssl/tls_record.cc",
4963 ],
4964 defaults: [
4965 "cronet_aml_defaults",
4966 ],
4967 cflags: [
4968 "-DANDROID",
4969 "-DANDROID_NDK_VERSION_ROLL=r23_1",
4970 "-DBORINGSSL_ALLOW_CXX_RUNTIME",
4971 "-DBORINGSSL_IMPLEMENTATION",
4972 "-DBORINGSSL_NO_STATIC_INITIALIZER",
4973 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
4974 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
4975 "-DDCHECK_ALWAYS_ON=1",
4976 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
4977 "-DHAVE_SYS_UIO_H",
4978 "-DOPENSSL_SMALL",
4979 "-D_DEBUG",
4980 "-D_GNU_SOURCE",
4981 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
4982 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
4983 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
4984 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
4985 "-D__STDC_CONSTANT_MACROS",
4986 "-D__STDC_FORMAT_MACROS",
4987 ],
4988 local_include_dirs: [
4989 "./",
4990 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07004991 "buildtools/third_party/libc++/trunk/include",
4992 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07004993 "third_party/boringssl/src/include/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09004994 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07004995 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07004996 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07004997}
4998
4999// GN: //third_party/boringssl:boringssl_asm
5000filegroup {
5001 name: "cronet_aml_third_party_boringssl_boringssl_asm",
5002}
5003
5004// GN: //third_party/boringssl/src/third_party/fiat:fiat_license
5005filegroup {
5006 name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license",
5007}
5008
Patrick Rohrcb035942022-11-01 12:12:52 -07005009// GN: //third_party/brotli:common
5010cc_library_static {
5011 name: "cronet_aml_third_party_brotli_common",
5012 srcs: [
5013 ":cronet_aml_third_party_brotli_headers",
5014 "third_party/brotli/common/constants.c",
5015 "third_party/brotli/common/context.c",
5016 "third_party/brotli/common/dictionary.c",
5017 "third_party/brotli/common/platform.c",
5018 "third_party/brotli/common/shared_dictionary.c",
5019 "third_party/brotli/common/transform.c",
5020 ],
5021 defaults: [
5022 "cronet_aml_defaults",
5023 ],
5024 cflags: [
5025 "-DANDROID",
5026 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5027 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5028 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5029 "-DDCHECK_ALWAYS_ON=1",
5030 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5031 "-DHAVE_SYS_UIO_H",
5032 "-D_DEBUG",
5033 "-D_GNU_SOURCE",
5034 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5035 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5036 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5037 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5038 "-D__STDC_CONSTANT_MACROS",
5039 "-D__STDC_FORMAT_MACROS",
5040 ],
5041 local_include_dirs: [
5042 "./",
5043 "buildtools/third_party/libc++/",
5044 "buildtools/third_party/libc++/trunk/include",
5045 "buildtools/third_party/libc++abi/trunk/include",
5046 "third_party/brotli/include/",
5047 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5048 ],
5049 cpp_std: "c++20",
5050}
5051
5052// GN: //third_party/brotli:dec
5053cc_library_static {
5054 name: "cronet_aml_third_party_brotli_dec",
5055 srcs: [
5056 ":cronet_aml_third_party_brotli_headers",
5057 "third_party/brotli/dec/bit_reader.c",
5058 "third_party/brotli/dec/decode.c",
5059 "third_party/brotli/dec/huffman.c",
5060 "third_party/brotli/dec/state.c",
5061 ],
5062 static_libs: [
5063 "cronet_aml_third_party_brotli_common",
5064 ],
5065 defaults: [
5066 "cronet_aml_defaults",
5067 ],
5068 cflags: [
5069 "-DANDROID",
5070 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5071 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5072 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5073 "-DDCHECK_ALWAYS_ON=1",
5074 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5075 "-DHAVE_SYS_UIO_H",
5076 "-D_DEBUG",
5077 "-D_GNU_SOURCE",
5078 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5079 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5080 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5081 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5082 "-D__STDC_CONSTANT_MACROS",
5083 "-D__STDC_FORMAT_MACROS",
5084 ],
5085 local_include_dirs: [
5086 "./",
5087 "buildtools/third_party/libc++/",
5088 "buildtools/third_party/libc++/trunk/include",
5089 "buildtools/third_party/libc++abi/trunk/include",
5090 "third_party/brotli/include/",
5091 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5092 ],
5093 cpp_std: "c++20",
5094}
5095
5096// GN: //third_party/brotli:headers
5097filegroup {
5098 name: "cronet_aml_third_party_brotli_headers",
5099}
5100
Patrick Rohrcc377df2022-10-28 09:27:15 -07005101// GN: //third_party/icu:icui18n
5102cc_library_static {
5103 name: "cronet_aml_third_party_icu_icui18n",
5104 static_libs: [
5105 "cronet_aml_third_party_icu_icuuc_private",
5106 ],
5107 defaults: [
5108 "cronet_aml_defaults",
5109 ],
5110 cflags: [
5111 "-DANDROID",
5112 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5113 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5114 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5115 "-DDCHECK_ALWAYS_ON=1",
5116 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5117 "-DHAVE_DLOPEN=0",
5118 "-DHAVE_SYS_UIO_H",
5119 "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE",
5120 "-DUCONFIG_ONLY_HTML_CONVERSION=1",
5121 "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0",
5122 "-DUSE_CHROMIUM_ICU=1",
5123 "-DU_CHARSET_IS_UTF8=1",
5124 "-DU_ENABLE_DYLOAD=0",
5125 "-DU_ENABLE_RESOURCE_TRACING=0",
5126 "-DU_ENABLE_TRACING=1",
5127 "-DU_I18N_IMPLEMENTATION",
5128 "-DU_STATIC_IMPLEMENTATION",
5129 "-DU_USING_ICU_NAMESPACE=0",
5130 "-D_DEBUG",
5131 "-D_GNU_SOURCE",
5132 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5133 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5134 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5135 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5136 ],
5137 local_include_dirs: [
5138 "./",
5139 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005140 "buildtools/third_party/libc++/trunk/include",
5141 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005142 "third_party/icu/source/common/",
5143 "third_party/icu/source/i18n/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09005144 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005145 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005146 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005147}
5148
5149// GN: //third_party/icu:icuuc_private
5150cc_library_static {
5151 name: "cronet_aml_third_party_icu_icuuc_private",
5152 srcs: [
5153 ":cronet_aml_third_party_icu_icuuc_public",
5154 ],
5155 defaults: [
5156 "cronet_aml_defaults",
5157 ],
5158 cflags: [
5159 "-DANDROID",
5160 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5161 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5162 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5163 "-DDCHECK_ALWAYS_ON=1",
5164 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5165 "-DHAVE_DLOPEN=0",
5166 "-DHAVE_SYS_UIO_H",
5167 "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE",
5168 "-DUCONFIG_ONLY_HTML_CONVERSION=1",
5169 "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0",
5170 "-DUSE_CHROMIUM_ICU=1",
5171 "-DU_CHARSET_IS_UTF8=1",
5172 "-DU_COMMON_IMPLEMENTATION",
5173 "-DU_ENABLE_DYLOAD=0",
5174 "-DU_ENABLE_RESOURCE_TRACING=0",
5175 "-DU_ENABLE_TRACING=1",
5176 "-DU_ICUDATAENTRY_IN_COMMON",
5177 "-DU_STATIC_IMPLEMENTATION",
5178 "-DU_USING_ICU_NAMESPACE=0",
5179 "-D_DEBUG",
5180 "-D_GNU_SOURCE",
5181 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5182 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5183 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5184 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5185 "-D__STDC_CONSTANT_MACROS",
5186 "-D__STDC_FORMAT_MACROS",
5187 ],
5188 local_include_dirs: [
5189 "./",
5190 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005191 "buildtools/third_party/libc++/trunk/include",
5192 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005193 "third_party/icu/source/common/",
5194 "third_party/icu/source/i18n/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09005195 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005196 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005197 cpp_std: "c++20",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005198}
5199
5200// GN: //third_party/icu:icuuc_public
5201filegroup {
5202 name: "cronet_aml_third_party_icu_icuuc_public",
5203}
5204
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005205// GN: //third_party/libevent:libevent
5206cc_library_static {
5207 name: "cronet_aml_third_party_libevent_libevent",
5208 srcs: [
5209 "third_party/libevent/buffer.c",
5210 "third_party/libevent/epoll.c",
5211 "third_party/libevent/evbuffer.c",
5212 "third_party/libevent/evdns.c",
5213 "third_party/libevent/event.c",
5214 "third_party/libevent/event_tagging.c",
5215 "third_party/libevent/evrpc.c",
5216 "third_party/libevent/evutil.c",
5217 "third_party/libevent/http.c",
5218 "third_party/libevent/log.c",
5219 "third_party/libevent/poll.c",
5220 "third_party/libevent/select.c",
5221 "third_party/libevent/signal.c",
5222 "third_party/libevent/strlcpy.c",
5223 ],
5224 defaults: [
5225 "cronet_aml_defaults",
5226 ],
5227 cflags: [
5228 "-DANDROID",
5229 "-DANDROID_NDK_VERSION_ROLL=r23_1",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005230 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5231 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005232 "-DDCHECK_ALWAYS_ON=1",
5233 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5234 "-DHAVE_CONFIG_H",
5235 "-DHAVE_SYS_UIO_H",
5236 "-D_DEBUG",
5237 "-D_GNU_SOURCE",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005238 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005239 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005240 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005241 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5242 ],
5243 local_include_dirs: [
5244 "./",
5245 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005246 "buildtools/third_party/libc++/trunk/include",
5247 "buildtools/third_party/libc++abi/trunk/include",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005248 "third_party/libevent/android/",
Motomu Utsumi97fb1812022-11-01 13:08:10 +09005249 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005250 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005251 cpp_std: "c++20",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005252}
5253
Patrick Rohrcc377df2022-10-28 09:27:15 -07005254// GN: //third_party/modp_b64:modp_b64
Motomu Utsumifcac4852022-10-26 19:28:31 +09005255cc_library_static {
Patrick Rohrcc377df2022-10-28 09:27:15 -07005256 name: "cronet_aml_third_party_modp_b64_modp_b64",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005257 srcs: [
Patrick Rohrcc377df2022-10-28 09:27:15 -07005258 "third_party/modp_b64/modp_b64.cc",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005259 ],
5260 defaults: [
5261 "cronet_aml_defaults",
5262 ],
5263 cflags: [
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005264 "-DANDROID",
5265 "-DANDROID_NDK_VERSION_ROLL=r23_1",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005266 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5267 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005268 "-DDCHECK_ALWAYS_ON=1",
5269 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5270 "-DHAVE_SYS_UIO_H",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005271 "-D_DEBUG",
5272 "-D_GNU_SOURCE",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005273 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005274 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
Motomu Utsumiefde2d22022-10-28 12:20:46 +09005275 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
Motomu Utsumifa7e9262022-10-26 19:43:02 +09005276 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
Patrick Rohrcc377df2022-10-28 09:27:15 -07005277 "-D__STDC_CONSTANT_MACROS",
5278 "-D__STDC_FORMAT_MACROS",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005279 ],
5280 local_include_dirs: [
5281 "./",
5282 "buildtools/third_party/libc++/",
Patrick Rohr61f2acb2022-10-31 14:08:18 -07005283 "buildtools/third_party/libc++/trunk/include",
5284 "buildtools/third_party/libc++abi/trunk/include",
Motomu Utsumid30ceed2022-11-01 13:06:18 +09005285 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005286 ],
Patrick Rohrb8f830a2022-10-31 11:18:57 -07005287 cpp_std: "c++20",
Motomu Utsumifcac4852022-10-26 19:28:31 +09005288}
5289
Patrick Rohrcb035942022-11-01 12:12:52 -07005290// GN: //third_party/protobuf:protobuf_full
5291cc_library_static {
5292 name: "cronet_aml_third_party_protobuf_protobuf_full",
5293 srcs: [
5294 "third_party/protobuf/src/google/protobuf/any.cc",
5295 "third_party/protobuf/src/google/protobuf/any.pb.cc",
5296 "third_party/protobuf/src/google/protobuf/any_lite.cc",
5297 "third_party/protobuf/src/google/protobuf/api.pb.cc",
5298 "third_party/protobuf/src/google/protobuf/arena.cc",
5299 "third_party/protobuf/src/google/protobuf/arenastring.cc",
5300 "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc",
5301 "third_party/protobuf/src/google/protobuf/compiler/importer.cc",
5302 "third_party/protobuf/src/google/protobuf/compiler/parser.cc",
5303 "third_party/protobuf/src/google/protobuf/descriptor.cc",
5304 "third_party/protobuf/src/google/protobuf/descriptor.pb.cc",
5305 "third_party/protobuf/src/google/protobuf/descriptor_database.cc",
5306 "third_party/protobuf/src/google/protobuf/duration.pb.cc",
5307 "third_party/protobuf/src/google/protobuf/dynamic_message.cc",
5308 "third_party/protobuf/src/google/protobuf/empty.pb.cc",
5309 "third_party/protobuf/src/google/protobuf/extension_set.cc",
5310 "third_party/protobuf/src/google/protobuf/extension_set_heavy.cc",
5311 "third_party/protobuf/src/google/protobuf/field_mask.pb.cc",
5312 "third_party/protobuf/src/google/protobuf/generated_enum_util.cc",
5313 "third_party/protobuf/src/google/protobuf/generated_message_bases.cc",
5314 "third_party/protobuf/src/google/protobuf/generated_message_reflection.cc",
5315 "third_party/protobuf/src/google/protobuf/generated_message_tctable_full.cc",
5316 "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc",
5317 "third_party/protobuf/src/google/protobuf/generated_message_util.cc",
5318 "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc",
5319 "third_party/protobuf/src/google/protobuf/inlined_string_field.cc",
5320 "third_party/protobuf/src/google/protobuf/io/coded_stream.cc",
5321 "third_party/protobuf/src/google/protobuf/io/gzip_stream.cc",
5322 "third_party/protobuf/src/google/protobuf/io/io_win32.cc",
5323 "third_party/protobuf/src/google/protobuf/io/printer.cc",
5324 "third_party/protobuf/src/google/protobuf/io/strtod.cc",
5325 "third_party/protobuf/src/google/protobuf/io/tokenizer.cc",
5326 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc",
5327 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc",
5328 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
5329 "third_party/protobuf/src/google/protobuf/map.cc",
5330 "third_party/protobuf/src/google/protobuf/map_field.cc",
5331 "third_party/protobuf/src/google/protobuf/message.cc",
5332 "third_party/protobuf/src/google/protobuf/message_lite.cc",
5333 "third_party/protobuf/src/google/protobuf/parse_context.cc",
5334 "third_party/protobuf/src/google/protobuf/reflection_ops.cc",
5335 "third_party/protobuf/src/google/protobuf/repeated_field.cc",
5336 "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc",
5337 "third_party/protobuf/src/google/protobuf/service.cc",
5338 "third_party/protobuf/src/google/protobuf/source_context.pb.cc",
5339 "third_party/protobuf/src/google/protobuf/struct.pb.cc",
5340 "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc",
5341 "third_party/protobuf/src/google/protobuf/stubs/common.cc",
5342 "third_party/protobuf/src/google/protobuf/stubs/int128.cc",
5343 "third_party/protobuf/src/google/protobuf/stubs/status.cc",
5344 "third_party/protobuf/src/google/protobuf/stubs/statusor.cc",
5345 "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc",
5346 "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc",
5347 "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc",
5348 "third_party/protobuf/src/google/protobuf/stubs/strutil.cc",
5349 "third_party/protobuf/src/google/protobuf/stubs/substitute.cc",
5350 "third_party/protobuf/src/google/protobuf/stubs/time.cc",
5351 "third_party/protobuf/src/google/protobuf/text_format.cc",
5352 "third_party/protobuf/src/google/protobuf/timestamp.pb.cc",
5353 "third_party/protobuf/src/google/protobuf/type.pb.cc",
5354 "third_party/protobuf/src/google/protobuf/unknown_field_set.cc",
5355 "third_party/protobuf/src/google/protobuf/util/delimited_message_util.cc",
5356 "third_party/protobuf/src/google/protobuf/util/field_comparator.cc",
5357 "third_party/protobuf/src/google/protobuf/util/field_mask_util.cc",
5358 "third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc",
5359 "third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc",
5360 "third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc",
5361 "third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc",
5362 "third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc",
5363 "third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc",
5364 "third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc",
5365 "third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc",
5366 "third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc",
5367 "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc",
5368 "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc",
5369 "third_party/protobuf/src/google/protobuf/util/internal/type_info.cc",
5370 "third_party/protobuf/src/google/protobuf/util/internal/utility.cc",
5371 "third_party/protobuf/src/google/protobuf/util/json_util.cc",
5372 "third_party/protobuf/src/google/protobuf/util/message_differencer.cc",
5373 "third_party/protobuf/src/google/protobuf/util/time_util.cc",
5374 "third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc",
5375 "third_party/protobuf/src/google/protobuf/wire_format.cc",
5376 "third_party/protobuf/src/google/protobuf/wire_format_lite.cc",
5377 "third_party/protobuf/src/google/protobuf/wrappers.pb.cc",
5378 ],
5379 static_libs: [
5380 "cronet_aml_third_party_zlib_zlib",
5381 ],
5382 defaults: [
5383 "cronet_aml_defaults",
5384 ],
5385 cflags: [
5386 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5387 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5388 "-DCR_SYSROOT_KEY=20220331T153654Z-0",
5389 "-DDCHECK_ALWAYS_ON=1",
5390 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5391 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
5392 "-DGOOGLE_PROTOBUF_NO_RTTI",
5393 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
5394 "-DHAVE_PTHREAD",
5395 "-DHAVE_ZLIB",
5396 "-DUSE_AURA=1",
5397 "-DUSE_OZONE=1",
5398 "-DUSE_UDEV",
5399 "-D_DEBUG",
5400 "-D_FILE_OFFSET_BITS=64",
5401 "-D_GNU_SOURCE",
5402 "-D_LARGEFILE64_SOURCE",
5403 "-D_LARGEFILE_SOURCE",
5404 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5405 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5406 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5407 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5408 ],
5409 local_include_dirs: [
5410 "./",
5411 "buildtools/third_party/libc++/",
5412 "buildtools/third_party/libc++/trunk/include",
5413 "buildtools/third_party/libc++abi/trunk/include",
5414 "third_party/protobuf/src/",
5415 "third_party/zlib/",
5416 "build/linux/debian_bullseye_amd64-sysroot/usr/include",
5417 ],
5418 cpp_std: "c++20",
5419}
5420
5421// GN: //third_party/protobuf:protobuf_lite
5422cc_library_static {
5423 name: "cronet_aml_third_party_protobuf_protobuf_lite",
5424 srcs: [
5425 "third_party/protobuf/src/google/protobuf/any_lite.cc",
5426 "third_party/protobuf/src/google/protobuf/arena.cc",
5427 "third_party/protobuf/src/google/protobuf/arenastring.cc",
5428 "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc",
5429 "third_party/protobuf/src/google/protobuf/extension_set.cc",
5430 "third_party/protobuf/src/google/protobuf/generated_enum_util.cc",
5431 "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc",
5432 "third_party/protobuf/src/google/protobuf/generated_message_util.cc",
5433 "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc",
5434 "third_party/protobuf/src/google/protobuf/inlined_string_field.cc",
5435 "third_party/protobuf/src/google/protobuf/io/coded_stream.cc",
5436 "third_party/protobuf/src/google/protobuf/io/io_win32.cc",
5437 "third_party/protobuf/src/google/protobuf/io/strtod.cc",
5438 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc",
5439 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc",
5440 "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
5441 "third_party/protobuf/src/google/protobuf/map.cc",
5442 "third_party/protobuf/src/google/protobuf/message_lite.cc",
5443 "third_party/protobuf/src/google/protobuf/parse_context.cc",
5444 "third_party/protobuf/src/google/protobuf/repeated_field.cc",
5445 "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc",
5446 "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc",
5447 "third_party/protobuf/src/google/protobuf/stubs/common.cc",
5448 "third_party/protobuf/src/google/protobuf/stubs/int128.cc",
5449 "third_party/protobuf/src/google/protobuf/stubs/status.cc",
5450 "third_party/protobuf/src/google/protobuf/stubs/statusor.cc",
5451 "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc",
5452 "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc",
5453 "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc",
5454 "third_party/protobuf/src/google/protobuf/stubs/strutil.cc",
5455 "third_party/protobuf/src/google/protobuf/stubs/time.cc",
5456 "third_party/protobuf/src/google/protobuf/wire_format_lite.cc",
5457 ],
5458 shared_libs: [
5459 "liblog",
5460 ],
5461 defaults: [
5462 "cronet_aml_defaults",
5463 ],
5464 cflags: [
5465 "-DANDROID",
5466 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5467 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5468 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5469 "-DDCHECK_ALWAYS_ON=1",
5470 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5471 "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0",
5472 "-DGOOGLE_PROTOBUF_NO_RTTI",
5473 "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
5474 "-DHAVE_PTHREAD",
5475 "-DHAVE_SYS_UIO_H",
5476 "-D_DEBUG",
5477 "-D_GNU_SOURCE",
5478 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5479 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5480 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5481 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5482 ],
5483 local_include_dirs: [
5484 "./",
5485 "buildtools/third_party/libc++/",
5486 "buildtools/third_party/libc++/trunk/include",
5487 "buildtools/third_party/libc++abi/trunk/include",
5488 "third_party/protobuf/src/",
5489 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5490 ],
5491 cpp_std: "c++20",
5492}
5493
Patrick Rohrcb035942022-11-01 12:12:52 -07005494// GN: //third_party/zlib:zlib
5495cc_library_static {
5496 name: "cronet_aml_third_party_zlib_zlib",
5497 srcs: [
Patrick Rohraf92fa62022-11-04 14:27:04 -07005498 ":cronet_aml_third_party_android_ndk_cpu_features",
Patrick Rohrcb035942022-11-01 12:12:52 -07005499 ":cronet_aml_third_party_zlib_zlib_adler32_simd",
5500 ":cronet_aml_third_party_zlib_zlib_common_headers",
5501 ":cronet_aml_third_party_zlib_zlib_crc32_simd",
5502 ":cronet_aml_third_party_zlib_zlib_inflate_chunk_simd",
5503 ":cronet_aml_third_party_zlib_zlib_slide_hash_simd",
5504 "third_party/zlib/adler32.c",
5505 "third_party/zlib/compress.c",
5506 "third_party/zlib/cpu_features.c",
5507 "third_party/zlib/crc32.c",
5508 "third_party/zlib/deflate.c",
5509 "third_party/zlib/gzclose.c",
5510 "third_party/zlib/gzlib.c",
5511 "third_party/zlib/gzread.c",
5512 "third_party/zlib/gzwrite.c",
5513 "third_party/zlib/infback.c",
5514 "third_party/zlib/inffast.c",
5515 "third_party/zlib/inftrees.c",
5516 "third_party/zlib/trees.c",
5517 "third_party/zlib/uncompr.c",
5518 "third_party/zlib/zutil.c",
5519 ],
5520 defaults: [
5521 "cronet_aml_defaults",
5522 ],
5523 cflags: [
5524 "-DADLER32_SIMD_SSSE3",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005525 "-DANDROID",
5526 "-DANDROID_NDK_VERSION_ROLL=r23_1",
Patrick Rohrcb035942022-11-01 12:12:52 -07005527 "-DCRC32_SIMD_SSE42_PCLMUL",
5528 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5529 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
Patrick Rohrcb035942022-11-01 12:12:52 -07005530 "-DDCHECK_ALWAYS_ON=1",
5531 "-DDEFLATE_SLIDE_HASH_SSE2",
5532 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005533 "-DHAVE_SYS_UIO_H",
Patrick Rohrcb035942022-11-01 12:12:52 -07005534 "-DINFLATE_CHUNK_READ_64LE",
5535 "-DINFLATE_CHUNK_SIMD_SSE2",
Patrick Rohrcb035942022-11-01 12:12:52 -07005536 "-DX86_NOT_WINDOWS",
5537 "-DZLIB_DEBUG",
5538 "-DZLIB_IMPLEMENTATION",
5539 "-D_DEBUG",
Patrick Rohrcb035942022-11-01 12:12:52 -07005540 "-D_GNU_SOURCE",
Patrick Rohrcb035942022-11-01 12:12:52 -07005541 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5542 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5543 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5544 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5545 "-D__STDC_CONSTANT_MACROS",
5546 "-D__STDC_FORMAT_MACROS",
5547 ],
5548 local_include_dirs: [
5549 "./",
5550 "buildtools/third_party/libc++/",
5551 "buildtools/third_party/libc++/trunk/include",
5552 "buildtools/third_party/libc++abi/trunk/include",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005553 "third_party/android_ndk/sources/android/cpufeatures/",
Patrick Rohrcb035942022-11-01 12:12:52 -07005554 "third_party/zlib/",
Patrick Rohraf92fa62022-11-04 14:27:04 -07005555 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
Patrick Rohrcb035942022-11-01 12:12:52 -07005556 ],
5557 cpp_std: "c++20",
5558}
5559
5560// GN: //third_party/zlib:zlib_adler32_simd
5561filegroup {
5562 name: "cronet_aml_third_party_zlib_zlib_adler32_simd",
5563 srcs: [
5564 "third_party/zlib/adler32_simd.c",
5565 ],
5566}
5567
5568// GN: //third_party/zlib:zlib_common_headers
5569filegroup {
5570 name: "cronet_aml_third_party_zlib_zlib_common_headers",
5571}
5572
5573// GN: //third_party/zlib:zlib_crc32_simd
5574filegroup {
5575 name: "cronet_aml_third_party_zlib_zlib_crc32_simd",
5576 srcs: [
5577 "third_party/zlib/crc32_simd.c",
5578 "third_party/zlib/crc_folding.c",
5579 ],
5580}
5581
5582// GN: //third_party/zlib:zlib_inflate_chunk_simd
5583filegroup {
5584 name: "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd",
5585 srcs: [
5586 "third_party/zlib/contrib/optimizations/inffast_chunk.c",
5587 "third_party/zlib/contrib/optimizations/inflate.c",
5588 ],
5589}
5590
5591// GN: //third_party/zlib:zlib_slide_hash_simd
5592filegroup {
5593 name: "cronet_aml_third_party_zlib_zlib_slide_hash_simd",
5594}
5595
Patrick Rohrcb035942022-11-01 12:12:52 -07005596// GN: //tools/grit:grit_sources
5597genrule {
5598 name: "cronet_aml_tools_grit_grit_sources",
Motomu Utsumi26211dc2022-11-02 19:38:47 +09005599 cmd: "python $(location tools/grit/stamp_grit_sources.py) `dirname $(location tools/grit/grit.py)` " +
5600 "$(out) " +
5601 "$(genDir)/grit_sources.d",
Patrick Rohrcb035942022-11-01 12:12:52 -07005602 out: [
Motomu Utsumi26211dc2022-11-02 19:38:47 +09005603 "out/test/obj/tools/grit/grit_sources.script.stamp",
Patrick Rohrcb035942022-11-01 12:12:52 -07005604 ],
5605 tool_files: [
5606 "tools/grit/grit.py",
5607 "tools/grit/stamp_grit_sources.py",
5608 ],
5609}
5610
5611// GN: //tools/gritsettings:default_resource_ids
5612genrule {
5613 name: "cronet_aml_tools_gritsettings_default_resource_ids",
5614 cmd: "$(location tools/grit/grit.py) update_resource_ids " +
5615 "-o " +
5616 "gen/tools/gritsettings/default_resource_ids " +
5617 "--add-header " +
5618 "--depfile " +
5619 "gen/tools/gritsettings/default_resource_ids.d " +
5620 "--input " +
5621 "../../tools/gritsettings/resource_ids.spec",
5622 out: [
5623 "tools/gritsettings/default_resource_ids",
5624 ],
5625 tool_files: [
5626 "tools/grit/grit.py",
5627 "tools/gritsettings/resource_ids.spec",
5628 ],
5629}
5630
5631// GN: //url:buildflags
5632genrule {
5633 name: "cronet_aml_url_buildflags",
5634 cmd: "echo '--flags USE_PLATFORM_ICU_ALTERNATIVES=\"true\"' | " +
5635 "$(location build/write_buildflag_header.py) --output " +
5636 "$(out) " +
5637 "--rulename " +
5638 "//url:buildflags " +
5639 "--gen-dir " +
5640 ". " +
5641 "--definitions " +
5642 "/dev/stdin",
5643 out: [
5644 "url/buildflags.h",
5645 ],
5646 tool_files: [
5647 "build/write_buildflag_header.py",
5648 ],
5649}
5650
5651// GN: //url:url
5652cc_library_static {
5653 name: "cronet_aml_url_url",
5654 srcs: [
5655 ":cronet_aml_ipc_param_traits",
5656 "url/gurl.cc",
5657 "url/origin.cc",
5658 "url/scheme_host_port.cc",
5659 "url/third_party/mozilla/url_parse.cc",
5660 "url/url_canon.cc",
5661 "url/url_canon_etc.cc",
5662 "url/url_canon_filesystemurl.cc",
5663 "url/url_canon_fileurl.cc",
5664 "url/url_canon_host.cc",
5665 "url/url_canon_internal.cc",
5666 "url/url_canon_ip.cc",
5667 "url/url_canon_mailtourl.cc",
5668 "url/url_canon_path.cc",
5669 "url/url_canon_pathurl.cc",
5670 "url/url_canon_query.cc",
5671 "url/url_canon_relative.cc",
5672 "url/url_canon_stdstring.cc",
5673 "url/url_canon_stdurl.cc",
5674 "url/url_constants.cc",
5675 "url/url_idna_icu_alternatives_android.cc",
5676 "url/url_parse_file.cc",
5677 "url/url_util.cc",
5678 ],
5679 shared_libs: [
5680 "libandroid",
5681 "liblog",
5682 ],
5683 static_libs: [
5684 "cronet_aml_base_base",
5685 "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations",
5686 ],
5687 generated_headers: [
5688 "cronet_aml_base_debugging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005689 "cronet_aml_base_logging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005690 "cronet_aml_build_chromeos_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005691 "cronet_aml_url_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005692 "cronet_aml_url_url_jni_headers",
5693 ],
5694 export_generated_headers: [
5695 "cronet_aml_base_debugging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005696 "cronet_aml_base_logging_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005697 "cronet_aml_build_chromeos_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005698 "cronet_aml_url_buildflags",
Patrick Rohrcb035942022-11-01 12:12:52 -07005699 "cronet_aml_url_url_jni_headers",
5700 ],
5701 defaults: [
5702 "cronet_aml_defaults",
5703 ],
5704 cflags: [
5705 "-DANDROID",
5706 "-DANDROID_NDK_VERSION_ROLL=r23_1",
5707 "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"",
5708 "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc",
5709 "-DDCHECK_ALWAYS_ON=1",
5710 "-DDYNAMIC_ANNOTATIONS_ENABLED=1",
5711 "-DHAVE_SYS_UIO_H",
5712 "-DIS_URL_IMPL",
5713 "-D_DEBUG",
5714 "-D_GNU_SOURCE",
5715 "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1",
5716 "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS",
5717 "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1",
5718 "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS",
5719 "-D__STDC_CONSTANT_MACROS",
5720 "-D__STDC_FORMAT_MACROS",
5721 ],
5722 local_include_dirs: [
5723 "./",
5724 "buildtools/third_party/libc++/",
5725 "buildtools/third_party/libc++/trunk/include",
5726 "buildtools/third_party/libc++abi/trunk/include",
5727 "third_party/abseil-cpp/",
5728 "third_party/boringssl/src/include/",
5729 "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include",
5730 ],
5731 header_libs: [
5732 "jni_headers",
5733 ],
5734 cpp_std: "c++20",
5735}
5736
Patrick Rohrcb035942022-11-01 12:12:52 -07005737// GN: //url:url_jni_headers
5738genrule {
5739 name: "cronet_aml_url_url_jni_headers",
5740 srcs: [
5741 "url/android/java/src/org/chromium/url/IDNStringUtil.java",
5742 "url/android/java/src/org/chromium/url/Origin.java",
5743 ],
5744 cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " +
5745 "long " +
5746 " " +
5747 " " +
5748 "--output_dir " +
5749 "$(genDir)/url/url_jni_headers " +
5750 "--includes " +
5751 "base/android/jni_generator/jni_generator_helper.h " +
5752 "--use_proxy_hash " +
5753 "--output_name " +
5754 "IDNStringUtil_jni.h " +
5755 "--output_name " +
5756 "Origin_jni.h " +
5757 "--input_file " +
5758 "$(location url/android/java/src/org/chromium/url/IDNStringUtil.java) " +
5759 "--input_file " +
5760 "$(location url/android/java/src/org/chromium/url/Origin.java)",
5761 out: [
5762 "url/url_jni_headers/IDNStringUtil_jni.h",
5763 "url/url_jni_headers/Origin_jni.h",
5764 ],
5765 tool_files: [
5766 "base/android/jni_generator/jni_generator.py",
5767 "build/android/gyp/util/__init__.py",
5768 "build/android/gyp/util/build_utils.py",
5769 "build/gn_helpers.py",
5770 ],
5771}
5772