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