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