Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 1 | // 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 Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 17 | // GN: //base/allocator:buildflags |
| 18 | genrule { |
| 19 | name: "cronet_aml_base_allocator_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 20 | 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 Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 21 | "$(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 Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 29 | 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 |
| 38 | genrule { |
| 39 | name: "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 40 | cmd: "echo '--flags PA_IS_CAST_ANDROID=\"false\" PA_IS_CASTOS=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 41 | "$(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 Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 49 | 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 |
| 58 | genrule { |
| 59 | name: "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 60 | cmd: "echo '--flags PA_IS_CHROMEOS_ASH=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 61 | "$(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 Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 69 | 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 |
| 78 | genrule { |
| 79 | name: "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 80 | cmd: "echo '--flags PA_DCHECK_IS_ON=\"true\" PA_EXPENSIVE_DCHECKS_ARE_ON=\"true\" PA_DCHECK_IS_CONFIGURABLE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 81 | "$(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 Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 89 | 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 |
| 98 | genrule { |
| 99 | name: "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 100 | cmd: "echo '--flags PA_ENABLE_LOG_ERROR_NOT_REACHED=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 101 | "$(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 Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 109 | 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 |
| 118 | cc_library_static { |
| 119 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 120 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 121 | generated_headers: [ |
| 122 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 123 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 124 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 125 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 126 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 127 | ], |
| 128 | export_generated_headers: [ |
| 129 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 130 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 131 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 132 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 133 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 134 | ], |
| 135 | defaults: [ |
| 136 | "cronet_aml_defaults", |
| 137 | ], |
| 138 | cflags: [ |
| 139 | "-DANDROID", |
| 140 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 141 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 142 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 143 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 144 | "-DDCHECK_ALWAYS_ON=1", |
| 145 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 146 | "-DHAVE_SYS_UIO_H", |
| 147 | "-DIS_PARTITION_ALLOC_IMPL", |
| 148 | "-DPA_PCSCAN_STACK_SUPPORTED", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 149 | "-DUSE_AURA=1", |
| 150 | "-DUSE_OZONE=1", |
| 151 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 152 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 153 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 154 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 155 | "-D_LARGEFILE64_SOURCE", |
| 156 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 157 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 158 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 159 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 160 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 161 | "-D__STDC_CONSTANT_MACROS", |
| 162 | "-D__STDC_FORMAT_MACROS", |
| 163 | ], |
| 164 | local_include_dirs: [ |
| 165 | "./", |
| 166 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 167 | "buildtools/third_party/libc++/trunk/include", |
| 168 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 169 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 170 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 171 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 172 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 173 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 174 | cpp_std: "c++20", |
Motomu Utsumi | 87c2a48 | 2022-11-14 14:57:46 +0900 | [diff] [blame] | 175 | arch: { |
| 176 | x86: { |
| 177 | srcs: [ |
| 178 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 179 | "base/allocator/partition_allocator/address_pool_manager.cc", |
| 180 | "base/allocator/partition_allocator/address_pool_manager_bitmap.cc", |
| 181 | "base/allocator/partition_allocator/address_space_randomization.cc", |
| 182 | "base/allocator/partition_allocator/allocation_guard.cc", |
| 183 | "base/allocator/partition_allocator/dangling_raw_ptr_checks.cc", |
| 184 | "base/allocator/partition_allocator/gwp_asan_support.cc", |
| 185 | "base/allocator/partition_allocator/memory_reclaimer.cc", |
| 186 | "base/allocator/partition_allocator/oom.cc", |
| 187 | "base/allocator/partition_allocator/oom_callback.cc", |
| 188 | "base/allocator/partition_allocator/page_allocator.cc", |
| 189 | "base/allocator/partition_allocator/page_allocator_internals_posix.cc", |
| 190 | "base/allocator/partition_allocator/partition_address_space.cc", |
| 191 | "base/allocator/partition_allocator/partition_alloc.cc", |
| 192 | "base/allocator/partition_allocator/partition_alloc_base/check.cc", |
| 193 | "base/allocator/partition_allocator/partition_alloc_base/cpu.cc", |
| 194 | "base/allocator/partition_allocator/partition_alloc_base/debug/alias.cc", |
Motomu Utsumi | 87c2a48 | 2022-11-14 14:57:46 +0900 | [diff] [blame] | 195 | "base/allocator/partition_allocator/partition_alloc_base/files/file_util_posix.cc", |
| 196 | "base/allocator/partition_allocator/partition_alloc_base/logging.cc", |
| 197 | "base/allocator/partition_allocator/partition_alloc_base/memory/ref_counted.cc", |
Motomu Utsumi | 87c2a48 | 2022-11-14 14:57:46 +0900 | [diff] [blame] | 198 | "base/allocator/partition_allocator/partition_alloc_base/pkey.cc", |
| 199 | "base/allocator/partition_allocator/partition_alloc_base/posix/safe_strerror.cc", |
| 200 | "base/allocator/partition_allocator/partition_alloc_base/rand_util.cc", |
| 201 | "base/allocator/partition_allocator/partition_alloc_base/rand_util_posix.cc", |
| 202 | "base/allocator/partition_allocator/partition_alloc_base/strings/stringprintf.cc", |
| 203 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread.cc", |
| 204 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread_posix.cc", |
| 205 | "base/allocator/partition_allocator/partition_alloc_base/time/time.cc", |
Motomu Utsumi | 87c2a48 | 2022-11-14 14:57:46 +0900 | [diff] [blame] | 206 | "base/allocator/partition_allocator/partition_alloc_base/time/time_conversion_posix.cc", |
| 207 | "base/allocator/partition_allocator/partition_alloc_base/time/time_now_posix.cc", |
| 208 | "base/allocator/partition_allocator/partition_alloc_base/time/time_override.cc", |
| 209 | "base/allocator/partition_allocator/partition_alloc_hooks.cc", |
| 210 | "base/allocator/partition_allocator/partition_bucket.cc", |
| 211 | "base/allocator/partition_allocator/partition_oom.cc", |
| 212 | "base/allocator/partition_allocator/partition_page.cc", |
| 213 | "base/allocator/partition_allocator/partition_root.cc", |
| 214 | "base/allocator/partition_allocator/partition_stats.cc", |
| 215 | "base/allocator/partition_allocator/random.cc", |
| 216 | "base/allocator/partition_allocator/reservation_offset_table.cc", |
| 217 | "base/allocator/partition_allocator/spinning_mutex.cc", |
| 218 | "base/allocator/partition_allocator/starscan/metadata_allocator.cc", |
| 219 | "base/allocator/partition_allocator/starscan/pcscan.cc", |
| 220 | "base/allocator/partition_allocator/starscan/pcscan_internal.cc", |
| 221 | "base/allocator/partition_allocator/starscan/pcscan_scheduling.cc", |
| 222 | "base/allocator/partition_allocator/starscan/snapshot.cc", |
| 223 | "base/allocator/partition_allocator/starscan/stack/asm/x86/push_registers_asm.cc", |
| 224 | "base/allocator/partition_allocator/starscan/stack/stack.cc", |
| 225 | "base/allocator/partition_allocator/starscan/stats_collector.cc", |
| 226 | "base/allocator/partition_allocator/starscan/write_protector.cc", |
| 227 | "base/allocator/partition_allocator/tagging.cc", |
| 228 | "base/allocator/partition_allocator/thread_cache.cc", |
| 229 | ], |
| 230 | }, |
| 231 | x86_64: { |
| 232 | srcs: [ |
| 233 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 234 | "base/allocator/partition_allocator/address_pool_manager.cc", |
| 235 | "base/allocator/partition_allocator/address_pool_manager_bitmap.cc", |
| 236 | "base/allocator/partition_allocator/address_space_randomization.cc", |
| 237 | "base/allocator/partition_allocator/allocation_guard.cc", |
| 238 | "base/allocator/partition_allocator/dangling_raw_ptr_checks.cc", |
| 239 | "base/allocator/partition_allocator/gwp_asan_support.cc", |
| 240 | "base/allocator/partition_allocator/memory_reclaimer.cc", |
| 241 | "base/allocator/partition_allocator/oom.cc", |
| 242 | "base/allocator/partition_allocator/oom_callback.cc", |
| 243 | "base/allocator/partition_allocator/page_allocator.cc", |
| 244 | "base/allocator/partition_allocator/page_allocator_internals_posix.cc", |
| 245 | "base/allocator/partition_allocator/partition_address_space.cc", |
| 246 | "base/allocator/partition_allocator/partition_alloc.cc", |
| 247 | "base/allocator/partition_allocator/partition_alloc_base/check.cc", |
| 248 | "base/allocator/partition_allocator/partition_alloc_base/cpu.cc", |
| 249 | "base/allocator/partition_allocator/partition_alloc_base/debug/alias.cc", |
Motomu Utsumi | 87c2a48 | 2022-11-14 14:57:46 +0900 | [diff] [blame] | 250 | "base/allocator/partition_allocator/partition_alloc_base/files/file_util_posix.cc", |
| 251 | "base/allocator/partition_allocator/partition_alloc_base/logging.cc", |
| 252 | "base/allocator/partition_allocator/partition_alloc_base/memory/ref_counted.cc", |
Motomu Utsumi | 87c2a48 | 2022-11-14 14:57:46 +0900 | [diff] [blame] | 253 | "base/allocator/partition_allocator/partition_alloc_base/pkey.cc", |
| 254 | "base/allocator/partition_allocator/partition_alloc_base/posix/safe_strerror.cc", |
| 255 | "base/allocator/partition_allocator/partition_alloc_base/rand_util.cc", |
| 256 | "base/allocator/partition_allocator/partition_alloc_base/rand_util_posix.cc", |
| 257 | "base/allocator/partition_allocator/partition_alloc_base/strings/stringprintf.cc", |
| 258 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread.cc", |
| 259 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread_posix.cc", |
| 260 | "base/allocator/partition_allocator/partition_alloc_base/time/time.cc", |
Motomu Utsumi | 87c2a48 | 2022-11-14 14:57:46 +0900 | [diff] [blame] | 261 | "base/allocator/partition_allocator/partition_alloc_base/time/time_conversion_posix.cc", |
| 262 | "base/allocator/partition_allocator/partition_alloc_base/time/time_now_posix.cc", |
| 263 | "base/allocator/partition_allocator/partition_alloc_base/time/time_override.cc", |
| 264 | "base/allocator/partition_allocator/partition_alloc_hooks.cc", |
| 265 | "base/allocator/partition_allocator/partition_bucket.cc", |
| 266 | "base/allocator/partition_allocator/partition_oom.cc", |
| 267 | "base/allocator/partition_allocator/partition_page.cc", |
| 268 | "base/allocator/partition_allocator/partition_root.cc", |
| 269 | "base/allocator/partition_allocator/partition_stats.cc", |
| 270 | "base/allocator/partition_allocator/random.cc", |
| 271 | "base/allocator/partition_allocator/reservation_offset_table.cc", |
| 272 | "base/allocator/partition_allocator/spinning_mutex.cc", |
| 273 | "base/allocator/partition_allocator/starscan/metadata_allocator.cc", |
| 274 | "base/allocator/partition_allocator/starscan/pcscan.cc", |
| 275 | "base/allocator/partition_allocator/starscan/pcscan_internal.cc", |
| 276 | "base/allocator/partition_allocator/starscan/pcscan_scheduling.cc", |
| 277 | "base/allocator/partition_allocator/starscan/snapshot.cc", |
| 278 | "base/allocator/partition_allocator/starscan/stack/asm/x64/push_registers_asm.cc", |
| 279 | "base/allocator/partition_allocator/starscan/stack/stack.cc", |
| 280 | "base/allocator/partition_allocator/starscan/stats_collector.cc", |
| 281 | "base/allocator/partition_allocator/starscan/write_protector.cc", |
| 282 | "base/allocator/partition_allocator/tagging.cc", |
| 283 | "base/allocator/partition_allocator/thread_cache.cc", |
| 284 | ], |
| 285 | }, |
| 286 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame^] | 287 | target: { |
| 288 | android_x86_64: { |
| 289 | srcs: [ |
| 290 | "base/allocator/partition_allocator/partition_alloc_base/files/file_path.cc", |
| 291 | "base/allocator/partition_allocator/partition_alloc_base/files/file_path.h", |
| 292 | "base/allocator/partition_allocator/partition_alloc_base/native_library.cc", |
| 293 | "base/allocator/partition_allocator/partition_alloc_base/native_library.h", |
| 294 | "base/allocator/partition_allocator/partition_alloc_base/native_library_posix.cc", |
| 295 | "base/allocator/partition_allocator/partition_alloc_base/time/time_android.cc", |
| 296 | ], |
| 297 | }, |
| 298 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 299 | } |
| 300 | |
| 301 | // GN: //base/allocator/partition_allocator:partition_alloc_buildflags |
| 302 | genrule { |
| 303 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 304 | 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=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 305 | "$(location build/write_buildflag_header.py) --output " + |
| 306 | "$(out) " + |
| 307 | "--rulename " + |
| 308 | "//base/allocator/partition_allocator:partition_alloc_buildflags " + |
| 309 | "--gen-dir " + |
| 310 | ". " + |
| 311 | "--definitions " + |
| 312 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 313 | out: [ |
| 314 | "base/allocator/partition_allocator/partition_alloc_buildflags.h", |
| 315 | ], |
| 316 | tool_files: [ |
| 317 | "build/write_buildflag_header.py", |
| 318 | ], |
| 319 | } |
| 320 | |
| 321 | // GN: //base:anchor_functions_buildflags |
| 322 | genrule { |
| 323 | name: "cronet_aml_base_anchor_functions_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 324 | cmd: "echo '--flags USE_LLD=\"true\" SUPPORTS_CODE_ORDERING=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 325 | "$(location build/write_buildflag_header.py) --output " + |
| 326 | "$(out) " + |
| 327 | "--rulename " + |
| 328 | "//base:anchor_functions_buildflags " + |
| 329 | "--gen-dir " + |
| 330 | ". " + |
| 331 | "--definitions " + |
| 332 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 333 | out: [ |
| 334 | "base/android/library_loader/anchor_functions_buildflags.h", |
| 335 | ], |
| 336 | tool_files: [ |
| 337 | "build/write_buildflag_header.py", |
| 338 | ], |
| 339 | } |
| 340 | |
| 341 | // GN: //base:android_runtime_jni_headers |
| 342 | genrule { |
| 343 | name: "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 344 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 345 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 346 | " " + |
| 347 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 348 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 349 | "$(genDir)/base/android_runtime_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 350 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 351 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 352 | "--jar_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 353 | "$(location third_party/android_sdk/public/platforms/android-33/android.jar) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 354 | "--output_name " + |
| 355 | "Runnable_jni.h " + |
| 356 | "--output_name " + |
| 357 | "Runtime_jni.h " + |
| 358 | "--input_file " + |
| 359 | "java/lang/Runnable.class " + |
| 360 | "--input_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 361 | "java/lang/Runtime.class " + |
| 362 | "--javap " + |
| 363 | "$$(find out/.path -name javap)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 364 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 365 | "base/android_runtime_jni_headers/Runnable_jni.h", |
| 366 | "base/android_runtime_jni_headers/Runtime_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 367 | ], |
| 368 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 369 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 370 | "base/android/jni_generator/jni_generator.py", |
| 371 | "build/android/gyp/util/__init__.py", |
| 372 | "build/android/gyp/util/build_utils.py", |
| 373 | "build/gn_helpers.py", |
| 374 | "third_party/android_sdk/public/platforms/android-33/android.jar", |
| 375 | ], |
| 376 | } |
| 377 | |
| 378 | // GN: //base:base |
| 379 | cc_library_static { |
| 380 | name: "cronet_aml_base_base", |
| 381 | srcs: [ |
| 382 | ":cronet_aml_base_numerics_base_numerics", |
| 383 | ":cronet_aml_third_party_abseil_cpp_absl", |
| 384 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 385 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 386 | ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 387 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 388 | ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 389 | ":cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 390 | ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 391 | ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 392 | ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 393 | ":cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 394 | ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 395 | ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 396 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 397 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 398 | ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 399 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 400 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 401 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 402 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 403 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 404 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 405 | ":cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 406 | ":cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 407 | ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 408 | ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 409 | ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 410 | ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 411 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 412 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 413 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 414 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 415 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 416 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 417 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 418 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 419 | ":cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 420 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 421 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 422 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 423 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 424 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 425 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 426 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 427 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 428 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 429 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 430 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 431 | ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 432 | ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 433 | ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 434 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 435 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 436 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 437 | ":cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 438 | ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 439 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 440 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 441 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 442 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 443 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 444 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 445 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 446 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 447 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 448 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 449 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 450 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 451 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 452 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 453 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 454 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 455 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 456 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 457 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 458 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 459 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 460 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 461 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 462 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 463 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 464 | ":cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 465 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 466 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 467 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 468 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 469 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 470 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 471 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 472 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 473 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 474 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 475 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 476 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 477 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 478 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 479 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 480 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 481 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 482 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 483 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 484 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 485 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 486 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 487 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 488 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 489 | ":cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 490 | ":cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 491 | ":cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 492 | ":cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 493 | ":cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 494 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 495 | ":cronet_aml_third_party_ashmem_ashmem", |
| 496 | "base/allocator/allocator_check.cc", |
| 497 | "base/allocator/allocator_extension.cc", |
| 498 | "base/allocator/dispatcher/dispatcher.cc", |
| 499 | "base/allocator/dispatcher/internal/dispatch_data.cc", |
| 500 | "base/allocator/dispatcher/reentry_guard.cc", |
| 501 | "base/allocator/partition_allocator/shim/allocator_shim.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 502 | "base/at_exit.cc", |
| 503 | "base/barrier_closure.cc", |
| 504 | "base/base64.cc", |
| 505 | "base/base64url.cc", |
| 506 | "base/base_paths.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 507 | "base/big_endian.cc", |
| 508 | "base/build_time.cc", |
| 509 | "base/callback_list.cc", |
| 510 | "base/check.cc", |
| 511 | "base/check_is_test.cc", |
| 512 | "base/check_op.cc", |
| 513 | "base/command_line.cc", |
| 514 | "base/containers/flat_tree.cc", |
| 515 | "base/containers/intrusive_heap.cc", |
| 516 | "base/containers/linked_list.cc", |
| 517 | "base/cpu.cc", |
| 518 | "base/cpu_reduction_experiment.cc", |
| 519 | "base/debug/activity_analyzer.cc", |
| 520 | "base/debug/activity_tracker.cc", |
| 521 | "base/debug/alias.cc", |
| 522 | "base/debug/asan_invalid_access.cc", |
| 523 | "base/debug/buffered_dwarf_reader.cc", |
| 524 | "base/debug/crash_logging.cc", |
| 525 | "base/debug/debugger.cc", |
| 526 | "base/debug/debugger_posix.cc", |
| 527 | "base/debug/dump_without_crashing.cc", |
| 528 | "base/debug/dwarf_line_no.cc", |
| 529 | "base/debug/elf_reader.cc", |
| 530 | "base/debug/proc_maps_linux.cc", |
| 531 | "base/debug/profiler.cc", |
| 532 | "base/debug/stack_trace.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 533 | "base/debug/task_trace.cc", |
| 534 | "base/environment.cc", |
| 535 | "base/feature_list.cc", |
| 536 | "base/features.cc", |
| 537 | "base/file_descriptor_posix.cc", |
| 538 | "base/file_descriptor_store.cc", |
| 539 | "base/files/file.cc", |
| 540 | "base/files/file_descriptor_watcher_posix.cc", |
| 541 | "base/files/file_enumerator.cc", |
| 542 | "base/files/file_enumerator_posix.cc", |
| 543 | "base/files/file_path.cc", |
| 544 | "base/files/file_path_watcher.cc", |
| 545 | "base/files/file_path_watcher_inotify.cc", |
| 546 | "base/files/file_posix.cc", |
| 547 | "base/files/file_proxy.cc", |
| 548 | "base/files/file_tracing.cc", |
| 549 | "base/files/file_util.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 550 | "base/files/file_util_posix.cc", |
| 551 | "base/files/important_file_writer.cc", |
| 552 | "base/files/important_file_writer_cleaner.cc", |
| 553 | "base/files/memory_mapped_file.cc", |
| 554 | "base/files/memory_mapped_file_posix.cc", |
| 555 | "base/files/safe_base_name.cc", |
| 556 | "base/files/scoped_file.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 557 | "base/files/scoped_temp_dir.cc", |
| 558 | "base/functional/callback_helpers.cc", |
| 559 | "base/functional/callback_internal.cc", |
| 560 | "base/guid.cc", |
| 561 | "base/hash/hash.cc", |
| 562 | "base/hash/legacy_hash.cc", |
| 563 | "base/hash/md5_boringssl.cc", |
| 564 | "base/hash/sha1_boringssl.cc", |
| 565 | "base/json/json_file_value_serializer.cc", |
| 566 | "base/json/json_parser.cc", |
| 567 | "base/json/json_reader.cc", |
| 568 | "base/json/json_string_value_serializer.cc", |
| 569 | "base/json/json_value_converter.cc", |
| 570 | "base/json/json_writer.cc", |
| 571 | "base/json/string_escape.cc", |
| 572 | "base/json/values_util.cc", |
| 573 | "base/lazy_instance_helpers.cc", |
| 574 | "base/linux_util.cc", |
| 575 | "base/location.cc", |
| 576 | "base/logging.cc", |
| 577 | "base/memory/aligned_memory.cc", |
| 578 | "base/memory/discardable_memory.cc", |
| 579 | "base/memory/discardable_memory_allocator.cc", |
| 580 | "base/memory/discardable_shared_memory.cc", |
| 581 | "base/memory/madv_free_discardable_memory_allocator_posix.cc", |
| 582 | "base/memory/madv_free_discardable_memory_posix.cc", |
| 583 | "base/memory/memory_pressure_listener.cc", |
| 584 | "base/memory/memory_pressure_monitor.cc", |
| 585 | "base/memory/nonscannable_memory.cc", |
| 586 | "base/memory/page_size_posix.cc", |
| 587 | "base/memory/platform_shared_memory_handle.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 588 | "base/memory/platform_shared_memory_region.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 589 | "base/memory/raw_ptr.cc", |
| 590 | "base/memory/raw_ptr_asan_bound_arg_tracker.cc", |
| 591 | "base/memory/raw_ptr_asan_service.cc", |
| 592 | "base/memory/read_only_shared_memory_region.cc", |
| 593 | "base/memory/ref_counted.cc", |
| 594 | "base/memory/ref_counted_memory.cc", |
| 595 | "base/memory/shared_memory_mapper.cc", |
| 596 | "base/memory/shared_memory_mapping.cc", |
| 597 | "base/memory/shared_memory_security_policy.cc", |
| 598 | "base/memory/shared_memory_tracker.cc", |
| 599 | "base/memory/unsafe_shared_memory_pool.cc", |
| 600 | "base/memory/unsafe_shared_memory_region.cc", |
| 601 | "base/memory/weak_ptr.cc", |
| 602 | "base/memory/writable_shared_memory_region.cc", |
| 603 | "base/message_loop/message_pump.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 604 | "base/message_loop/message_pump_default.cc", |
| 605 | "base/message_loop/message_pump_epoll.cc", |
| 606 | "base/message_loop/message_pump_libevent.cc", |
| 607 | "base/message_loop/watchable_io_message_pump_posix.cc", |
| 608 | "base/message_loop/work_id_provider.cc", |
| 609 | "base/metrics/bucket_ranges.cc", |
| 610 | "base/metrics/crc32.cc", |
| 611 | "base/metrics/dummy_histogram.cc", |
| 612 | "base/metrics/field_trial.cc", |
| 613 | "base/metrics/field_trial_param_associator.cc", |
| 614 | "base/metrics/field_trial_params.cc", |
| 615 | "base/metrics/histogram.cc", |
| 616 | "base/metrics/histogram_base.cc", |
| 617 | "base/metrics/histogram_delta_serialization.cc", |
| 618 | "base/metrics/histogram_functions.cc", |
| 619 | "base/metrics/histogram_samples.cc", |
| 620 | "base/metrics/histogram_snapshot_manager.cc", |
| 621 | "base/metrics/metrics_hashes.cc", |
| 622 | "base/metrics/persistent_histogram_allocator.cc", |
| 623 | "base/metrics/persistent_histogram_storage.cc", |
| 624 | "base/metrics/persistent_memory_allocator.cc", |
| 625 | "base/metrics/persistent_sample_map.cc", |
| 626 | "base/metrics/ranges_manager.cc", |
| 627 | "base/metrics/sample_map.cc", |
| 628 | "base/metrics/sample_vector.cc", |
| 629 | "base/metrics/single_sample_metrics.cc", |
| 630 | "base/metrics/sparse_histogram.cc", |
| 631 | "base/metrics/statistics_recorder.cc", |
| 632 | "base/metrics/user_metrics.cc", |
| 633 | "base/native_library.cc", |
| 634 | "base/native_library_posix.cc", |
| 635 | "base/observer_list_internal.cc", |
| 636 | "base/observer_list_threadsafe.cc", |
| 637 | "base/observer_list_types.cc", |
| 638 | "base/one_shot_event.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 639 | "base/path_service.cc", |
| 640 | "base/pending_task.cc", |
| 641 | "base/pickle.cc", |
| 642 | "base/posix/can_lower_nice_to.cc", |
| 643 | "base/posix/file_descriptor_shuffle.cc", |
| 644 | "base/posix/global_descriptors.cc", |
| 645 | "base/posix/safe_strerror.cc", |
| 646 | "base/posix/unix_domain_socket.cc", |
| 647 | "base/power_monitor/battery_level_provider.cc", |
| 648 | "base/power_monitor/battery_state_sampler.cc", |
| 649 | "base/power_monitor/moving_average.cc", |
| 650 | "base/power_monitor/power_monitor.cc", |
| 651 | "base/power_monitor/power_monitor_device_source.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 652 | "base/power_monitor/power_monitor_features.cc", |
| 653 | "base/power_monitor/power_monitor_source.cc", |
| 654 | "base/power_monitor/sampling_event_source.cc", |
| 655 | "base/power_monitor/timer_sampling_event_source.cc", |
| 656 | "base/process/environment_internal.cc", |
| 657 | "base/process/internal_linux.cc", |
| 658 | "base/process/kill.cc", |
| 659 | "base/process/kill_posix.cc", |
| 660 | "base/process/launch.cc", |
| 661 | "base/process/launch_posix.cc", |
| 662 | "base/process/memory.cc", |
| 663 | "base/process/memory_linux.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 664 | "base/process/process_handle.cc", |
| 665 | "base/process/process_handle_linux.cc", |
| 666 | "base/process/process_handle_posix.cc", |
| 667 | "base/process/process_iterator.cc", |
| 668 | "base/process/process_iterator_linux.cc", |
| 669 | "base/process/process_metrics.cc", |
| 670 | "base/process/process_metrics_linux.cc", |
| 671 | "base/process/process_metrics_posix.cc", |
| 672 | "base/process/process_posix.cc", |
| 673 | "base/profiler/arm_cfi_table.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 674 | "base/profiler/frame.cc", |
| 675 | "base/profiler/metadata_recorder.cc", |
| 676 | "base/profiler/module_cache.cc", |
| 677 | "base/profiler/module_cache_posix.cc", |
| 678 | "base/profiler/sample_metadata.cc", |
| 679 | "base/profiler/sampling_profiler_thread_token.cc", |
| 680 | "base/profiler/stack_base_address_posix.cc", |
| 681 | "base/profiler/stack_buffer.cc", |
| 682 | "base/profiler/stack_copier.cc", |
| 683 | "base/profiler/stack_copier_signal.cc", |
| 684 | "base/profiler/stack_copier_suspend.cc", |
| 685 | "base/profiler/stack_sampler.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 686 | "base/profiler/stack_sampler_impl.cc", |
| 687 | "base/profiler/stack_sampling_profiler.cc", |
| 688 | "base/profiler/thread_delegate_posix.cc", |
| 689 | "base/profiler/unwinder.cc", |
| 690 | "base/rand_util.cc", |
| 691 | "base/rand_util_posix.cc", |
| 692 | "base/run_loop.cc", |
| 693 | "base/sampling_heap_profiler/lock_free_address_hash_set.cc", |
| 694 | "base/sampling_heap_profiler/poisson_allocation_sampler.cc", |
| 695 | "base/sampling_heap_profiler/sampling_heap_profiler.cc", |
| 696 | "base/scoped_add_feature_flags.cc", |
| 697 | "base/scoped_environment_variable_override.cc", |
| 698 | "base/scoped_native_library.cc", |
| 699 | "base/sequence_checker.cc", |
| 700 | "base/sequence_checker_impl.cc", |
| 701 | "base/sequence_token.cc", |
| 702 | "base/strings/abseil_string_conversions.cc", |
| 703 | "base/strings/abseil_string_number_conversions.cc", |
| 704 | "base/strings/escape.cc", |
| 705 | "base/strings/latin1_string_conversions.cc", |
| 706 | "base/strings/pattern.cc", |
| 707 | "base/strings/safe_sprintf.cc", |
| 708 | "base/strings/strcat.cc", |
| 709 | "base/strings/string_number_conversions.cc", |
| 710 | "base/strings/string_piece.cc", |
| 711 | "base/strings/string_split.cc", |
| 712 | "base/strings/string_util.cc", |
| 713 | "base/strings/string_util_constants.cc", |
| 714 | "base/strings/stringprintf.cc", |
| 715 | "base/strings/sys_string_conversions_posix.cc", |
| 716 | "base/strings/utf_offset_string_conversions.cc", |
| 717 | "base/strings/utf_string_conversion_utils.cc", |
| 718 | "base/strings/utf_string_conversions.cc", |
| 719 | "base/substring_set_matcher/matcher_string_pattern.cc", |
| 720 | "base/substring_set_matcher/substring_set_matcher.cc", |
| 721 | "base/supports_user_data.cc", |
| 722 | "base/sync_socket.cc", |
| 723 | "base/sync_socket_posix.cc", |
| 724 | "base/synchronization/atomic_flag.cc", |
| 725 | "base/synchronization/condition_variable_posix.cc", |
| 726 | "base/synchronization/lock.cc", |
| 727 | "base/synchronization/lock_impl_posix.cc", |
| 728 | "base/synchronization/waitable_event_posix.cc", |
| 729 | "base/synchronization/waitable_event_watcher_posix.cc", |
| 730 | "base/syslog_logging.cc", |
| 731 | "base/system/sys_info.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 732 | "base/system/sys_info_linux.cc", |
| 733 | "base/system/sys_info_posix.cc", |
| 734 | "base/system/system_monitor.cc", |
| 735 | "base/task/cancelable_task_tracker.cc", |
| 736 | "base/task/common/checked_lock_impl.cc", |
| 737 | "base/task/common/lazy_now.cc", |
| 738 | "base/task/common/operations_controller.cc", |
| 739 | "base/task/common/scoped_defer_task_posting.cc", |
| 740 | "base/task/common/task_annotator.cc", |
| 741 | "base/task/current_thread.cc", |
| 742 | "base/task/default_delayed_task_handle_delegate.cc", |
| 743 | "base/task/deferred_sequenced_task_runner.cc", |
| 744 | "base/task/delayed_task_handle.cc", |
| 745 | "base/task/lazy_thread_pool_task_runner.cc", |
| 746 | "base/task/post_job.cc", |
| 747 | "base/task/scoped_set_task_priority_for_current_thread.cc", |
| 748 | "base/task/sequence_manager/associated_thread_id.cc", |
| 749 | "base/task/sequence_manager/atomic_flag_set.cc", |
| 750 | "base/task/sequence_manager/delayed_task_handle_delegate.cc", |
| 751 | "base/task/sequence_manager/enqueue_order_generator.cc", |
| 752 | "base/task/sequence_manager/fence.cc", |
| 753 | "base/task/sequence_manager/hierarchical_timing_wheel.cc", |
| 754 | "base/task/sequence_manager/sequence_manager.cc", |
| 755 | "base/task/sequence_manager/sequence_manager_impl.cc", |
| 756 | "base/task/sequence_manager/sequenced_task_source.cc", |
| 757 | "base/task/sequence_manager/task_order.cc", |
| 758 | "base/task/sequence_manager/task_queue.cc", |
| 759 | "base/task/sequence_manager/task_queue_impl.cc", |
| 760 | "base/task/sequence_manager/task_queue_selector.cc", |
| 761 | "base/task/sequence_manager/tasks.cc", |
| 762 | "base/task/sequence_manager/thread_controller.cc", |
| 763 | "base/task/sequence_manager/thread_controller_impl.cc", |
| 764 | "base/task/sequence_manager/thread_controller_power_monitor.cc", |
| 765 | "base/task/sequence_manager/thread_controller_with_message_pump_impl.cc", |
| 766 | "base/task/sequence_manager/time_domain.cc", |
| 767 | "base/task/sequence_manager/timing_wheel.cc", |
| 768 | "base/task/sequence_manager/wake_up_queue.cc", |
| 769 | "base/task/sequence_manager/work_deduplicator.cc", |
| 770 | "base/task/sequence_manager/work_queue.cc", |
| 771 | "base/task/sequence_manager/work_queue_sets.cc", |
| 772 | "base/task/sequenced_task_runner.cc", |
| 773 | "base/task/simple_task_executor.cc", |
| 774 | "base/task/single_thread_task_executor.cc", |
| 775 | "base/task/single_thread_task_runner.cc", |
| 776 | "base/task/task_executor.cc", |
| 777 | "base/task/task_features.cc", |
| 778 | "base/task/task_runner.cc", |
| 779 | "base/task/task_traits.cc", |
| 780 | "base/task/thread_pool.cc", |
| 781 | "base/task/thread_pool/delayed_priority_queue.cc", |
| 782 | "base/task/thread_pool/delayed_task_manager.cc", |
| 783 | "base/task/thread_pool/environment_config.cc", |
| 784 | "base/task/thread_pool/initialization_util.cc", |
| 785 | "base/task/thread_pool/job_task_source.cc", |
| 786 | "base/task/thread_pool/pooled_parallel_task_runner.cc", |
| 787 | "base/task/thread_pool/pooled_sequenced_task_runner.cc", |
| 788 | "base/task/thread_pool/pooled_single_thread_task_runner_manager.cc", |
| 789 | "base/task/thread_pool/pooled_task_runner_delegate.cc", |
| 790 | "base/task/thread_pool/priority_queue.cc", |
| 791 | "base/task/thread_pool/sequence.cc", |
| 792 | "base/task/thread_pool/service_thread.cc", |
| 793 | "base/task/thread_pool/task.cc", |
| 794 | "base/task/thread_pool/task_source.cc", |
| 795 | "base/task/thread_pool/task_source_sort_key.cc", |
| 796 | "base/task/thread_pool/task_tracker.cc", |
| 797 | "base/task/thread_pool/thread_group.cc", |
| 798 | "base/task/thread_pool/thread_group_impl.cc", |
| 799 | "base/task/thread_pool/thread_group_native.cc", |
| 800 | "base/task/thread_pool/thread_pool_impl.cc", |
| 801 | "base/task/thread_pool/thread_pool_instance.cc", |
| 802 | "base/task/thread_pool/worker_thread.cc", |
| 803 | "base/task/thread_pool/worker_thread_stack.cc", |
| 804 | "base/third_party/cityhash/city.cc", |
| 805 | "base/third_party/cityhash_v103/src/city_v103.cc", |
| 806 | "base/third_party/nspr/prtime.cc", |
| 807 | "base/third_party/superfasthash/superfasthash.c", |
| 808 | "base/threading/hang_watcher.cc", |
| 809 | "base/threading/platform_thread.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 810 | "base/threading/platform_thread_internal_posix.cc", |
| 811 | "base/threading/platform_thread_posix.cc", |
| 812 | "base/threading/platform_thread_ref.cc", |
| 813 | "base/threading/post_task_and_reply_impl.cc", |
| 814 | "base/threading/scoped_blocking_call.cc", |
| 815 | "base/threading/scoped_blocking_call_internal.cc", |
| 816 | "base/threading/scoped_thread_priority.cc", |
| 817 | "base/threading/sequence_local_storage_map.cc", |
| 818 | "base/threading/sequence_local_storage_slot.cc", |
| 819 | "base/threading/sequenced_task_runner_handle.cc", |
| 820 | "base/threading/simple_thread.cc", |
| 821 | "base/threading/thread.cc", |
| 822 | "base/threading/thread_checker.cc", |
| 823 | "base/threading/thread_checker_impl.cc", |
| 824 | "base/threading/thread_collision_warner.cc", |
| 825 | "base/threading/thread_id_name_manager.cc", |
| 826 | "base/threading/thread_local_storage.cc", |
| 827 | "base/threading/thread_local_storage_posix.cc", |
| 828 | "base/threading/thread_restrictions.cc", |
| 829 | "base/threading/thread_task_runner_handle.cc", |
| 830 | "base/threading/watchdog.cc", |
| 831 | "base/time/clock.cc", |
| 832 | "base/time/default_clock.cc", |
| 833 | "base/time/default_tick_clock.cc", |
| 834 | "base/time/tick_clock.cc", |
| 835 | "base/time/time.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 836 | "base/time/time_conversion_posix.cc", |
| 837 | "base/time/time_delta_from_string.cc", |
| 838 | "base/time/time_exploded_icu.cc", |
| 839 | "base/time/time_exploded_posix.cc", |
| 840 | "base/time/time_now_posix.cc", |
| 841 | "base/time/time_override.cc", |
| 842 | "base/time/time_to_iso8601.cc", |
| 843 | "base/timer/elapsed_timer.cc", |
| 844 | "base/timer/hi_res_timer_manager_posix.cc", |
| 845 | "base/timer/lap_timer.cc", |
| 846 | "base/timer/timer.cc", |
| 847 | "base/timer/wall_clock_timer.cc", |
| 848 | "base/token.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 849 | "base/trace_event/heap_profiler_allocation_context.cc", |
| 850 | "base/trace_event/heap_profiler_allocation_context_tracker.cc", |
| 851 | "base/trace_event/memory_allocator_dump_guid.cc", |
| 852 | "base/trace_event/trace_event_stub.cc", |
| 853 | "base/trace_event/trace_id_helper.cc", |
| 854 | "base/unguessable_token.cc", |
| 855 | "base/value_iterators.cc", |
| 856 | "base/values.cc", |
| 857 | "base/version.cc", |
| 858 | "base/vlog.cc", |
| 859 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 860 | static_libs: [ |
| 861 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 862 | "cronet_aml_base_base_static", |
| 863 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 864 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 865 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 866 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 867 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 868 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 869 | "cronet_aml_third_party_icu_icui18n", |
| 870 | "cronet_aml_third_party_icu_icuuc_private", |
| 871 | "cronet_aml_third_party_libevent_libevent", |
| 872 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 873 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 874 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 875 | generated_headers: [ |
| 876 | "cronet_aml_base_allocator_buildflags", |
| 877 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 878 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 879 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 880 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 881 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 882 | "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 883 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 884 | "cronet_aml_base_base_jni_headers", |
| 885 | "cronet_aml_base_build_date", |
| 886 | "cronet_aml_base_cfi_buildflags", |
| 887 | "cronet_aml_base_clang_profiling_buildflags", |
| 888 | "cronet_aml_base_debugging_buildflags", |
| 889 | "cronet_aml_base_feature_list_buildflags", |
| 890 | "cronet_aml_base_ios_cronet_buildflags", |
| 891 | "cronet_aml_base_logging_buildflags", |
| 892 | "cronet_aml_base_message_pump_buildflags", |
| 893 | "cronet_aml_base_orderfile_buildflags", |
| 894 | "cronet_aml_base_parsing_buildflags", |
| 895 | "cronet_aml_base_power_monitor_buildflags", |
| 896 | "cronet_aml_base_profiler_buildflags", |
| 897 | "cronet_aml_base_sanitizer_buildflags", |
| 898 | "cronet_aml_base_synchronization_buildflags", |
| 899 | "cronet_aml_base_tracing_buildflags", |
| 900 | "cronet_aml_build_branding_buildflags", |
| 901 | "cronet_aml_build_chromecast_buildflags", |
| 902 | "cronet_aml_build_chromeos_buildflags", |
| 903 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 904 | ], |
| 905 | export_generated_headers: [ |
| 906 | "cronet_aml_base_allocator_buildflags", |
| 907 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 908 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 909 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 910 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 911 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 912 | "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 913 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 914 | "cronet_aml_base_base_jni_headers", |
| 915 | "cronet_aml_base_build_date", |
| 916 | "cronet_aml_base_cfi_buildflags", |
| 917 | "cronet_aml_base_clang_profiling_buildflags", |
| 918 | "cronet_aml_base_debugging_buildflags", |
| 919 | "cronet_aml_base_feature_list_buildflags", |
| 920 | "cronet_aml_base_ios_cronet_buildflags", |
| 921 | "cronet_aml_base_logging_buildflags", |
| 922 | "cronet_aml_base_message_pump_buildflags", |
| 923 | "cronet_aml_base_orderfile_buildflags", |
| 924 | "cronet_aml_base_parsing_buildflags", |
| 925 | "cronet_aml_base_power_monitor_buildflags", |
| 926 | "cronet_aml_base_profiler_buildflags", |
| 927 | "cronet_aml_base_sanitizer_buildflags", |
| 928 | "cronet_aml_base_synchronization_buildflags", |
| 929 | "cronet_aml_base_tracing_buildflags", |
| 930 | "cronet_aml_build_branding_buildflags", |
| 931 | "cronet_aml_build_chromecast_buildflags", |
| 932 | "cronet_aml_build_chromeos_buildflags", |
| 933 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 934 | ], |
| 935 | defaults: [ |
| 936 | "cronet_aml_defaults", |
| 937 | ], |
| 938 | cflags: [ |
| 939 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 940 | "-DANDROID", |
| 941 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 942 | "-DBASE_IMPLEMENTATION", |
| 943 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 944 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 945 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 946 | "-DDCHECK_ALWAYS_ON=1", |
| 947 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 948 | "-DGLOG_EXPORT=", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 949 | "-DHAVE_SYS_UIO_H", |
| 950 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 951 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 952 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 953 | "-DUSE_OZONE=1", |
| 954 | "-DUSE_SYMBOLIZE", |
| 955 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 956 | "-DU_ENABLE_DYLOAD=0", |
| 957 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 958 | "-DU_ENABLE_TRACING=1", |
| 959 | "-DU_STATIC_IMPLEMENTATION", |
| 960 | "-DU_USING_ICU_NAMESPACE=0", |
| 961 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 962 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 963 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 964 | "-D_LARGEFILE64_SOURCE", |
| 965 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 966 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 967 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 968 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 969 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 970 | "-D__STDC_CONSTANT_MACROS", |
| 971 | "-D__STDC_FORMAT_MACROS", |
| 972 | ], |
| 973 | local_include_dirs: [ |
| 974 | "./", |
| 975 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 976 | "buildtools/third_party/libc++/trunk/include", |
| 977 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 978 | "third_party/abseil-cpp/", |
| 979 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 980 | "third_party/boringssl/src/include/", |
| 981 | "third_party/icu/source/common/", |
| 982 | "third_party/icu/source/i18n/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 983 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 984 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 985 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 986 | ], |
Patrick Rohr | f22e9d0 | 2022-10-28 14:20:46 -0700 | [diff] [blame] | 987 | header_libs: [ |
| 988 | "jni_headers", |
| 989 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 990 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 991 | target: { |
| 992 | android: { |
| 993 | shared_libs: [ |
| 994 | "libandroid", |
| 995 | "liblog", |
| 996 | ], |
| 997 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame^] | 998 | host: { |
| 999 | srcs: [ |
| 1000 | "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_glibc.cc", |
| 1001 | "base/allocator/partition_allocator/shim/allocator_shim_override_glibc_weak_symbols.h", |
| 1002 | "base/allocator/partition_allocator/shim/allocator_shim_override_libc_symbols.h", |
| 1003 | "base/base_paths_posix.cc", |
| 1004 | "base/debug/stack_trace_posix.cc", |
| 1005 | "base/files/dir_reader_linux.h", |
| 1006 | "base/files/file_util_linux.cc", |
| 1007 | "base/files/scoped_file_linux.cc", |
| 1008 | "base/memory/platform_shared_memory_mapper_posix.cc", |
| 1009 | "base/memory/platform_shared_memory_region_posix.cc", |
| 1010 | "base/nix/mime_util_xdg.cc", |
| 1011 | "base/nix/mime_util_xdg.h", |
| 1012 | "base/nix/xdg_util.cc", |
| 1013 | "base/nix/xdg_util.h", |
| 1014 | "base/power_monitor/power_monitor_device_source_stub.cc", |
| 1015 | "base/process/process_linux.cc", |
| 1016 | "base/profiler/stack_sampler_posix.cc", |
| 1017 | "base/stack_canary_linux.cc", |
| 1018 | "base/stack_canary_linux.h", |
| 1019 | "base/threading/platform_thread_linux.cc", |
| 1020 | ], |
| 1021 | }, |
| 1022 | android_x86_64: { |
| 1023 | srcs: [ |
| 1024 | "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", |
| 1025 | "base/allocator/partition_allocator/shim/allocator_shim_override_linker_wrapped_symbols.h", |
| 1026 | "base/android/android_hardware_buffer_compat.cc", |
| 1027 | "base/android/android_hardware_buffer_compat.h", |
| 1028 | "base/android/android_image_reader_abi.h", |
| 1029 | "base/android/android_image_reader_compat.cc", |
| 1030 | "base/android/android_image_reader_compat.h", |
| 1031 | "base/android/apk_assets.cc", |
| 1032 | "base/android/apk_assets.h", |
| 1033 | "base/android/application_status_listener.cc", |
| 1034 | "base/android/application_status_listener.h", |
| 1035 | "base/android/base_feature_list.cc", |
| 1036 | "base/android/base_features.cc", |
| 1037 | "base/android/base_features.h", |
| 1038 | "base/android/base_jni_onload.cc", |
| 1039 | "base/android/base_jni_onload.h", |
| 1040 | "base/android/build_info.cc", |
| 1041 | "base/android/build_info.h", |
| 1042 | "base/android/bundle_utils.cc", |
| 1043 | "base/android/bundle_utils.h", |
| 1044 | "base/android/callback_android.cc", |
| 1045 | "base/android/callback_android.h", |
| 1046 | "base/android/child_process_binding_types.h", |
| 1047 | "base/android/child_process_service.cc", |
| 1048 | "base/android/command_line_android.cc", |
| 1049 | "base/android/content_uri_utils.cc", |
| 1050 | "base/android/content_uri_utils.h", |
| 1051 | "base/android/cpu_features.cc", |
| 1052 | "base/android/early_trace_event_binding.cc", |
| 1053 | "base/android/early_trace_event_binding.h", |
| 1054 | "base/android/event_log.cc", |
| 1055 | "base/android/event_log.h", |
| 1056 | "base/android/feature_list_jni.cc", |
| 1057 | "base/android/features_jni.cc", |
| 1058 | "base/android/field_trial_list.cc", |
| 1059 | "base/android/important_file_writer_android.cc", |
| 1060 | "base/android/int_string_callback.cc", |
| 1061 | "base/android/int_string_callback.h", |
| 1062 | "base/android/jank_metric_uma_recorder.cc", |
| 1063 | "base/android/jank_metric_uma_recorder.h", |
| 1064 | "base/android/java_exception_reporter.cc", |
| 1065 | "base/android/java_exception_reporter.h", |
| 1066 | "base/android/java_handler_thread.cc", |
| 1067 | "base/android/java_handler_thread.h", |
| 1068 | "base/android/java_heap_dump_generator.cc", |
| 1069 | "base/android/java_heap_dump_generator.h", |
| 1070 | "base/android/java_runtime.cc", |
| 1071 | "base/android/java_runtime.h", |
| 1072 | "base/android/jni_android.cc", |
| 1073 | "base/android/jni_android.h", |
| 1074 | "base/android/jni_array.cc", |
| 1075 | "base/android/jni_array.h", |
| 1076 | "base/android/jni_generator/jni_generator_helper.h", |
| 1077 | "base/android/jni_int_wrapper.h", |
| 1078 | "base/android/jni_registrar.cc", |
| 1079 | "base/android/jni_registrar.h", |
| 1080 | "base/android/jni_string.cc", |
| 1081 | "base/android/jni_string.h", |
| 1082 | "base/android/jni_utils.cc", |
| 1083 | "base/android/jni_utils.h", |
| 1084 | "base/android/jni_weak_ref.cc", |
| 1085 | "base/android/jni_weak_ref.h", |
| 1086 | "base/android/library_loader/anchor_functions.cc", |
| 1087 | "base/android/library_loader/anchor_functions.h", |
| 1088 | "base/android/library_loader/library_loader_hooks.cc", |
| 1089 | "base/android/library_loader/library_loader_hooks.h", |
| 1090 | "base/android/library_loader/library_prefetcher.cc", |
| 1091 | "base/android/library_loader/library_prefetcher.h", |
| 1092 | "base/android/library_loader/library_prefetcher_hooks.cc", |
| 1093 | "base/android/locale_utils.cc", |
| 1094 | "base/android/locale_utils.h", |
| 1095 | "base/android/memory_pressure_listener_android.cc", |
| 1096 | "base/android/memory_pressure_listener_android.h", |
| 1097 | "base/android/native_uma_recorder.cc", |
| 1098 | "base/android/path_service_android.cc", |
| 1099 | "base/android/path_utils.cc", |
| 1100 | "base/android/path_utils.h", |
| 1101 | "base/android/radio_utils.cc", |
| 1102 | "base/android/radio_utils.h", |
| 1103 | "base/android/reached_addresses_bitset.cc", |
| 1104 | "base/android/reached_addresses_bitset.h", |
| 1105 | "base/android/reached_code_profiler.h", |
| 1106 | "base/android/reached_code_profiler_stub.cc", |
| 1107 | "base/android/remove_stale_data.cc", |
| 1108 | "base/android/remove_stale_data.h", |
| 1109 | "base/android/scoped_hardware_buffer_fence_sync.cc", |
| 1110 | "base/android/scoped_hardware_buffer_fence_sync.h", |
| 1111 | "base/android/scoped_hardware_buffer_handle.cc", |
| 1112 | "base/android/scoped_hardware_buffer_handle.h", |
| 1113 | "base/android/scoped_java_ref.cc", |
| 1114 | "base/android/scoped_java_ref.h", |
| 1115 | "base/android/statistics_recorder_android.cc", |
| 1116 | "base/android/sys_utils.cc", |
| 1117 | "base/android/sys_utils.h", |
| 1118 | "base/android/task_scheduler/post_task_android.cc", |
| 1119 | "base/android/task_scheduler/post_task_android.h", |
| 1120 | "base/android/task_scheduler/task_runner_android.cc", |
| 1121 | "base/android/task_scheduler/task_runner_android.h", |
| 1122 | "base/android/thread_instruction_count.cc", |
| 1123 | "base/android/thread_instruction_count.h", |
| 1124 | "base/android/timezone_utils.cc", |
| 1125 | "base/android/timezone_utils.h", |
| 1126 | "base/android/trace_event_binding.cc", |
| 1127 | "base/android/trace_event_binding.h", |
| 1128 | "base/android/unguessable_token_android.cc", |
| 1129 | "base/android/unguessable_token_android.h", |
| 1130 | "base/base_paths_android.cc", |
| 1131 | "base/base_paths_android.h", |
| 1132 | "base/debug/stack_trace_android.cc", |
| 1133 | "base/files/file_util_android.cc", |
| 1134 | "base/files/scoped_file_android.cc", |
| 1135 | "base/memory/platform_shared_memory_mapper_android.cc", |
| 1136 | "base/memory/platform_shared_memory_region_android.cc", |
| 1137 | "base/message_loop/message_pump_android.cc", |
| 1138 | "base/message_loop/message_pump_android.h", |
| 1139 | "base/os_compat_android.cc", |
| 1140 | "base/os_compat_android.h", |
| 1141 | "base/power_monitor/power_monitor_device_source_android.cc", |
| 1142 | "base/process/process_android.cc", |
| 1143 | "base/profiler/stack_sampler_android.cc", |
| 1144 | "base/system/sys_info_android.cc", |
| 1145 | "base/threading/platform_thread_android.cc", |
| 1146 | "base/time/time_android.cc", |
| 1147 | ], |
| 1148 | }, |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1149 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1150 | } |
| 1151 | |
| 1152 | // GN: //base:base_jni_headers |
| 1153 | genrule { |
| 1154 | name: "cronet_aml_base_base_jni_headers", |
| 1155 | srcs: [ |
| 1156 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 1157 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 1158 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 1159 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 1160 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 1161 | "base/android/java/src/org/chromium/base/Callback.java", |
| 1162 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 1163 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 1164 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 1165 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 1166 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 1167 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 1168 | "base/android/java/src/org/chromium/base/Features.java", |
| 1169 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 1170 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 1171 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 1172 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 1173 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 1174 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 1175 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
| 1176 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 1177 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
| 1178 | "base/android/java/src/org/chromium/base/PathService.java", |
| 1179 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 1180 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 1181 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 1182 | "base/android/java/src/org/chromium/base/SysUtils.java", |
| 1183 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 1184 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 1185 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 1186 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 1187 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 1188 | "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java", |
| 1189 | "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java", |
| 1190 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 1191 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 1192 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 1193 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java", |
| 1194 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 1195 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 1196 | ], |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1197 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 1198 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 1199 | " " + |
| 1200 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1201 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1202 | "$(genDir)/base/base_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1203 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 1204 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1205 | "--use_proxy_hash " + |
| 1206 | "--output_name " + |
| 1207 | "ApkAssets_jni.h " + |
| 1208 | "--output_name " + |
| 1209 | "ApplicationStatus_jni.h " + |
| 1210 | "--output_name " + |
| 1211 | "BaseFeatureList_jni.h " + |
| 1212 | "--output_name " + |
| 1213 | "BuildInfo_jni.h " + |
| 1214 | "--output_name " + |
| 1215 | "BundleUtils_jni.h " + |
| 1216 | "--output_name " + |
| 1217 | "Callback_jni.h " + |
| 1218 | "--output_name " + |
| 1219 | "CommandLine_jni.h " + |
| 1220 | "--output_name " + |
| 1221 | "ContentUriUtils_jni.h " + |
| 1222 | "--output_name " + |
| 1223 | "CpuFeatures_jni.h " + |
| 1224 | "--output_name " + |
| 1225 | "EarlyTraceEvent_jni.h " + |
| 1226 | "--output_name " + |
| 1227 | "EventLog_jni.h " + |
| 1228 | "--output_name " + |
| 1229 | "FeatureList_jni.h " + |
| 1230 | "--output_name " + |
| 1231 | "Features_jni.h " + |
| 1232 | "--output_name " + |
| 1233 | "FieldTrialList_jni.h " + |
| 1234 | "--output_name " + |
| 1235 | "FileUtils_jni.h " + |
| 1236 | "--output_name " + |
| 1237 | "ImportantFileWriterAndroid_jni.h " + |
| 1238 | "--output_name " + |
| 1239 | "IntStringCallback_jni.h " + |
| 1240 | "--output_name " + |
| 1241 | "JNIUtils_jni.h " + |
| 1242 | "--output_name " + |
| 1243 | "JavaExceptionReporter_jni.h " + |
| 1244 | "--output_name " + |
| 1245 | "JavaHandlerThread_jni.h " + |
| 1246 | "--output_name " + |
| 1247 | "LocaleUtils_jni.h " + |
| 1248 | "--output_name " + |
| 1249 | "MemoryPressureListener_jni.h " + |
| 1250 | "--output_name " + |
| 1251 | "PathService_jni.h " + |
| 1252 | "--output_name " + |
| 1253 | "PathUtils_jni.h " + |
| 1254 | "--output_name " + |
| 1255 | "PowerMonitor_jni.h " + |
| 1256 | "--output_name " + |
| 1257 | "RadioUtils_jni.h " + |
| 1258 | "--output_name " + |
| 1259 | "SysUtils_jni.h " + |
| 1260 | "--output_name " + |
| 1261 | "ThreadUtils_jni.h " + |
| 1262 | "--output_name " + |
| 1263 | "TimezoneUtils_jni.h " + |
| 1264 | "--output_name " + |
| 1265 | "TraceEvent_jni.h " + |
| 1266 | "--output_name " + |
| 1267 | "UnguessableToken_jni.h " + |
| 1268 | "--output_name " + |
| 1269 | "JankMetricUMARecorder_jni.h " + |
| 1270 | "--output_name " + |
| 1271 | "LibraryLoader_jni.h " + |
| 1272 | "--output_name " + |
| 1273 | "LibraryPrefetcher_jni.h " + |
| 1274 | "--output_name " + |
| 1275 | "JavaHeapDumpGenerator_jni.h " + |
| 1276 | "--output_name " + |
| 1277 | "NativeUmaRecorder_jni.h " + |
| 1278 | "--output_name " + |
| 1279 | "StatisticsRecorderAndroid_jni.h " + |
| 1280 | "--output_name " + |
| 1281 | "ChildProcessService_jni.h " + |
| 1282 | "--output_name " + |
| 1283 | "PostTask_jni.h " + |
| 1284 | "--output_name " + |
| 1285 | "TaskRunnerImpl_jni.h " + |
| 1286 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1287 | "$(location base/android/java/src/org/chromium/base/ApkAssets.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1288 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1289 | "$(location base/android/java/src/org/chromium/base/ApplicationStatus.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1290 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1291 | "$(location base/android/java/src/org/chromium/base/BaseFeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1292 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1293 | "$(location base/android/java/src/org/chromium/base/BuildInfo.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1294 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1295 | "$(location base/android/java/src/org/chromium/base/BundleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1296 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1297 | "$(location base/android/java/src/org/chromium/base/Callback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1298 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1299 | "$(location base/android/java/src/org/chromium/base/CommandLine.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1300 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1301 | "$(location base/android/java/src/org/chromium/base/ContentUriUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1302 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1303 | "$(location base/android/java/src/org/chromium/base/CpuFeatures.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1304 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1305 | "$(location base/android/java/src/org/chromium/base/EarlyTraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1306 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1307 | "$(location base/android/java/src/org/chromium/base/EventLog.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1308 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1309 | "$(location base/android/java/src/org/chromium/base/FeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1310 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1311 | "$(location base/android/java/src/org/chromium/base/Features.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1312 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1313 | "$(location base/android/java/src/org/chromium/base/FieldTrialList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1314 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1315 | "$(location base/android/java/src/org/chromium/base/FileUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1316 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1317 | "$(location base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1318 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1319 | "$(location base/android/java/src/org/chromium/base/IntStringCallback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1320 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1321 | "$(location base/android/java/src/org/chromium/base/JNIUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1322 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1323 | "$(location base/android/java/src/org/chromium/base/JavaExceptionReporter.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1324 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1325 | "$(location base/android/java/src/org/chromium/base/JavaHandlerThread.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1326 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1327 | "$(location base/android/java/src/org/chromium/base/LocaleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1328 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1329 | "$(location base/android/java/src/org/chromium/base/MemoryPressureListener.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1330 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1331 | "$(location base/android/java/src/org/chromium/base/PathService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1332 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1333 | "$(location base/android/java/src/org/chromium/base/PathUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1334 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1335 | "$(location base/android/java/src/org/chromium/base/PowerMonitor.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1336 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1337 | "$(location base/android/java/src/org/chromium/base/RadioUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1338 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1339 | "$(location base/android/java/src/org/chromium/base/SysUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1340 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1341 | "$(location base/android/java/src/org/chromium/base/ThreadUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1342 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1343 | "$(location base/android/java/src/org/chromium/base/TimezoneUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1344 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1345 | "$(location base/android/java/src/org/chromium/base/TraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1346 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1347 | "$(location base/android/java/src/org/chromium/base/UnguessableToken.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1348 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1349 | "$(location base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1350 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1351 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1352 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1353 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1354 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1355 | "$(location base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1356 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1357 | "$(location base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1358 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1359 | "$(location base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1360 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1361 | "$(location base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1362 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1363 | "$(location base/android/java/src/org/chromium/base/task/PostTask.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1364 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1365 | "$(location base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1366 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1367 | "base/base_jni_headers/ApkAssets_jni.h", |
| 1368 | "base/base_jni_headers/ApplicationStatus_jni.h", |
| 1369 | "base/base_jni_headers/BaseFeatureList_jni.h", |
| 1370 | "base/base_jni_headers/BuildInfo_jni.h", |
| 1371 | "base/base_jni_headers/BundleUtils_jni.h", |
| 1372 | "base/base_jni_headers/Callback_jni.h", |
| 1373 | "base/base_jni_headers/ChildProcessService_jni.h", |
| 1374 | "base/base_jni_headers/CommandLine_jni.h", |
| 1375 | "base/base_jni_headers/ContentUriUtils_jni.h", |
| 1376 | "base/base_jni_headers/CpuFeatures_jni.h", |
| 1377 | "base/base_jni_headers/EarlyTraceEvent_jni.h", |
| 1378 | "base/base_jni_headers/EventLog_jni.h", |
| 1379 | "base/base_jni_headers/FeatureList_jni.h", |
| 1380 | "base/base_jni_headers/Features_jni.h", |
| 1381 | "base/base_jni_headers/FieldTrialList_jni.h", |
| 1382 | "base/base_jni_headers/FileUtils_jni.h", |
| 1383 | "base/base_jni_headers/ImportantFileWriterAndroid_jni.h", |
| 1384 | "base/base_jni_headers/IntStringCallback_jni.h", |
| 1385 | "base/base_jni_headers/JNIUtils_jni.h", |
| 1386 | "base/base_jni_headers/JankMetricUMARecorder_jni.h", |
| 1387 | "base/base_jni_headers/JavaExceptionReporter_jni.h", |
| 1388 | "base/base_jni_headers/JavaHandlerThread_jni.h", |
| 1389 | "base/base_jni_headers/JavaHeapDumpGenerator_jni.h", |
| 1390 | "base/base_jni_headers/LibraryLoader_jni.h", |
| 1391 | "base/base_jni_headers/LibraryPrefetcher_jni.h", |
| 1392 | "base/base_jni_headers/LocaleUtils_jni.h", |
| 1393 | "base/base_jni_headers/MemoryPressureListener_jni.h", |
| 1394 | "base/base_jni_headers/NativeUmaRecorder_jni.h", |
| 1395 | "base/base_jni_headers/PathService_jni.h", |
| 1396 | "base/base_jni_headers/PathUtils_jni.h", |
| 1397 | "base/base_jni_headers/PostTask_jni.h", |
| 1398 | "base/base_jni_headers/PowerMonitor_jni.h", |
| 1399 | "base/base_jni_headers/RadioUtils_jni.h", |
| 1400 | "base/base_jni_headers/StatisticsRecorderAndroid_jni.h", |
| 1401 | "base/base_jni_headers/SysUtils_jni.h", |
| 1402 | "base/base_jni_headers/TaskRunnerImpl_jni.h", |
| 1403 | "base/base_jni_headers/ThreadUtils_jni.h", |
| 1404 | "base/base_jni_headers/TimezoneUtils_jni.h", |
| 1405 | "base/base_jni_headers/TraceEvent_jni.h", |
| 1406 | "base/base_jni_headers/UnguessableToken_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1407 | ], |
| 1408 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 1409 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1410 | "base/android/jni_generator/jni_generator.py", |
| 1411 | "build/android/gyp/util/__init__.py", |
| 1412 | "build/android/gyp/util/build_utils.py", |
| 1413 | "build/gn_helpers.py", |
| 1414 | ], |
| 1415 | } |
| 1416 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1417 | // GN: //base:base_static |
| 1418 | cc_library_static { |
| 1419 | name: "cronet_aml_base_base_static", |
| 1420 | srcs: [ |
| 1421 | "base/base_switches.cc", |
| 1422 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1423 | host_supported: true, |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1424 | generated_headers: [ |
| 1425 | "cronet_aml_build_chromeos_buildflags", |
| 1426 | ], |
| 1427 | export_generated_headers: [ |
| 1428 | "cronet_aml_build_chromeos_buildflags", |
| 1429 | ], |
| 1430 | defaults: [ |
| 1431 | "cronet_aml_defaults", |
| 1432 | ], |
| 1433 | cflags: [ |
| 1434 | "-DANDROID", |
| 1435 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1436 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1437 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1438 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1439 | "-DDCHECK_ALWAYS_ON=1", |
| 1440 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1441 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1442 | "-DUSE_AURA=1", |
| 1443 | "-DUSE_OZONE=1", |
| 1444 | "-DUSE_UDEV", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1445 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1446 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1447 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1448 | "-D_LARGEFILE64_SOURCE", |
| 1449 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1450 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1451 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1452 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1453 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1454 | "-D__STDC_CONSTANT_MACROS", |
| 1455 | "-D__STDC_FORMAT_MACROS", |
| 1456 | ], |
| 1457 | local_include_dirs: [ |
| 1458 | "./", |
| 1459 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1460 | "buildtools/third_party/libc++/trunk/include", |
| 1461 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1462 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1463 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 1464 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1465 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1466 | cpp_std: "c++20", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1467 | } |
| 1468 | |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1469 | // GN: //base:build_date |
| 1470 | genrule { |
| 1471 | name: "cronet_aml_base_build_date", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1472 | cmd: "$(location build/write_build_date_header.py) $(out) " + |
| 1473 | "1664686800", |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1474 | out: [ |
| 1475 | "base/generated_build_date.h", |
| 1476 | ], |
| 1477 | tool_files: [ |
| 1478 | "build/write_build_date_header.py", |
| 1479 | ], |
| 1480 | } |
| 1481 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1482 | // GN: //base:cfi_buildflags |
| 1483 | genrule { |
| 1484 | name: "cronet_aml_base_cfi_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1485 | 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 Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1486 | "$(location build/write_buildflag_header.py) --output " + |
| 1487 | "$(out) " + |
| 1488 | "--rulename " + |
| 1489 | "//base:cfi_buildflags " + |
| 1490 | "--gen-dir " + |
| 1491 | ". " + |
| 1492 | "--definitions " + |
| 1493 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1494 | out: [ |
| 1495 | "base/cfi_buildflags.h", |
| 1496 | ], |
| 1497 | tool_files: [ |
| 1498 | "build/write_buildflag_header.py", |
| 1499 | ], |
| 1500 | } |
| 1501 | |
| 1502 | // GN: //base:clang_profiling_buildflags |
| 1503 | genrule { |
| 1504 | name: "cronet_aml_base_clang_profiling_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1505 | cmd: "echo '--flags CLANG_PROFILING=\"false\" CLANG_PROFILING_INSIDE_SANDBOX=\"false\" USE_CLANG_COVERAGE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1506 | "$(location build/write_buildflag_header.py) --output " + |
| 1507 | "$(out) " + |
| 1508 | "--rulename " + |
| 1509 | "//base:clang_profiling_buildflags " + |
| 1510 | "--gen-dir " + |
| 1511 | ". " + |
| 1512 | "--definitions " + |
| 1513 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1514 | out: [ |
| 1515 | "base/clang_profiling_buildflags.h", |
| 1516 | ], |
| 1517 | tool_files: [ |
| 1518 | "build/write_buildflag_header.py", |
| 1519 | ], |
| 1520 | } |
| 1521 | |
| 1522 | // GN: //base:debugging_buildflags |
| 1523 | genrule { |
| 1524 | name: "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1525 | cmd: "echo '--flags DCHECK_IS_CONFIGURABLE=\"false\" ENABLE_LOCATION_SOURCE=\"true\" ENABLE_PROFILING=\"false\" CAN_UNWIND_WITH_FRAME_POINTERS=\"true\" 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 Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1526 | "$(location build/write_buildflag_header.py) --output " + |
| 1527 | "$(out) " + |
| 1528 | "--rulename " + |
| 1529 | "//base:debugging_buildflags " + |
| 1530 | "--gen-dir " + |
| 1531 | ". " + |
| 1532 | "--definitions " + |
| 1533 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1534 | out: [ |
| 1535 | "base/debug/debugging_buildflags.h", |
| 1536 | ], |
| 1537 | tool_files: [ |
| 1538 | "build/write_buildflag_header.py", |
| 1539 | ], |
| 1540 | } |
| 1541 | |
| 1542 | // GN: //base:feature_list_buildflags |
| 1543 | genrule { |
| 1544 | name: "cronet_aml_base_feature_list_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1545 | cmd: "echo '--flags ENABLE_BANNED_BASE_FEATURE_PREFIX=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1546 | "$(location build/write_buildflag_header.py) --output " + |
| 1547 | "$(out) " + |
| 1548 | "--rulename " + |
| 1549 | "//base:feature_list_buildflags " + |
| 1550 | "--gen-dir " + |
| 1551 | ". " + |
| 1552 | "--definitions " + |
| 1553 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1554 | out: [ |
| 1555 | "base/feature_list_buildflags.h", |
| 1556 | ], |
| 1557 | tool_files: [ |
| 1558 | "build/write_buildflag_header.py", |
| 1559 | ], |
| 1560 | } |
| 1561 | |
| 1562 | // GN: //base:ios_cronet_buildflags |
| 1563 | genrule { |
| 1564 | name: "cronet_aml_base_ios_cronet_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1565 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1566 | "$(location build/write_buildflag_header.py) --output " + |
| 1567 | "$(out) " + |
| 1568 | "--rulename " + |
| 1569 | "//base:ios_cronet_buildflags " + |
| 1570 | "--gen-dir " + |
| 1571 | ". " + |
| 1572 | "--definitions " + |
| 1573 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1574 | out: [ |
| 1575 | "base/message_loop/ios_cronet_buildflags.h", |
| 1576 | ], |
| 1577 | tool_files: [ |
| 1578 | "build/write_buildflag_header.py", |
| 1579 | ], |
| 1580 | } |
| 1581 | |
| 1582 | // GN: //base:logging_buildflags |
| 1583 | genrule { |
| 1584 | name: "cronet_aml_base_logging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1585 | cmd: "echo '--flags ENABLE_LOG_ERROR_NOT_REACHED=\"false\" USE_RUNTIME_VLOG=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1586 | "$(location build/write_buildflag_header.py) --output " + |
| 1587 | "$(out) " + |
| 1588 | "--rulename " + |
| 1589 | "//base:logging_buildflags " + |
| 1590 | "--gen-dir " + |
| 1591 | ". " + |
| 1592 | "--definitions " + |
| 1593 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1594 | out: [ |
| 1595 | "base/logging_buildflags.h", |
| 1596 | ], |
| 1597 | tool_files: [ |
| 1598 | "build/write_buildflag_header.py", |
| 1599 | ], |
| 1600 | } |
| 1601 | |
| 1602 | // GN: //base:message_pump_buildflags |
| 1603 | genrule { |
| 1604 | name: "cronet_aml_base_message_pump_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1605 | cmd: "echo '--flags ENABLE_MESSAGE_PUMP_EPOLL=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1606 | "$(location build/write_buildflag_header.py) --output " + |
| 1607 | "$(out) " + |
| 1608 | "--rulename " + |
| 1609 | "//base:message_pump_buildflags " + |
| 1610 | "--gen-dir " + |
| 1611 | ". " + |
| 1612 | "--definitions " + |
| 1613 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1614 | out: [ |
| 1615 | "base/message_loop/message_pump_buildflags.h", |
| 1616 | ], |
| 1617 | tool_files: [ |
| 1618 | "build/write_buildflag_header.py", |
| 1619 | ], |
| 1620 | } |
| 1621 | |
| 1622 | // GN: //base/numerics:base_numerics |
| 1623 | filegroup { |
| 1624 | name: "cronet_aml_base_numerics_base_numerics", |
| 1625 | } |
| 1626 | |
| 1627 | // GN: //base:orderfile_buildflags |
| 1628 | genrule { |
| 1629 | name: "cronet_aml_base_orderfile_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1630 | cmd: "echo '--flags DEVTOOLS_INSTRUMENTATION_DUMPING=\"false\" ORDERFILE_INSTRUMENTATION=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1631 | "$(location build/write_buildflag_header.py) --output " + |
| 1632 | "$(out) " + |
| 1633 | "--rulename " + |
| 1634 | "//base:orderfile_buildflags " + |
| 1635 | "--gen-dir " + |
| 1636 | ". " + |
| 1637 | "--definitions " + |
| 1638 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1639 | out: [ |
| 1640 | "base/android/orderfile/orderfile_buildflags.h", |
| 1641 | ], |
| 1642 | tool_files: [ |
| 1643 | "build/write_buildflag_header.py", |
| 1644 | ], |
| 1645 | } |
| 1646 | |
| 1647 | // GN: //base:parsing_buildflags |
| 1648 | genrule { |
| 1649 | name: "cronet_aml_base_parsing_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1650 | cmd: "echo '--flags BUILD_RUST_JSON_PARSER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1651 | "$(location build/write_buildflag_header.py) --output " + |
| 1652 | "$(out) " + |
| 1653 | "--rulename " + |
| 1654 | "//base:parsing_buildflags " + |
| 1655 | "--gen-dir " + |
| 1656 | ". " + |
| 1657 | "--definitions " + |
| 1658 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1659 | out: [ |
| 1660 | "base/parsing_buildflags.h", |
| 1661 | ], |
| 1662 | tool_files: [ |
| 1663 | "build/write_buildflag_header.py", |
| 1664 | ], |
| 1665 | } |
| 1666 | |
| 1667 | // GN: //base:power_monitor_buildflags |
| 1668 | genrule { |
| 1669 | name: "cronet_aml_base_power_monitor_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1670 | cmd: "echo '--flags HAS_BATTERY_LEVEL_PROVIDER_IMPL=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1671 | "$(location build/write_buildflag_header.py) --output " + |
| 1672 | "$(out) " + |
| 1673 | "--rulename " + |
| 1674 | "//base:power_monitor_buildflags " + |
| 1675 | "--gen-dir " + |
| 1676 | ". " + |
| 1677 | "--definitions " + |
| 1678 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1679 | out: [ |
| 1680 | "base/power_monitor/power_monitor_buildflags.h", |
| 1681 | ], |
| 1682 | tool_files: [ |
| 1683 | "build/write_buildflag_header.py", |
| 1684 | ], |
| 1685 | } |
| 1686 | |
| 1687 | // GN: //base:profiler_buildflags |
| 1688 | genrule { |
| 1689 | name: "cronet_aml_base_profiler_buildflags", |
Motomu Utsumi | d03217b | 2022-11-01 12:16:19 +0900 | [diff] [blame] | 1690 | cmd: "echo '--flags ENABLE_ARM_CFI_TABLE=\"false\" IOS_STACK_PROFILER_ENABLED=\"true\" USE_ANDROID_UNWINDER_V2=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1691 | "$(location build/write_buildflag_header.py) --output " + |
| 1692 | "$(out) " + |
| 1693 | "--rulename " + |
| 1694 | "//base:profiler_buildflags " + |
| 1695 | "--gen-dir " + |
| 1696 | ". " + |
| 1697 | "--definitions " + |
| 1698 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1699 | out: [ |
| 1700 | "base/profiler/profiler_buildflags.h", |
| 1701 | ], |
| 1702 | tool_files: [ |
| 1703 | "build/write_buildflag_header.py", |
| 1704 | ], |
| 1705 | } |
| 1706 | |
| 1707 | // GN: //base:sanitizer_buildflags |
| 1708 | genrule { |
| 1709 | name: "cronet_aml_base_sanitizer_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1710 | cmd: "echo '--flags IS_HWASAN=\"false\" USING_SANITIZER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1711 | "$(location build/write_buildflag_header.py) --output " + |
| 1712 | "$(out) " + |
| 1713 | "--rulename " + |
| 1714 | "//base:sanitizer_buildflags " + |
| 1715 | "--gen-dir " + |
| 1716 | ". " + |
| 1717 | "--definitions " + |
| 1718 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1719 | out: [ |
| 1720 | "base/sanitizer_buildflags.h", |
| 1721 | ], |
| 1722 | tool_files: [ |
| 1723 | "build/write_buildflag_header.py", |
| 1724 | ], |
| 1725 | } |
| 1726 | |
| 1727 | // GN: //base:synchronization_buildflags |
| 1728 | genrule { |
| 1729 | name: "cronet_aml_base_synchronization_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1730 | cmd: "echo '--flags ENABLE_MUTEX_PRIORITY_INHERITANCE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1731 | "$(location build/write_buildflag_header.py) --output " + |
| 1732 | "$(out) " + |
| 1733 | "--rulename " + |
| 1734 | "//base:synchronization_buildflags " + |
| 1735 | "--gen-dir " + |
| 1736 | ". " + |
| 1737 | "--definitions " + |
| 1738 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1739 | out: [ |
| 1740 | "base/synchronization/synchronization_buildflags.h", |
| 1741 | ], |
| 1742 | tool_files: [ |
| 1743 | "build/write_buildflag_header.py", |
| 1744 | ], |
| 1745 | } |
| 1746 | |
| 1747 | // GN: //base/third_party/double_conversion:double_conversion |
| 1748 | cc_library_static { |
| 1749 | name: "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 1750 | srcs: [ |
| 1751 | "base/third_party/double_conversion/double-conversion/bignum-dtoa.cc", |
| 1752 | "base/third_party/double_conversion/double-conversion/bignum.cc", |
| 1753 | "base/third_party/double_conversion/double-conversion/cached-powers.cc", |
| 1754 | "base/third_party/double_conversion/double-conversion/double-to-string.cc", |
| 1755 | "base/third_party/double_conversion/double-conversion/fast-dtoa.cc", |
| 1756 | "base/third_party/double_conversion/double-conversion/fixed-dtoa.cc", |
| 1757 | "base/third_party/double_conversion/double-conversion/string-to-double.cc", |
| 1758 | "base/third_party/double_conversion/double-conversion/strtod.cc", |
| 1759 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1760 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1761 | defaults: [ |
| 1762 | "cronet_aml_defaults", |
| 1763 | ], |
| 1764 | cflags: [ |
| 1765 | "-DANDROID", |
| 1766 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1767 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1768 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1769 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1770 | "-DDCHECK_ALWAYS_ON=1", |
| 1771 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1772 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1773 | "-DUSE_AURA=1", |
| 1774 | "-DUSE_OZONE=1", |
| 1775 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1776 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1777 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1778 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1779 | "-D_LARGEFILE64_SOURCE", |
| 1780 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1781 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1782 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1783 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1784 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1785 | "-D__STDC_CONSTANT_MACROS", |
| 1786 | "-D__STDC_FORMAT_MACROS", |
| 1787 | ], |
| 1788 | local_include_dirs: [ |
| 1789 | "./", |
| 1790 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1791 | "buildtools/third_party/libc++/trunk/include", |
| 1792 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1793 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1794 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 1795 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1796 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1797 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1798 | } |
| 1799 | |
| 1800 | // GN: //base/third_party/dynamic_annotations:dynamic_annotations |
| 1801 | cc_library_static { |
| 1802 | name: "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 1803 | srcs: [ |
| 1804 | "base/third_party/dynamic_annotations/dynamic_annotations.c", |
| 1805 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1806 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1807 | defaults: [ |
| 1808 | "cronet_aml_defaults", |
| 1809 | ], |
| 1810 | cflags: [ |
| 1811 | "-DANDROID", |
| 1812 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1813 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1814 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1815 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1816 | "-DDCHECK_ALWAYS_ON=1", |
| 1817 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1818 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1819 | "-DUSE_AURA=1", |
| 1820 | "-DUSE_OZONE=1", |
| 1821 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1822 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1823 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1824 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1825 | "-D_LARGEFILE64_SOURCE", |
| 1826 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1827 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1828 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1829 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1830 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1831 | ], |
| 1832 | local_include_dirs: [ |
| 1833 | "./", |
| 1834 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1835 | "buildtools/third_party/libc++/trunk/include", |
| 1836 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1837 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1838 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 1839 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1840 | ], |
| 1841 | cpp_std: "c++20", |
| 1842 | } |
| 1843 | |
| 1844 | // GN: //base/third_party/symbolize:symbolize |
| 1845 | cc_library_static { |
| 1846 | name: "cronet_aml_base_third_party_symbolize_symbolize", |
| 1847 | srcs: [ |
| 1848 | "base/third_party/symbolize/demangle.cc", |
| 1849 | "base/third_party/symbolize/symbolize.cc", |
| 1850 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1851 | host_supported: true, |
| 1852 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1853 | defaults: [ |
| 1854 | "cronet_aml_defaults", |
| 1855 | ], |
| 1856 | cflags: [ |
| 1857 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1858 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1859 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1860 | "-DDCHECK_ALWAYS_ON=1", |
| 1861 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1862 | "-DGLOG_EXPORT=", |
| 1863 | "-DUSE_AURA=1", |
| 1864 | "-DUSE_OZONE=1", |
| 1865 | "-DUSE_UDEV", |
| 1866 | "-D_DEBUG", |
| 1867 | "-D_FILE_OFFSET_BITS=64", |
| 1868 | "-D_GNU_SOURCE", |
| 1869 | "-D_LARGEFILE64_SOURCE", |
| 1870 | "-D_LARGEFILE_SOURCE", |
| 1871 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1872 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1873 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1874 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1875 | "-UANDROID", |
| 1876 | ], |
| 1877 | local_include_dirs: [ |
| 1878 | "./", |
| 1879 | "buildtools/third_party/libc++/", |
| 1880 | "buildtools/third_party/libc++/trunk/include", |
| 1881 | "buildtools/third_party/libc++abi/trunk/include", |
| 1882 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1883 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 1884 | ], |
| 1885 | cpp_std: "c++20", |
| 1886 | } |
| 1887 | |
| 1888 | // GN: //base/third_party/xdg_mime:xdg_mime |
| 1889 | cc_library_static { |
| 1890 | name: "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 1891 | srcs: [ |
| 1892 | "base/third_party/xdg_mime/xdgmime.c", |
| 1893 | "base/third_party/xdg_mime/xdgmimealias.c", |
| 1894 | "base/third_party/xdg_mime/xdgmimecache.c", |
| 1895 | "base/third_party/xdg_mime/xdgmimeglob.c", |
| 1896 | "base/third_party/xdg_mime/xdgmimeicon.c", |
| 1897 | "base/third_party/xdg_mime/xdgmimeint.c", |
| 1898 | "base/third_party/xdg_mime/xdgmimemagic.c", |
| 1899 | "base/third_party/xdg_mime/xdgmimeparent.c", |
| 1900 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1901 | host_supported: true, |
| 1902 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1903 | defaults: [ |
| 1904 | "cronet_aml_defaults", |
| 1905 | ], |
| 1906 | cflags: [ |
| 1907 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1908 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1909 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1910 | "-DDCHECK_ALWAYS_ON=1", |
| 1911 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1912 | "-DUSE_AURA=1", |
| 1913 | "-DUSE_OZONE=1", |
| 1914 | "-DUSE_UDEV", |
| 1915 | "-D_DEBUG", |
| 1916 | "-D_FILE_OFFSET_BITS=64", |
| 1917 | "-D_GNU_SOURCE", |
| 1918 | "-D_LARGEFILE64_SOURCE", |
| 1919 | "-D_LARGEFILE_SOURCE", |
| 1920 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1921 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1922 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1923 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1924 | "-UANDROID", |
| 1925 | ], |
| 1926 | local_include_dirs: [ |
| 1927 | "./", |
| 1928 | "buildtools/third_party/libc++/", |
| 1929 | "buildtools/third_party/libc++/trunk/include", |
| 1930 | "buildtools/third_party/libc++abi/trunk/include", |
| 1931 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1932 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 1933 | ], |
| 1934 | cpp_std: "c++20", |
| 1935 | } |
| 1936 | |
| 1937 | // GN: //base/third_party/xdg_user_dirs:xdg_user_dirs |
| 1938 | cc_library_static { |
| 1939 | name: "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
| 1940 | srcs: [ |
| 1941 | "base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc", |
| 1942 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1943 | host_supported: true, |
| 1944 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1945 | defaults: [ |
| 1946 | "cronet_aml_defaults", |
| 1947 | ], |
| 1948 | cflags: [ |
| 1949 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1950 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1951 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1952 | "-DDCHECK_ALWAYS_ON=1", |
| 1953 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1954 | "-DUSE_AURA=1", |
| 1955 | "-DUSE_OZONE=1", |
| 1956 | "-DUSE_UDEV", |
| 1957 | "-D_DEBUG", |
| 1958 | "-D_FILE_OFFSET_BITS=64", |
| 1959 | "-D_GNU_SOURCE", |
| 1960 | "-D_LARGEFILE64_SOURCE", |
| 1961 | "-D_LARGEFILE_SOURCE", |
| 1962 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1963 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1964 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1965 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1966 | "-D__STDC_CONSTANT_MACROS", |
| 1967 | "-D__STDC_FORMAT_MACROS", |
| 1968 | "-UANDROID", |
| 1969 | ], |
| 1970 | local_include_dirs: [ |
| 1971 | "./", |
| 1972 | "buildtools/third_party/libc++/", |
| 1973 | "buildtools/third_party/libc++/trunk/include", |
| 1974 | "buildtools/third_party/libc++abi/trunk/include", |
| 1975 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1976 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1977 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1978 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1979 | } |
| 1980 | |
| 1981 | // GN: //base:tracing_buildflags |
| 1982 | genrule { |
| 1983 | name: "cronet_aml_base_tracing_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1984 | cmd: "echo '--flags ENABLE_BASE_TRACING=\"false\" USE_PERFETTO_CLIENT_LIBRARY=\"false\" OPTIONAL_TRACE_EVENTS_ENABLED=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1985 | "$(location build/write_buildflag_header.py) --output " + |
| 1986 | "$(out) " + |
| 1987 | "--rulename " + |
| 1988 | "//base:tracing_buildflags " + |
| 1989 | "--gen-dir " + |
| 1990 | ". " + |
| 1991 | "--definitions " + |
| 1992 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1993 | out: [ |
| 1994 | "base/tracing_buildflags.h", |
| 1995 | ], |
| 1996 | tool_files: [ |
| 1997 | "build/write_buildflag_header.py", |
| 1998 | ], |
| 1999 | } |
| 2000 | |
| 2001 | // GN: //build:branding_buildflags |
| 2002 | genrule { |
| 2003 | name: "cronet_aml_build_branding_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 2004 | cmd: "echo '--flags CHROMIUM_BRANDING=\"1\" GOOGLE_CHROME_BRANDING=\"0\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 2005 | "$(location build/write_buildflag_header.py) --output " + |
| 2006 | "$(out) " + |
| 2007 | "--rulename " + |
| 2008 | "//build:branding_buildflags " + |
| 2009 | "--gen-dir " + |
| 2010 | ". " + |
| 2011 | "--definitions " + |
| 2012 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2013 | out: [ |
| 2014 | "build/branding_buildflags.h", |
| 2015 | ], |
| 2016 | tool_files: [ |
| 2017 | "build/write_buildflag_header.py", |
| 2018 | ], |
| 2019 | } |
| 2020 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 2021 | // GN: //build:buildflag_header_h |
| 2022 | filegroup { |
| 2023 | name: "cronet_aml_build_buildflag_header_h", |
| 2024 | } |
| 2025 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2026 | // GN: //build:chromecast_buildflags |
| 2027 | genrule { |
| 2028 | name: "cronet_aml_build_chromecast_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 2029 | cmd: "echo '--flags IS_CASTOS=\"false\" IS_CAST_ANDROID=\"false\" ENABLE_CAST_RECEIVER=\"false\" IS_CHROMECAST=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 2030 | "$(location build/write_buildflag_header.py) --output " + |
| 2031 | "$(out) " + |
| 2032 | "--rulename " + |
| 2033 | "//build:chromecast_buildflags " + |
| 2034 | "--gen-dir " + |
| 2035 | ". " + |
| 2036 | "--definitions " + |
| 2037 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2038 | out: [ |
| 2039 | "build/chromecast_buildflags.h", |
| 2040 | ], |
| 2041 | tool_files: [ |
| 2042 | "build/write_buildflag_header.py", |
| 2043 | ], |
| 2044 | } |
| 2045 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 2046 | // GN: //build:chromeos_buildflags |
| 2047 | genrule { |
| 2048 | name: "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 2049 | 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 Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 2050 | "$(location build/write_buildflag_header.py) --output " + |
| 2051 | "$(out) " + |
| 2052 | "--rulename " + |
| 2053 | "//build:chromeos_buildflags " + |
| 2054 | "--gen-dir " + |
| 2055 | ". " + |
| 2056 | "--definitions " + |
| 2057 | "/dev/stdin", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 2058 | out: [ |
| 2059 | "build/chromeos_buildflags.h", |
| 2060 | ], |
| 2061 | tool_files: [ |
| 2062 | "build/write_buildflag_header.py", |
| 2063 | ], |
| 2064 | } |
| 2065 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2066 | // GN: //build/config/compiler:compiler_buildflags |
| 2067 | genrule { |
| 2068 | name: "cronet_aml_build_config_compiler_compiler_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2069 | cmd: "echo '--flags CLANG_PGO=\"0\" SYMBOL_LEVEL=\"2\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 2070 | "$(location build/write_buildflag_header.py) --output " + |
| 2071 | "$(out) " + |
| 2072 | "--rulename " + |
| 2073 | "//build/config/compiler:compiler_buildflags " + |
| 2074 | "--gen-dir " + |
| 2075 | ". " + |
| 2076 | "--definitions " + |
| 2077 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2078 | out: [ |
| 2079 | "build/config/compiler/compiler_buildflags.h", |
| 2080 | ], |
| 2081 | tool_files: [ |
| 2082 | "build/write_buildflag_header.py", |
| 2083 | ], |
| 2084 | } |
| 2085 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2086 | // GN: //buildtools/third_party/libc++:libc++ |
| 2087 | filegroup { |
| 2088 | name: "cronet_aml_buildtools_third_party_libc___libc__", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2089 | srcs: [ |
| 2090 | "buildtools/third_party/libc++/trunk/src/algorithm.cpp", |
| 2091 | "buildtools/third_party/libc++/trunk/src/any.cpp", |
| 2092 | "buildtools/third_party/libc++/trunk/src/atomic.cpp", |
| 2093 | "buildtools/third_party/libc++/trunk/src/barrier.cpp", |
| 2094 | "buildtools/third_party/libc++/trunk/src/bind.cpp", |
| 2095 | "buildtools/third_party/libc++/trunk/src/charconv.cpp", |
| 2096 | "buildtools/third_party/libc++/trunk/src/chrono.cpp", |
| 2097 | "buildtools/third_party/libc++/trunk/src/condition_variable.cpp", |
| 2098 | "buildtools/third_party/libc++/trunk/src/condition_variable_destructor.cpp", |
| 2099 | "buildtools/third_party/libc++/trunk/src/exception.cpp", |
| 2100 | "buildtools/third_party/libc++/trunk/src/format.cpp", |
| 2101 | "buildtools/third_party/libc++/trunk/src/functional.cpp", |
| 2102 | "buildtools/third_party/libc++/trunk/src/future.cpp", |
| 2103 | "buildtools/third_party/libc++/trunk/src/hash.cpp", |
| 2104 | "buildtools/third_party/libc++/trunk/src/ios.cpp", |
| 2105 | "buildtools/third_party/libc++/trunk/src/ios.instantiations.cpp", |
| 2106 | "buildtools/third_party/libc++/trunk/src/iostream.cpp", |
| 2107 | "buildtools/third_party/libc++/trunk/src/legacy_pointer_safety.cpp", |
| 2108 | "buildtools/third_party/libc++/trunk/src/locale.cpp", |
| 2109 | "buildtools/third_party/libc++/trunk/src/memory.cpp", |
| 2110 | "buildtools/third_party/libc++/trunk/src/mutex.cpp", |
| 2111 | "buildtools/third_party/libc++/trunk/src/mutex_destructor.cpp", |
| 2112 | "buildtools/third_party/libc++/trunk/src/new.cpp", |
| 2113 | "buildtools/third_party/libc++/trunk/src/optional.cpp", |
| 2114 | "buildtools/third_party/libc++/trunk/src/random.cpp", |
| 2115 | "buildtools/third_party/libc++/trunk/src/random_shuffle.cpp", |
| 2116 | "buildtools/third_party/libc++/trunk/src/regex.cpp", |
| 2117 | "buildtools/third_party/libc++/trunk/src/ryu/d2fixed.cpp", |
| 2118 | "buildtools/third_party/libc++/trunk/src/ryu/d2s.cpp", |
| 2119 | "buildtools/third_party/libc++/trunk/src/ryu/f2s.cpp", |
| 2120 | "buildtools/third_party/libc++/trunk/src/shared_mutex.cpp", |
| 2121 | "buildtools/third_party/libc++/trunk/src/stdexcept.cpp", |
| 2122 | "buildtools/third_party/libc++/trunk/src/string.cpp", |
| 2123 | "buildtools/third_party/libc++/trunk/src/strstream.cpp", |
| 2124 | "buildtools/third_party/libc++/trunk/src/system_error.cpp", |
| 2125 | "buildtools/third_party/libc++/trunk/src/thread.cpp", |
| 2126 | "buildtools/third_party/libc++/trunk/src/typeinfo.cpp", |
| 2127 | "buildtools/third_party/libc++/trunk/src/utility.cpp", |
| 2128 | "buildtools/third_party/libc++/trunk/src/valarray.cpp", |
| 2129 | "buildtools/third_party/libc++/trunk/src/variant.cpp", |
| 2130 | "buildtools/third_party/libc++/trunk/src/vector.cpp", |
| 2131 | "buildtools/third_party/libc++/trunk/src/verbose_abort.cpp", |
| 2132 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2133 | } |
| 2134 | |
| 2135 | // GN: //buildtools/third_party/libc++abi:libc++abi |
| 2136 | filegroup { |
| 2137 | name: "cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2138 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2139 | "buildtools/third_party/libc++abi/trunk/src/abort_message.cpp", |
| 2140 | "buildtools/third_party/libc++abi/trunk/src/cxa_aux_runtime.cpp", |
| 2141 | "buildtools/third_party/libc++abi/trunk/src/cxa_default_handlers.cpp", |
| 2142 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception.cpp", |
| 2143 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception_storage.cpp", |
| 2144 | "buildtools/third_party/libc++abi/trunk/src/cxa_guard.cpp", |
| 2145 | "buildtools/third_party/libc++abi/trunk/src/cxa_handlers.cpp", |
| 2146 | "buildtools/third_party/libc++abi/trunk/src/cxa_personality.cpp", |
| 2147 | "buildtools/third_party/libc++abi/trunk/src/cxa_thread_atexit.cpp", |
| 2148 | "buildtools/third_party/libc++abi/trunk/src/cxa_vector.cpp", |
| 2149 | "buildtools/third_party/libc++abi/trunk/src/cxa_virtual.cpp", |
| 2150 | "buildtools/third_party/libc++abi/trunk/src/fallback_malloc.cpp", |
| 2151 | "buildtools/third_party/libc++abi/trunk/src/private_typeinfo.cpp", |
| 2152 | "buildtools/third_party/libc++abi/trunk/src/stdlib_exception.cpp", |
| 2153 | "buildtools/third_party/libc++abi/trunk/src/stdlib_stdexcept.cpp", |
| 2154 | "buildtools/third_party/libc++abi/trunk/src/stdlib_typeinfo.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2155 | ], |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame^] | 2156 | target: { |
| 2157 | host: { |
| 2158 | srcs: [ |
| 2159 | "buildtools/third_party/libc++abi/trunk/src/cxa_demangle.cpp", |
| 2160 | ], |
| 2161 | }, |
| 2162 | android_x86_64: { |
| 2163 | srcs: [ |
| 2164 | "buildtools/third_party/libc++abi/cxa_demangle_stub.cc", |
| 2165 | ], |
| 2166 | }, |
| 2167 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2168 | } |
| 2169 | |
| 2170 | // GN: //buildtools/third_party/libunwind:libunwind |
| 2171 | filegroup { |
| 2172 | name: "cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 2173 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2174 | "buildtools/third_party/libunwind/trunk/src/Unwind-EHABI.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2175 | "buildtools/third_party/libunwind/trunk/src/Unwind-sjlj.c", |
| 2176 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1-gcc-ext.c", |
| 2177 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1.c", |
Patrick Rohr | f9f3a99 | 2022-11-10 19:40:32 -0800 | [diff] [blame] | 2178 | "buildtools/third_party/libunwind/trunk/src/UnwindRegistersRestore.S", |
| 2179 | "buildtools/third_party/libunwind/trunk/src/UnwindRegistersSave.S", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2180 | "buildtools/third_party/libunwind/trunk/src/libunwind.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2181 | ], |
| 2182 | } |
| 2183 | |
| 2184 | // GN: //components/cronet/android:buildflags |
| 2185 | genrule { |
| 2186 | name: "cronet_aml_components_cronet_android_buildflags", |
| 2187 | cmd: "echo '--flags INTEGRATED_MODE=\"false\"' | " + |
| 2188 | "$(location build/write_buildflag_header.py) --output " + |
| 2189 | "$(out) " + |
| 2190 | "--rulename " + |
| 2191 | "//components/cronet/android:buildflags " + |
| 2192 | "--gen-dir " + |
| 2193 | ". " + |
| 2194 | "--definitions " + |
| 2195 | "/dev/stdin", |
| 2196 | out: [ |
| 2197 | "components/cronet/android/buildflags.h", |
| 2198 | ], |
| 2199 | tool_files: [ |
| 2200 | "build/write_buildflag_header.py", |
| 2201 | ], |
| 2202 | } |
| 2203 | |
| 2204 | // GN: //components/cronet/android:cronet |
| 2205 | cc_library_shared { |
| 2206 | name: "cronet_aml_components_cronet_android_cronet", |
| 2207 | srcs: [ |
| 2208 | ":cronet_aml_buildtools_third_party_libc___libc__", |
| 2209 | ":cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
| 2210 | ":cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 2211 | ":cronet_aml_components_cronet_android_cronet_static", |
| 2212 | ":cronet_aml_components_cronet_cronet_common", |
| 2213 | ":cronet_aml_components_cronet_cronet_version_header", |
| 2214 | ":cronet_aml_components_cronet_metrics_util", |
| 2215 | ":cronet_aml_components_cronet_native_cronet_native_headers", |
| 2216 | ":cronet_aml_components_cronet_native_cronet_native_impl", |
| 2217 | ":cronet_aml_components_grpc_support_grpc_support", |
| 2218 | ":cronet_aml_components_grpc_support_headers", |
| 2219 | ":cronet_aml_components_metrics_library_support", |
| 2220 | ":cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 2221 | "components/cronet/android/cronet_jni.cc", |
| 2222 | ], |
| 2223 | shared_libs: [ |
| 2224 | "libandroid", |
| 2225 | "liblog", |
| 2226 | "libprotobuf-cpp-lite", |
| 2227 | ], |
| 2228 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2229 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2230 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2231 | "cronet_aml_base_base_static", |
| 2232 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2233 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2234 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 2235 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 2236 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2237 | "cronet_aml_components_prefs_prefs", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2238 | "cronet_aml_crypto_crypto", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2239 | "cronet_aml_net_net", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2240 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2241 | "cronet_aml_net_third_party_quiche_quiche", |
| 2242 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2243 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2244 | "cronet_aml_third_party_brotli_common", |
| 2245 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2246 | "cronet_aml_third_party_icu_icui18n", |
| 2247 | "cronet_aml_third_party_icu_icuuc_private", |
| 2248 | "cronet_aml_third_party_libevent_libevent", |
| 2249 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 2250 | "cronet_aml_third_party_protobuf_protobuf_full", |
| 2251 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 2252 | "cronet_aml_third_party_protobuf_protoc_lib", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2253 | "cronet_aml_third_party_zlib_zlib", |
| 2254 | "cronet_aml_url_url", |
| 2255 | ], |
| 2256 | generated_headers: [ |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2257 | "cronet_aml_base_debugging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2258 | "cronet_aml_base_logging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2259 | "cronet_aml_build_chromeos_buildflags", |
| 2260 | "cronet_aml_components_cronet_android_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2261 | "cronet_aml_components_cronet_android_cronet_jni_headers", |
Motomu Utsumi | 7e98383 | 2022-11-10 16:04:46 +0900 | [diff] [blame] | 2262 | "cronet_aml_components_cronet_android_cronet_jni_registration", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2263 | "cronet_aml_components_cronet_cronet_buildflags", |
| 2264 | "cronet_aml_components_cronet_cronet_version_header_action", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2265 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 2266 | "cronet_aml_url_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2267 | ], |
| 2268 | defaults: [ |
| 2269 | "cronet_aml_defaults", |
| 2270 | ], |
| 2271 | cflags: [ |
| 2272 | "-DANDROID", |
| 2273 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2274 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2275 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2276 | "-DDCHECK_ALWAYS_ON=1", |
| 2277 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2278 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 2279 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 2280 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 2281 | "-DHAVE_PTHREAD", |
| 2282 | "-DHAVE_SYS_UIO_H", |
| 2283 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 2284 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 2285 | "-D_DEBUG", |
| 2286 | "-D_GNU_SOURCE", |
| 2287 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2288 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 2289 | "-D_LIBCPP_CONSTINIT=constinit", |
| 2290 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2291 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2292 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 2293 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2294 | "-D_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2295 | "-D_LIBUNWIND_IS_NATIVE_ONLY", |
| 2296 | "-D__STDC_CONSTANT_MACROS", |
| 2297 | "-D__STDC_FORMAT_MACROS", |
| 2298 | ], |
| 2299 | local_include_dirs: [ |
| 2300 | "./", |
| 2301 | "buildtools/third_party/libc++/", |
| 2302 | "buildtools/third_party/libc++/trunk/include", |
| 2303 | "buildtools/third_party/libc++/trunk/src/", |
| 2304 | "buildtools/third_party/libc++abi/trunk/include", |
| 2305 | "buildtools/third_party/libunwind/trunk/include/", |
| 2306 | "components/cronet/native/generated/", |
| 2307 | "components/cronet/native/include/", |
| 2308 | "components/grpc_support/include/", |
| 2309 | "net/third_party/quiche/overrides/", |
| 2310 | "net/third_party/quiche/src/", |
| 2311 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 2312 | "third_party/abseil-cpp/", |
| 2313 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 2314 | "third_party/protobuf/src/", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2315 | "third_party/zlib/", |
| 2316 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 2317 | ], |
| 2318 | header_libs: [ |
| 2319 | "jni_headers", |
| 2320 | ], |
| 2321 | cpp_std: "c++20", |
Patrick Rohr | d90025f | 2022-11-11 14:18:35 -0800 | [diff] [blame] | 2322 | linker_scripts: [ |
| 2323 | "base/android/library_loader/anchor_functions.lds", |
| 2324 | ], |
| 2325 | cppflags: [ |
| 2326 | "-fexceptions", |
| 2327 | ], |
Mohannad Farrag | 37388fa | 2022-11-10 20:42:13 +0000 | [diff] [blame] | 2328 | rtti: true, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2329 | } |
| 2330 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2331 | // GN: //components/cronet/android:cronet_jni_headers |
| 2332 | genrule { |
| 2333 | name: "cronet_aml_components_cronet_android_cronet_jni_headers", |
| 2334 | srcs: [ |
| 2335 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 2336 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 2337 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
| 2338 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
| 2339 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 2340 | ], |
| 2341 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2342 | "long " + |
| 2343 | " " + |
| 2344 | " " + |
| 2345 | "--output_dir " + |
| 2346 | "$(genDir)/components/cronet/android/cronet_jni_headers " + |
| 2347 | "--includes " + |
| 2348 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2349 | "--use_proxy_hash " + |
| 2350 | "--output_name " + |
| 2351 | "CronetBidirectionalStream_jni.h " + |
| 2352 | "--output_name " + |
| 2353 | "CronetLibraryLoader_jni.h " + |
| 2354 | "--output_name " + |
| 2355 | "CronetUploadDataStream_jni.h " + |
| 2356 | "--output_name " + |
| 2357 | "CronetUrlRequest_jni.h " + |
| 2358 | "--output_name " + |
| 2359 | "CronetUrlRequestContext_jni.h " + |
| 2360 | "--input_file " + |
| 2361 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java) " + |
| 2362 | "--input_file " + |
| 2363 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java) " + |
| 2364 | "--input_file " + |
| 2365 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java) " + |
| 2366 | "--input_file " + |
| 2367 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java) " + |
| 2368 | "--input_file " + |
| 2369 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java)", |
| 2370 | out: [ |
| 2371 | "components/cronet/android/cronet_jni_headers/CronetBidirectionalStream_jni.h", |
| 2372 | "components/cronet/android/cronet_jni_headers/CronetLibraryLoader_jni.h", |
| 2373 | "components/cronet/android/cronet_jni_headers/CronetUploadDataStream_jni.h", |
| 2374 | "components/cronet/android/cronet_jni_headers/CronetUrlRequestContext_jni.h", |
| 2375 | "components/cronet/android/cronet_jni_headers/CronetUrlRequest_jni.h", |
| 2376 | ], |
| 2377 | tool_files: [ |
| 2378 | "base/android/jni_generator/android_jar.classes", |
| 2379 | "base/android/jni_generator/jni_generator.py", |
| 2380 | "build/android/gyp/util/__init__.py", |
| 2381 | "build/android/gyp/util/build_utils.py", |
| 2382 | "build/gn_helpers.py", |
| 2383 | ], |
| 2384 | } |
| 2385 | |
| 2386 | // GN: //components/cronet/android:cronet_jni_registration |
| 2387 | genrule { |
| 2388 | name: "cronet_aml_components_cronet_android_cronet_jni_registration", |
Motomu Utsumi | e3ce770 | 2022-11-10 16:22:11 +0900 | [diff] [blame] | 2389 | srcs: [ |
| 2390 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2391 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2392 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2393 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2394 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2395 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2396 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2397 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2398 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2399 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2400 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2401 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2402 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2403 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2404 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2405 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2406 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2407 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2408 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2409 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
Motomu Utsumi | 79bd0c8 | 2022-11-10 17:52:24 +0900 | [diff] [blame] | 2410 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
Motomu Utsumi | e3ce770 | 2022-11-10 16:22:11 +0900 | [diff] [blame] | 2411 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 2412 | ], |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2413 | cmd: "current_dir=`basename \\`pwd\\``; " + |
| 2414 | "for f in $(in); " + |
| 2415 | "do " + |
| 2416 | "echo \"../$$current_dir/$$f\" >> $(genDir)/java.sources; " + |
| 2417 | "done; " + |
Motomu Utsumi | 9ca466b | 2022-11-10 17:12:29 +0900 | [diff] [blame] | 2418 | "python3 $(location base/android/jni_generator/jni_registration_generator.py) --srcjar-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2419 | "$(genDir)/components/cronet/android/cronet_jni_registration.srcjar " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2420 | "--depfile " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2421 | "$(genDir)/components/cronet/android/cronet_jni_registration.d " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2422 | "--sources-files " + |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2423 | "$(genDir)/java.sources " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2424 | "--include_test_only " + |
| 2425 | "--use_proxy_hash " + |
| 2426 | "--header-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2427 | "$(genDir)/components/cronet/android/cronet_jni_registration.h " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2428 | "--manual_jni_registration " + |
Motomu Utsumi | 47d122f | 2022-11-10 17:32:23 +0900 | [diff] [blame] | 2429 | " " + |
Motomu Utsumi | 2a892d2 | 2022-11-10 18:03:20 +0900 | [diff] [blame] | 2430 | " " + |
Mohannad Farrag | 7c0f098 | 2022-11-10 14:39:49 +0000 | [diff] [blame] | 2431 | ";sed -i -e 's/OUT_SOONG_.TEMP_SBOX_.*_OUT/GEN/g' " + |
Motomu Utsumi | 2a892d2 | 2022-11-10 18:03:20 +0900 | [diff] [blame] | 2432 | "$(genDir)/components/cronet/android/cronet_jni_registration.h", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2433 | out: [ |
| 2434 | "components/cronet/android/cronet_jni_registration.h", |
| 2435 | "components/cronet/android/cronet_jni_registration.srcjar", |
| 2436 | ], |
| 2437 | tool_files: [ |
| 2438 | "base/android/jni_generator/jni_generator.py", |
| 2439 | "base/android/jni_generator/jni_registration_generator.py", |
| 2440 | "build/android/gyp/util/__init__.py", |
| 2441 | "build/android/gyp/util/build_utils.py", |
| 2442 | "build/gn_helpers.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2443 | ], |
| 2444 | } |
| 2445 | |
| 2446 | // GN: //components/cronet/android:cronet_static |
| 2447 | filegroup { |
| 2448 | name: "cronet_aml_components_cronet_android_cronet_static", |
| 2449 | srcs: [ |
| 2450 | "components/cronet/android/cronet_bidirectional_stream_adapter.cc", |
| 2451 | "components/cronet/android/cronet_context_adapter.cc", |
| 2452 | "components/cronet/android/cronet_library_loader.cc", |
| 2453 | "components/cronet/android/cronet_upload_data_stream_adapter.cc", |
| 2454 | "components/cronet/android/cronet_url_request_adapter.cc", |
| 2455 | "components/cronet/android/io_buffer_with_byte_buffer.cc", |
| 2456 | "components/cronet/android/url_request_error.cc", |
| 2457 | ], |
| 2458 | } |
| 2459 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2460 | // GN: //components/cronet:cronet_buildflags |
| 2461 | genrule { |
| 2462 | name: "cronet_aml_components_cronet_cronet_buildflags", |
| 2463 | cmd: "echo '--flags DISABLE_HISTOGRAM_SUPPORT=\"false\"' | " + |
| 2464 | "$(location build/write_buildflag_header.py) --output " + |
| 2465 | "$(out) " + |
| 2466 | "--rulename " + |
| 2467 | "//components/cronet:cronet_buildflags " + |
| 2468 | "--gen-dir " + |
| 2469 | ". " + |
| 2470 | "--definitions " + |
| 2471 | "/dev/stdin", |
| 2472 | out: [ |
| 2473 | "components/cronet/cronet_buildflags.h", |
| 2474 | ], |
| 2475 | tool_files: [ |
| 2476 | "build/write_buildflag_header.py", |
| 2477 | ], |
| 2478 | } |
| 2479 | |
| 2480 | // GN: //components/cronet:cronet_common |
| 2481 | filegroup { |
| 2482 | name: "cronet_aml_components_cronet_cronet_common", |
| 2483 | srcs: [ |
| 2484 | "components/cronet/cronet_context.cc", |
| 2485 | "components/cronet/cronet_prefs_manager.cc", |
| 2486 | "components/cronet/cronet_upload_data_stream.cc", |
| 2487 | "components/cronet/cronet_url_request.cc", |
| 2488 | "components/cronet/host_cache_persistence_manager.cc", |
| 2489 | "components/cronet/stale_host_resolver.cc", |
| 2490 | "components/cronet/url_request_context_config.cc", |
| 2491 | ], |
| 2492 | } |
| 2493 | |
| 2494 | // GN: //components/cronet:cronet_version_header |
| 2495 | filegroup { |
| 2496 | name: "cronet_aml_components_cronet_cronet_version_header", |
| 2497 | } |
| 2498 | |
| 2499 | // GN: //components/cronet:cronet_version_header_action |
| 2500 | genrule { |
| 2501 | name: "cronet_aml_components_cronet_cronet_version_header_action", |
| 2502 | cmd: "$(location build/util/version.py) -f " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2503 | "$(location chrome/VERSION) " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2504 | "-e " + |
Motomu Utsumi | ee279c5 | 2022-11-09 17:46:27 +0900 | [diff] [blame] | 2505 | "VERSION_FULL='\"%s.%s.%s.%s\" % (MAJOR,MINOR,BUILD,PATCH)' " + |
| 2506 | " " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2507 | "-o " + |
Motomu Utsumi | 438f2c2 | 2022-11-09 18:16:40 +0900 | [diff] [blame] | 2508 | "$(out) " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2509 | "$(location components/cronet/version.h.in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2510 | out: [ |
| 2511 | "components/cronet/version.h", |
| 2512 | ], |
| 2513 | tool_files: [ |
| 2514 | "build/util/LASTCHANGE", |
Motomu Utsumi | b0a49e4 | 2022-11-09 18:12:27 +0900 | [diff] [blame] | 2515 | "build/util/android_chrome_version.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2516 | "build/util/version.py", |
| 2517 | "chrome/VERSION", |
| 2518 | "components/cronet/version.h.in", |
| 2519 | ], |
| 2520 | } |
| 2521 | |
| 2522 | // GN: //components/cronet:metrics_util |
| 2523 | filegroup { |
| 2524 | name: "cronet_aml_components_cronet_metrics_util", |
| 2525 | srcs: [ |
| 2526 | "components/cronet/metrics_util.cc", |
| 2527 | ], |
| 2528 | } |
| 2529 | |
| 2530 | // GN: //components/cronet/native:cronet_native_headers |
| 2531 | filegroup { |
| 2532 | name: "cronet_aml_components_cronet_native_cronet_native_headers", |
| 2533 | } |
| 2534 | |
| 2535 | // GN: //components/cronet/native:cronet_native_impl |
| 2536 | filegroup { |
| 2537 | name: "cronet_aml_components_cronet_native_cronet_native_impl", |
| 2538 | srcs: [ |
| 2539 | "components/cronet/native/buffer.cc", |
| 2540 | "components/cronet/native/engine.cc", |
| 2541 | "components/cronet/native/generated/cronet.idl_impl_interface.cc", |
| 2542 | "components/cronet/native/generated/cronet.idl_impl_struct.cc", |
| 2543 | "components/cronet/native/io_buffer_with_cronet_buffer.cc", |
| 2544 | "components/cronet/native/native_metrics_util.cc", |
| 2545 | "components/cronet/native/runnables.cc", |
| 2546 | "components/cronet/native/upload_data_sink.cc", |
| 2547 | "components/cronet/native/url_request.cc", |
| 2548 | ], |
| 2549 | } |
| 2550 | |
| 2551 | // GN: //components/grpc_support:grpc_support |
| 2552 | filegroup { |
| 2553 | name: "cronet_aml_components_grpc_support_grpc_support", |
| 2554 | srcs: [ |
| 2555 | "components/grpc_support/bidirectional_stream.cc", |
| 2556 | "components/grpc_support/bidirectional_stream_c.cc", |
| 2557 | ], |
| 2558 | } |
| 2559 | |
| 2560 | // GN: //components/grpc_support:headers |
| 2561 | filegroup { |
| 2562 | name: "cronet_aml_components_grpc_support_headers", |
| 2563 | } |
| 2564 | |
| 2565 | // GN: //components/metrics:library_support |
| 2566 | filegroup { |
| 2567 | name: "cronet_aml_components_metrics_library_support", |
| 2568 | srcs: [ |
| 2569 | "components/metrics/histogram_encoder.cc", |
| 2570 | "components/metrics/library_support/histogram_manager.cc", |
| 2571 | ], |
| 2572 | } |
| 2573 | |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2574 | // GN: //components/nacl/common:buildflags |
| 2575 | genrule { |
| 2576 | name: "cronet_aml_components_nacl_common_buildflags", |
| 2577 | cmd: "echo '--flags ENABLE_NACL=\"true\" IS_MINIMAL_TOOLCHAIN=\"false\"' | " + |
| 2578 | "$(location build/write_buildflag_header.py) --output " + |
| 2579 | "$(out) " + |
| 2580 | "--rulename " + |
| 2581 | "//components/nacl/common:buildflags " + |
| 2582 | "--gen-dir " + |
| 2583 | ". " + |
| 2584 | "--definitions " + |
| 2585 | "/dev/stdin", |
| 2586 | out: [ |
| 2587 | "components/nacl/common/buildflags.h", |
| 2588 | ], |
| 2589 | tool_files: [ |
| 2590 | "build/write_buildflag_header.py", |
| 2591 | ], |
| 2592 | } |
| 2593 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2594 | // GN: //components/prefs/android:jni_headers |
| 2595 | genrule { |
| 2596 | name: "cronet_aml_components_prefs_android_jni_headers", |
| 2597 | srcs: [ |
| 2598 | "components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java", |
| 2599 | ], |
| 2600 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2601 | "long " + |
| 2602 | " " + |
| 2603 | " " + |
| 2604 | "--output_dir " + |
| 2605 | "$(genDir)/components/prefs/android/jni_headers " + |
| 2606 | "--includes " + |
| 2607 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2608 | "--use_proxy_hash " + |
| 2609 | "--output_name " + |
| 2610 | "PrefService_jni.h " + |
| 2611 | "--input_file " + |
| 2612 | "$(location components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java)", |
| 2613 | out: [ |
| 2614 | "components/prefs/android/jni_headers/PrefService_jni.h", |
| 2615 | ], |
| 2616 | tool_files: [ |
| 2617 | "base/android/jni_generator/android_jar.classes", |
| 2618 | "base/android/jni_generator/jni_generator.py", |
| 2619 | "build/android/gyp/util/__init__.py", |
| 2620 | "build/android/gyp/util/build_utils.py", |
| 2621 | "build/gn_helpers.py", |
| 2622 | ], |
| 2623 | } |
| 2624 | |
| 2625 | // GN: //components/prefs:prefs |
| 2626 | cc_library_static { |
| 2627 | name: "cronet_aml_components_prefs_prefs", |
| 2628 | srcs: [ |
| 2629 | "components/prefs/android/pref_service_android.cc", |
| 2630 | "components/prefs/command_line_pref_store.cc", |
| 2631 | "components/prefs/default_pref_store.cc", |
| 2632 | "components/prefs/in_memory_pref_store.cc", |
| 2633 | "components/prefs/json_pref_store.cc", |
| 2634 | "components/prefs/overlay_user_pref_store.cc", |
| 2635 | "components/prefs/persistent_pref_store.cc", |
| 2636 | "components/prefs/pref_change_registrar.cc", |
| 2637 | "components/prefs/pref_member.cc", |
| 2638 | "components/prefs/pref_notifier_impl.cc", |
| 2639 | "components/prefs/pref_registry.cc", |
| 2640 | "components/prefs/pref_registry_simple.cc", |
| 2641 | "components/prefs/pref_service.cc", |
| 2642 | "components/prefs/pref_service_factory.cc", |
| 2643 | "components/prefs/pref_store.cc", |
| 2644 | "components/prefs/pref_value_map.cc", |
| 2645 | "components/prefs/pref_value_store.cc", |
| 2646 | "components/prefs/scoped_user_pref_update.cc", |
| 2647 | "components/prefs/segregated_pref_store.cc", |
| 2648 | "components/prefs/value_map_pref_store.cc", |
| 2649 | "components/prefs/writeable_pref_store.cc", |
| 2650 | ], |
| 2651 | shared_libs: [ |
| 2652 | "libandroid", |
| 2653 | "liblog", |
| 2654 | ], |
| 2655 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2656 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2657 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2658 | "cronet_aml_base_base_static", |
| 2659 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 2660 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2661 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2662 | "cronet_aml_third_party_icu_icui18n", |
| 2663 | "cronet_aml_third_party_icu_icuuc_private", |
| 2664 | "cronet_aml_third_party_libevent_libevent", |
| 2665 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2666 | ], |
| 2667 | generated_headers: [ |
| 2668 | "cronet_aml_base_debugging_buildflags", |
| 2669 | "cronet_aml_base_logging_buildflags", |
| 2670 | "cronet_aml_build_chromeos_buildflags", |
| 2671 | "cronet_aml_components_prefs_android_jni_headers", |
| 2672 | ], |
| 2673 | export_generated_headers: [ |
| 2674 | "cronet_aml_base_debugging_buildflags", |
| 2675 | "cronet_aml_base_logging_buildflags", |
| 2676 | "cronet_aml_build_chromeos_buildflags", |
| 2677 | "cronet_aml_components_prefs_android_jni_headers", |
| 2678 | ], |
| 2679 | defaults: [ |
| 2680 | "cronet_aml_defaults", |
| 2681 | ], |
| 2682 | cflags: [ |
| 2683 | "-DANDROID", |
| 2684 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2685 | "-DCOMPONENTS_PREFS_IMPLEMENTATION", |
| 2686 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2687 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2688 | "-DDCHECK_ALWAYS_ON=1", |
| 2689 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2690 | "-DHAVE_SYS_UIO_H", |
| 2691 | "-D_DEBUG", |
| 2692 | "-D_GNU_SOURCE", |
| 2693 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2694 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2695 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2696 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2697 | "-D__STDC_CONSTANT_MACROS", |
| 2698 | "-D__STDC_FORMAT_MACROS", |
| 2699 | ], |
| 2700 | local_include_dirs: [ |
| 2701 | "./", |
| 2702 | "buildtools/third_party/libc++/", |
| 2703 | "buildtools/third_party/libc++/trunk/include", |
| 2704 | "buildtools/third_party/libc++abi/trunk/include", |
| 2705 | "third_party/abseil-cpp/", |
| 2706 | "third_party/boringssl/src/include/", |
| 2707 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 2708 | ], |
| 2709 | header_libs: [ |
| 2710 | "jni_headers", |
| 2711 | ], |
| 2712 | cpp_std: "c++20", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2713 | } |
| 2714 | |
| 2715 | // GN: //crypto:buildflags |
| 2716 | genrule { |
| 2717 | name: "cronet_aml_crypto_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2718 | cmd: "echo '--flags USE_NSS_CERTS=\"true\"' | " + |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2719 | "$(location build/write_buildflag_header.py) --output " + |
| 2720 | "$(out) " + |
| 2721 | "--rulename " + |
| 2722 | "//crypto:buildflags " + |
| 2723 | "--gen-dir " + |
| 2724 | ". " + |
| 2725 | "--definitions " + |
| 2726 | "/dev/stdin", |
| 2727 | out: [ |
| 2728 | "crypto/crypto_buildflags.h", |
| 2729 | ], |
| 2730 | tool_files: [ |
| 2731 | "build/write_buildflag_header.py", |
| 2732 | ], |
| 2733 | } |
| 2734 | |
| 2735 | // GN: //crypto:crypto |
| 2736 | cc_library_static { |
| 2737 | name: "cronet_aml_crypto_crypto", |
| 2738 | srcs: [ |
| 2739 | "crypto/aead.cc", |
| 2740 | "crypto/ec_private_key.cc", |
| 2741 | "crypto/ec_signature_creator.cc", |
| 2742 | "crypto/ec_signature_creator_impl.cc", |
| 2743 | "crypto/encryptor.cc", |
| 2744 | "crypto/hkdf.cc", |
| 2745 | "crypto/hmac.cc", |
| 2746 | "crypto/openssl_util.cc", |
| 2747 | "crypto/p224_spake.cc", |
| 2748 | "crypto/random.cc", |
| 2749 | "crypto/rsa_private_key.cc", |
| 2750 | "crypto/secure_hash.cc", |
| 2751 | "crypto/secure_util.cc", |
| 2752 | "crypto/sha2.cc", |
| 2753 | "crypto/signature_creator.cc", |
| 2754 | "crypto/signature_verifier.cc", |
| 2755 | "crypto/symmetric_key.cc", |
| 2756 | "crypto/unexportable_key.cc", |
| 2757 | "crypto/unexportable_key_metrics.cc", |
| 2758 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2759 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2760 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2761 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2762 | "cronet_aml_base_base_static", |
| 2763 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2764 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2765 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 2766 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 2767 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2768 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2769 | "cronet_aml_third_party_icu_icui18n", |
| 2770 | "cronet_aml_third_party_icu_icuuc_private", |
| 2771 | "cronet_aml_third_party_libevent_libevent", |
| 2772 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2773 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2774 | host_supported: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2775 | generated_headers: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2776 | "cronet_aml_build_chromeos_buildflags", |
| 2777 | "cronet_aml_components_nacl_common_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2778 | "cronet_aml_crypto_buildflags", |
| 2779 | ], |
| 2780 | export_generated_headers: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2781 | "cronet_aml_build_chromeos_buildflags", |
| 2782 | "cronet_aml_components_nacl_common_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2783 | "cronet_aml_crypto_buildflags", |
| 2784 | ], |
| 2785 | defaults: [ |
| 2786 | "cronet_aml_defaults", |
| 2787 | ], |
| 2788 | cflags: [ |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2789 | "-DANDROID", |
| 2790 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2791 | "-DCRYPTO_IMPLEMENTATION", |
| 2792 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2793 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2794 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2795 | "-DDCHECK_ALWAYS_ON=1", |
| 2796 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2797 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2798 | "-DUSE_AURA=1", |
| 2799 | "-DUSE_OZONE=1", |
| 2800 | "-DUSE_UDEV", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2801 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2802 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2803 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2804 | "-D_LARGEFILE64_SOURCE", |
| 2805 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2806 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2807 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2808 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2809 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2810 | "-D__STDC_CONSTANT_MACROS", |
| 2811 | "-D__STDC_FORMAT_MACROS", |
| 2812 | ], |
| 2813 | local_include_dirs: [ |
| 2814 | "./", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2815 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/nspr", |
| 2816 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/nss", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2817 | "buildtools/third_party/libc++/", |
| 2818 | "buildtools/third_party/libc++/trunk/include", |
| 2819 | "buildtools/third_party/libc++abi/trunk/include", |
| 2820 | "third_party/abseil-cpp/", |
| 2821 | "third_party/boringssl/src/include/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2822 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 2823 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 2824 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2825 | ], |
| 2826 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2827 | target: { |
| 2828 | android: { |
| 2829 | shared_libs: [ |
| 2830 | "libandroid", |
| 2831 | "liblog", |
| 2832 | ], |
| 2833 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame^] | 2834 | host: { |
| 2835 | srcs: [ |
| 2836 | "crypto/nss_crypto_module_delegate.h", |
| 2837 | "crypto/nss_key_util.cc", |
| 2838 | "crypto/nss_key_util.h", |
| 2839 | "crypto/nss_util.cc", |
| 2840 | "crypto/nss_util.h", |
| 2841 | "crypto/nss_util_internal.h", |
| 2842 | ], |
| 2843 | }, |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2844 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2845 | } |
| 2846 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2847 | // GN: //gn:default_deps |
| 2848 | cc_defaults { |
| 2849 | name: "cronet_aml_defaults", |
| 2850 | cflags: [ |
Patrick Rohr | 3ce7477 | 2022-11-11 14:19:58 -0800 | [diff] [blame] | 2851 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2852 | "-O2", |
Motomu Utsumi | ba02094 | 2022-11-14 15:15:41 +0900 | [diff] [blame] | 2853 | "-Wno-ambiguous-reversed-operator", |
Mohannad Farrag | d98a96d | 2022-11-10 14:56:19 +0000 | [diff] [blame] | 2854 | "-Wno-deprecated-non-prototype", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2855 | "-Wno-error=return-type", |
Patrick Rohr | 5c70002 | 2022-11-08 19:33:07 -0800 | [diff] [blame] | 2856 | "-Wno-macro-redefined", |
Patrick Rohr | 9806515 | 2022-10-31 14:49:58 -0700 | [diff] [blame] | 2857 | "-Wno-missing-field-initializers", |
Patrick Rohr | 3a1ec1d | 2022-10-31 13:30:17 -0700 | [diff] [blame] | 2858 | "-Wno-non-virtual-dtor", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2859 | "-Wno-sign-compare", |
| 2860 | "-Wno-sign-promo", |
Motomu Utsumi | b1ec878 | 2022-11-14 15:25:57 +0900 | [diff] [blame] | 2861 | "-Wno-unreachable-code-loop-increment", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2862 | "-Wno-unused-parameter", |
| 2863 | "-fvisibility=hidden", |
| 2864 | ], |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2865 | stl: "none", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2866 | } |
| 2867 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2868 | // GN: //ipc:param_traits |
| 2869 | filegroup { |
| 2870 | name: "cronet_aml_ipc_param_traits", |
| 2871 | } |
| 2872 | |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2873 | // GN: //gn:java |
| 2874 | java_library { |
| 2875 | name: "cronet_aml_java", |
| 2876 | srcs: [ |
Mohannad Farrag | 21562d6 | 2022-11-07 13:09:31 +0000 | [diff] [blame] | 2877 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2878 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2879 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2880 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2881 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2882 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2883 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2884 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2885 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2886 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2887 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2888 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2889 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2890 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2891 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2892 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2893 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2894 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2895 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2896 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
| 2897 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2898 | ], |
| 2899 | } |
| 2900 | |
Motomu Utsumi | d464e5f | 2022-11-09 12:42:52 +0900 | [diff] [blame] | 2901 | // GN: //net/base/registry_controlled_domains:registry_controlled_domains |
| 2902 | genrule { |
| 2903 | name: "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 2904 | cmd: "$(location net/tools/dafsa/make_dafsa.py) --reverse " + |
| 2905 | "$(location net/base/registry_controlled_domains/effective_tld_names.gperf) " + |
| 2906 | "$(location net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc) " + |
| 2907 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2908 | "--reverse " + |
| 2909 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf) " + |
| 2910 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc) " + |
| 2911 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2912 | "--reverse " + |
| 2913 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf) " + |
| 2914 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc) " + |
| 2915 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2916 | "--reverse " + |
| 2917 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf) " + |
| 2918 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc) " + |
| 2919 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2920 | "--reverse " + |
| 2921 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf) " + |
| 2922 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc) " + |
| 2923 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2924 | "--reverse " + |
| 2925 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf) " + |
| 2926 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc) " + |
| 2927 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2928 | "--reverse " + |
| 2929 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf) " + |
| 2930 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc)", |
| 2931 | out: [ |
| 2932 | "net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc", |
| 2933 | "net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc", |
| 2934 | "net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc", |
| 2935 | "net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc", |
| 2936 | "net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc", |
| 2937 | "net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc", |
| 2938 | "net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc", |
| 2939 | ], |
| 2940 | tool_files: [ |
| 2941 | "net/base/registry_controlled_domains/effective_tld_names.gperf", |
| 2942 | "net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf", |
| 2943 | "net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf", |
| 2944 | "net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf", |
| 2945 | "net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf", |
| 2946 | "net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf", |
| 2947 | "net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf", |
| 2948 | "net/tools/dafsa/make_dafsa.py", |
| 2949 | ], |
| 2950 | } |
| 2951 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2952 | // GN: //net:buildflags |
| 2953 | genrule { |
| 2954 | name: "cronet_aml_net_buildflags", |
| 2955 | 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\"' | " + |
| 2956 | "$(location build/write_buildflag_header.py) --output " + |
| 2957 | "$(out) " + |
| 2958 | "--rulename " + |
| 2959 | "//net:buildflags " + |
| 2960 | "--gen-dir " + |
| 2961 | ". " + |
| 2962 | "--definitions " + |
| 2963 | "/dev/stdin", |
| 2964 | out: [ |
| 2965 | "net/net_buildflags.h", |
| 2966 | ], |
| 2967 | tool_files: [ |
| 2968 | "build/write_buildflag_header.py", |
| 2969 | ], |
| 2970 | } |
| 2971 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2972 | // GN: //net:constants |
| 2973 | filegroup { |
| 2974 | name: "cronet_aml_net_constants", |
| 2975 | } |
| 2976 | |
| 2977 | // GN: //net/data/ssl/chrome_root_store:gen_root_store_inc |
| 2978 | genrule { |
| 2979 | name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc", |
| 2980 | cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " + |
| 2981 | "--root-store " + |
| 2982 | "../../net/data/ssl/chrome_root_store/root_store.textproto " + |
| 2983 | "--certs " + |
| 2984 | "../../net/data/ssl/chrome_root_store/root_store.certs " + |
| 2985 | "--write-cpp-root-store " + |
| 2986 | "gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " + |
| 2987 | "--write-cpp-ev-roots " + |
| 2988 | "gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2989 | out: [ |
| 2990 | "net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2991 | "net/data/ssl/chrome_root_store/chrome-root-store-inc.cc", |
| 2992 | ], |
| 2993 | tool_files: [ |
| 2994 | "build/gn_run_binary.py", |
| 2995 | "net/data/ssl/chrome_root_store/root_store.certs", |
| 2996 | "net/data/ssl/chrome_root_store/root_store.textproto", |
| 2997 | ], |
| 2998 | } |
| 2999 | |
| 3000 | // GN: //net/dns:dns |
| 3001 | filegroup { |
| 3002 | name: "cronet_aml_net_dns_dns", |
| 3003 | srcs: [ |
| 3004 | "net/dns/address_info.cc", |
| 3005 | "net/dns/address_sorter_posix.cc", |
| 3006 | "net/dns/context_host_resolver.cc", |
| 3007 | "net/dns/dns_alias_utility.cc", |
| 3008 | "net/dns/dns_client.cc", |
| 3009 | "net/dns/dns_config.cc", |
| 3010 | "net/dns/dns_config_service.cc", |
| 3011 | "net/dns/dns_config_service_android.cc", |
| 3012 | "net/dns/dns_hosts.cc", |
| 3013 | "net/dns/dns_query.cc", |
| 3014 | "net/dns/dns_reloader.cc", |
| 3015 | "net/dns/dns_response.cc", |
| 3016 | "net/dns/dns_response_result_extractor.cc", |
| 3017 | "net/dns/dns_server_iterator.cc", |
| 3018 | "net/dns/dns_session.cc", |
| 3019 | "net/dns/dns_transaction.cc", |
| 3020 | "net/dns/dns_udp_tracker.cc", |
| 3021 | "net/dns/dns_util.cc", |
| 3022 | "net/dns/host_cache.cc", |
| 3023 | "net/dns/host_resolver.cc", |
| 3024 | "net/dns/host_resolver_manager.cc", |
| 3025 | "net/dns/host_resolver_mdns_listener_impl.cc", |
| 3026 | "net/dns/host_resolver_mdns_task.cc", |
| 3027 | "net/dns/host_resolver_nat64_task.cc", |
| 3028 | "net/dns/host_resolver_proc.cc", |
| 3029 | "net/dns/host_resolver_system_task.cc", |
| 3030 | "net/dns/https_record_rdata.cc", |
| 3031 | "net/dns/httpssvc_metrics.cc", |
| 3032 | "net/dns/mapped_host_resolver.cc", |
| 3033 | "net/dns/nsswitch_reader.cc", |
| 3034 | "net/dns/opt_record_rdata.cc", |
| 3035 | "net/dns/record_parsed.cc", |
| 3036 | "net/dns/record_rdata.cc", |
| 3037 | "net/dns/resolve_context.cc", |
| 3038 | "net/dns/serial_worker.cc", |
| 3039 | "net/dns/system_dns_config_change_notifier.cc", |
| 3040 | "net/dns/test_dns_config_service.cc", |
| 3041 | ], |
| 3042 | } |
| 3043 | |
| 3044 | // GN: //net/dns:dns_client |
| 3045 | filegroup { |
| 3046 | name: "cronet_aml_net_dns_dns_client", |
| 3047 | } |
| 3048 | |
| 3049 | // GN: //net/dns:host_resolver |
| 3050 | filegroup { |
| 3051 | name: "cronet_aml_net_dns_host_resolver", |
| 3052 | } |
| 3053 | |
| 3054 | // GN: //net/dns:host_resolver_manager |
| 3055 | filegroup { |
| 3056 | name: "cronet_aml_net_dns_host_resolver_manager", |
| 3057 | } |
| 3058 | |
| 3059 | // GN: //net/dns:mdns_client |
| 3060 | filegroup { |
| 3061 | name: "cronet_aml_net_dns_mdns_client", |
| 3062 | } |
| 3063 | |
| 3064 | // GN: //net/dns/public:public |
| 3065 | filegroup { |
| 3066 | name: "cronet_aml_net_dns_public_public", |
| 3067 | srcs: [ |
| 3068 | "net/dns/public/dns_config_overrides.cc", |
| 3069 | "net/dns/public/dns_over_https_config.cc", |
| 3070 | "net/dns/public/dns_over_https_server_config.cc", |
| 3071 | "net/dns/public/dns_query_type.cc", |
| 3072 | "net/dns/public/doh_provider_entry.cc", |
| 3073 | "net/dns/public/host_resolver_results.cc", |
| 3074 | "net/dns/public/resolve_error_info.cc", |
| 3075 | "net/dns/public/util.cc", |
| 3076 | ], |
| 3077 | } |
| 3078 | |
| 3079 | // GN: //net/http:transport_security_state_generated_files |
| 3080 | filegroup { |
| 3081 | name: "cronet_aml_net_http_transport_security_state_generated_files", |
| 3082 | srcs: [ |
| 3083 | "net/http/transport_security_state.cc", |
| 3084 | ], |
| 3085 | } |
| 3086 | |
| 3087 | // GN: //net:ios_cronet_buildflags |
| 3088 | genrule { |
| 3089 | name: "cronet_aml_net_ios_cronet_buildflags", |
| 3090 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
| 3091 | "$(location build/write_buildflag_header.py) --output " + |
| 3092 | "$(out) " + |
| 3093 | "--rulename " + |
| 3094 | "//net:ios_cronet_buildflags " + |
| 3095 | "--gen-dir " + |
| 3096 | ". " + |
| 3097 | "--definitions " + |
| 3098 | "/dev/stdin", |
| 3099 | out: [ |
| 3100 | "net/socket/ios_cronet_buildflags.h", |
| 3101 | ], |
| 3102 | tool_files: [ |
| 3103 | "build/write_buildflag_header.py", |
| 3104 | ], |
| 3105 | } |
| 3106 | |
| 3107 | // GN: //net:isolation_info_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3108 | genrule { |
| 3109 | name: "cronet_aml_net_isolation_info_proto_gen", |
| 3110 | srcs: [ |
| 3111 | "net/base/isolation_info.proto", |
| 3112 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3113 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3114 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3115 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3116 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/base --cpp_out=lite=true:$(genDir)/external/chromium_org/net/base/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3117 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3118 | "external/chromium_org/net/base/isolation_info.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3119 | ], |
| 3120 | } |
| 3121 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3122 | // GN: //net:isolation_info_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3123 | genrule { |
| 3124 | name: "cronet_aml_net_isolation_info_proto_gen_headers", |
| 3125 | srcs: [ |
| 3126 | "net/base/isolation_info.proto", |
| 3127 | ], |
| 3128 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3129 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3130 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3131 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/base --cpp_out=lite=true:$(genDir)/external/chromium_org/net/base/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3132 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3133 | "external/chromium_org/net/base/isolation_info.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3134 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3135 | export_include_dirs: [ |
| 3136 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3137 | "net/base", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3138 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3139 | ], |
| 3140 | } |
| 3141 | |
| 3142 | // GN: //net:net |
| 3143 | cc_library_static { |
| 3144 | name: "cronet_aml_net_net", |
| 3145 | srcs: [ |
| 3146 | ":cronet_aml_net_constants", |
| 3147 | ":cronet_aml_net_dns_dns", |
| 3148 | ":cronet_aml_net_dns_dns_client", |
| 3149 | ":cronet_aml_net_dns_host_resolver", |
| 3150 | ":cronet_aml_net_dns_host_resolver_manager", |
| 3151 | ":cronet_aml_net_dns_mdns_client", |
| 3152 | ":cronet_aml_net_dns_public_public", |
| 3153 | ":cronet_aml_net_http_transport_security_state_generated_files", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3154 | ":cronet_aml_net_isolation_info_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3155 | ":cronet_aml_net_net_deps", |
| 3156 | ":cronet_aml_net_net_export_header", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3157 | ":cronet_aml_net_net_nqe_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3158 | ":cronet_aml_net_net_public_deps", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3159 | ":cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3160 | ":cronet_aml_net_traffic_annotation_traffic_annotation", |
| 3161 | "net/android/android_http_util.cc", |
| 3162 | "net/android/cert_verify_result_android.cc", |
| 3163 | "net/android/gurl_utils.cc", |
| 3164 | "net/android/http_auth_negotiate_android.cc", |
| 3165 | "net/android/keystore.cc", |
| 3166 | "net/android/network_change_notifier_android.cc", |
| 3167 | "net/android/network_change_notifier_delegate_android.cc", |
| 3168 | "net/android/network_change_notifier_factory_android.cc", |
| 3169 | "net/android/network_library.cc", |
| 3170 | "net/android/radio_activity_tracker.cc", |
| 3171 | "net/android/traffic_stats.cc", |
| 3172 | "net/base/address_family.cc", |
| 3173 | "net/base/address_list.cc", |
| 3174 | "net/base/address_tracker_linux.cc", |
| 3175 | "net/base/auth.cc", |
| 3176 | "net/base/backoff_entry.cc", |
| 3177 | "net/base/backoff_entry_serializer.cc", |
| 3178 | "net/base/cache_metrics.cc", |
| 3179 | "net/base/chunked_upload_data_stream.cc", |
| 3180 | "net/base/connection_endpoint_metadata.cc", |
| 3181 | "net/base/data_url.cc", |
| 3182 | "net/base/datagram_buffer.cc", |
| 3183 | "net/base/elements_upload_data_stream.cc", |
| 3184 | "net/base/features.cc", |
| 3185 | "net/base/file_stream.cc", |
| 3186 | "net/base/file_stream_context.cc", |
| 3187 | "net/base/file_stream_context_posix.cc", |
| 3188 | "net/base/filename_util.cc", |
| 3189 | "net/base/filename_util_internal.cc", |
| 3190 | "net/base/hash_value.cc", |
| 3191 | "net/base/hex_utils.cc", |
| 3192 | "net/base/host_mapping_rules.cc", |
| 3193 | "net/base/host_port_pair.cc", |
| 3194 | "net/base/io_buffer.cc", |
| 3195 | "net/base/ip_address.cc", |
| 3196 | "net/base/ip_endpoint.cc", |
| 3197 | "net/base/isolation_info.cc", |
| 3198 | "net/base/load_timing_info.cc", |
| 3199 | "net/base/logging_network_change_observer.cc", |
| 3200 | "net/base/lookup_string_in_fixed_set.cc", |
| 3201 | "net/base/mime_sniffer.cc", |
| 3202 | "net/base/mime_util.cc", |
| 3203 | "net/base/net_errors.cc", |
| 3204 | "net/base/net_errors_posix.cc", |
| 3205 | "net/base/net_module.cc", |
| 3206 | "net/base/net_string_util_icu_alternatives_android.cc", |
| 3207 | "net/base/network_activity_monitor.cc", |
| 3208 | "net/base/network_anonymization_key.cc", |
| 3209 | "net/base/network_change_notifier.cc", |
| 3210 | "net/base/network_change_notifier_posix.cc", |
| 3211 | "net/base/network_delegate.cc", |
| 3212 | "net/base/network_delegate_impl.cc", |
| 3213 | "net/base/network_interfaces.cc", |
| 3214 | "net/base/network_interfaces_getifaddrs.cc", |
| 3215 | "net/base/network_interfaces_getifaddrs_android.cc", |
| 3216 | "net/base/network_interfaces_linux.cc", |
| 3217 | "net/base/network_interfaces_posix.cc", |
| 3218 | "net/base/network_isolation_key.cc", |
| 3219 | "net/base/parse_number.cc", |
| 3220 | "net/base/platform_mime_util_linux.cc", |
| 3221 | "net/base/port_util.cc", |
| 3222 | "net/base/prioritized_dispatcher.cc", |
| 3223 | "net/base/prioritized_task_runner.cc", |
| 3224 | "net/base/privacy_mode.cc", |
| 3225 | "net/base/proxy_server.cc", |
| 3226 | "net/base/proxy_string_util.cc", |
| 3227 | "net/base/registry_controlled_domains/registry_controlled_domain.cc", |
| 3228 | "net/base/request_priority.cc", |
| 3229 | "net/base/scheme_host_port_matcher.cc", |
| 3230 | "net/base/scheme_host_port_matcher_rule.cc", |
| 3231 | "net/base/schemeful_site.cc", |
| 3232 | "net/base/sockaddr_storage.cc", |
| 3233 | "net/base/sockaddr_util_posix.cc", |
| 3234 | "net/base/transport_info.cc", |
| 3235 | "net/base/upload_bytes_element_reader.cc", |
| 3236 | "net/base/upload_data_stream.cc", |
| 3237 | "net/base/upload_element_reader.cc", |
| 3238 | "net/base/upload_file_element_reader.cc", |
| 3239 | "net/base/url_util.cc", |
| 3240 | "net/cert/asn1_util.cc", |
| 3241 | "net/cert/caching_cert_verifier.cc", |
| 3242 | "net/cert/cert_and_ct_verifier.cc", |
| 3243 | "net/cert/cert_database.cc", |
| 3244 | "net/cert/cert_status_flags.cc", |
| 3245 | "net/cert/cert_verifier.cc", |
| 3246 | "net/cert/cert_verify_proc.cc", |
| 3247 | "net/cert/cert_verify_proc_android.cc", |
| 3248 | "net/cert/cert_verify_proc_builtin.cc", |
| 3249 | "net/cert/cert_verify_result.cc", |
| 3250 | "net/cert/coalescing_cert_verifier.cc", |
| 3251 | "net/cert/crl_set.cc", |
| 3252 | "net/cert/ct_log_response_parser.cc", |
| 3253 | "net/cert/ct_log_verifier.cc", |
| 3254 | "net/cert/ct_log_verifier_util.cc", |
| 3255 | "net/cert/ct_objects_extractor.cc", |
| 3256 | "net/cert/ct_policy_enforcer.cc", |
| 3257 | "net/cert/ct_sct_to_string.cc", |
| 3258 | "net/cert/ct_serialization.cc", |
| 3259 | "net/cert/ct_signed_certificate_timestamp_log_param.cc", |
| 3260 | "net/cert/do_nothing_ct_verifier.cc", |
| 3261 | "net/cert/ev_root_ca_metadata.cc", |
| 3262 | "net/cert/internal/cert_issuer_source_aia.cc", |
| 3263 | "net/cert/internal/revocation_checker.cc", |
| 3264 | "net/cert/internal/system_trust_store.cc", |
| 3265 | "net/cert/known_roots.cc", |
| 3266 | "net/cert/merkle_audit_proof.cc", |
| 3267 | "net/cert/merkle_consistency_proof.cc", |
| 3268 | "net/cert/merkle_tree_leaf.cc", |
| 3269 | "net/cert/multi_log_ct_verifier.cc", |
| 3270 | "net/cert/multi_threaded_cert_verifier.cc", |
| 3271 | "net/cert/ocsp_verify_result.cc", |
| 3272 | "net/cert/pem.cc", |
| 3273 | "net/cert/pki/cert_error_id.cc", |
| 3274 | "net/cert/pki/cert_error_params.cc", |
| 3275 | "net/cert/pki/cert_errors.cc", |
| 3276 | "net/cert/pki/cert_issuer_source_static.cc", |
| 3277 | "net/cert/pki/certificate_policies.cc", |
| 3278 | "net/cert/pki/common_cert_errors.cc", |
| 3279 | "net/cert/pki/crl.cc", |
| 3280 | "net/cert/pki/extended_key_usage.cc", |
| 3281 | "net/cert/pki/general_names.cc", |
| 3282 | "net/cert/pki/name_constraints.cc", |
| 3283 | "net/cert/pki/ocsp.cc", |
| 3284 | "net/cert/pki/parse_certificate.cc", |
| 3285 | "net/cert/pki/parse_name.cc", |
| 3286 | "net/cert/pki/parsed_certificate.cc", |
| 3287 | "net/cert/pki/path_builder.cc", |
| 3288 | "net/cert/pki/revocation_util.cc", |
| 3289 | "net/cert/pki/signature_algorithm.cc", |
| 3290 | "net/cert/pki/simple_path_builder_delegate.cc", |
| 3291 | "net/cert/pki/string_util.cc", |
| 3292 | "net/cert/pki/trust_store.cc", |
| 3293 | "net/cert/pki/trust_store_collection.cc", |
| 3294 | "net/cert/pki/trust_store_in_memory.cc", |
| 3295 | "net/cert/pki/verify_certificate_chain.cc", |
| 3296 | "net/cert/pki/verify_name_match.cc", |
| 3297 | "net/cert/pki/verify_signed_data.cc", |
| 3298 | "net/cert/sct_status_flags.cc", |
| 3299 | "net/cert/signed_certificate_timestamp.cc", |
| 3300 | "net/cert/signed_certificate_timestamp_and_status.cc", |
| 3301 | "net/cert/signed_tree_head.cc", |
| 3302 | "net/cert/symantec_certs.cc", |
| 3303 | "net/cert/test_root_certs.cc", |
| 3304 | "net/cert/test_root_certs_android.cc", |
| 3305 | "net/cert/trial_comparison_cert_verifier_util.cc", |
| 3306 | "net/cert/x509_cert_types.cc", |
| 3307 | "net/cert/x509_certificate.cc", |
| 3308 | "net/cert/x509_certificate_net_log_param.cc", |
| 3309 | "net/cert/x509_util.cc", |
| 3310 | "net/cert/x509_util_android.cc", |
| 3311 | "net/cert_net/cert_net_fetcher_url_request.cc", |
| 3312 | "net/cookies/canonical_cookie.cc", |
| 3313 | "net/cookies/cookie_access_delegate.cc", |
| 3314 | "net/cookies/cookie_access_result.cc", |
| 3315 | "net/cookies/cookie_change_dispatcher.cc", |
| 3316 | "net/cookies/cookie_constants.cc", |
| 3317 | "net/cookies/cookie_deletion_info.cc", |
| 3318 | "net/cookies/cookie_inclusion_status.cc", |
| 3319 | "net/cookies/cookie_monster.cc", |
| 3320 | "net/cookies/cookie_monster_change_dispatcher.cc", |
| 3321 | "net/cookies/cookie_monster_netlog_params.cc", |
| 3322 | "net/cookies/cookie_options.cc", |
| 3323 | "net/cookies/cookie_partition_key.cc", |
| 3324 | "net/cookies/cookie_partition_key_collection.cc", |
| 3325 | "net/cookies/cookie_store.cc", |
| 3326 | "net/cookies/cookie_util.cc", |
| 3327 | "net/cookies/parsed_cookie.cc", |
| 3328 | "net/cookies/site_for_cookies.cc", |
| 3329 | "net/cookies/static_cookie_policy.cc", |
| 3330 | "net/der/encode_values.cc", |
| 3331 | "net/der/input.cc", |
| 3332 | "net/der/parse_values.cc", |
| 3333 | "net/der/parser.cc", |
| 3334 | "net/der/tag.cc", |
| 3335 | "net/disk_cache/backend_cleanup_tracker.cc", |
| 3336 | "net/disk_cache/blockfile/addr.cc", |
| 3337 | "net/disk_cache/blockfile/backend_impl.cc", |
| 3338 | "net/disk_cache/blockfile/bitmap.cc", |
| 3339 | "net/disk_cache/blockfile/block_files.cc", |
| 3340 | "net/disk_cache/blockfile/disk_format.cc", |
| 3341 | "net/disk_cache/blockfile/entry_impl.cc", |
| 3342 | "net/disk_cache/blockfile/eviction.cc", |
| 3343 | "net/disk_cache/blockfile/file.cc", |
| 3344 | "net/disk_cache/blockfile/file_lock.cc", |
| 3345 | "net/disk_cache/blockfile/file_posix.cc", |
| 3346 | "net/disk_cache/blockfile/in_flight_backend_io.cc", |
| 3347 | "net/disk_cache/blockfile/in_flight_io.cc", |
| 3348 | "net/disk_cache/blockfile/mapped_file.cc", |
| 3349 | "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc", |
| 3350 | "net/disk_cache/blockfile/rankings.cc", |
| 3351 | "net/disk_cache/blockfile/sparse_control.cc", |
| 3352 | "net/disk_cache/blockfile/stats.cc", |
| 3353 | "net/disk_cache/cache_util.cc", |
| 3354 | "net/disk_cache/cache_util_posix.cc", |
| 3355 | "net/disk_cache/disk_cache.cc", |
| 3356 | "net/disk_cache/memory/mem_backend_impl.cc", |
| 3357 | "net/disk_cache/memory/mem_entry_impl.cc", |
| 3358 | "net/disk_cache/net_log_parameters.cc", |
| 3359 | "net/disk_cache/simple/post_doom_waiter.cc", |
| 3360 | "net/disk_cache/simple/simple_backend_impl.cc", |
| 3361 | "net/disk_cache/simple/simple_entry_format.cc", |
| 3362 | "net/disk_cache/simple/simple_entry_impl.cc", |
| 3363 | "net/disk_cache/simple/simple_entry_operation.cc", |
| 3364 | "net/disk_cache/simple/simple_file_enumerator.cc", |
| 3365 | "net/disk_cache/simple/simple_file_tracker.cc", |
| 3366 | "net/disk_cache/simple/simple_index.cc", |
| 3367 | "net/disk_cache/simple/simple_index_file.cc", |
| 3368 | "net/disk_cache/simple/simple_net_log_parameters.cc", |
| 3369 | "net/disk_cache/simple/simple_synchronous_entry.cc", |
| 3370 | "net/disk_cache/simple/simple_util.cc", |
| 3371 | "net/disk_cache/simple/simple_util_posix.cc", |
| 3372 | "net/disk_cache/simple/simple_version_upgrade.cc", |
| 3373 | "net/filter/brotli_source_stream.cc", |
| 3374 | "net/filter/filter_source_stream.cc", |
| 3375 | "net/filter/gzip_header.cc", |
| 3376 | "net/filter/gzip_source_stream.cc", |
| 3377 | "net/filter/source_stream.cc", |
| 3378 | "net/first_party_sets/addition_overlaps_union_find.cc", |
| 3379 | "net/first_party_sets/first_party_set_entry.cc", |
| 3380 | "net/first_party_sets/first_party_set_metadata.cc", |
| 3381 | "net/first_party_sets/first_party_sets_cache_filter.cc", |
| 3382 | "net/first_party_sets/first_party_sets_context_config.cc", |
| 3383 | "net/first_party_sets/global_first_party_sets.cc", |
| 3384 | "net/first_party_sets/same_party_context.cc", |
| 3385 | "net/http/alternative_service.cc", |
| 3386 | "net/http/bidirectional_stream.cc", |
| 3387 | "net/http/bidirectional_stream_impl.cc", |
| 3388 | "net/http/bidirectional_stream_request_info.cc", |
| 3389 | "net/http/broken_alternative_services.cc", |
| 3390 | "net/http/http_auth.cc", |
| 3391 | "net/http/http_auth_cache.cc", |
| 3392 | "net/http/http_auth_challenge_tokenizer.cc", |
| 3393 | "net/http/http_auth_controller.cc", |
| 3394 | "net/http/http_auth_filter.cc", |
| 3395 | "net/http/http_auth_handler.cc", |
| 3396 | "net/http/http_auth_handler_basic.cc", |
| 3397 | "net/http/http_auth_handler_digest.cc", |
| 3398 | "net/http/http_auth_handler_factory.cc", |
| 3399 | "net/http/http_auth_handler_negotiate.cc", |
| 3400 | "net/http/http_auth_handler_ntlm.cc", |
| 3401 | "net/http/http_auth_handler_ntlm_portable.cc", |
| 3402 | "net/http/http_auth_multi_round_parse.cc", |
| 3403 | "net/http/http_auth_ntlm_mechanism.cc", |
| 3404 | "net/http/http_auth_preferences.cc", |
| 3405 | "net/http/http_auth_scheme.cc", |
| 3406 | "net/http/http_basic_state.cc", |
| 3407 | "net/http/http_basic_stream.cc", |
| 3408 | "net/http/http_byte_range.cc", |
| 3409 | "net/http/http_cache.cc", |
| 3410 | "net/http/http_cache_lookup_manager.cc", |
| 3411 | "net/http/http_cache_transaction.cc", |
| 3412 | "net/http/http_cache_writers.cc", |
| 3413 | "net/http/http_chunked_decoder.cc", |
| 3414 | "net/http/http_content_disposition.cc", |
| 3415 | "net/http/http_log_util.cc", |
| 3416 | "net/http/http_network_layer.cc", |
| 3417 | "net/http/http_network_session.cc", |
| 3418 | "net/http/http_network_session_peer.cc", |
| 3419 | "net/http/http_network_transaction.cc", |
| 3420 | "net/http/http_proxy_client_socket.cc", |
| 3421 | "net/http/http_proxy_connect_job.cc", |
| 3422 | "net/http/http_raw_request_headers.cc", |
| 3423 | "net/http/http_request_headers.cc", |
| 3424 | "net/http/http_request_info.cc", |
| 3425 | "net/http/http_response_body_drainer.cc", |
| 3426 | "net/http/http_response_headers.cc", |
| 3427 | "net/http/http_response_info.cc", |
| 3428 | "net/http/http_security_headers.cc", |
| 3429 | "net/http/http_server_properties.cc", |
| 3430 | "net/http/http_server_properties_manager.cc", |
| 3431 | "net/http/http_status_code.cc", |
| 3432 | "net/http/http_stream_factory.cc", |
| 3433 | "net/http/http_stream_factory_job.cc", |
| 3434 | "net/http/http_stream_factory_job_controller.cc", |
| 3435 | "net/http/http_stream_parser.cc", |
| 3436 | "net/http/http_stream_request.cc", |
| 3437 | "net/http/http_util.cc", |
| 3438 | "net/http/http_vary_data.cc", |
| 3439 | "net/http/partial_data.cc", |
| 3440 | "net/http/proxy_client_socket.cc", |
| 3441 | "net/http/proxy_fallback.cc", |
| 3442 | "net/http/transport_security_persister.cc", |
| 3443 | "net/http/transport_security_state_source.cc", |
| 3444 | "net/http/url_security_manager.cc", |
| 3445 | "net/http/url_security_manager_posix.cc", |
| 3446 | "net/http/webfonts_histogram.cc", |
| 3447 | "net/log/file_net_log_observer.cc", |
| 3448 | "net/log/net_log.cc", |
| 3449 | "net/log/net_log_capture_mode.cc", |
| 3450 | "net/log/net_log_entry.cc", |
| 3451 | "net/log/net_log_event_type.cc", |
| 3452 | "net/log/net_log_source.cc", |
| 3453 | "net/log/net_log_util.cc", |
| 3454 | "net/log/net_log_values.cc", |
| 3455 | "net/log/net_log_with_source.cc", |
| 3456 | "net/log/trace_net_log_observer.cc", |
| 3457 | "net/network_error_logging/network_error_logging_service.cc", |
| 3458 | "net/nqe/cached_network_quality.cc", |
| 3459 | "net/nqe/effective_connection_type.cc", |
| 3460 | "net/nqe/event_creator.cc", |
| 3461 | "net/nqe/network_id.cc", |
| 3462 | "net/nqe/network_qualities_prefs_manager.cc", |
| 3463 | "net/nqe/network_quality.cc", |
| 3464 | "net/nqe/network_quality_estimator.cc", |
| 3465 | "net/nqe/network_quality_estimator_params.cc", |
| 3466 | "net/nqe/network_quality_estimator_util.cc", |
| 3467 | "net/nqe/network_quality_observation.cc", |
| 3468 | "net/nqe/network_quality_store.cc", |
| 3469 | "net/nqe/observation_buffer.cc", |
| 3470 | "net/nqe/pref_names.cc", |
| 3471 | "net/nqe/socket_watcher.cc", |
| 3472 | "net/nqe/socket_watcher_factory.cc", |
| 3473 | "net/nqe/throughput_analyzer.cc", |
| 3474 | "net/ntlm/ntlm.cc", |
| 3475 | "net/ntlm/ntlm_buffer_reader.cc", |
| 3476 | "net/ntlm/ntlm_buffer_writer.cc", |
| 3477 | "net/ntlm/ntlm_client.cc", |
| 3478 | "net/ntlm/ntlm_constants.cc", |
| 3479 | "net/proxy_resolution/configured_proxy_resolution_request.cc", |
| 3480 | "net/proxy_resolution/configured_proxy_resolution_service.cc", |
| 3481 | "net/proxy_resolution/dhcp_pac_file_fetcher.cc", |
| 3482 | "net/proxy_resolution/multi_threaded_proxy_resolver.cc", |
| 3483 | "net/proxy_resolution/network_delegate_error_observer.cc", |
| 3484 | "net/proxy_resolution/pac_file_data.cc", |
| 3485 | "net/proxy_resolution/pac_file_decider.cc", |
| 3486 | "net/proxy_resolution/pac_file_fetcher.cc", |
| 3487 | "net/proxy_resolution/pac_file_fetcher_impl.cc", |
| 3488 | "net/proxy_resolution/polling_proxy_config_service.cc", |
| 3489 | "net/proxy_resolution/proxy_bypass_rules.cc", |
| 3490 | "net/proxy_resolution/proxy_config.cc", |
| 3491 | "net/proxy_resolution/proxy_config_service.cc", |
| 3492 | "net/proxy_resolution/proxy_config_service_android.cc", |
| 3493 | "net/proxy_resolution/proxy_config_service_fixed.cc", |
| 3494 | "net/proxy_resolution/proxy_config_with_annotation.cc", |
| 3495 | "net/proxy_resolution/proxy_info.cc", |
| 3496 | "net/proxy_resolution/proxy_list.cc", |
| 3497 | "net/proxy_resolution/proxy_resolver_factory.cc", |
| 3498 | "net/quic/bidirectional_stream_quic_impl.cc", |
| 3499 | "net/quic/crypto/proof_source_chromium.cc", |
| 3500 | "net/quic/crypto/proof_verifier_chromium.cc", |
| 3501 | "net/quic/dedicated_web_transport_http3_client.cc", |
| 3502 | "net/quic/network_connection.cc", |
| 3503 | "net/quic/platform/impl/quic_chromium_clock.cc", |
| 3504 | "net/quic/properties_based_quic_server_info.cc", |
| 3505 | "net/quic/quic_address_mismatch.cc", |
| 3506 | "net/quic/quic_chromium_alarm_factory.cc", |
| 3507 | "net/quic/quic_chromium_client_session.cc", |
| 3508 | "net/quic/quic_chromium_client_stream.cc", |
| 3509 | "net/quic/quic_chromium_connection_helper.cc", |
| 3510 | "net/quic/quic_chromium_packet_reader.cc", |
| 3511 | "net/quic/quic_chromium_packet_writer.cc", |
| 3512 | "net/quic/quic_clock_skew_detector.cc", |
| 3513 | "net/quic/quic_connection_logger.cc", |
| 3514 | "net/quic/quic_connectivity_monitor.cc", |
| 3515 | "net/quic/quic_context.cc", |
| 3516 | "net/quic/quic_crypto_client_config_handle.cc", |
| 3517 | "net/quic/quic_crypto_client_stream_factory.cc", |
| 3518 | "net/quic/quic_event_logger.cc", |
| 3519 | "net/quic/quic_http3_logger.cc", |
| 3520 | "net/quic/quic_http_stream.cc", |
| 3521 | "net/quic/quic_http_utils.cc", |
| 3522 | "net/quic/quic_proxy_client_socket.cc", |
| 3523 | "net/quic/quic_server_info.cc", |
| 3524 | "net/quic/quic_session_key.cc", |
| 3525 | "net/quic/quic_stream_factory.cc", |
| 3526 | "net/quic/set_quic_flag.cc", |
| 3527 | "net/quic/web_transport_client.cc", |
| 3528 | "net/quic/web_transport_error.cc", |
| 3529 | "net/reporting/reporting_browsing_data_remover.cc", |
| 3530 | "net/reporting/reporting_cache.cc", |
| 3531 | "net/reporting/reporting_cache_impl.cc", |
| 3532 | "net/reporting/reporting_cache_observer.cc", |
| 3533 | "net/reporting/reporting_context.cc", |
| 3534 | "net/reporting/reporting_delegate.cc", |
| 3535 | "net/reporting/reporting_delivery_agent.cc", |
| 3536 | "net/reporting/reporting_endpoint.cc", |
| 3537 | "net/reporting/reporting_endpoint_manager.cc", |
| 3538 | "net/reporting/reporting_garbage_collector.cc", |
| 3539 | "net/reporting/reporting_header_parser.cc", |
| 3540 | "net/reporting/reporting_network_change_observer.cc", |
| 3541 | "net/reporting/reporting_policy.cc", |
| 3542 | "net/reporting/reporting_report.cc", |
| 3543 | "net/reporting/reporting_service.cc", |
| 3544 | "net/reporting/reporting_uploader.cc", |
| 3545 | "net/socket/client_socket_factory.cc", |
| 3546 | "net/socket/client_socket_handle.cc", |
| 3547 | "net/socket/client_socket_pool.cc", |
| 3548 | "net/socket/client_socket_pool_manager.cc", |
| 3549 | "net/socket/client_socket_pool_manager_impl.cc", |
| 3550 | "net/socket/connect_job.cc", |
| 3551 | "net/socket/connect_job_factory.cc", |
| 3552 | "net/socket/network_binding_client_socket_factory.cc", |
| 3553 | "net/socket/next_proto.cc", |
| 3554 | "net/socket/server_socket.cc", |
| 3555 | "net/socket/socket.cc", |
| 3556 | "net/socket/socket_bio_adapter.cc", |
| 3557 | "net/socket/socket_descriptor.cc", |
| 3558 | "net/socket/socket_net_log_params.cc", |
| 3559 | "net/socket/socket_options.cc", |
| 3560 | "net/socket/socket_posix.cc", |
| 3561 | "net/socket/socket_tag.cc", |
| 3562 | "net/socket/socks5_client_socket.cc", |
| 3563 | "net/socket/socks_client_socket.cc", |
| 3564 | "net/socket/socks_connect_job.cc", |
| 3565 | "net/socket/ssl_client_socket.cc", |
| 3566 | "net/socket/ssl_client_socket_impl.cc", |
| 3567 | "net/socket/ssl_connect_job.cc", |
| 3568 | "net/socket/ssl_server_socket_impl.cc", |
| 3569 | "net/socket/stream_socket.cc", |
| 3570 | "net/socket/tcp_client_socket.cc", |
| 3571 | "net/socket/tcp_server_socket.cc", |
| 3572 | "net/socket/tcp_socket_posix.cc", |
| 3573 | "net/socket/transport_client_socket.cc", |
| 3574 | "net/socket/transport_client_socket_pool.cc", |
| 3575 | "net/socket/transport_connect_job.cc", |
| 3576 | "net/socket/transport_connect_sub_job.cc", |
| 3577 | "net/socket/udp_client_socket.cc", |
| 3578 | "net/socket/udp_net_log_parameters.cc", |
| 3579 | "net/socket/udp_server_socket.cc", |
| 3580 | "net/socket/udp_socket_global_limits.cc", |
| 3581 | "net/socket/udp_socket_posix.cc", |
| 3582 | "net/socket/unix_domain_client_socket_posix.cc", |
| 3583 | "net/socket/unix_domain_server_socket_posix.cc", |
| 3584 | "net/socket/websocket_endpoint_lock_manager.cc", |
| 3585 | "net/socket/websocket_transport_client_socket_pool.cc", |
| 3586 | "net/spdy/alps_decoder.cc", |
| 3587 | "net/spdy/bidirectional_stream_spdy_impl.cc", |
| 3588 | "net/spdy/buffered_spdy_framer.cc", |
| 3589 | "net/spdy/header_coalescer.cc", |
| 3590 | "net/spdy/http2_priority_dependencies.cc", |
| 3591 | "net/spdy/http2_push_promise_index.cc", |
| 3592 | "net/spdy/multiplexed_http_stream.cc", |
| 3593 | "net/spdy/multiplexed_session.cc", |
| 3594 | "net/spdy/spdy_buffer.cc", |
| 3595 | "net/spdy/spdy_buffer_producer.cc", |
| 3596 | "net/spdy/spdy_http_stream.cc", |
| 3597 | "net/spdy/spdy_http_utils.cc", |
| 3598 | "net/spdy/spdy_log_util.cc", |
| 3599 | "net/spdy/spdy_proxy_client_socket.cc", |
| 3600 | "net/spdy/spdy_read_queue.cc", |
| 3601 | "net/spdy/spdy_session.cc", |
| 3602 | "net/spdy/spdy_session_key.cc", |
| 3603 | "net/spdy/spdy_session_pool.cc", |
| 3604 | "net/spdy/spdy_stream.cc", |
| 3605 | "net/spdy/spdy_write_queue.cc", |
| 3606 | "net/ssl/cert_compression.cc", |
| 3607 | "net/ssl/client_cert_identity.cc", |
| 3608 | "net/ssl/openssl_ssl_util.cc", |
| 3609 | "net/ssl/ssl_cert_request_info.cc", |
| 3610 | "net/ssl/ssl_cipher_suite_names.cc", |
| 3611 | "net/ssl/ssl_client_auth_cache.cc", |
| 3612 | "net/ssl/ssl_client_session_cache.cc", |
| 3613 | "net/ssl/ssl_config.cc", |
| 3614 | "net/ssl/ssl_config_service.cc", |
| 3615 | "net/ssl/ssl_config_service_defaults.cc", |
| 3616 | "net/ssl/ssl_info.cc", |
| 3617 | "net/ssl/ssl_key_logger.cc", |
| 3618 | "net/ssl/ssl_key_logger_impl.cc", |
| 3619 | "net/ssl/ssl_platform_key_android.cc", |
| 3620 | "net/ssl/ssl_platform_key_util.cc", |
| 3621 | "net/ssl/ssl_private_key.cc", |
| 3622 | "net/ssl/ssl_server_config.cc", |
| 3623 | "net/ssl/threaded_ssl_private_key.cc", |
| 3624 | "net/url_request/redirect_info.cc", |
| 3625 | "net/url_request/redirect_util.cc", |
| 3626 | "net/url_request/report_sender.cc", |
| 3627 | "net/url_request/static_http_user_agent_settings.cc", |
| 3628 | "net/url_request/url_request.cc", |
| 3629 | "net/url_request/url_request_context.cc", |
| 3630 | "net/url_request/url_request_context_builder.cc", |
| 3631 | "net/url_request/url_request_context_getter.cc", |
| 3632 | "net/url_request/url_request_error_job.cc", |
| 3633 | "net/url_request/url_request_filter.cc", |
| 3634 | "net/url_request/url_request_http_job.cc", |
| 3635 | "net/url_request/url_request_interceptor.cc", |
| 3636 | "net/url_request/url_request_job.cc", |
| 3637 | "net/url_request/url_request_job_factory.cc", |
| 3638 | "net/url_request/url_request_netlog_params.cc", |
| 3639 | "net/url_request/url_request_redirect_job.cc", |
| 3640 | "net/url_request/url_request_throttler_entry.cc", |
| 3641 | "net/url_request/url_request_throttler_manager.cc", |
| 3642 | "net/url_request/view_cache_helper.cc", |
| 3643 | "net/url_request/websocket_handshake_userdata_key.cc", |
| 3644 | ], |
| 3645 | shared_libs: [ |
| 3646 | "libandroid", |
| 3647 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3648 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3649 | ], |
| 3650 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3651 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3652 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3653 | "cronet_aml_base_base_static", |
| 3654 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3655 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 3656 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 3657 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 3658 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3659 | "cronet_aml_crypto_crypto", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3660 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3661 | "cronet_aml_net_third_party_quiche_quiche", |
| 3662 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 3663 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3664 | "cronet_aml_third_party_brotli_common", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3665 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3666 | "cronet_aml_third_party_icu_icui18n", |
| 3667 | "cronet_aml_third_party_icu_icuuc_private", |
| 3668 | "cronet_aml_third_party_libevent_libevent", |
| 3669 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 3670 | "cronet_aml_third_party_protobuf_protobuf_full", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 3671 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 3672 | "cronet_aml_third_party_protobuf_protoc_lib", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3673 | "cronet_aml_third_party_zlib_zlib", |
| 3674 | "cronet_aml_url_url", |
| 3675 | ], |
| 3676 | generated_headers: [ |
| 3677 | "cronet_aml_base_debugging_buildflags", |
| 3678 | "cronet_aml_base_logging_buildflags", |
| 3679 | "cronet_aml_build_branding_buildflags", |
| 3680 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3681 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3682 | "cronet_aml_net_buildflags", |
| 3683 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3684 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3685 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3686 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3687 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3688 | "cronet_aml_url_buildflags", |
| 3689 | ], |
| 3690 | export_generated_headers: [ |
| 3691 | "cronet_aml_base_debugging_buildflags", |
| 3692 | "cronet_aml_base_logging_buildflags", |
| 3693 | "cronet_aml_build_branding_buildflags", |
| 3694 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3695 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3696 | "cronet_aml_net_buildflags", |
| 3697 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3698 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3699 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3700 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3701 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3702 | "cronet_aml_url_buildflags", |
| 3703 | ], |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3704 | export_static_lib_headers: [ |
Motomu Utsumi | 2f66bb3 | 2022-11-10 11:21:14 +0900 | [diff] [blame] | 3705 | "cronet_aml_crypto_crypto", |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3706 | "cronet_aml_net_third_party_quiche_quiche", |
| 3707 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3708 | defaults: [ |
| 3709 | "cronet_aml_defaults", |
| 3710 | ], |
| 3711 | cflags: [ |
| 3712 | "-DANDROID", |
| 3713 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3714 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3715 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3716 | "-DDCHECK_ALWAYS_ON=1", |
| 3717 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3718 | "-DENABLE_BUILT_IN_DNS", |
| 3719 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3720 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3721 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3722 | "-DHAVE_PTHREAD", |
| 3723 | "-DHAVE_SYS_UIO_H", |
| 3724 | "-DNET_IMPLEMENTATION", |
| 3725 | "-D_DEBUG", |
| 3726 | "-D_GNU_SOURCE", |
| 3727 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3728 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3729 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3730 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3731 | "-D__STDC_CONSTANT_MACROS", |
| 3732 | "-D__STDC_FORMAT_MACROS", |
| 3733 | ], |
| 3734 | local_include_dirs: [ |
| 3735 | "./", |
| 3736 | "buildtools/third_party/libc++/", |
| 3737 | "buildtools/third_party/libc++/trunk/include", |
| 3738 | "buildtools/third_party/libc++abi/trunk/include", |
| 3739 | "net/third_party/quiche/overrides/", |
| 3740 | "net/third_party/quiche/src/", |
| 3741 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3742 | "third_party/abseil-cpp/", |
| 3743 | "third_party/boringssl/src/include/", |
| 3744 | "third_party/brotli/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 3745 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3746 | "third_party/zlib/", |
| 3747 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3748 | ], |
| 3749 | header_libs: [ |
| 3750 | "jni_headers", |
| 3751 | ], |
| 3752 | cpp_std: "c++20", |
Mohannad Farrag | 627dc91 | 2022-11-11 19:00:26 +0000 | [diff] [blame] | 3753 | rtti: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3754 | } |
| 3755 | |
| 3756 | // GN: //net:net_deps |
| 3757 | filegroup { |
| 3758 | name: "cronet_aml_net_net_deps", |
| 3759 | } |
| 3760 | |
| 3761 | // GN: //net:net_export_header |
| 3762 | filegroup { |
| 3763 | name: "cronet_aml_net_net_export_header", |
| 3764 | } |
| 3765 | |
| 3766 | // GN: //net:net_jni_headers |
| 3767 | genrule { |
| 3768 | name: "cronet_aml_net_net_jni_headers", |
| 3769 | srcs: [ |
| 3770 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 3771 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 3772 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 3773 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 3774 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 3775 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 3776 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 3777 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 3778 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 3779 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 3780 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 3781 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 3782 | "net/android/java/src/org/chromium/net/X509Util.java", |
| 3783 | ], |
| 3784 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 3785 | "long " + |
| 3786 | " " + |
| 3787 | " " + |
| 3788 | "--output_dir " + |
| 3789 | "$(genDir)/net/net_jni_headers " + |
| 3790 | "--includes " + |
| 3791 | "base/android/jni_generator/jni_generator_helper.h " + |
| 3792 | "--use_proxy_hash " + |
| 3793 | "--output_name " + |
| 3794 | "AndroidCertVerifyResult_jni.h " + |
| 3795 | "--output_name " + |
| 3796 | "AndroidKeyStore_jni.h " + |
| 3797 | "--output_name " + |
| 3798 | "AndroidNetworkLibrary_jni.h " + |
| 3799 | "--output_name " + |
| 3800 | "AndroidTrafficStats_jni.h " + |
| 3801 | "--output_name " + |
| 3802 | "DnsStatus_jni.h " + |
| 3803 | "--output_name " + |
| 3804 | "GURLUtils_jni.h " + |
| 3805 | "--output_name " + |
| 3806 | "HttpNegotiateAuthenticator_jni.h " + |
| 3807 | "--output_name " + |
| 3808 | "HttpUtil_jni.h " + |
| 3809 | "--output_name " + |
| 3810 | "NetStringUtil_jni.h " + |
| 3811 | "--output_name " + |
| 3812 | "NetworkActiveNotifier_jni.h " + |
| 3813 | "--output_name " + |
| 3814 | "NetworkChangeNotifier_jni.h " + |
| 3815 | "--output_name " + |
| 3816 | "ProxyChangeListener_jni.h " + |
| 3817 | "--output_name " + |
| 3818 | "X509Util_jni.h " + |
| 3819 | "--input_file " + |
| 3820 | "$(location net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java) " + |
| 3821 | "--input_file " + |
| 3822 | "$(location net/android/java/src/org/chromium/net/AndroidKeyStore.java) " + |
| 3823 | "--input_file " + |
| 3824 | "$(location net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java) " + |
| 3825 | "--input_file " + |
| 3826 | "$(location net/android/java/src/org/chromium/net/AndroidTrafficStats.java) " + |
| 3827 | "--input_file " + |
| 3828 | "$(location net/android/java/src/org/chromium/net/DnsStatus.java) " + |
| 3829 | "--input_file " + |
| 3830 | "$(location net/android/java/src/org/chromium/net/GURLUtils.java) " + |
| 3831 | "--input_file " + |
| 3832 | "$(location net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java) " + |
| 3833 | "--input_file " + |
| 3834 | "$(location net/android/java/src/org/chromium/net/HttpUtil.java) " + |
| 3835 | "--input_file " + |
| 3836 | "$(location net/android/java/src/org/chromium/net/NetStringUtil.java) " + |
| 3837 | "--input_file " + |
| 3838 | "$(location net/android/java/src/org/chromium/net/NetworkActiveNotifier.java) " + |
| 3839 | "--input_file " + |
| 3840 | "$(location net/android/java/src/org/chromium/net/NetworkChangeNotifier.java) " + |
| 3841 | "--input_file " + |
| 3842 | "$(location net/android/java/src/org/chromium/net/ProxyChangeListener.java) " + |
| 3843 | "--input_file " + |
| 3844 | "$(location net/android/java/src/org/chromium/net/X509Util.java)", |
| 3845 | out: [ |
| 3846 | "net/net_jni_headers/AndroidCertVerifyResult_jni.h", |
| 3847 | "net/net_jni_headers/AndroidKeyStore_jni.h", |
| 3848 | "net/net_jni_headers/AndroidNetworkLibrary_jni.h", |
| 3849 | "net/net_jni_headers/AndroidTrafficStats_jni.h", |
| 3850 | "net/net_jni_headers/DnsStatus_jni.h", |
| 3851 | "net/net_jni_headers/GURLUtils_jni.h", |
| 3852 | "net/net_jni_headers/HttpNegotiateAuthenticator_jni.h", |
| 3853 | "net/net_jni_headers/HttpUtil_jni.h", |
| 3854 | "net/net_jni_headers/NetStringUtil_jni.h", |
| 3855 | "net/net_jni_headers/NetworkActiveNotifier_jni.h", |
| 3856 | "net/net_jni_headers/NetworkChangeNotifier_jni.h", |
| 3857 | "net/net_jni_headers/ProxyChangeListener_jni.h", |
| 3858 | "net/net_jni_headers/X509Util_jni.h", |
| 3859 | ], |
| 3860 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 3861 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3862 | "base/android/jni_generator/jni_generator.py", |
| 3863 | "build/android/gyp/util/__init__.py", |
| 3864 | "build/android/gyp/util/build_utils.py", |
| 3865 | "build/gn_helpers.py", |
| 3866 | ], |
| 3867 | } |
| 3868 | |
| 3869 | // GN: //net:net_nqe_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3870 | genrule { |
| 3871 | name: "cronet_aml_net_net_nqe_proto_gen", |
| 3872 | srcs: [ |
| 3873 | "net/nqe/proto/network_id_proto.proto", |
| 3874 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3875 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3876 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3877 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3878 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/nqe/proto --cpp_out=lite=true:$(genDir)/external/chromium_org/net/nqe/proto/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3879 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3880 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3881 | ], |
| 3882 | } |
| 3883 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3884 | // GN: //net:net_nqe_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3885 | genrule { |
| 3886 | name: "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3887 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3888 | "net/nqe/proto/network_id_proto.proto", |
| 3889 | ], |
| 3890 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3891 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3892 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3893 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/nqe/proto --cpp_out=lite=true:$(genDir)/external/chromium_org/net/nqe/proto/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3894 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3895 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3896 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3897 | export_include_dirs: [ |
| 3898 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3899 | "net/nqe/proto", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3900 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3901 | ], |
| 3902 | } |
| 3903 | |
| 3904 | // GN: //net:net_public_deps |
| 3905 | filegroup { |
| 3906 | name: "cronet_aml_net_net_public_deps", |
| 3907 | } |
| 3908 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3909 | // GN: //net:preload_decoder |
| 3910 | cc_library_static { |
| 3911 | name: "cronet_aml_net_preload_decoder", |
| 3912 | srcs: [ |
| 3913 | "net/extras/preload_data/decoder.cc", |
| 3914 | ], |
| 3915 | shared_libs: [ |
| 3916 | "libandroid", |
| 3917 | "liblog", |
| 3918 | ], |
| 3919 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3920 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3921 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3922 | "cronet_aml_base_base_static", |
| 3923 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3924 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 3925 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3926 | "cronet_aml_third_party_icu_icui18n", |
| 3927 | "cronet_aml_third_party_icu_icuuc_private", |
| 3928 | "cronet_aml_third_party_libevent_libevent", |
| 3929 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3930 | ], |
| 3931 | defaults: [ |
| 3932 | "cronet_aml_defaults", |
| 3933 | ], |
| 3934 | cflags: [ |
| 3935 | "-DANDROID", |
| 3936 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3937 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3938 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3939 | "-DDCHECK_ALWAYS_ON=1", |
| 3940 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3941 | "-DHAVE_SYS_UIO_H", |
| 3942 | "-D_DEBUG", |
| 3943 | "-D_GNU_SOURCE", |
| 3944 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3945 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3946 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3947 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3948 | "-D__STDC_CONSTANT_MACROS", |
| 3949 | "-D__STDC_FORMAT_MACROS", |
| 3950 | ], |
| 3951 | local_include_dirs: [ |
| 3952 | "./", |
| 3953 | "buildtools/third_party/libc++/", |
| 3954 | "buildtools/third_party/libc++/trunk/include", |
| 3955 | "buildtools/third_party/libc++abi/trunk/include", |
| 3956 | "third_party/abseil-cpp/", |
| 3957 | "third_party/boringssl/src/include/", |
| 3958 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3959 | ], |
| 3960 | cpp_std: "c++20", |
| 3961 | } |
| 3962 | |
| 3963 | // GN: //net/third_party/quiche:net_quic_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3964 | genrule { |
| 3965 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
| 3966 | srcs: [ |
| 3967 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3968 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3969 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3970 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3971 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3972 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3973 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3974 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/third_party/quiche/src --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3975 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3976 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc", |
| 3977 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc", |
| 3978 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3979 | ], |
| 3980 | } |
| 3981 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3982 | // GN: //net/third_party/quiche:net_quic_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3983 | genrule { |
| 3984 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
| 3985 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3986 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3987 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3988 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3989 | ], |
| 3990 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3991 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3992 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 3993 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/third_party/quiche/src --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3994 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3995 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.h", |
| 3996 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.h", |
| 3997 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3998 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3999 | export_include_dirs: [ |
| 4000 | ".", |
Mohannad Farrag | e558ead | 2022-11-08 18:44:04 +0000 | [diff] [blame] | 4001 | "net/third_party/quiche/src", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4002 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4003 | ], |
| 4004 | } |
| 4005 | |
| 4006 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4007 | genrule { |
| 4008 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
| 4009 | srcs: [ |
| 4010 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 4011 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 4012 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 4013 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 4014 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 4015 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4016 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4017 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 4018 | ], |
| 4019 | } |
| 4020 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4021 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 4022 | genrule { |
| 4023 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
| 4024 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 4025 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 4026 | ], |
| 4027 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 4028 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 4029 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 4030 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 4031 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4032 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4033 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4034 | export_include_dirs: [ |
| 4035 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 4036 | "net/third_party/quiche/src/quiche/quic/test_tools", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4037 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4038 | ], |
| 4039 | } |
| 4040 | |
| 4041 | // GN: //net/third_party/quiche:quiche |
| 4042 | cc_library_static { |
| 4043 | name: "cronet_aml_net_third_party_quiche_quiche", |
| 4044 | srcs: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4045 | ":cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4046 | ":cronet_aml_third_party_abseil_cpp_absl", |
| 4047 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 4048 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 4049 | ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 4050 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 4051 | ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 4052 | ":cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 4053 | ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 4054 | ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 4055 | ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 4056 | ":cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 4057 | ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 4058 | ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 4059 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 4060 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 4061 | ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 4062 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 4063 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 4064 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 4065 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 4066 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 4067 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 4068 | ":cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 4069 | ":cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 4070 | ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 4071 | ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 4072 | ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 4073 | ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 4074 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 4075 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 4076 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 4077 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 4078 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 4079 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 4080 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 4081 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 4082 | ":cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 4083 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 4084 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 4085 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 4086 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 4087 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 4088 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 4089 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 4090 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 4091 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 4092 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 4093 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 4094 | ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 4095 | ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 4096 | ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 4097 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 4098 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 4099 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 4100 | ":cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 4101 | ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 4102 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 4103 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 4104 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 4105 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 4106 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 4107 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 4108 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 4109 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 4110 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 4111 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 4112 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 4113 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 4114 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 4115 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 4116 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 4117 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 4118 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 4119 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 4120 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 4121 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 4122 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 4123 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 4124 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 4125 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 4126 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 4127 | ":cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 4128 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 4129 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 4130 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 4131 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 4132 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 4133 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 4134 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 4135 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 4136 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 4137 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 4138 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 4139 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 4140 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 4141 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 4142 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 4143 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 4144 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 4145 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 4146 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 4147 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 4148 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 4149 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 4150 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 4151 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 4152 | ":cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 4153 | ":cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 4154 | ":cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 4155 | ":cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 4156 | ":cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 4157 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_mutex_impl.cc", |
| 4158 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_time_utils_impl.cc", |
| 4159 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_url_utils_impl.cc", |
| 4160 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_hostname_utils.cc", |
| 4161 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_mutex.cc", |
| 4162 | "net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc", |
| 4163 | "net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.cc", |
| 4164 | "net/third_party/quiche/src/quiche/common/quiche_crypto_logging.cc", |
| 4165 | "net/third_party/quiche/src/quiche/common/quiche_data_reader.cc", |
| 4166 | "net/third_party/quiche/src/quiche/common/quiche_data_writer.cc", |
| 4167 | "net/third_party/quiche/src/quiche/common/quiche_ip_address.cc", |
| 4168 | "net/third_party/quiche/src/quiche/common/quiche_ip_address_family.cc", |
| 4169 | "net/third_party/quiche/src/quiche/common/quiche_mem_slice_storage.cc", |
| 4170 | "net/third_party/quiche/src/quiche/common/quiche_random.cc", |
| 4171 | "net/third_party/quiche/src/quiche/common/quiche_text_utils.cc", |
| 4172 | "net/third_party/quiche/src/quiche/common/simple_buffer_allocator.cc", |
| 4173 | "net/third_party/quiche/src/quiche/common/structured_headers.cc", |
| 4174 | "net/third_party/quiche/src/quiche/http2/adapter/event_forwarder.cc", |
| 4175 | "net/third_party/quiche/src/quiche/http2/adapter/header_validator.cc", |
| 4176 | "net/third_party/quiche/src/quiche/http2/adapter/http2_protocol.cc", |
| 4177 | "net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc", |
| 4178 | "net/third_party/quiche/src/quiche/http2/adapter/noop_header_validator.cc", |
| 4179 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_adapter.cc", |
| 4180 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_session.cc", |
| 4181 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_util.cc", |
| 4182 | "net/third_party/quiche/src/quiche/http2/adapter/window_manager.cc", |
| 4183 | "net/third_party/quiche/src/quiche/http2/core/http2_trace_logging.cc", |
| 4184 | "net/third_party/quiche/src/quiche/http2/decoder/decode_buffer.cc", |
| 4185 | "net/third_party/quiche/src/quiche/http2/decoder/decode_http2_structures.cc", |
| 4186 | "net/third_party/quiche/src/quiche/http2/decoder/decode_status.cc", |
| 4187 | "net/third_party/quiche/src/quiche/http2/decoder/frame_decoder_state.cc", |
| 4188 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder.cc", |
| 4189 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder_listener.cc", |
| 4190 | "net/third_party/quiche/src/quiche/http2/decoder/http2_structure_decoder.cc", |
| 4191 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc", |
| 4192 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc", |
| 4193 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/data_payload_decoder.cc", |
| 4194 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc", |
| 4195 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc", |
| 4196 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc", |
| 4197 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc", |
| 4198 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc", |
| 4199 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc", |
| 4200 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc", |
| 4201 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc", |
| 4202 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc", |
| 4203 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc", |
| 4204 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_block_decoder.cc", |
| 4205 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder.cc", |
| 4206 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_listener.cc", |
| 4207 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_state.cc", |
| 4208 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc", |
| 4209 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_tables.cc", |
| 4210 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoding_error.cc", |
| 4211 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder.cc", |
| 4212 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc", |
| 4213 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc", |
| 4214 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder.cc", |
| 4215 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc", |
| 4216 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc", |
| 4217 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc", |
| 4218 | "net/third_party/quiche/src/quiche/http2/hpack/http2_hpack_constants.cc", |
| 4219 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc", |
| 4220 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_encoder.cc", |
| 4221 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/huffman_spec_tables.cc", |
| 4222 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_decoder.cc", |
| 4223 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_encoder.cc", |
| 4224 | "net/third_party/quiche/src/quiche/http2/http2_constants.cc", |
| 4225 | "net/third_party/quiche/src/quiche/http2/http2_structures.cc", |
| 4226 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.cc", |
| 4227 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_drain.cc", |
| 4228 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_misc.cc", |
| 4229 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_bw.cc", |
| 4230 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_rtt.cc", |
| 4231 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_sender.cc", |
| 4232 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_startup.cc", |
| 4233 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr_sender.cc", |
| 4234 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/cubic_bytes.cc", |
| 4235 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/general_loss_algorithm.cc", |
| 4236 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/hybrid_slow_start.cc", |
| 4237 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/pacing_sender.cc", |
| 4238 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/prr_sender.cc", |
| 4239 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/rtt_stats.cc", |
| 4240 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/send_algorithm_interface.cc", |
| 4241 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc", |
| 4242 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/uber_loss_algorithm.cc", |
| 4243 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_decrypter.cc", |
| 4244 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_encrypter.cc", |
| 4245 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc", |
| 4246 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc", |
| 4247 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_decrypter.cc", |
| 4248 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_encrypter.cc", |
| 4249 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_decrypter.cc", |
| 4250 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_encrypter.cc", |
| 4251 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_decrypter.cc", |
| 4252 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_encrypter.cc", |
| 4253 | "net/third_party/quiche/src/quiche/quic/core/crypto/cert_compressor.cc", |
| 4254 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_util.cc", |
| 4255 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view.cc", |
| 4256 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc", |
| 4257 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc", |
| 4258 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc", |
| 4259 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc", |
| 4260 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_decrypter.cc", |
| 4261 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_encrypter.cc", |
| 4262 | "net/third_party/quiche/src/quiche/quic/core/crypto/channel_id.cc", |
| 4263 | "net/third_party/quiche/src/quiche/quic/core/crypto/client_proof_source.cc", |
| 4264 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_framer.cc", |
| 4265 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake.cc", |
| 4266 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message.cc", |
| 4267 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_secret_boxer.cc", |
| 4268 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_utils.cc", |
| 4269 | "net/third_party/quiche/src/quiche/quic/core/crypto/curve25519_key_exchange.cc", |
| 4270 | "net/third_party/quiche/src/quiche/quic/core/crypto/key_exchange.cc", |
| 4271 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_decrypter.cc", |
| 4272 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_encrypter.cc", |
| 4273 | "net/third_party/quiche/src/quiche/quic/core/crypto/p256_key_exchange.cc", |
| 4274 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source.cc", |
| 4275 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source_x509.cc", |
| 4276 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_client_session_cache.cc", |
| 4277 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_compressed_certs_cache.cc", |
| 4278 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypter.cc", |
| 4279 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_client_config.cc", |
| 4280 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_proof.cc", |
| 4281 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_server_config.cc", |
| 4282 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_decrypter.cc", |
| 4283 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_encrypter.cc", |
| 4284 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.cc", |
| 4285 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_client_connection.cc", |
| 4286 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_connection.cc", |
| 4287 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_server_connection.cc", |
| 4288 | "net/third_party/quiche/src/quiche/quic/core/crypto/transport_parameters.cc", |
| 4289 | "net/third_party/quiche/src/quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc", |
| 4290 | "net/third_party/quiche/src/quiche/quic/core/deterministic_connection_id_generator.cc", |
| 4291 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frame.cc", |
| 4292 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frequency_frame.cc", |
| 4293 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_blocked_frame.cc", |
| 4294 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_connection_close_frame.cc", |
| 4295 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_crypto_frame.cc", |
| 4296 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_frame.cc", |
| 4297 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_goaway_frame.cc", |
| 4298 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_handshake_done_frame.cc", |
| 4299 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_max_streams_frame.cc", |
| 4300 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_message_frame.cc", |
| 4301 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_connection_id_frame.cc", |
| 4302 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_token_frame.cc", |
| 4303 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_padding_frame.cc", |
| 4304 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc", |
| 4305 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_response_frame.cc", |
| 4306 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ping_frame.cc", |
| 4307 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_retire_connection_id_frame.cc", |
| 4308 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_rst_stream_frame.cc", |
| 4309 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_sending_frame.cc", |
| 4310 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_waiting_frame.cc", |
| 4311 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stream_frame.cc", |
| 4312 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_streams_blocked_frame.cc", |
| 4313 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_window_update_frame.cc", |
| 4314 | "net/third_party/quiche/src/quiche/quic/core/http/capsule.cc", |
| 4315 | "net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc", |
| 4316 | "net/third_party/quiche/src/quiche/quic/core/http/http_decoder.cc", |
| 4317 | "net/third_party/quiche/src/quiche/quic/core/http/http_encoder.cc", |
| 4318 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_promised_info.cc", |
| 4319 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_push_promise_index.cc", |
| 4320 | "net/third_party/quiche/src/quiche/quic/core/http/quic_header_list.cc", |
| 4321 | "net/third_party/quiche/src/quiche/quic/core/http/quic_headers_stream.cc", |
| 4322 | "net/third_party/quiche/src/quiche/quic/core/http/quic_receive_control_stream.cc", |
| 4323 | "net/third_party/quiche/src/quiche/quic/core/http/quic_send_control_stream.cc", |
| 4324 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_initiated_spdy_stream.cc", |
| 4325 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_session_base.cc", |
| 4326 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session.cc", |
| 4327 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.cc", |
| 4328 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_stream.cc", |
| 4329 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_session.cc", |
| 4330 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream.cc", |
| 4331 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream_body_manager.cc", |
| 4332 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_server_push_utils.cc", |
| 4333 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_utils.cc", |
| 4334 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_http3.cc", |
| 4335 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_stream_adapter.cc", |
| 4336 | "net/third_party/quiche/src/quiche/quic/core/legacy_quic_stream_id_manager.cc", |
| 4337 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_blocking_manager.cc", |
| 4338 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc", |
| 4339 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder.cc", |
| 4340 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc", |
| 4341 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_sender.cc", |
| 4342 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder.cc", |
| 4343 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc", |
| 4344 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc", |
| 4345 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_header_table.cc", |
| 4346 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions.cc", |
| 4347 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_decoder.cc", |
| 4348 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_encoder.cc", |
| 4349 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instructions.cc", |
| 4350 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_progressive_decoder.cc", |
| 4351 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_receive_stream.cc", |
| 4352 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_required_insert_count.cc", |
| 4353 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_send_stream.cc", |
| 4354 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_static_table.cc", |
| 4355 | "net/third_party/quiche/src/quiche/quic/core/qpack/value_splitting_header_list.cc", |
| 4356 | "net/third_party/quiche/src/quiche/quic/core/quic_ack_listener_interface.cc", |
| 4357 | "net/third_party/quiche/src/quiche/quic/core/quic_alarm.cc", |
| 4358 | "net/third_party/quiche/src/quiche/quic/core/quic_bandwidth.cc", |
| 4359 | "net/third_party/quiche/src/quiche/quic/core/quic_chaos_protector.cc", |
| 4360 | "net/third_party/quiche/src/quiche/quic/core/quic_clock.cc", |
| 4361 | "net/third_party/quiche/src/quiche/quic/core/quic_coalesced_packet.cc", |
| 4362 | "net/third_party/quiche/src/quiche/quic/core/quic_config.cc", |
| 4363 | "net/third_party/quiche/src/quiche/quic/core/quic_connection.cc", |
| 4364 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_context.cc", |
| 4365 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id.cc", |
| 4366 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id_manager.cc", |
| 4367 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_stats.cc", |
| 4368 | "net/third_party/quiche/src/quiche/quic/core/quic_constants.cc", |
| 4369 | "net/third_party/quiche/src/quiche/quic/core/quic_control_frame_manager.cc", |
| 4370 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_handshaker.cc", |
| 4371 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_stream.cc", |
| 4372 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_handshaker.cc", |
| 4373 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream.cc", |
| 4374 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream_base.cc", |
| 4375 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_stream.cc", |
| 4376 | "net/third_party/quiche/src/quiche/quic/core/quic_data_reader.cc", |
| 4377 | "net/third_party/quiche/src/quiche/quic/core/quic_data_writer.cc", |
| 4378 | "net/third_party/quiche/src/quiche/quic/core/quic_datagram_queue.cc", |
| 4379 | "net/third_party/quiche/src/quiche/quic/core/quic_error_codes.cc", |
| 4380 | "net/third_party/quiche/src/quiche/quic/core/quic_flow_controller.cc", |
| 4381 | "net/third_party/quiche/src/quiche/quic/core/quic_framer.cc", |
| 4382 | "net/third_party/quiche/src/quiche/quic/core/quic_idle_network_detector.cc", |
| 4383 | "net/third_party/quiche/src/quiche/quic/core/quic_mtu_discovery.cc", |
| 4384 | "net/third_party/quiche/src/quiche/quic/core/quic_network_blackhole_detector.cc", |
| 4385 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_creator.cc", |
| 4386 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_number.cc", |
| 4387 | "net/third_party/quiche/src/quiche/quic/core/quic_packets.cc", |
| 4388 | "net/third_party/quiche/src/quiche/quic/core/quic_path_validator.cc", |
| 4389 | "net/third_party/quiche/src/quiche/quic/core/quic_ping_manager.cc", |
| 4390 | "net/third_party/quiche/src/quiche/quic/core/quic_received_packet_manager.cc", |
| 4391 | "net/third_party/quiche/src/quiche/quic/core/quic_sent_packet_manager.cc", |
| 4392 | "net/third_party/quiche/src/quiche/quic/core/quic_server_id.cc", |
| 4393 | "net/third_party/quiche/src/quiche/quic/core/quic_session.cc", |
| 4394 | "net/third_party/quiche/src/quiche/quic/core/quic_socket_address_coder.cc", |
| 4395 | "net/third_party/quiche/src/quiche/quic/core/quic_stream.cc", |
| 4396 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_id_manager.cc", |
| 4397 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_send_buffer.cc", |
| 4398 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer.cc", |
| 4399 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer_buffer.cc", |
| 4400 | "net/third_party/quiche/src/quiche/quic/core/quic_sustained_bandwidth_recorder.cc", |
| 4401 | "net/third_party/quiche/src/quiche/quic/core/quic_tag.cc", |
| 4402 | "net/third_party/quiche/src/quiche/quic/core/quic_time.cc", |
| 4403 | "net/third_party/quiche/src/quiche/quic/core/quic_transmission_info.cc", |
| 4404 | "net/third_party/quiche/src/quiche/quic/core/quic_types.cc", |
| 4405 | "net/third_party/quiche/src/quiche/quic/core/quic_unacked_packet_map.cc", |
| 4406 | "net/third_party/quiche/src/quiche/quic/core/quic_utils.cc", |
| 4407 | "net/third_party/quiche/src/quiche/quic/core/quic_version_manager.cc", |
| 4408 | "net/third_party/quiche/src/quiche/quic/core/quic_versions.cc", |
| 4409 | "net/third_party/quiche/src/quiche/quic/core/quic_write_blocked_list.cc", |
| 4410 | "net/third_party/quiche/src/quiche/quic/core/tls_client_handshaker.cc", |
| 4411 | "net/third_party/quiche/src/quiche/quic/core/tls_handshaker.cc", |
| 4412 | "net/third_party/quiche/src/quiche/quic/core/tls_server_handshaker.cc", |
| 4413 | "net/third_party/quiche/src/quiche/quic/core/uber_quic_stream_id_manager.cc", |
| 4414 | "net/third_party/quiche/src/quiche/quic/core/uber_received_packet_manager.cc", |
| 4415 | "net/third_party/quiche/src/quiche/quic/platform/api/quic_socket_address.cc", |
| 4416 | "net/third_party/quiche/src/quiche/spdy/core/array_output_buffer.cc", |
| 4417 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_constants.cc", |
| 4418 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_decoder_adapter.cc", |
| 4419 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_encoder.cc", |
| 4420 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_entry.cc", |
| 4421 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_header_table.cc", |
| 4422 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_output_stream.cc", |
| 4423 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_static_table.cc", |
| 4424 | "net/third_party/quiche/src/quiche/spdy/core/http2_frame_decoder_adapter.cc", |
| 4425 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.cc", |
| 4426 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_storage.cc", |
| 4427 | "net/third_party/quiche/src/quiche/spdy/core/recording_headers_handler.cc", |
| 4428 | "net/third_party/quiche/src/quiche/spdy/core/spdy_alt_svc_wire_format.cc", |
| 4429 | "net/third_party/quiche/src/quiche/spdy/core/spdy_frame_builder.cc", |
| 4430 | "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.cc", |
| 4431 | "net/third_party/quiche/src/quiche/spdy/core/spdy_no_op_visitor.cc", |
| 4432 | "net/third_party/quiche/src/quiche/spdy/core/spdy_pinnable_buffer_piece.cc", |
| 4433 | "net/third_party/quiche/src/quiche/spdy/core/spdy_prefixed_buffer_reader.cc", |
| 4434 | "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.cc", |
| 4435 | "net/third_party/quiche/src/quiche/spdy/core/spdy_simple_arena.cc", |
| 4436 | ], |
| 4437 | shared_libs: [ |
| 4438 | "libandroid", |
| 4439 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4440 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4441 | ], |
| 4442 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4443 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4444 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4445 | "cronet_aml_base_base_static", |
| 4446 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4447 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4448 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4449 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4450 | "cronet_aml_third_party_icu_icui18n", |
| 4451 | "cronet_aml_third_party_icu_icuuc_private", |
| 4452 | "cronet_aml_third_party_libevent_libevent", |
| 4453 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 4454 | "cronet_aml_third_party_protobuf_protobuf_full", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 4455 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 4456 | "cronet_aml_third_party_protobuf_protoc_lib", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4457 | "cronet_aml_third_party_zlib_zlib", |
| 4458 | "cronet_aml_url_url", |
| 4459 | ], |
| 4460 | generated_headers: [ |
| 4461 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4462 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4463 | ], |
| 4464 | export_generated_headers: [ |
| 4465 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4466 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4467 | ], |
| 4468 | defaults: [ |
| 4469 | "cronet_aml_defaults", |
| 4470 | ], |
| 4471 | cflags: [ |
| 4472 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 4473 | "-DANDROID", |
| 4474 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4475 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4476 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4477 | "-DDCHECK_ALWAYS_ON=1", |
| 4478 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4479 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 4480 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 4481 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 4482 | "-DHAVE_PTHREAD", |
| 4483 | "-DHAVE_SYS_UIO_H", |
| 4484 | "-DIS_QUICHE_IMPL", |
| 4485 | "-D_DEBUG", |
| 4486 | "-D_GNU_SOURCE", |
| 4487 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4488 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4489 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4490 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4491 | "-D__STDC_CONSTANT_MACROS", |
| 4492 | "-D__STDC_FORMAT_MACROS", |
| 4493 | ], |
| 4494 | local_include_dirs: [ |
| 4495 | "./", |
| 4496 | "buildtools/third_party/libc++/", |
| 4497 | "buildtools/third_party/libc++/trunk/include", |
| 4498 | "buildtools/third_party/libc++abi/trunk/include", |
| 4499 | "net/third_party/quiche/overrides/", |
| 4500 | "net/third_party/quiche/src/", |
| 4501 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 4502 | "third_party/abseil-cpp/", |
| 4503 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 4504 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4505 | "third_party/zlib/", |
| 4506 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 4507 | ], |
| 4508 | cpp_std: "c++20", |
| 4509 | } |
| 4510 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4511 | // GN: //net/traffic_annotation:traffic_annotation |
| 4512 | filegroup { |
| 4513 | name: "cronet_aml_net_traffic_annotation_traffic_annotation", |
| 4514 | srcs: [ |
| 4515 | "net/traffic_annotation/network_traffic_annotation_android.cc", |
| 4516 | ], |
| 4517 | } |
| 4518 | |
| 4519 | // GN: //net:uri_template |
| 4520 | cc_library_static { |
| 4521 | name: "cronet_aml_net_uri_template", |
| 4522 | srcs: [ |
| 4523 | "net/third_party/uri_template/uri_template.cc", |
| 4524 | ], |
| 4525 | shared_libs: [ |
| 4526 | "libandroid", |
| 4527 | "liblog", |
| 4528 | ], |
| 4529 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4530 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4531 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4532 | "cronet_aml_base_base_static", |
| 4533 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4534 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4535 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4536 | "cronet_aml_third_party_icu_icui18n", |
| 4537 | "cronet_aml_third_party_icu_icuuc_private", |
| 4538 | "cronet_aml_third_party_libevent_libevent", |
| 4539 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4540 | ], |
| 4541 | defaults: [ |
| 4542 | "cronet_aml_defaults", |
| 4543 | ], |
| 4544 | cflags: [ |
| 4545 | "-DANDROID", |
| 4546 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4547 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4548 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4549 | "-DDCHECK_ALWAYS_ON=1", |
| 4550 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4551 | "-DHAVE_SYS_UIO_H", |
| 4552 | "-DIS_URI_TEMPLATE_IMPL", |
| 4553 | "-D_DEBUG", |
| 4554 | "-D_GNU_SOURCE", |
| 4555 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4556 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4557 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4558 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4559 | "-D__STDC_CONSTANT_MACROS", |
| 4560 | "-D__STDC_FORMAT_MACROS", |
| 4561 | ], |
| 4562 | local_include_dirs: [ |
| 4563 | "./", |
| 4564 | "buildtools/third_party/libc++/", |
| 4565 | "buildtools/third_party/libc++/trunk/include", |
| 4566 | "buildtools/third_party/libc++abi/trunk/include", |
| 4567 | "third_party/abseil-cpp/", |
| 4568 | "third_party/boringssl/src/include/", |
| 4569 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 4570 | ], |
| 4571 | cpp_std: "c++20", |
| 4572 | } |
| 4573 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4574 | // GN: //third_party/abseil-cpp:absl |
| 4575 | filegroup { |
| 4576 | name: "cronet_aml_third_party_abseil_cpp_absl", |
| 4577 | } |
| 4578 | |
| 4579 | // GN: //third_party/abseil-cpp/absl/algorithm:algorithm |
| 4580 | filegroup { |
| 4581 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 4582 | } |
| 4583 | |
| 4584 | // GN: //third_party/abseil-cpp/absl/algorithm:container |
| 4585 | filegroup { |
| 4586 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 4587 | } |
| 4588 | |
| 4589 | // GN: //third_party/abseil-cpp/absl/base:atomic_hook |
| 4590 | filegroup { |
| 4591 | name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 4592 | } |
| 4593 | |
| 4594 | // GN: //third_party/abseil-cpp/absl/base:base |
| 4595 | filegroup { |
| 4596 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 4597 | srcs: [ |
| 4598 | "third_party/abseil-cpp/absl/base/internal/cycleclock.cc", |
| 4599 | "third_party/abseil-cpp/absl/base/internal/spinlock.cc", |
| 4600 | "third_party/abseil-cpp/absl/base/internal/sysinfo.cc", |
| 4601 | "third_party/abseil-cpp/absl/base/internal/thread_identity.cc", |
| 4602 | "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc", |
| 4603 | ], |
| 4604 | } |
| 4605 | |
| 4606 | // GN: //third_party/abseil-cpp/absl/base:base_internal |
| 4607 | filegroup { |
| 4608 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 4609 | } |
| 4610 | |
| 4611 | // GN: //third_party/abseil-cpp/absl/base:config |
| 4612 | filegroup { |
| 4613 | name: "cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 4614 | } |
| 4615 | |
| 4616 | // GN: //third_party/abseil-cpp/absl/base:core_headers |
| 4617 | filegroup { |
| 4618 | name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 4619 | } |
| 4620 | |
| 4621 | // GN: //third_party/abseil-cpp/absl/base:cycleclock_internal |
| 4622 | filegroup { |
| 4623 | name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 4624 | } |
| 4625 | |
| 4626 | // GN: //third_party/abseil-cpp/absl/base:dynamic_annotations |
| 4627 | filegroup { |
| 4628 | name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 4629 | } |
| 4630 | |
| 4631 | // GN: //third_party/abseil-cpp/absl/base:endian |
| 4632 | filegroup { |
| 4633 | name: "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 4634 | } |
| 4635 | |
| 4636 | // GN: //third_party/abseil-cpp/absl/base:errno_saver |
| 4637 | filegroup { |
| 4638 | name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 4639 | } |
| 4640 | |
| 4641 | // GN: //third_party/abseil-cpp/absl/base:fast_type_id |
| 4642 | filegroup { |
| 4643 | name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 4644 | } |
| 4645 | |
| 4646 | // GN: //third_party/abseil-cpp/absl/base:log_severity |
| 4647 | filegroup { |
| 4648 | name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 4649 | srcs: [ |
| 4650 | "third_party/abseil-cpp/absl/base/log_severity.cc", |
| 4651 | ], |
| 4652 | } |
| 4653 | |
| 4654 | // GN: //third_party/abseil-cpp/absl/base:malloc_internal |
| 4655 | filegroup { |
| 4656 | name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 4657 | srcs: [ |
| 4658 | "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc", |
| 4659 | ], |
| 4660 | } |
| 4661 | |
| 4662 | // GN: //third_party/abseil-cpp/absl/base:prefetch |
| 4663 | filegroup { |
| 4664 | name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 4665 | } |
| 4666 | |
| 4667 | // GN: //third_party/abseil-cpp/absl/base:raw_logging_internal |
| 4668 | filegroup { |
| 4669 | name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 4670 | srcs: [ |
| 4671 | "third_party/abseil-cpp/absl/base/internal/raw_logging.cc", |
| 4672 | ], |
| 4673 | } |
| 4674 | |
| 4675 | // GN: //third_party/abseil-cpp/absl/base:spinlock_wait |
| 4676 | filegroup { |
| 4677 | name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 4678 | srcs: [ |
| 4679 | "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc", |
| 4680 | ], |
| 4681 | } |
| 4682 | |
| 4683 | // GN: //third_party/abseil-cpp/absl/base:strerror |
| 4684 | filegroup { |
| 4685 | name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 4686 | srcs: [ |
| 4687 | "third_party/abseil-cpp/absl/base/internal/strerror.cc", |
| 4688 | ], |
| 4689 | } |
| 4690 | |
| 4691 | // GN: //third_party/abseil-cpp/absl/base:throw_delegate |
| 4692 | filegroup { |
| 4693 | name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 4694 | srcs: [ |
| 4695 | "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc", |
| 4696 | ], |
| 4697 | } |
| 4698 | |
| 4699 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup |
| 4700 | filegroup { |
| 4701 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 4702 | } |
| 4703 | |
| 4704 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal |
| 4705 | filegroup { |
| 4706 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 4707 | } |
| 4708 | |
| 4709 | // GN: //third_party/abseil-cpp/absl/container:btree |
| 4710 | filegroup { |
| 4711 | name: "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 4712 | } |
| 4713 | |
| 4714 | // GN: //third_party/abseil-cpp/absl/container:common |
| 4715 | filegroup { |
| 4716 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 4717 | } |
| 4718 | |
| 4719 | // GN: //third_party/abseil-cpp/absl/container:common_policy_traits |
| 4720 | filegroup { |
| 4721 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 4722 | } |
| 4723 | |
| 4724 | // GN: //third_party/abseil-cpp/absl/container:compressed_tuple |
| 4725 | filegroup { |
| 4726 | name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 4727 | } |
| 4728 | |
| 4729 | // GN: //third_party/abseil-cpp/absl/container:container_memory |
| 4730 | filegroup { |
| 4731 | name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 4732 | } |
| 4733 | |
| 4734 | // GN: //third_party/abseil-cpp/absl/container:fixed_array |
| 4735 | filegroup { |
| 4736 | name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 4737 | } |
| 4738 | |
| 4739 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_map |
| 4740 | filegroup { |
| 4741 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 4742 | } |
| 4743 | |
| 4744 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_set |
| 4745 | filegroup { |
| 4746 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 4747 | } |
| 4748 | |
| 4749 | // GN: //third_party/abseil-cpp/absl/container:hash_function_defaults |
| 4750 | filegroup { |
| 4751 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 4752 | } |
| 4753 | |
| 4754 | // GN: //third_party/abseil-cpp/absl/container:hash_policy_traits |
| 4755 | filegroup { |
| 4756 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 4757 | } |
| 4758 | |
| 4759 | // GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks |
| 4760 | filegroup { |
| 4761 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 4762 | } |
| 4763 | |
| 4764 | // GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler |
| 4765 | filegroup { |
| 4766 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 4767 | srcs: [ |
| 4768 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc", |
| 4769 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc", |
| 4770 | ], |
| 4771 | } |
| 4772 | |
| 4773 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector |
| 4774 | filegroup { |
| 4775 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 4776 | } |
| 4777 | |
| 4778 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal |
| 4779 | filegroup { |
| 4780 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 4781 | } |
| 4782 | |
| 4783 | // GN: //third_party/abseil-cpp/absl/container:layout |
| 4784 | filegroup { |
| 4785 | name: "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 4786 | } |
| 4787 | |
| 4788 | // GN: //third_party/abseil-cpp/absl/container:node_hash_map |
| 4789 | filegroup { |
| 4790 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 4791 | } |
| 4792 | |
| 4793 | // GN: //third_party/abseil-cpp/absl/container:node_hash_set |
| 4794 | filegroup { |
| 4795 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 4796 | } |
| 4797 | |
| 4798 | // GN: //third_party/abseil-cpp/absl/container:node_slot_policy |
| 4799 | filegroup { |
| 4800 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 4801 | } |
| 4802 | |
| 4803 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_map |
| 4804 | filegroup { |
| 4805 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 4806 | } |
| 4807 | |
| 4808 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_set |
| 4809 | filegroup { |
| 4810 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 4811 | srcs: [ |
| 4812 | "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc", |
| 4813 | ], |
| 4814 | } |
| 4815 | |
| 4816 | // GN: //third_party/abseil-cpp/absl/debugging:debugging_internal |
| 4817 | filegroup { |
| 4818 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 4819 | srcs: [ |
| 4820 | "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc", |
| 4821 | "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc", |
| 4822 | "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc", |
| 4823 | ], |
| 4824 | } |
| 4825 | |
| 4826 | // GN: //third_party/abseil-cpp/absl/debugging:demangle_internal |
| 4827 | filegroup { |
| 4828 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 4829 | srcs: [ |
| 4830 | "third_party/abseil-cpp/absl/debugging/internal/demangle.cc", |
| 4831 | ], |
| 4832 | } |
| 4833 | |
| 4834 | // GN: //third_party/abseil-cpp/absl/debugging:examine_stack |
| 4835 | filegroup { |
| 4836 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 4837 | srcs: [ |
| 4838 | "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc", |
| 4839 | ], |
| 4840 | } |
| 4841 | |
| 4842 | // GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler |
| 4843 | filegroup { |
| 4844 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 4845 | srcs: [ |
| 4846 | "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc", |
| 4847 | ], |
| 4848 | } |
| 4849 | |
| 4850 | // GN: //third_party/abseil-cpp/absl/debugging:stacktrace |
| 4851 | filegroup { |
| 4852 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 4853 | srcs: [ |
| 4854 | "third_party/abseil-cpp/absl/debugging/stacktrace.cc", |
| 4855 | ], |
| 4856 | } |
| 4857 | |
| 4858 | // GN: //third_party/abseil-cpp/absl/debugging:symbolize |
| 4859 | filegroup { |
| 4860 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 4861 | srcs: [ |
| 4862 | "third_party/abseil-cpp/absl/debugging/symbolize.cc", |
| 4863 | ], |
| 4864 | } |
| 4865 | |
| 4866 | // GN: //third_party/abseil-cpp/absl/functional:any_invocable |
| 4867 | filegroup { |
| 4868 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 4869 | } |
| 4870 | |
| 4871 | // GN: //third_party/abseil-cpp/absl/functional:bind_front |
| 4872 | filegroup { |
| 4873 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 4874 | } |
| 4875 | |
| 4876 | // GN: //third_party/abseil-cpp/absl/functional:function_ref |
| 4877 | filegroup { |
| 4878 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 4879 | } |
| 4880 | |
| 4881 | // GN: //third_party/abseil-cpp/absl/hash:city |
| 4882 | filegroup { |
| 4883 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 4884 | srcs: [ |
| 4885 | "third_party/abseil-cpp/absl/hash/internal/city.cc", |
| 4886 | ], |
| 4887 | } |
| 4888 | |
| 4889 | // GN: //third_party/abseil-cpp/absl/hash:hash |
| 4890 | filegroup { |
| 4891 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 4892 | srcs: [ |
| 4893 | "third_party/abseil-cpp/absl/hash/internal/hash.cc", |
| 4894 | ], |
| 4895 | } |
| 4896 | |
| 4897 | // GN: //third_party/abseil-cpp/absl/hash:low_level_hash |
| 4898 | filegroup { |
| 4899 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 4900 | srcs: [ |
| 4901 | "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc", |
| 4902 | ], |
| 4903 | } |
| 4904 | |
| 4905 | // GN: //third_party/abseil-cpp/absl/memory:memory |
| 4906 | filegroup { |
| 4907 | name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 4908 | } |
| 4909 | |
| 4910 | // GN: //third_party/abseil-cpp/absl/meta:type_traits |
| 4911 | filegroup { |
| 4912 | name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 4913 | } |
| 4914 | |
| 4915 | // GN: //third_party/abseil-cpp/absl/numeric:bits |
| 4916 | filegroup { |
| 4917 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 4918 | } |
| 4919 | |
| 4920 | // GN: //third_party/abseil-cpp/absl/numeric:int128 |
| 4921 | filegroup { |
| 4922 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 4923 | srcs: [ |
| 4924 | "third_party/abseil-cpp/absl/numeric/int128.cc", |
| 4925 | ], |
| 4926 | } |
| 4927 | |
| 4928 | // GN: //third_party/abseil-cpp/absl/numeric:representation |
| 4929 | filegroup { |
| 4930 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 4931 | } |
| 4932 | |
| 4933 | // GN: //third_party/abseil-cpp/absl/profiling:exponential_biased |
| 4934 | filegroup { |
| 4935 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 4936 | srcs: [ |
| 4937 | "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc", |
| 4938 | ], |
| 4939 | } |
| 4940 | |
| 4941 | // GN: //third_party/abseil-cpp/absl/profiling:sample_recorder |
| 4942 | filegroup { |
| 4943 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 4944 | } |
| 4945 | |
| 4946 | // GN: //third_party/abseil-cpp/absl/random:distributions |
| 4947 | filegroup { |
| 4948 | name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 4949 | srcs: [ |
| 4950 | "third_party/abseil-cpp/absl/random/discrete_distribution.cc", |
| 4951 | "third_party/abseil-cpp/absl/random/gaussian_distribution.cc", |
| 4952 | ], |
| 4953 | } |
| 4954 | |
| 4955 | // GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller |
| 4956 | filegroup { |
| 4957 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 4958 | } |
| 4959 | |
| 4960 | // GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits |
| 4961 | filegroup { |
| 4962 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 4963 | } |
| 4964 | |
| 4965 | // GN: //third_party/abseil-cpp/absl/random/internal:fastmath |
| 4966 | filegroup { |
| 4967 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 4968 | } |
| 4969 | |
| 4970 | // GN: //third_party/abseil-cpp/absl/random/internal:generate_real |
| 4971 | filegroup { |
| 4972 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 4973 | } |
| 4974 | |
| 4975 | // GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver |
| 4976 | filegroup { |
| 4977 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 4978 | } |
| 4979 | |
| 4980 | // GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base |
| 4981 | filegroup { |
| 4982 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 4983 | } |
| 4984 | |
| 4985 | // GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine |
| 4986 | filegroup { |
| 4987 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 4988 | } |
| 4989 | |
| 4990 | // GN: //third_party/abseil-cpp/absl/random/internal:platform |
| 4991 | filegroup { |
| 4992 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 4993 | srcs: [ |
| 4994 | "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc", |
| 4995 | ], |
| 4996 | } |
| 4997 | |
| 4998 | // GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg |
| 4999 | filegroup { |
| 5000 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 5001 | srcs: [ |
| 5002 | "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc", |
| 5003 | ], |
| 5004 | } |
| 5005 | |
| 5006 | // GN: //third_party/abseil-cpp/absl/random/internal:randen |
| 5007 | filegroup { |
| 5008 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 5009 | srcs: [ |
| 5010 | "third_party/abseil-cpp/absl/random/internal/randen.cc", |
| 5011 | ], |
| 5012 | } |
| 5013 | |
| 5014 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_engine |
| 5015 | filegroup { |
| 5016 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 5017 | } |
| 5018 | |
| 5019 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes |
| 5020 | filegroup { |
| 5021 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 5022 | srcs: [ |
| 5023 | "third_party/abseil-cpp/absl/random/internal/randen_detect.cc", |
| 5024 | ], |
| 5025 | } |
| 5026 | |
| 5027 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl |
| 5028 | filegroup { |
| 5029 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 5030 | srcs: [ |
| 5031 | "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc", |
| 5032 | ], |
| 5033 | } |
| 5034 | |
| 5035 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_slow |
| 5036 | filegroup { |
| 5037 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 5038 | srcs: [ |
| 5039 | "third_party/abseil-cpp/absl/random/internal/randen_slow.cc", |
| 5040 | ], |
| 5041 | } |
| 5042 | |
| 5043 | // GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq |
| 5044 | filegroup { |
| 5045 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 5046 | } |
| 5047 | |
| 5048 | // GN: //third_party/abseil-cpp/absl/random/internal:seed_material |
| 5049 | filegroup { |
| 5050 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 5051 | srcs: [ |
| 5052 | "third_party/abseil-cpp/absl/random/internal/seed_material.cc", |
| 5053 | ], |
| 5054 | } |
| 5055 | |
| 5056 | // GN: //third_party/abseil-cpp/absl/random/internal:traits |
| 5057 | filegroup { |
| 5058 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 5059 | } |
| 5060 | |
| 5061 | // GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper |
| 5062 | filegroup { |
| 5063 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 5064 | } |
| 5065 | |
| 5066 | // GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply |
| 5067 | filegroup { |
| 5068 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 5069 | } |
| 5070 | |
| 5071 | // GN: //third_party/abseil-cpp/absl/random:random |
| 5072 | filegroup { |
| 5073 | name: "cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 5074 | } |
| 5075 | |
| 5076 | // GN: //third_party/abseil-cpp/absl/random:seed_gen_exception |
| 5077 | filegroup { |
| 5078 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 5079 | srcs: [ |
| 5080 | "third_party/abseil-cpp/absl/random/seed_gen_exception.cc", |
| 5081 | ], |
| 5082 | } |
| 5083 | |
| 5084 | // GN: //third_party/abseil-cpp/absl/random:seed_sequences |
| 5085 | filegroup { |
| 5086 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 5087 | srcs: [ |
| 5088 | "third_party/abseil-cpp/absl/random/seed_sequences.cc", |
| 5089 | ], |
| 5090 | } |
| 5091 | |
| 5092 | // GN: //third_party/abseil-cpp/absl/status:status |
| 5093 | filegroup { |
| 5094 | name: "cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 5095 | srcs: [ |
| 5096 | "third_party/abseil-cpp/absl/status/status.cc", |
| 5097 | "third_party/abseil-cpp/absl/status/status_payload_printer.cc", |
| 5098 | ], |
| 5099 | } |
| 5100 | |
| 5101 | // GN: //third_party/abseil-cpp/absl/status:statusor |
| 5102 | filegroup { |
| 5103 | name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 5104 | srcs: [ |
| 5105 | "third_party/abseil-cpp/absl/status/statusor.cc", |
| 5106 | ], |
| 5107 | } |
| 5108 | |
| 5109 | // GN: //third_party/abseil-cpp/absl/strings:cord |
| 5110 | filegroup { |
| 5111 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 5112 | srcs: [ |
| 5113 | "third_party/abseil-cpp/absl/strings/cord.cc", |
| 5114 | "third_party/abseil-cpp/absl/strings/cord_analysis.cc", |
| 5115 | "third_party/abseil-cpp/absl/strings/cord_buffer.cc", |
| 5116 | ], |
| 5117 | } |
| 5118 | |
| 5119 | // GN: //third_party/abseil-cpp/absl/strings:cord_internal |
| 5120 | filegroup { |
| 5121 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 5122 | srcs: [ |
| 5123 | "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc", |
| 5124 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc", |
| 5125 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc", |
| 5126 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc", |
| 5127 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc", |
| 5128 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc", |
| 5129 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc", |
| 5130 | ], |
| 5131 | } |
| 5132 | |
| 5133 | // GN: //third_party/abseil-cpp/absl/strings:cordz_functions |
| 5134 | filegroup { |
| 5135 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 5136 | srcs: [ |
| 5137 | "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc", |
| 5138 | ], |
| 5139 | } |
| 5140 | |
| 5141 | // GN: //third_party/abseil-cpp/absl/strings:cordz_handle |
| 5142 | filegroup { |
| 5143 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 5144 | srcs: [ |
| 5145 | "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc", |
| 5146 | ], |
| 5147 | } |
| 5148 | |
| 5149 | // GN: //third_party/abseil-cpp/absl/strings:cordz_info |
| 5150 | filegroup { |
| 5151 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 5152 | srcs: [ |
| 5153 | "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc", |
| 5154 | ], |
| 5155 | } |
| 5156 | |
| 5157 | // GN: //third_party/abseil-cpp/absl/strings:cordz_statistics |
| 5158 | filegroup { |
| 5159 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 5160 | } |
| 5161 | |
| 5162 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope |
| 5163 | filegroup { |
| 5164 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 5165 | } |
| 5166 | |
| 5167 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker |
| 5168 | filegroup { |
| 5169 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 5170 | } |
| 5171 | |
| 5172 | // GN: //third_party/abseil-cpp/absl/strings:internal |
| 5173 | filegroup { |
| 5174 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 5175 | srcs: [ |
| 5176 | "third_party/abseil-cpp/absl/strings/internal/escaping.cc", |
| 5177 | "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc", |
| 5178 | "third_party/abseil-cpp/absl/strings/internal/utf8.cc", |
| 5179 | ], |
| 5180 | } |
| 5181 | |
| 5182 | // GN: //third_party/abseil-cpp/absl/strings:str_format |
| 5183 | filegroup { |
| 5184 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 5185 | } |
| 5186 | |
| 5187 | // GN: //third_party/abseil-cpp/absl/strings:str_format_internal |
| 5188 | filegroup { |
| 5189 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 5190 | srcs: [ |
| 5191 | "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc", |
| 5192 | "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc", |
| 5193 | "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc", |
| 5194 | "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc", |
| 5195 | "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc", |
| 5196 | "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc", |
| 5197 | ], |
| 5198 | } |
| 5199 | |
| 5200 | // GN: //third_party/abseil-cpp/absl/strings:strings |
| 5201 | filegroup { |
| 5202 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 5203 | srcs: [ |
| 5204 | "third_party/abseil-cpp/absl/strings/ascii.cc", |
| 5205 | "third_party/abseil-cpp/absl/strings/charconv.cc", |
| 5206 | "third_party/abseil-cpp/absl/strings/escaping.cc", |
| 5207 | "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc", |
| 5208 | "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc", |
| 5209 | "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc", |
| 5210 | "third_party/abseil-cpp/absl/strings/internal/memutil.cc", |
| 5211 | "third_party/abseil-cpp/absl/strings/match.cc", |
| 5212 | "third_party/abseil-cpp/absl/strings/numbers.cc", |
| 5213 | "third_party/abseil-cpp/absl/strings/str_cat.cc", |
| 5214 | "third_party/abseil-cpp/absl/strings/str_replace.cc", |
| 5215 | "third_party/abseil-cpp/absl/strings/str_split.cc", |
| 5216 | "third_party/abseil-cpp/absl/strings/string_view.cc", |
| 5217 | "third_party/abseil-cpp/absl/strings/substitute.cc", |
| 5218 | ], |
| 5219 | } |
| 5220 | |
| 5221 | // GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal |
| 5222 | filegroup { |
| 5223 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 5224 | srcs: [ |
| 5225 | "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc", |
| 5226 | ], |
| 5227 | } |
| 5228 | |
| 5229 | // GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal |
| 5230 | filegroup { |
| 5231 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 5232 | } |
| 5233 | |
| 5234 | // GN: //third_party/abseil-cpp/absl/synchronization:synchronization |
| 5235 | filegroup { |
| 5236 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 5237 | srcs: [ |
| 5238 | "third_party/abseil-cpp/absl/synchronization/barrier.cc", |
| 5239 | "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc", |
| 5240 | "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc", |
| 5241 | "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc", |
| 5242 | "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc", |
| 5243 | "third_party/abseil-cpp/absl/synchronization/mutex.cc", |
| 5244 | "third_party/abseil-cpp/absl/synchronization/notification.cc", |
| 5245 | ], |
| 5246 | } |
| 5247 | |
| 5248 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time |
| 5249 | filegroup { |
| 5250 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 5251 | srcs: [ |
| 5252 | "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc", |
| 5253 | ], |
| 5254 | } |
| 5255 | |
| 5256 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone |
| 5257 | filegroup { |
| 5258 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 5259 | srcs: [ |
| 5260 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc", |
| 5261 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc", |
| 5262 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc", |
| 5263 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc", |
| 5264 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc", |
| 5265 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc", |
| 5266 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc", |
| 5267 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc", |
| 5268 | "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc", |
| 5269 | ], |
| 5270 | } |
| 5271 | |
| 5272 | // GN: //third_party/abseil-cpp/absl/time:time |
| 5273 | filegroup { |
| 5274 | name: "cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 5275 | srcs: [ |
| 5276 | "third_party/abseil-cpp/absl/time/civil_time.cc", |
| 5277 | "third_party/abseil-cpp/absl/time/clock.cc", |
| 5278 | "third_party/abseil-cpp/absl/time/duration.cc", |
| 5279 | "third_party/abseil-cpp/absl/time/format.cc", |
| 5280 | "third_party/abseil-cpp/absl/time/time.cc", |
| 5281 | ], |
| 5282 | } |
| 5283 | |
| 5284 | // GN: //third_party/abseil-cpp/absl/types:bad_optional_access |
| 5285 | filegroup { |
| 5286 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 5287 | srcs: [ |
| 5288 | "third_party/abseil-cpp/absl/types/bad_optional_access.cc", |
| 5289 | ], |
| 5290 | } |
| 5291 | |
| 5292 | // GN: //third_party/abseil-cpp/absl/types:bad_variant_access |
| 5293 | filegroup { |
| 5294 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 5295 | srcs: [ |
| 5296 | "third_party/abseil-cpp/absl/types/bad_variant_access.cc", |
| 5297 | ], |
| 5298 | } |
| 5299 | |
| 5300 | // GN: //third_party/abseil-cpp/absl/types:compare |
| 5301 | filegroup { |
| 5302 | name: "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 5303 | } |
| 5304 | |
| 5305 | // GN: //third_party/abseil-cpp/absl/types:optional |
| 5306 | filegroup { |
| 5307 | name: "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 5308 | } |
| 5309 | |
| 5310 | // GN: //third_party/abseil-cpp/absl/types:span |
| 5311 | filegroup { |
| 5312 | name: "cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 5313 | } |
| 5314 | |
| 5315 | // GN: //third_party/abseil-cpp/absl/types:variant |
| 5316 | filegroup { |
| 5317 | name: "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 5318 | } |
| 5319 | |
| 5320 | // GN: //third_party/abseil-cpp/absl/utility:utility |
| 5321 | filegroup { |
| 5322 | name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 5323 | } |
| 5324 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5325 | // GN: //third_party/android_ndk:cpu_features |
| 5326 | filegroup { |
| 5327 | name: "cronet_aml_third_party_android_ndk_cpu_features", |
| 5328 | srcs: [ |
| 5329 | "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c", |
| 5330 | ], |
| 5331 | } |
| 5332 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5333 | // GN: //third_party/ashmem:ashmem |
| 5334 | filegroup { |
| 5335 | name: "cronet_aml_third_party_ashmem_ashmem", |
| 5336 | srcs: [ |
| 5337 | "third_party/ashmem/ashmem-dev.c", |
| 5338 | ], |
| 5339 | } |
| 5340 | |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5341 | // GN: //third_party/boringssl:boringssl |
| 5342 | cc_library_static { |
| 5343 | name: "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 5344 | host_supported: true, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5345 | defaults: [ |
| 5346 | "cronet_aml_defaults", |
| 5347 | ], |
| 5348 | cflags: [ |
| 5349 | "-DANDROID", |
| 5350 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5351 | "-DBORINGSSL_ALLOW_CXX_RUNTIME", |
| 5352 | "-DBORINGSSL_IMPLEMENTATION", |
| 5353 | "-DBORINGSSL_NO_STATIC_INITIALIZER", |
| 5354 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5355 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5356 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5357 | "-DDCHECK_ALWAYS_ON=1", |
| 5358 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5359 | "-DHAVE_SYS_UIO_H", |
| 5360 | "-DOPENSSL_SMALL", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5361 | "-DUSE_AURA=1", |
| 5362 | "-DUSE_OZONE=1", |
| 5363 | "-DUSE_UDEV", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5364 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5365 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5366 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5367 | "-D_LARGEFILE64_SOURCE", |
| 5368 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5369 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5370 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5371 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5372 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5373 | "-D__STDC_CONSTANT_MACROS", |
| 5374 | "-D__STDC_FORMAT_MACROS", |
| 5375 | ], |
| 5376 | local_include_dirs: [ |
| 5377 | "./", |
| 5378 | "buildtools/third_party/libc++/", |
| 5379 | "buildtools/third_party/libc++/trunk/include", |
| 5380 | "buildtools/third_party/libc++abi/trunk/include", |
| 5381 | "third_party/boringssl/src/include/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5382 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 5383 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 5384 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5385 | ], |
| 5386 | cpp_std: "c++20", |
Motomu Utsumi | 465a96f | 2022-11-14 16:03:54 +0900 | [diff] [blame] | 5387 | arch: { |
| 5388 | x86: { |
| 5389 | srcs: [ |
| 5390 | ":cronet_aml_third_party_boringssl_boringssl_asm_x86", |
| 5391 | ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 5392 | "third_party/boringssl/err_data.c", |
| 5393 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 5394 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 5395 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 5396 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 5397 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 5398 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 5399 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 5400 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 5401 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 5402 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 5403 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 5404 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 5405 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 5406 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 5407 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 5408 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 5409 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 5410 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 5411 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 5412 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 5413 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 5414 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 5415 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 5416 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 5417 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 5418 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 5419 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 5420 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 5421 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 5422 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 5423 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 5424 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 5425 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 5426 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 5427 | "third_party/boringssl/src/crypto/bio/file.c", |
| 5428 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 5429 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 5430 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 5431 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 5432 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 5433 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 5434 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 5435 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 5436 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 5437 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 5438 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 5439 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 5440 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 5441 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 5442 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 5443 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 5444 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 5445 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 5446 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 5447 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 5448 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 5449 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 5450 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 5451 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 5452 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 5453 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 5454 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 5455 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 5456 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 5457 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 5458 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 5459 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 5460 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 5461 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 5462 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 5463 | "third_party/boringssl/src/crypto/crypto.c", |
| 5464 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 5465 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 5466 | "third_party/boringssl/src/crypto/des/des.c", |
| 5467 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 5468 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 5469 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 5470 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 5471 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 5472 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 5473 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 5474 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 5475 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 5476 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 5477 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 5478 | "third_party/boringssl/src/crypto/err/err.c", |
| 5479 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 5480 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 5481 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 5482 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 5483 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 5484 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 5485 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 5486 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 5487 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 5488 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 5489 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 5490 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 5491 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 5492 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 5493 | "third_party/boringssl/src/crypto/evp/print.c", |
| 5494 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 5495 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 5496 | "third_party/boringssl/src/crypto/ex_data.c", |
| 5497 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 5498 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 5499 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 5500 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 5501 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 5502 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 5503 | "third_party/boringssl/src/crypto/mem.c", |
| 5504 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 5505 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 5506 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 5507 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 5508 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 5509 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 5510 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 5511 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 5512 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 5513 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 5514 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 5515 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 5516 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 5517 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 5518 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 5519 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 5520 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 5521 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 5522 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 5523 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 5524 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 5525 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 5526 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 5527 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 5528 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 5529 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 5530 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 5531 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 5532 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 5533 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 5534 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 5535 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 5536 | "third_party/boringssl/src/crypto/thread.c", |
| 5537 | "third_party/boringssl/src/crypto/thread_none.c", |
| 5538 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 5539 | "third_party/boringssl/src/crypto/thread_win.c", |
| 5540 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 5541 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 5542 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 5543 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 5544 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 5545 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 5546 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 5547 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 5548 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 5549 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 5550 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 5551 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 5552 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 5553 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 5554 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 5555 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 5556 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 5557 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 5558 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 5559 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 5560 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 5561 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 5562 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 5563 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 5564 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 5565 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 5566 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 5567 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 5568 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 5569 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 5570 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 5571 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 5572 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 5573 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 5574 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 5575 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 5576 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 5577 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 5578 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 5579 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 5580 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 5581 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 5582 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 5583 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 5584 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 5585 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 5586 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 5587 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 5588 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 5589 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 5590 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 5591 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 5592 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 5593 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 5594 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 5595 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 5596 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 5597 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 5598 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 5599 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 5600 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 5601 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 5602 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 5603 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 5604 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 5605 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 5606 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 5607 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 5608 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 5609 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 5610 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 5611 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 5612 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 5613 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 5614 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 5615 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 5616 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 5617 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 5618 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 5619 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 5620 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 5621 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 5622 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 5623 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 5624 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 5625 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 5626 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 5627 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 5628 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 5629 | "third_party/boringssl/src/ssl/extensions.cc", |
| 5630 | "third_party/boringssl/src/ssl/handoff.cc", |
| 5631 | "third_party/boringssl/src/ssl/handshake.cc", |
| 5632 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 5633 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 5634 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 5635 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 5636 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 5637 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 5638 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 5639 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 5640 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 5641 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 5642 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 5643 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 5644 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 5645 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 5646 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 5647 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 5648 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 5649 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 5650 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 5651 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 5652 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 5653 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 5654 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 5655 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 5656 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 5657 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 5658 | ], |
| 5659 | }, |
| 5660 | x86_64: { |
| 5661 | srcs: [ |
| 5662 | ":cronet_aml_third_party_boringssl_boringssl_asm", |
| 5663 | ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 5664 | "third_party/boringssl/err_data.c", |
| 5665 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 5666 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 5667 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 5668 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 5669 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 5670 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 5671 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 5672 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 5673 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 5674 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 5675 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 5676 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 5677 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 5678 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 5679 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 5680 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 5681 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 5682 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 5683 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 5684 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 5685 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 5686 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 5687 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 5688 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 5689 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 5690 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 5691 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 5692 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 5693 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 5694 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 5695 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 5696 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 5697 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 5698 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 5699 | "third_party/boringssl/src/crypto/bio/file.c", |
| 5700 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 5701 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 5702 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 5703 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 5704 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 5705 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 5706 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 5707 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 5708 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 5709 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 5710 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 5711 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 5712 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 5713 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 5714 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 5715 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 5716 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 5717 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 5718 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 5719 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 5720 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 5721 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 5722 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 5723 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 5724 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 5725 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 5726 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 5727 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 5728 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 5729 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 5730 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 5731 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 5732 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 5733 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 5734 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 5735 | "third_party/boringssl/src/crypto/crypto.c", |
| 5736 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 5737 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 5738 | "third_party/boringssl/src/crypto/des/des.c", |
| 5739 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 5740 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 5741 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 5742 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 5743 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 5744 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 5745 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 5746 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 5747 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 5748 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 5749 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 5750 | "third_party/boringssl/src/crypto/err/err.c", |
| 5751 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 5752 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 5753 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 5754 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 5755 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 5756 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 5757 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 5758 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 5759 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 5760 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 5761 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 5762 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 5763 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 5764 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 5765 | "third_party/boringssl/src/crypto/evp/print.c", |
| 5766 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 5767 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 5768 | "third_party/boringssl/src/crypto/ex_data.c", |
| 5769 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 5770 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 5771 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 5772 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 5773 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 5774 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 5775 | "third_party/boringssl/src/crypto/mem.c", |
| 5776 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 5777 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 5778 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 5779 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 5780 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 5781 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 5782 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 5783 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 5784 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 5785 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 5786 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 5787 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 5788 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 5789 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 5790 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 5791 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 5792 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 5793 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 5794 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 5795 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 5796 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 5797 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 5798 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 5799 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 5800 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 5801 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 5802 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 5803 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 5804 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 5805 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 5806 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 5807 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 5808 | "third_party/boringssl/src/crypto/thread.c", |
| 5809 | "third_party/boringssl/src/crypto/thread_none.c", |
| 5810 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 5811 | "third_party/boringssl/src/crypto/thread_win.c", |
| 5812 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 5813 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 5814 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 5815 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 5816 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 5817 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 5818 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 5819 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 5820 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 5821 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 5822 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 5823 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 5824 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 5825 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 5826 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 5827 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 5828 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 5829 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 5830 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 5831 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 5832 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 5833 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 5834 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 5835 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 5836 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 5837 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 5838 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 5839 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 5840 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 5841 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 5842 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 5843 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 5844 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 5845 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 5846 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 5847 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 5848 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 5849 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 5850 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 5851 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 5852 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 5853 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 5854 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 5855 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 5856 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 5857 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 5858 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 5859 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 5860 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 5861 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 5862 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 5863 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 5864 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 5865 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 5866 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 5867 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 5868 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 5869 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 5870 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 5871 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 5872 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 5873 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 5874 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 5875 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 5876 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 5877 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 5878 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 5879 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 5880 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 5881 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 5882 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 5883 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 5884 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 5885 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 5886 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 5887 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 5888 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 5889 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 5890 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 5891 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 5892 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 5893 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 5894 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 5895 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 5896 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 5897 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 5898 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 5899 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 5900 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 5901 | "third_party/boringssl/src/ssl/extensions.cc", |
| 5902 | "third_party/boringssl/src/ssl/handoff.cc", |
| 5903 | "third_party/boringssl/src/ssl/handshake.cc", |
| 5904 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 5905 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 5906 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 5907 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 5908 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 5909 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 5910 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 5911 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 5912 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 5913 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 5914 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 5915 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 5916 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 5917 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 5918 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 5919 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 5920 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 5921 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 5922 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 5923 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 5924 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 5925 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 5926 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 5927 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 5928 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 5929 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 5930 | ], |
| 5931 | }, |
| 5932 | }, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5933 | } |
| 5934 | |
| 5935 | // GN: //third_party/boringssl:boringssl_asm |
| 5936 | filegroup { |
| 5937 | name: "cronet_aml_third_party_boringssl_boringssl_asm", |
| 5938 | srcs: [ |
| 5939 | "third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 5940 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", |
| 5941 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", |
| 5942 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", |
| 5943 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 5944 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", |
| 5945 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", |
| 5946 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 5947 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", |
| 5948 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", |
| 5949 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", |
| 5950 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", |
| 5951 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 5952 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 5953 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 5954 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 5955 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont.S", |
| 5956 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", |
| 5957 | "third_party/boringssl/linux-x86_64/crypto/test/trampoline-x86_64.S", |
| 5958 | "third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S", |
| 5959 | ], |
| 5960 | } |
| 5961 | |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 5962 | // GN: //third_party/boringssl:boringssl_asm(//build/toolchain/android:android_clang_x86) |
Motomu Utsumi | 3fde148 | 2022-11-14 15:55:21 +0900 | [diff] [blame] | 5963 | filegroup { |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 5964 | name: "cronet_aml_third_party_boringssl_boringssl_asm___build_toolchain_android_android_clang_x86__x86", |
Motomu Utsumi | 3fde148 | 2022-11-14 15:55:21 +0900 | [diff] [blame] | 5965 | srcs: [ |
Patrick Rohr | 7705bdb | 2022-11-15 13:26:30 -0800 | [diff] [blame] | 5966 | "third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 5967 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", |
| 5968 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", |
| 5969 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", |
| 5970 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 5971 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", |
| 5972 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", |
| 5973 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 5974 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", |
| 5975 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", |
| 5976 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", |
| 5977 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", |
| 5978 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 5979 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 5980 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 5981 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 5982 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont.S", |
| 5983 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", |
| 5984 | "third_party/boringssl/linux-x86_64/crypto/test/trampoline-x86_64.S", |
| 5985 | "third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S", |
Motomu Utsumi | 3fde148 | 2022-11-14 15:55:21 +0900 | [diff] [blame] | 5986 | ], |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame^] | 5987 | target: { |
| 5988 | android_x86: { |
| 5989 | srcs: [ |
| 5990 | "third_party/boringssl/linux-x86/crypto/chacha/chacha-x86.S", |
| 5991 | "third_party/boringssl/linux-x86/crypto/fipsmodule/aesni-x86.S", |
| 5992 | "third_party/boringssl/linux-x86/crypto/fipsmodule/bn-586.S", |
| 5993 | "third_party/boringssl/linux-x86/crypto/fipsmodule/co-586.S", |
| 5994 | "third_party/boringssl/linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", |
| 5995 | "third_party/boringssl/linux-x86/crypto/fipsmodule/ghash-x86.S", |
| 5996 | "third_party/boringssl/linux-x86/crypto/fipsmodule/md5-586.S", |
| 5997 | "third_party/boringssl/linux-x86/crypto/fipsmodule/sha1-586.S", |
| 5998 | "third_party/boringssl/linux-x86/crypto/fipsmodule/sha256-586.S", |
| 5999 | "third_party/boringssl/linux-x86/crypto/fipsmodule/sha512-586.S", |
| 6000 | "third_party/boringssl/linux-x86/crypto/fipsmodule/vpaes-x86.S", |
| 6001 | "third_party/boringssl/linux-x86/crypto/fipsmodule/x86-mont.S", |
| 6002 | "third_party/boringssl/linux-x86/crypto/test/trampoline-x86.S", |
| 6003 | ], |
| 6004 | }, |
| 6005 | }, |
Motomu Utsumi | 3fde148 | 2022-11-14 15:55:21 +0900 | [diff] [blame] | 6006 | } |
| 6007 | |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 6008 | // GN: //third_party/boringssl/src/third_party/fiat:fiat_license |
| 6009 | filegroup { |
| 6010 | name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 6011 | } |
| 6012 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6013 | // GN: //third_party/brotli:common |
| 6014 | cc_library_static { |
| 6015 | name: "cronet_aml_third_party_brotli_common", |
| 6016 | srcs: [ |
| 6017 | ":cronet_aml_third_party_brotli_headers", |
| 6018 | "third_party/brotli/common/constants.c", |
| 6019 | "third_party/brotli/common/context.c", |
| 6020 | "third_party/brotli/common/dictionary.c", |
| 6021 | "third_party/brotli/common/platform.c", |
| 6022 | "third_party/brotli/common/shared_dictionary.c", |
| 6023 | "third_party/brotli/common/transform.c", |
| 6024 | ], |
| 6025 | defaults: [ |
| 6026 | "cronet_aml_defaults", |
| 6027 | ], |
| 6028 | cflags: [ |
| 6029 | "-DANDROID", |
| 6030 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6031 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6032 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6033 | "-DDCHECK_ALWAYS_ON=1", |
| 6034 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6035 | "-DHAVE_SYS_UIO_H", |
| 6036 | "-D_DEBUG", |
| 6037 | "-D_GNU_SOURCE", |
| 6038 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6039 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6040 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6041 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6042 | "-D__STDC_CONSTANT_MACROS", |
| 6043 | "-D__STDC_FORMAT_MACROS", |
| 6044 | ], |
| 6045 | local_include_dirs: [ |
| 6046 | "./", |
| 6047 | "buildtools/third_party/libc++/", |
| 6048 | "buildtools/third_party/libc++/trunk/include", |
| 6049 | "buildtools/third_party/libc++abi/trunk/include", |
| 6050 | "third_party/brotli/include/", |
| 6051 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 6052 | ], |
| 6053 | cpp_std: "c++20", |
| 6054 | } |
| 6055 | |
| 6056 | // GN: //third_party/brotli:dec |
| 6057 | cc_library_static { |
| 6058 | name: "cronet_aml_third_party_brotli_dec", |
| 6059 | srcs: [ |
| 6060 | ":cronet_aml_third_party_brotli_headers", |
| 6061 | "third_party/brotli/dec/bit_reader.c", |
| 6062 | "third_party/brotli/dec/decode.c", |
| 6063 | "third_party/brotli/dec/huffman.c", |
| 6064 | "third_party/brotli/dec/state.c", |
| 6065 | ], |
| 6066 | static_libs: [ |
| 6067 | "cronet_aml_third_party_brotli_common", |
| 6068 | ], |
| 6069 | defaults: [ |
| 6070 | "cronet_aml_defaults", |
| 6071 | ], |
| 6072 | cflags: [ |
| 6073 | "-DANDROID", |
| 6074 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6075 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6076 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6077 | "-DDCHECK_ALWAYS_ON=1", |
| 6078 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6079 | "-DHAVE_SYS_UIO_H", |
| 6080 | "-D_DEBUG", |
| 6081 | "-D_GNU_SOURCE", |
| 6082 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6083 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6084 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6085 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6086 | "-D__STDC_CONSTANT_MACROS", |
| 6087 | "-D__STDC_FORMAT_MACROS", |
| 6088 | ], |
| 6089 | local_include_dirs: [ |
| 6090 | "./", |
| 6091 | "buildtools/third_party/libc++/", |
| 6092 | "buildtools/third_party/libc++/trunk/include", |
| 6093 | "buildtools/third_party/libc++abi/trunk/include", |
| 6094 | "third_party/brotli/include/", |
| 6095 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 6096 | ], |
| 6097 | cpp_std: "c++20", |
| 6098 | } |
| 6099 | |
| 6100 | // GN: //third_party/brotli:headers |
| 6101 | filegroup { |
| 6102 | name: "cronet_aml_third_party_brotli_headers", |
| 6103 | } |
| 6104 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6105 | // GN: //third_party/icu:icui18n |
| 6106 | cc_library_static { |
| 6107 | name: "cronet_aml_third_party_icu_icui18n", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 6108 | srcs: [ |
| 6109 | "third_party/icu/source/i18n/alphaindex.cpp", |
| 6110 | "third_party/icu/source/i18n/anytrans.cpp", |
| 6111 | "third_party/icu/source/i18n/astro.cpp", |
| 6112 | "third_party/icu/source/i18n/basictz.cpp", |
| 6113 | "third_party/icu/source/i18n/bocsu.cpp", |
| 6114 | "third_party/icu/source/i18n/brktrans.cpp", |
| 6115 | "third_party/icu/source/i18n/buddhcal.cpp", |
| 6116 | "third_party/icu/source/i18n/calendar.cpp", |
| 6117 | "third_party/icu/source/i18n/casetrn.cpp", |
| 6118 | "third_party/icu/source/i18n/cecal.cpp", |
| 6119 | "third_party/icu/source/i18n/chnsecal.cpp", |
| 6120 | "third_party/icu/source/i18n/choicfmt.cpp", |
| 6121 | "third_party/icu/source/i18n/coleitr.cpp", |
| 6122 | "third_party/icu/source/i18n/coll.cpp", |
| 6123 | "third_party/icu/source/i18n/collation.cpp", |
| 6124 | "third_party/icu/source/i18n/collationbuilder.cpp", |
| 6125 | "third_party/icu/source/i18n/collationcompare.cpp", |
| 6126 | "third_party/icu/source/i18n/collationdata.cpp", |
| 6127 | "third_party/icu/source/i18n/collationdatabuilder.cpp", |
| 6128 | "third_party/icu/source/i18n/collationdatareader.cpp", |
| 6129 | "third_party/icu/source/i18n/collationdatawriter.cpp", |
| 6130 | "third_party/icu/source/i18n/collationfastlatin.cpp", |
| 6131 | "third_party/icu/source/i18n/collationfastlatinbuilder.cpp", |
| 6132 | "third_party/icu/source/i18n/collationfcd.cpp", |
| 6133 | "third_party/icu/source/i18n/collationiterator.cpp", |
| 6134 | "third_party/icu/source/i18n/collationkeys.cpp", |
| 6135 | "third_party/icu/source/i18n/collationroot.cpp", |
| 6136 | "third_party/icu/source/i18n/collationrootelements.cpp", |
| 6137 | "third_party/icu/source/i18n/collationruleparser.cpp", |
| 6138 | "third_party/icu/source/i18n/collationsets.cpp", |
| 6139 | "third_party/icu/source/i18n/collationsettings.cpp", |
| 6140 | "third_party/icu/source/i18n/collationtailoring.cpp", |
| 6141 | "third_party/icu/source/i18n/collationweights.cpp", |
| 6142 | "third_party/icu/source/i18n/compactdecimalformat.cpp", |
| 6143 | "third_party/icu/source/i18n/coptccal.cpp", |
| 6144 | "third_party/icu/source/i18n/cpdtrans.cpp", |
| 6145 | "third_party/icu/source/i18n/csdetect.cpp", |
| 6146 | "third_party/icu/source/i18n/csmatch.cpp", |
| 6147 | "third_party/icu/source/i18n/csr2022.cpp", |
| 6148 | "third_party/icu/source/i18n/csrecog.cpp", |
| 6149 | "third_party/icu/source/i18n/csrmbcs.cpp", |
| 6150 | "third_party/icu/source/i18n/csrsbcs.cpp", |
| 6151 | "third_party/icu/source/i18n/csrucode.cpp", |
| 6152 | "third_party/icu/source/i18n/csrutf8.cpp", |
| 6153 | "third_party/icu/source/i18n/curramt.cpp", |
| 6154 | "third_party/icu/source/i18n/currfmt.cpp", |
| 6155 | "third_party/icu/source/i18n/currpinf.cpp", |
| 6156 | "third_party/icu/source/i18n/currunit.cpp", |
| 6157 | "third_party/icu/source/i18n/dangical.cpp", |
| 6158 | "third_party/icu/source/i18n/datefmt.cpp", |
| 6159 | "third_party/icu/source/i18n/dayperiodrules.cpp", |
| 6160 | "third_party/icu/source/i18n/dcfmtsym.cpp", |
| 6161 | "third_party/icu/source/i18n/decContext.cpp", |
| 6162 | "third_party/icu/source/i18n/decNumber.cpp", |
| 6163 | "third_party/icu/source/i18n/decimfmt.cpp", |
| 6164 | "third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp", |
| 6165 | "third_party/icu/source/i18n/double-conversion-bignum.cpp", |
| 6166 | "third_party/icu/source/i18n/double-conversion-cached-powers.cpp", |
| 6167 | "third_party/icu/source/i18n/double-conversion-double-to-string.cpp", |
| 6168 | "third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp", |
| 6169 | "third_party/icu/source/i18n/double-conversion-string-to-double.cpp", |
| 6170 | "third_party/icu/source/i18n/double-conversion-strtod.cpp", |
| 6171 | "third_party/icu/source/i18n/dtfmtsym.cpp", |
| 6172 | "third_party/icu/source/i18n/dtitvfmt.cpp", |
| 6173 | "third_party/icu/source/i18n/dtitvinf.cpp", |
| 6174 | "third_party/icu/source/i18n/dtptngen.cpp", |
| 6175 | "third_party/icu/source/i18n/dtrule.cpp", |
| 6176 | "third_party/icu/source/i18n/erarules.cpp", |
| 6177 | "third_party/icu/source/i18n/esctrn.cpp", |
| 6178 | "third_party/icu/source/i18n/ethpccal.cpp", |
| 6179 | "third_party/icu/source/i18n/fmtable.cpp", |
| 6180 | "third_party/icu/source/i18n/fmtable_cnv.cpp", |
| 6181 | "third_party/icu/source/i18n/format.cpp", |
| 6182 | "third_party/icu/source/i18n/formatted_string_builder.cpp", |
| 6183 | "third_party/icu/source/i18n/formattedval_iterimpl.cpp", |
| 6184 | "third_party/icu/source/i18n/formattedval_sbimpl.cpp", |
| 6185 | "third_party/icu/source/i18n/formattedvalue.cpp", |
| 6186 | "third_party/icu/source/i18n/fphdlimp.cpp", |
| 6187 | "third_party/icu/source/i18n/fpositer.cpp", |
| 6188 | "third_party/icu/source/i18n/funcrepl.cpp", |
| 6189 | "third_party/icu/source/i18n/gender.cpp", |
| 6190 | "third_party/icu/source/i18n/gregocal.cpp", |
| 6191 | "third_party/icu/source/i18n/gregoimp.cpp", |
| 6192 | "third_party/icu/source/i18n/hebrwcal.cpp", |
| 6193 | "third_party/icu/source/i18n/indiancal.cpp", |
| 6194 | "third_party/icu/source/i18n/inputext.cpp", |
| 6195 | "third_party/icu/source/i18n/islamcal.cpp", |
| 6196 | "third_party/icu/source/i18n/japancal.cpp", |
| 6197 | "third_party/icu/source/i18n/listformatter.cpp", |
| 6198 | "third_party/icu/source/i18n/measfmt.cpp", |
| 6199 | "third_party/icu/source/i18n/measunit.cpp", |
| 6200 | "third_party/icu/source/i18n/measunit_extra.cpp", |
| 6201 | "third_party/icu/source/i18n/measure.cpp", |
| 6202 | "third_party/icu/source/i18n/msgfmt.cpp", |
| 6203 | "third_party/icu/source/i18n/name2uni.cpp", |
| 6204 | "third_party/icu/source/i18n/nfrs.cpp", |
| 6205 | "third_party/icu/source/i18n/nfrule.cpp", |
| 6206 | "third_party/icu/source/i18n/nfsubs.cpp", |
| 6207 | "third_party/icu/source/i18n/nortrans.cpp", |
| 6208 | "third_party/icu/source/i18n/nultrans.cpp", |
| 6209 | "third_party/icu/source/i18n/number_affixutils.cpp", |
| 6210 | "third_party/icu/source/i18n/number_asformat.cpp", |
| 6211 | "third_party/icu/source/i18n/number_capi.cpp", |
| 6212 | "third_party/icu/source/i18n/number_compact.cpp", |
| 6213 | "third_party/icu/source/i18n/number_currencysymbols.cpp", |
| 6214 | "third_party/icu/source/i18n/number_decimalquantity.cpp", |
| 6215 | "third_party/icu/source/i18n/number_decimfmtprops.cpp", |
| 6216 | "third_party/icu/source/i18n/number_fluent.cpp", |
| 6217 | "third_party/icu/source/i18n/number_formatimpl.cpp", |
| 6218 | "third_party/icu/source/i18n/number_grouping.cpp", |
| 6219 | "third_party/icu/source/i18n/number_integerwidth.cpp", |
| 6220 | "third_party/icu/source/i18n/number_longnames.cpp", |
| 6221 | "third_party/icu/source/i18n/number_mapper.cpp", |
| 6222 | "third_party/icu/source/i18n/number_modifiers.cpp", |
| 6223 | "third_party/icu/source/i18n/number_multiplier.cpp", |
| 6224 | "third_party/icu/source/i18n/number_notation.cpp", |
| 6225 | "third_party/icu/source/i18n/number_output.cpp", |
| 6226 | "third_party/icu/source/i18n/number_padding.cpp", |
| 6227 | "third_party/icu/source/i18n/number_patternmodifier.cpp", |
| 6228 | "third_party/icu/source/i18n/number_patternstring.cpp", |
| 6229 | "third_party/icu/source/i18n/number_rounding.cpp", |
| 6230 | "third_party/icu/source/i18n/number_scientific.cpp", |
| 6231 | "third_party/icu/source/i18n/number_skeletons.cpp", |
| 6232 | "third_party/icu/source/i18n/number_symbolswrapper.cpp", |
| 6233 | "third_party/icu/source/i18n/number_usageprefs.cpp", |
| 6234 | "third_party/icu/source/i18n/number_utils.cpp", |
| 6235 | "third_party/icu/source/i18n/numfmt.cpp", |
| 6236 | "third_party/icu/source/i18n/numparse_affixes.cpp", |
| 6237 | "third_party/icu/source/i18n/numparse_compositions.cpp", |
| 6238 | "third_party/icu/source/i18n/numparse_currency.cpp", |
| 6239 | "third_party/icu/source/i18n/numparse_decimal.cpp", |
| 6240 | "third_party/icu/source/i18n/numparse_impl.cpp", |
| 6241 | "third_party/icu/source/i18n/numparse_parsednumber.cpp", |
| 6242 | "third_party/icu/source/i18n/numparse_scientific.cpp", |
| 6243 | "third_party/icu/source/i18n/numparse_symbols.cpp", |
| 6244 | "third_party/icu/source/i18n/numparse_validators.cpp", |
| 6245 | "third_party/icu/source/i18n/numrange_capi.cpp", |
| 6246 | "third_party/icu/source/i18n/numrange_fluent.cpp", |
| 6247 | "third_party/icu/source/i18n/numrange_impl.cpp", |
| 6248 | "third_party/icu/source/i18n/numsys.cpp", |
| 6249 | "third_party/icu/source/i18n/olsontz.cpp", |
| 6250 | "third_party/icu/source/i18n/persncal.cpp", |
| 6251 | "third_party/icu/source/i18n/pluralranges.cpp", |
| 6252 | "third_party/icu/source/i18n/plurfmt.cpp", |
| 6253 | "third_party/icu/source/i18n/plurrule.cpp", |
| 6254 | "third_party/icu/source/i18n/quant.cpp", |
| 6255 | "third_party/icu/source/i18n/quantityformatter.cpp", |
| 6256 | "third_party/icu/source/i18n/rbnf.cpp", |
| 6257 | "third_party/icu/source/i18n/rbt.cpp", |
| 6258 | "third_party/icu/source/i18n/rbt_data.cpp", |
| 6259 | "third_party/icu/source/i18n/rbt_pars.cpp", |
| 6260 | "third_party/icu/source/i18n/rbt_rule.cpp", |
| 6261 | "third_party/icu/source/i18n/rbt_set.cpp", |
| 6262 | "third_party/icu/source/i18n/rbtz.cpp", |
| 6263 | "third_party/icu/source/i18n/regexcmp.cpp", |
| 6264 | "third_party/icu/source/i18n/regeximp.cpp", |
| 6265 | "third_party/icu/source/i18n/regexst.cpp", |
| 6266 | "third_party/icu/source/i18n/regextxt.cpp", |
| 6267 | "third_party/icu/source/i18n/region.cpp", |
| 6268 | "third_party/icu/source/i18n/reldatefmt.cpp", |
| 6269 | "third_party/icu/source/i18n/reldtfmt.cpp", |
| 6270 | "third_party/icu/source/i18n/rematch.cpp", |
| 6271 | "third_party/icu/source/i18n/remtrans.cpp", |
| 6272 | "third_party/icu/source/i18n/repattrn.cpp", |
| 6273 | "third_party/icu/source/i18n/rulebasedcollator.cpp", |
| 6274 | "third_party/icu/source/i18n/scientificnumberformatter.cpp", |
| 6275 | "third_party/icu/source/i18n/scriptset.cpp", |
| 6276 | "third_party/icu/source/i18n/search.cpp", |
| 6277 | "third_party/icu/source/i18n/selfmt.cpp", |
| 6278 | "third_party/icu/source/i18n/sharedbreakiterator.cpp", |
| 6279 | "third_party/icu/source/i18n/simpletz.cpp", |
| 6280 | "third_party/icu/source/i18n/smpdtfmt.cpp", |
| 6281 | "third_party/icu/source/i18n/smpdtfst.cpp", |
| 6282 | "third_party/icu/source/i18n/sortkey.cpp", |
| 6283 | "third_party/icu/source/i18n/standardplural.cpp", |
| 6284 | "third_party/icu/source/i18n/string_segment.cpp", |
| 6285 | "third_party/icu/source/i18n/strmatch.cpp", |
| 6286 | "third_party/icu/source/i18n/strrepl.cpp", |
| 6287 | "third_party/icu/source/i18n/stsearch.cpp", |
| 6288 | "third_party/icu/source/i18n/taiwncal.cpp", |
| 6289 | "third_party/icu/source/i18n/timezone.cpp", |
| 6290 | "third_party/icu/source/i18n/titletrn.cpp", |
| 6291 | "third_party/icu/source/i18n/tmunit.cpp", |
| 6292 | "third_party/icu/source/i18n/tmutamt.cpp", |
| 6293 | "third_party/icu/source/i18n/tmutfmt.cpp", |
| 6294 | "third_party/icu/source/i18n/tolowtrn.cpp", |
| 6295 | "third_party/icu/source/i18n/toupptrn.cpp", |
| 6296 | "third_party/icu/source/i18n/translit.cpp", |
| 6297 | "third_party/icu/source/i18n/transreg.cpp", |
| 6298 | "third_party/icu/source/i18n/tridpars.cpp", |
| 6299 | "third_party/icu/source/i18n/tzfmt.cpp", |
| 6300 | "third_party/icu/source/i18n/tzgnames.cpp", |
| 6301 | "third_party/icu/source/i18n/tznames.cpp", |
| 6302 | "third_party/icu/source/i18n/tznames_impl.cpp", |
| 6303 | "third_party/icu/source/i18n/tzrule.cpp", |
| 6304 | "third_party/icu/source/i18n/tztrans.cpp", |
| 6305 | "third_party/icu/source/i18n/ucal.cpp", |
| 6306 | "third_party/icu/source/i18n/ucln_in.cpp", |
| 6307 | "third_party/icu/source/i18n/ucol.cpp", |
| 6308 | "third_party/icu/source/i18n/ucol_res.cpp", |
| 6309 | "third_party/icu/source/i18n/ucol_sit.cpp", |
| 6310 | "third_party/icu/source/i18n/ucoleitr.cpp", |
| 6311 | "third_party/icu/source/i18n/ucsdet.cpp", |
| 6312 | "third_party/icu/source/i18n/udat.cpp", |
| 6313 | "third_party/icu/source/i18n/udateintervalformat.cpp", |
| 6314 | "third_party/icu/source/i18n/udatpg.cpp", |
| 6315 | "third_party/icu/source/i18n/ufieldpositer.cpp", |
| 6316 | "third_party/icu/source/i18n/uitercollationiterator.cpp", |
| 6317 | "third_party/icu/source/i18n/ulistformatter.cpp", |
| 6318 | "third_party/icu/source/i18n/ulocdata.cpp", |
| 6319 | "third_party/icu/source/i18n/umsg.cpp", |
| 6320 | "third_party/icu/source/i18n/unesctrn.cpp", |
| 6321 | "third_party/icu/source/i18n/uni2name.cpp", |
| 6322 | "third_party/icu/source/i18n/units_complexconverter.cpp", |
| 6323 | "third_party/icu/source/i18n/units_converter.cpp", |
| 6324 | "third_party/icu/source/i18n/units_data.cpp", |
| 6325 | "third_party/icu/source/i18n/units_router.cpp", |
| 6326 | "third_party/icu/source/i18n/unum.cpp", |
| 6327 | "third_party/icu/source/i18n/unumsys.cpp", |
| 6328 | "third_party/icu/source/i18n/upluralrules.cpp", |
| 6329 | "third_party/icu/source/i18n/uregex.cpp", |
| 6330 | "third_party/icu/source/i18n/uregexc.cpp", |
| 6331 | "third_party/icu/source/i18n/uregion.cpp", |
| 6332 | "third_party/icu/source/i18n/usearch.cpp", |
| 6333 | "third_party/icu/source/i18n/uspoof.cpp", |
| 6334 | "third_party/icu/source/i18n/uspoof_build.cpp", |
| 6335 | "third_party/icu/source/i18n/uspoof_conf.cpp", |
| 6336 | "third_party/icu/source/i18n/uspoof_impl.cpp", |
| 6337 | "third_party/icu/source/i18n/utf16collationiterator.cpp", |
| 6338 | "third_party/icu/source/i18n/utf8collationiterator.cpp", |
| 6339 | "third_party/icu/source/i18n/utmscale.cpp", |
| 6340 | "third_party/icu/source/i18n/utrans.cpp", |
| 6341 | "third_party/icu/source/i18n/vtzone.cpp", |
| 6342 | "third_party/icu/source/i18n/vzone.cpp", |
| 6343 | "third_party/icu/source/i18n/windtfmt.cpp", |
| 6344 | "third_party/icu/source/i18n/winnmfmt.cpp", |
| 6345 | "third_party/icu/source/i18n/wintzimpl.cpp", |
| 6346 | "third_party/icu/source/i18n/zonemeta.cpp", |
| 6347 | "third_party/icu/source/i18n/zrule.cpp", |
| 6348 | "third_party/icu/source/i18n/ztrans.cpp", |
| 6349 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6350 | static_libs: [ |
| 6351 | "cronet_aml_third_party_icu_icuuc_private", |
| 6352 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6353 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6354 | defaults: [ |
| 6355 | "cronet_aml_defaults", |
| 6356 | ], |
| 6357 | cflags: [ |
| 6358 | "-DANDROID", |
| 6359 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6360 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6361 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6362 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6363 | "-DDCHECK_ALWAYS_ON=1", |
| 6364 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6365 | "-DHAVE_DLOPEN=0", |
| 6366 | "-DHAVE_SYS_UIO_H", |
| 6367 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 6368 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 6369 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6370 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6371 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6372 | "-DUSE_OZONE=1", |
| 6373 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6374 | "-DU_CHARSET_IS_UTF8=1", |
| 6375 | "-DU_ENABLE_DYLOAD=0", |
| 6376 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 6377 | "-DU_ENABLE_TRACING=1", |
| 6378 | "-DU_I18N_IMPLEMENTATION", |
| 6379 | "-DU_STATIC_IMPLEMENTATION", |
| 6380 | "-DU_USING_ICU_NAMESPACE=0", |
| 6381 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6382 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6383 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6384 | "-D_LARGEFILE64_SOURCE", |
| 6385 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6386 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6387 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6388 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6389 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6390 | ], |
| 6391 | local_include_dirs: [ |
| 6392 | "./", |
| 6393 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6394 | "buildtools/third_party/libc++/trunk/include", |
| 6395 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6396 | "third_party/icu/source/common/", |
| 6397 | "third_party/icu/source/i18n/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6398 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6399 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6400 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6401 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6402 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 6403 | rtti: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6404 | } |
| 6405 | |
| 6406 | // GN: //third_party/icu:icuuc_private |
| 6407 | cc_library_static { |
| 6408 | name: "cronet_aml_third_party_icu_icuuc_private", |
| 6409 | srcs: [ |
| 6410 | ":cronet_aml_third_party_icu_icuuc_public", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 6411 | "third_party/icu/source/common/appendable.cpp", |
| 6412 | "third_party/icu/source/common/bmpset.cpp", |
| 6413 | "third_party/icu/source/common/brkeng.cpp", |
| 6414 | "third_party/icu/source/common/brkiter.cpp", |
| 6415 | "third_party/icu/source/common/bytesinkutil.cpp", |
| 6416 | "third_party/icu/source/common/bytestream.cpp", |
| 6417 | "third_party/icu/source/common/bytestrie.cpp", |
| 6418 | "third_party/icu/source/common/bytestriebuilder.cpp", |
| 6419 | "third_party/icu/source/common/bytestrieiterator.cpp", |
| 6420 | "third_party/icu/source/common/caniter.cpp", |
| 6421 | "third_party/icu/source/common/characterproperties.cpp", |
| 6422 | "third_party/icu/source/common/chariter.cpp", |
| 6423 | "third_party/icu/source/common/charstr.cpp", |
| 6424 | "third_party/icu/source/common/cmemory.cpp", |
| 6425 | "third_party/icu/source/common/cstr.cpp", |
| 6426 | "third_party/icu/source/common/cstring.cpp", |
| 6427 | "third_party/icu/source/common/cwchar.cpp", |
| 6428 | "third_party/icu/source/common/dictbe.cpp", |
| 6429 | "third_party/icu/source/common/dictionarydata.cpp", |
| 6430 | "third_party/icu/source/common/dtintrv.cpp", |
| 6431 | "third_party/icu/source/common/edits.cpp", |
| 6432 | "third_party/icu/source/common/emojiprops.cpp", |
| 6433 | "third_party/icu/source/common/errorcode.cpp", |
| 6434 | "third_party/icu/source/common/filteredbrk.cpp", |
| 6435 | "third_party/icu/source/common/filterednormalizer2.cpp", |
| 6436 | "third_party/icu/source/common/icudataver.cpp", |
| 6437 | "third_party/icu/source/common/icuplug.cpp", |
| 6438 | "third_party/icu/source/common/loadednormalizer2impl.cpp", |
| 6439 | "third_party/icu/source/common/localebuilder.cpp", |
| 6440 | "third_party/icu/source/common/localematcher.cpp", |
| 6441 | "third_party/icu/source/common/localeprioritylist.cpp", |
| 6442 | "third_party/icu/source/common/locavailable.cpp", |
| 6443 | "third_party/icu/source/common/locbased.cpp", |
| 6444 | "third_party/icu/source/common/locdispnames.cpp", |
| 6445 | "third_party/icu/source/common/locdistance.cpp", |
| 6446 | "third_party/icu/source/common/locdspnm.cpp", |
| 6447 | "third_party/icu/source/common/locid.cpp", |
| 6448 | "third_party/icu/source/common/loclikely.cpp", |
| 6449 | "third_party/icu/source/common/loclikelysubtags.cpp", |
| 6450 | "third_party/icu/source/common/locmap.cpp", |
| 6451 | "third_party/icu/source/common/locresdata.cpp", |
| 6452 | "third_party/icu/source/common/locutil.cpp", |
| 6453 | "third_party/icu/source/common/lsr.cpp", |
| 6454 | "third_party/icu/source/common/lstmbe.cpp", |
| 6455 | "third_party/icu/source/common/messagepattern.cpp", |
| 6456 | "third_party/icu/source/common/normalizer2.cpp", |
| 6457 | "third_party/icu/source/common/normalizer2impl.cpp", |
| 6458 | "third_party/icu/source/common/normlzr.cpp", |
| 6459 | "third_party/icu/source/common/parsepos.cpp", |
| 6460 | "third_party/icu/source/common/patternprops.cpp", |
| 6461 | "third_party/icu/source/common/pluralmap.cpp", |
| 6462 | "third_party/icu/source/common/propname.cpp", |
| 6463 | "third_party/icu/source/common/propsvec.cpp", |
| 6464 | "third_party/icu/source/common/punycode.cpp", |
| 6465 | "third_party/icu/source/common/putil.cpp", |
| 6466 | "third_party/icu/source/common/rbbi.cpp", |
| 6467 | "third_party/icu/source/common/rbbi_cache.cpp", |
| 6468 | "third_party/icu/source/common/rbbidata.cpp", |
| 6469 | "third_party/icu/source/common/rbbinode.cpp", |
| 6470 | "third_party/icu/source/common/rbbirb.cpp", |
| 6471 | "third_party/icu/source/common/rbbiscan.cpp", |
| 6472 | "third_party/icu/source/common/rbbisetb.cpp", |
| 6473 | "third_party/icu/source/common/rbbistbl.cpp", |
| 6474 | "third_party/icu/source/common/rbbitblb.cpp", |
| 6475 | "third_party/icu/source/common/resbund.cpp", |
| 6476 | "third_party/icu/source/common/resbund_cnv.cpp", |
| 6477 | "third_party/icu/source/common/resource.cpp", |
| 6478 | "third_party/icu/source/common/restrace.cpp", |
| 6479 | "third_party/icu/source/common/ruleiter.cpp", |
| 6480 | "third_party/icu/source/common/schriter.cpp", |
| 6481 | "third_party/icu/source/common/serv.cpp", |
| 6482 | "third_party/icu/source/common/servlk.cpp", |
| 6483 | "third_party/icu/source/common/servlkf.cpp", |
| 6484 | "third_party/icu/source/common/servls.cpp", |
| 6485 | "third_party/icu/source/common/servnotf.cpp", |
| 6486 | "third_party/icu/source/common/servrbf.cpp", |
| 6487 | "third_party/icu/source/common/servslkf.cpp", |
| 6488 | "third_party/icu/source/common/sharedobject.cpp", |
| 6489 | "third_party/icu/source/common/simpleformatter.cpp", |
| 6490 | "third_party/icu/source/common/static_unicode_sets.cpp", |
| 6491 | "third_party/icu/source/common/stringpiece.cpp", |
| 6492 | "third_party/icu/source/common/stringtriebuilder.cpp", |
| 6493 | "third_party/icu/source/common/uarrsort.cpp", |
| 6494 | "third_party/icu/source/common/ubidi.cpp", |
| 6495 | "third_party/icu/source/common/ubidi_props.cpp", |
| 6496 | "third_party/icu/source/common/ubidiln.cpp", |
| 6497 | "third_party/icu/source/common/ubiditransform.cpp", |
| 6498 | "third_party/icu/source/common/ubidiwrt.cpp", |
| 6499 | "third_party/icu/source/common/ubrk.cpp", |
| 6500 | "third_party/icu/source/common/ucase.cpp", |
| 6501 | "third_party/icu/source/common/ucasemap.cpp", |
| 6502 | "third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp", |
| 6503 | "third_party/icu/source/common/ucat.cpp", |
| 6504 | "third_party/icu/source/common/uchar.cpp", |
| 6505 | "third_party/icu/source/common/ucharstrie.cpp", |
| 6506 | "third_party/icu/source/common/ucharstriebuilder.cpp", |
| 6507 | "third_party/icu/source/common/ucharstrieiterator.cpp", |
| 6508 | "third_party/icu/source/common/uchriter.cpp", |
| 6509 | "third_party/icu/source/common/ucln_cmn.cpp", |
| 6510 | "third_party/icu/source/common/ucmndata.cpp", |
| 6511 | "third_party/icu/source/common/ucnv.cpp", |
| 6512 | "third_party/icu/source/common/ucnv2022.cpp", |
| 6513 | "third_party/icu/source/common/ucnv_bld.cpp", |
| 6514 | "third_party/icu/source/common/ucnv_cb.cpp", |
| 6515 | "third_party/icu/source/common/ucnv_cnv.cpp", |
| 6516 | "third_party/icu/source/common/ucnv_ct.cpp", |
| 6517 | "third_party/icu/source/common/ucnv_err.cpp", |
| 6518 | "third_party/icu/source/common/ucnv_ext.cpp", |
| 6519 | "third_party/icu/source/common/ucnv_io.cpp", |
| 6520 | "third_party/icu/source/common/ucnv_lmb.cpp", |
| 6521 | "third_party/icu/source/common/ucnv_set.cpp", |
| 6522 | "third_party/icu/source/common/ucnv_u16.cpp", |
| 6523 | "third_party/icu/source/common/ucnv_u32.cpp", |
| 6524 | "third_party/icu/source/common/ucnv_u7.cpp", |
| 6525 | "third_party/icu/source/common/ucnv_u8.cpp", |
| 6526 | "third_party/icu/source/common/ucnvbocu.cpp", |
| 6527 | "third_party/icu/source/common/ucnvdisp.cpp", |
| 6528 | "third_party/icu/source/common/ucnvhz.cpp", |
| 6529 | "third_party/icu/source/common/ucnvisci.cpp", |
| 6530 | "third_party/icu/source/common/ucnvlat1.cpp", |
| 6531 | "third_party/icu/source/common/ucnvmbcs.cpp", |
| 6532 | "third_party/icu/source/common/ucnvscsu.cpp", |
| 6533 | "third_party/icu/source/common/ucnvsel.cpp", |
| 6534 | "third_party/icu/source/common/ucol_swp.cpp", |
| 6535 | "third_party/icu/source/common/ucptrie.cpp", |
| 6536 | "third_party/icu/source/common/ucurr.cpp", |
| 6537 | "third_party/icu/source/common/udata.cpp", |
| 6538 | "third_party/icu/source/common/udatamem.cpp", |
| 6539 | "third_party/icu/source/common/udataswp.cpp", |
| 6540 | "third_party/icu/source/common/uenum.cpp", |
| 6541 | "third_party/icu/source/common/uhash.cpp", |
| 6542 | "third_party/icu/source/common/uhash_us.cpp", |
| 6543 | "third_party/icu/source/common/uidna.cpp", |
| 6544 | "third_party/icu/source/common/uinit.cpp", |
| 6545 | "third_party/icu/source/common/uinvchar.cpp", |
| 6546 | "third_party/icu/source/common/uiter.cpp", |
| 6547 | "third_party/icu/source/common/ulist.cpp", |
| 6548 | "third_party/icu/source/common/uloc.cpp", |
| 6549 | "third_party/icu/source/common/uloc_keytype.cpp", |
| 6550 | "third_party/icu/source/common/uloc_tag.cpp", |
| 6551 | "third_party/icu/source/common/umapfile.cpp", |
| 6552 | "third_party/icu/source/common/umath.cpp", |
| 6553 | "third_party/icu/source/common/umutablecptrie.cpp", |
| 6554 | "third_party/icu/source/common/umutex.cpp", |
| 6555 | "third_party/icu/source/common/unames.cpp", |
| 6556 | "third_party/icu/source/common/unifiedcache.cpp", |
| 6557 | "third_party/icu/source/common/unifilt.cpp", |
| 6558 | "third_party/icu/source/common/unifunct.cpp", |
| 6559 | "third_party/icu/source/common/uniset.cpp", |
| 6560 | "third_party/icu/source/common/uniset_closure.cpp", |
| 6561 | "third_party/icu/source/common/uniset_props.cpp", |
| 6562 | "third_party/icu/source/common/unisetspan.cpp", |
| 6563 | "third_party/icu/source/common/unistr.cpp", |
| 6564 | "third_party/icu/source/common/unistr_case.cpp", |
| 6565 | "third_party/icu/source/common/unistr_case_locale.cpp", |
| 6566 | "third_party/icu/source/common/unistr_cnv.cpp", |
| 6567 | "third_party/icu/source/common/unistr_props.cpp", |
| 6568 | "third_party/icu/source/common/unistr_titlecase_brkiter.cpp", |
| 6569 | "third_party/icu/source/common/unorm.cpp", |
| 6570 | "third_party/icu/source/common/unormcmp.cpp", |
| 6571 | "third_party/icu/source/common/uobject.cpp", |
| 6572 | "third_party/icu/source/common/uprops.cpp", |
| 6573 | "third_party/icu/source/common/ures_cnv.cpp", |
| 6574 | "third_party/icu/source/common/uresbund.cpp", |
| 6575 | "third_party/icu/source/common/uresdata.cpp", |
| 6576 | "third_party/icu/source/common/usc_impl.cpp", |
| 6577 | "third_party/icu/source/common/uscript.cpp", |
| 6578 | "third_party/icu/source/common/uscript_props.cpp", |
| 6579 | "third_party/icu/source/common/uset.cpp", |
| 6580 | "third_party/icu/source/common/uset_props.cpp", |
| 6581 | "third_party/icu/source/common/usetiter.cpp", |
| 6582 | "third_party/icu/source/common/ushape.cpp", |
| 6583 | "third_party/icu/source/common/usprep.cpp", |
| 6584 | "third_party/icu/source/common/ustack.cpp", |
| 6585 | "third_party/icu/source/common/ustr_cnv.cpp", |
| 6586 | "third_party/icu/source/common/ustr_titlecase_brkiter.cpp", |
| 6587 | "third_party/icu/source/common/ustr_wcs.cpp", |
| 6588 | "third_party/icu/source/common/ustrcase.cpp", |
| 6589 | "third_party/icu/source/common/ustrcase_locale.cpp", |
| 6590 | "third_party/icu/source/common/ustrenum.cpp", |
| 6591 | "third_party/icu/source/common/ustrfmt.cpp", |
| 6592 | "third_party/icu/source/common/ustring.cpp", |
| 6593 | "third_party/icu/source/common/ustrtrns.cpp", |
| 6594 | "third_party/icu/source/common/utext.cpp", |
| 6595 | "third_party/icu/source/common/utf_impl.cpp", |
| 6596 | "third_party/icu/source/common/util.cpp", |
| 6597 | "third_party/icu/source/common/util_props.cpp", |
| 6598 | "third_party/icu/source/common/utrace.cpp", |
| 6599 | "third_party/icu/source/common/utrie.cpp", |
| 6600 | "third_party/icu/source/common/utrie2.cpp", |
| 6601 | "third_party/icu/source/common/utrie2_builder.cpp", |
| 6602 | "third_party/icu/source/common/utrie_swap.cpp", |
| 6603 | "third_party/icu/source/common/uts46.cpp", |
| 6604 | "third_party/icu/source/common/utypes.cpp", |
| 6605 | "third_party/icu/source/common/uvector.cpp", |
| 6606 | "third_party/icu/source/common/uvectr32.cpp", |
| 6607 | "third_party/icu/source/common/uvectr64.cpp", |
| 6608 | "third_party/icu/source/common/wintz.cpp", |
| 6609 | "third_party/icu/source/stubdata/stubdata.cpp", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6610 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6611 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6612 | defaults: [ |
| 6613 | "cronet_aml_defaults", |
| 6614 | ], |
| 6615 | cflags: [ |
| 6616 | "-DANDROID", |
| 6617 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6618 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6619 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6620 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6621 | "-DDCHECK_ALWAYS_ON=1", |
| 6622 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6623 | "-DHAVE_DLOPEN=0", |
| 6624 | "-DHAVE_SYS_UIO_H", |
| 6625 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 6626 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 6627 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6628 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6629 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6630 | "-DUSE_OZONE=1", |
| 6631 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6632 | "-DU_CHARSET_IS_UTF8=1", |
| 6633 | "-DU_COMMON_IMPLEMENTATION", |
| 6634 | "-DU_ENABLE_DYLOAD=0", |
| 6635 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 6636 | "-DU_ENABLE_TRACING=1", |
| 6637 | "-DU_ICUDATAENTRY_IN_COMMON", |
| 6638 | "-DU_STATIC_IMPLEMENTATION", |
| 6639 | "-DU_USING_ICU_NAMESPACE=0", |
| 6640 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6641 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6642 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6643 | "-D_LARGEFILE64_SOURCE", |
| 6644 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6645 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6646 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6647 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6648 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6649 | "-D__STDC_CONSTANT_MACROS", |
| 6650 | "-D__STDC_FORMAT_MACROS", |
| 6651 | ], |
| 6652 | local_include_dirs: [ |
| 6653 | "./", |
| 6654 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6655 | "buildtools/third_party/libc++/trunk/include", |
| 6656 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6657 | "third_party/icu/source/common/", |
| 6658 | "third_party/icu/source/i18n/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6659 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6660 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6661 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6662 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6663 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 6664 | rtti: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6665 | } |
| 6666 | |
| 6667 | // GN: //third_party/icu:icuuc_public |
| 6668 | filegroup { |
| 6669 | name: "cronet_aml_third_party_icu_icuuc_public", |
| 6670 | } |
| 6671 | |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6672 | // GN: //third_party/libevent:libevent |
| 6673 | cc_library_static { |
| 6674 | name: "cronet_aml_third_party_libevent_libevent", |
| 6675 | srcs: [ |
| 6676 | "third_party/libevent/buffer.c", |
| 6677 | "third_party/libevent/epoll.c", |
| 6678 | "third_party/libevent/evbuffer.c", |
| 6679 | "third_party/libevent/evdns.c", |
| 6680 | "third_party/libevent/event.c", |
| 6681 | "third_party/libevent/event_tagging.c", |
| 6682 | "third_party/libevent/evrpc.c", |
| 6683 | "third_party/libevent/evutil.c", |
| 6684 | "third_party/libevent/http.c", |
| 6685 | "third_party/libevent/log.c", |
| 6686 | "third_party/libevent/poll.c", |
| 6687 | "third_party/libevent/select.c", |
| 6688 | "third_party/libevent/signal.c", |
| 6689 | "third_party/libevent/strlcpy.c", |
| 6690 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6691 | host_supported: true, |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6692 | defaults: [ |
| 6693 | "cronet_aml_defaults", |
| 6694 | ], |
| 6695 | cflags: [ |
| 6696 | "-DANDROID", |
| 6697 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6698 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6699 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6700 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6701 | "-DDCHECK_ALWAYS_ON=1", |
| 6702 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6703 | "-DHAVE_CONFIG_H", |
| 6704 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6705 | "-DUSE_AURA=1", |
| 6706 | "-DUSE_OZONE=1", |
| 6707 | "-DUSE_UDEV", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6708 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6709 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6710 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6711 | "-D_LARGEFILE64_SOURCE", |
| 6712 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6713 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6714 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6715 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6716 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6717 | ], |
| 6718 | local_include_dirs: [ |
| 6719 | "./", |
| 6720 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6721 | "buildtools/third_party/libc++/trunk/include", |
| 6722 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6723 | "third_party/libevent/android/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6724 | "third_party/libevent/linux/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6725 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6726 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6727 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6728 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6729 | cpp_std: "c++20", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame^] | 6730 | target: { |
| 6731 | host: { |
| 6732 | srcs: [ |
| 6733 | "third_party/libevent/linux/config.h", |
| 6734 | "third_party/libevent/linux/event-config.h", |
| 6735 | ], |
| 6736 | }, |
| 6737 | android_x86_64: { |
| 6738 | srcs: [ |
| 6739 | "third_party/libevent/android/config.h", |
| 6740 | "third_party/libevent/android/event-config.h", |
| 6741 | ], |
| 6742 | }, |
| 6743 | }, |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6744 | } |
| 6745 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6746 | // GN: //third_party/metrics_proto:metrics_proto |
| 6747 | genrule { |
| 6748 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 6749 | srcs: [ |
| 6750 | "third_party/metrics_proto/call_stack_profile.proto", |
| 6751 | "third_party/metrics_proto/cast_logs.proto", |
| 6752 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 6753 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 6754 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 6755 | "third_party/metrics_proto/custom_tab_session.proto", |
| 6756 | "third_party/metrics_proto/execution_context.proto", |
| 6757 | "third_party/metrics_proto/extension_install.proto", |
| 6758 | "third_party/metrics_proto/histogram_event.proto", |
| 6759 | "third_party/metrics_proto/omnibox_event.proto", |
| 6760 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 6761 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 6762 | "third_party/metrics_proto/perf_data.proto", |
| 6763 | "third_party/metrics_proto/perf_stat.proto", |
| 6764 | "third_party/metrics_proto/printer_event.proto", |
| 6765 | "third_party/metrics_proto/reporting_info.proto", |
| 6766 | "third_party/metrics_proto/sampled_profile.proto", |
| 6767 | "third_party/metrics_proto/structured_data.proto", |
| 6768 | "third_party/metrics_proto/system_profile.proto", |
| 6769 | "third_party/metrics_proto/trace_log.proto", |
| 6770 | "third_party/metrics_proto/translate_event.proto", |
| 6771 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 6772 | "third_party/metrics_proto/ukm/entry.proto", |
| 6773 | "third_party/metrics_proto/ukm/report.proto", |
| 6774 | "third_party/metrics_proto/ukm/source.proto", |
| 6775 | "third_party/metrics_proto/user_action_event.proto", |
| 6776 | "third_party/metrics_proto/user_demographics.proto", |
| 6777 | ], |
| 6778 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 6779 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6780 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 6781 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6782 | out: [ |
| 6783 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.cc", |
| 6784 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.cc", |
| 6785 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.cc", |
| 6786 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.cc", |
| 6787 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.cc", |
| 6788 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.cc", |
| 6789 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.cc", |
| 6790 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.cc", |
| 6791 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.cc", |
| 6792 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.cc", |
| 6793 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.cc", |
| 6794 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.cc", |
| 6795 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.cc", |
| 6796 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.cc", |
| 6797 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.cc", |
| 6798 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.cc", |
| 6799 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.cc", |
| 6800 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.cc", |
| 6801 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.cc", |
| 6802 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.cc", |
| 6803 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.cc", |
| 6804 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.cc", |
| 6805 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.cc", |
| 6806 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.cc", |
| 6807 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.cc", |
| 6808 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.cc", |
| 6809 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.cc", |
| 6810 | ], |
| 6811 | } |
| 6812 | |
| 6813 | // GN: //third_party/metrics_proto:metrics_proto |
| 6814 | genrule { |
| 6815 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 6816 | srcs: [ |
| 6817 | "third_party/metrics_proto/call_stack_profile.proto", |
| 6818 | "third_party/metrics_proto/cast_logs.proto", |
| 6819 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 6820 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 6821 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 6822 | "third_party/metrics_proto/custom_tab_session.proto", |
| 6823 | "third_party/metrics_proto/execution_context.proto", |
| 6824 | "third_party/metrics_proto/extension_install.proto", |
| 6825 | "third_party/metrics_proto/histogram_event.proto", |
| 6826 | "third_party/metrics_proto/omnibox_event.proto", |
| 6827 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 6828 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 6829 | "third_party/metrics_proto/perf_data.proto", |
| 6830 | "third_party/metrics_proto/perf_stat.proto", |
| 6831 | "third_party/metrics_proto/printer_event.proto", |
| 6832 | "third_party/metrics_proto/reporting_info.proto", |
| 6833 | "third_party/metrics_proto/sampled_profile.proto", |
| 6834 | "third_party/metrics_proto/structured_data.proto", |
| 6835 | "third_party/metrics_proto/system_profile.proto", |
| 6836 | "third_party/metrics_proto/trace_log.proto", |
| 6837 | "third_party/metrics_proto/translate_event.proto", |
| 6838 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 6839 | "third_party/metrics_proto/ukm/entry.proto", |
| 6840 | "third_party/metrics_proto/ukm/report.proto", |
| 6841 | "third_party/metrics_proto/ukm/source.proto", |
| 6842 | "third_party/metrics_proto/user_action_event.proto", |
| 6843 | "third_party/metrics_proto/user_demographics.proto", |
| 6844 | ], |
| 6845 | tools: [ |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 6846 | "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6847 | ], |
Motomu Utsumi | d58c1dc | 2022-11-16 18:04:46 +0900 | [diff] [blame] | 6848 | cmd: "$(location cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6849 | out: [ |
| 6850 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.h", |
| 6851 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.h", |
| 6852 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.h", |
| 6853 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.h", |
| 6854 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.h", |
| 6855 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.h", |
| 6856 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.h", |
| 6857 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.h", |
| 6858 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.h", |
| 6859 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.h", |
| 6860 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.h", |
| 6861 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.h", |
| 6862 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.h", |
| 6863 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.h", |
| 6864 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.h", |
| 6865 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.h", |
| 6866 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.h", |
| 6867 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.h", |
| 6868 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.h", |
| 6869 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.h", |
| 6870 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.h", |
| 6871 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.h", |
| 6872 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.h", |
| 6873 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.h", |
| 6874 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.h", |
| 6875 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.h", |
| 6876 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.h", |
| 6877 | ], |
| 6878 | export_include_dirs: [ |
| 6879 | ".", |
| 6880 | "protos", |
| 6881 | "third_party/metrics_proto", |
| 6882 | ], |
| 6883 | } |
| 6884 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6885 | // GN: //third_party/modp_b64:modp_b64 |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6886 | cc_library_static { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6887 | name: "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6888 | srcs: [ |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6889 | "third_party/modp_b64/modp_b64.cc", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6890 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6891 | host_supported: true, |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6892 | defaults: [ |
| 6893 | "cronet_aml_defaults", |
| 6894 | ], |
| 6895 | cflags: [ |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6896 | "-DANDROID", |
| 6897 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6898 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6899 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6900 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6901 | "-DDCHECK_ALWAYS_ON=1", |
| 6902 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6903 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6904 | "-DUSE_AURA=1", |
| 6905 | "-DUSE_OZONE=1", |
| 6906 | "-DUSE_UDEV", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6907 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6908 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6909 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6910 | "-D_LARGEFILE64_SOURCE", |
| 6911 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6912 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6913 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6914 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6915 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6916 | "-D__STDC_CONSTANT_MACROS", |
| 6917 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6918 | ], |
| 6919 | local_include_dirs: [ |
| 6920 | "./", |
| 6921 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6922 | "buildtools/third_party/libc++/trunk/include", |
| 6923 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6924 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6925 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6926 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6927 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6928 | cpp_std: "c++20", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6929 | } |
| 6930 | |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6931 | // GN: //third_party/protobuf:protobuf_full |
| 6932 | cc_library_static { |
| 6933 | name: "cronet_aml_third_party_protobuf_protobuf_full", |
| 6934 | srcs: [ |
| 6935 | "third_party/protobuf/src/google/protobuf/any.cc", |
| 6936 | "third_party/protobuf/src/google/protobuf/any.pb.cc", |
| 6937 | "third_party/protobuf/src/google/protobuf/any_lite.cc", |
| 6938 | "third_party/protobuf/src/google/protobuf/api.pb.cc", |
| 6939 | "third_party/protobuf/src/google/protobuf/arena.cc", |
| 6940 | "third_party/protobuf/src/google/protobuf/arenastring.cc", |
| 6941 | "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc", |
| 6942 | "third_party/protobuf/src/google/protobuf/compiler/importer.cc", |
| 6943 | "third_party/protobuf/src/google/protobuf/compiler/parser.cc", |
| 6944 | "third_party/protobuf/src/google/protobuf/descriptor.cc", |
| 6945 | "third_party/protobuf/src/google/protobuf/descriptor.pb.cc", |
| 6946 | "third_party/protobuf/src/google/protobuf/descriptor_database.cc", |
| 6947 | "third_party/protobuf/src/google/protobuf/duration.pb.cc", |
| 6948 | "third_party/protobuf/src/google/protobuf/dynamic_message.cc", |
| 6949 | "third_party/protobuf/src/google/protobuf/empty.pb.cc", |
| 6950 | "third_party/protobuf/src/google/protobuf/extension_set.cc", |
| 6951 | "third_party/protobuf/src/google/protobuf/extension_set_heavy.cc", |
| 6952 | "third_party/protobuf/src/google/protobuf/field_mask.pb.cc", |
| 6953 | "third_party/protobuf/src/google/protobuf/generated_enum_util.cc", |
| 6954 | "third_party/protobuf/src/google/protobuf/generated_message_bases.cc", |
| 6955 | "third_party/protobuf/src/google/protobuf/generated_message_reflection.cc", |
| 6956 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_full.cc", |
| 6957 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc", |
| 6958 | "third_party/protobuf/src/google/protobuf/generated_message_util.cc", |
| 6959 | "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc", |
| 6960 | "third_party/protobuf/src/google/protobuf/inlined_string_field.cc", |
| 6961 | "third_party/protobuf/src/google/protobuf/io/coded_stream.cc", |
| 6962 | "third_party/protobuf/src/google/protobuf/io/gzip_stream.cc", |
| 6963 | "third_party/protobuf/src/google/protobuf/io/io_win32.cc", |
| 6964 | "third_party/protobuf/src/google/protobuf/io/printer.cc", |
| 6965 | "third_party/protobuf/src/google/protobuf/io/strtod.cc", |
| 6966 | "third_party/protobuf/src/google/protobuf/io/tokenizer.cc", |
| 6967 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc", |
| 6968 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc", |
| 6969 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", |
| 6970 | "third_party/protobuf/src/google/protobuf/map.cc", |
| 6971 | "third_party/protobuf/src/google/protobuf/map_field.cc", |
| 6972 | "third_party/protobuf/src/google/protobuf/message.cc", |
| 6973 | "third_party/protobuf/src/google/protobuf/message_lite.cc", |
| 6974 | "third_party/protobuf/src/google/protobuf/parse_context.cc", |
| 6975 | "third_party/protobuf/src/google/protobuf/reflection_ops.cc", |
| 6976 | "third_party/protobuf/src/google/protobuf/repeated_field.cc", |
| 6977 | "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc", |
| 6978 | "third_party/protobuf/src/google/protobuf/service.cc", |
| 6979 | "third_party/protobuf/src/google/protobuf/source_context.pb.cc", |
| 6980 | "third_party/protobuf/src/google/protobuf/struct.pb.cc", |
| 6981 | "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc", |
| 6982 | "third_party/protobuf/src/google/protobuf/stubs/common.cc", |
| 6983 | "third_party/protobuf/src/google/protobuf/stubs/int128.cc", |
| 6984 | "third_party/protobuf/src/google/protobuf/stubs/status.cc", |
| 6985 | "third_party/protobuf/src/google/protobuf/stubs/statusor.cc", |
| 6986 | "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc", |
| 6987 | "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc", |
| 6988 | "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc", |
| 6989 | "third_party/protobuf/src/google/protobuf/stubs/strutil.cc", |
| 6990 | "third_party/protobuf/src/google/protobuf/stubs/substitute.cc", |
| 6991 | "third_party/protobuf/src/google/protobuf/stubs/time.cc", |
| 6992 | "third_party/protobuf/src/google/protobuf/text_format.cc", |
| 6993 | "third_party/protobuf/src/google/protobuf/timestamp.pb.cc", |
| 6994 | "third_party/protobuf/src/google/protobuf/type.pb.cc", |
| 6995 | "third_party/protobuf/src/google/protobuf/unknown_field_set.cc", |
| 6996 | "third_party/protobuf/src/google/protobuf/util/delimited_message_util.cc", |
| 6997 | "third_party/protobuf/src/google/protobuf/util/field_comparator.cc", |
| 6998 | "third_party/protobuf/src/google/protobuf/util/field_mask_util.cc", |
| 6999 | "third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc", |
| 7000 | "third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc", |
| 7001 | "third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc", |
| 7002 | "third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc", |
| 7003 | "third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc", |
| 7004 | "third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc", |
| 7005 | "third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc", |
| 7006 | "third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc", |
| 7007 | "third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc", |
| 7008 | "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc", |
| 7009 | "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc", |
| 7010 | "third_party/protobuf/src/google/protobuf/util/internal/type_info.cc", |
| 7011 | "third_party/protobuf/src/google/protobuf/util/internal/utility.cc", |
| 7012 | "third_party/protobuf/src/google/protobuf/util/json_util.cc", |
| 7013 | "third_party/protobuf/src/google/protobuf/util/message_differencer.cc", |
| 7014 | "third_party/protobuf/src/google/protobuf/util/time_util.cc", |
| 7015 | "third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc", |
| 7016 | "third_party/protobuf/src/google/protobuf/wire_format.cc", |
| 7017 | "third_party/protobuf/src/google/protobuf/wire_format_lite.cc", |
| 7018 | "third_party/protobuf/src/google/protobuf/wrappers.pb.cc", |
| 7019 | ], |
| 7020 | static_libs: [ |
| 7021 | "cronet_aml_third_party_zlib_zlib", |
| 7022 | ], |
| 7023 | host_supported: true, |
| 7024 | device_supported: false, |
| 7025 | defaults: [ |
| 7026 | "cronet_aml_defaults", |
| 7027 | ], |
| 7028 | cflags: [ |
| 7029 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7030 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7031 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 7032 | "-DDCHECK_ALWAYS_ON=1", |
| 7033 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7034 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 7035 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 7036 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 7037 | "-DHAVE_PTHREAD", |
| 7038 | "-DHAVE_ZLIB", |
| 7039 | "-DUSE_AURA=1", |
| 7040 | "-DUSE_OZONE=1", |
| 7041 | "-DUSE_UDEV", |
| 7042 | "-D_DEBUG", |
| 7043 | "-D_FILE_OFFSET_BITS=64", |
| 7044 | "-D_GNU_SOURCE", |
| 7045 | "-D_LARGEFILE64_SOURCE", |
| 7046 | "-D_LARGEFILE_SOURCE", |
| 7047 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7048 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7049 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7050 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7051 | "-UANDROID", |
| 7052 | ], |
| 7053 | local_include_dirs: [ |
| 7054 | "./", |
| 7055 | "buildtools/third_party/libc++/", |
| 7056 | "buildtools/third_party/libc++/trunk/include", |
| 7057 | "buildtools/third_party/libc++abi/trunk/include", |
| 7058 | "third_party/protobuf/src/", |
| 7059 | "third_party/zlib/", |
| 7060 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 7061 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 7062 | ], |
| 7063 | cpp_std: "c++20", |
| 7064 | } |
| 7065 | |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 7066 | // GN: //third_party/protobuf:protobuf_lite |
| 7067 | cc_library_static { |
| 7068 | name: "cronet_aml_third_party_protobuf_protobuf_lite", |
| 7069 | srcs: [ |
| 7070 | "third_party/protobuf/src/google/protobuf/any_lite.cc", |
| 7071 | "third_party/protobuf/src/google/protobuf/arena.cc", |
| 7072 | "third_party/protobuf/src/google/protobuf/arenastring.cc", |
| 7073 | "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc", |
| 7074 | "third_party/protobuf/src/google/protobuf/extension_set.cc", |
| 7075 | "third_party/protobuf/src/google/protobuf/generated_enum_util.cc", |
| 7076 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc", |
| 7077 | "third_party/protobuf/src/google/protobuf/generated_message_util.cc", |
| 7078 | "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc", |
| 7079 | "third_party/protobuf/src/google/protobuf/inlined_string_field.cc", |
| 7080 | "third_party/protobuf/src/google/protobuf/io/coded_stream.cc", |
| 7081 | "third_party/protobuf/src/google/protobuf/io/io_win32.cc", |
| 7082 | "third_party/protobuf/src/google/protobuf/io/strtod.cc", |
| 7083 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc", |
| 7084 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc", |
| 7085 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", |
| 7086 | "third_party/protobuf/src/google/protobuf/map.cc", |
| 7087 | "third_party/protobuf/src/google/protobuf/message_lite.cc", |
| 7088 | "third_party/protobuf/src/google/protobuf/parse_context.cc", |
| 7089 | "third_party/protobuf/src/google/protobuf/repeated_field.cc", |
| 7090 | "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc", |
| 7091 | "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc", |
| 7092 | "third_party/protobuf/src/google/protobuf/stubs/common.cc", |
| 7093 | "third_party/protobuf/src/google/protobuf/stubs/int128.cc", |
| 7094 | "third_party/protobuf/src/google/protobuf/stubs/status.cc", |
| 7095 | "third_party/protobuf/src/google/protobuf/stubs/statusor.cc", |
| 7096 | "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc", |
| 7097 | "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc", |
| 7098 | "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc", |
| 7099 | "third_party/protobuf/src/google/protobuf/stubs/strutil.cc", |
| 7100 | "third_party/protobuf/src/google/protobuf/stubs/time.cc", |
| 7101 | "third_party/protobuf/src/google/protobuf/wire_format_lite.cc", |
| 7102 | ], |
| 7103 | shared_libs: [ |
| 7104 | "liblog", |
| 7105 | ], |
| 7106 | defaults: [ |
| 7107 | "cronet_aml_defaults", |
| 7108 | ], |
| 7109 | cflags: [ |
| 7110 | "-DANDROID", |
| 7111 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 7112 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7113 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7114 | "-DDCHECK_ALWAYS_ON=1", |
| 7115 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7116 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 7117 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 7118 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 7119 | "-DHAVE_PTHREAD", |
| 7120 | "-DHAVE_SYS_UIO_H", |
| 7121 | "-D_DEBUG", |
| 7122 | "-D_GNU_SOURCE", |
| 7123 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7124 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7125 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7126 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7127 | ], |
| 7128 | local_include_dirs: [ |
| 7129 | "./", |
| 7130 | "buildtools/third_party/libc++/", |
| 7131 | "buildtools/third_party/libc++/trunk/include", |
| 7132 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 7133 | "third_party/protobuf/src/", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 7134 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 7135 | ], |
| 7136 | cpp_std: "c++20", |
| 7137 | } |
| 7138 | |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 7139 | // GN: //third_party/protobuf:protoc(//build/toolchain/linux:clang_x64) |
| 7140 | cc_binary { |
| 7141 | name: "cronet_aml_third_party_protobuf_protoc___build_toolchain_linux_clang_x64_", |
| 7142 | srcs: [ |
| 7143 | ":cronet_aml_buildtools_third_party_libc___libc__", |
| 7144 | ":cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
| 7145 | ":cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 7146 | "third_party/protobuf/src/google/protobuf/compiler/main.cc", |
| 7147 | ], |
| 7148 | static_libs: [ |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 7149 | "cronet_aml_third_party_protobuf_protobuf_full", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 7150 | "cronet_aml_third_party_protobuf_protoc_lib", |
| 7151 | "cronet_aml_third_party_zlib_zlib", |
| 7152 | ], |
| 7153 | host_supported: true, |
| 7154 | device_supported: false, |
| 7155 | defaults: [ |
| 7156 | "cronet_aml_defaults", |
| 7157 | ], |
| 7158 | cflags: [ |
| 7159 | "-DANDROID", |
| 7160 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 7161 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7162 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7163 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 7164 | "-DDCHECK_ALWAYS_ON=1", |
| 7165 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7166 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 7167 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 7168 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 7169 | "-DHAVE_PTHREAD", |
| 7170 | "-DHAVE_SYS_UIO_H", |
| 7171 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 7172 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 7173 | "-DUSE_AURA=1", |
| 7174 | "-DUSE_OZONE=1", |
| 7175 | "-DUSE_UDEV", |
| 7176 | "-D_DEBUG", |
| 7177 | "-D_FILE_OFFSET_BITS=64", |
| 7178 | "-D_GNU_SOURCE", |
| 7179 | "-D_LARGEFILE64_SOURCE", |
| 7180 | "-D_LARGEFILE_SOURCE", |
| 7181 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7182 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 7183 | "-D_LIBCPP_CONSTINIT=constinit", |
| 7184 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7185 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7186 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 7187 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7188 | "-D_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7189 | "-D_LIBUNWIND_IS_NATIVE_ONLY", |
| 7190 | ], |
| 7191 | local_include_dirs: [ |
| 7192 | "./", |
| 7193 | "buildtools/third_party/libc++/", |
| 7194 | "buildtools/third_party/libc++/trunk/include", |
| 7195 | "buildtools/third_party/libc++/trunk/src/", |
| 7196 | "buildtools/third_party/libc++abi/trunk/include", |
| 7197 | "buildtools/third_party/libunwind/trunk/include/", |
| 7198 | "third_party/protobuf/src/", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 7199 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 7200 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 7201 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 7202 | ], |
| 7203 | cpp_std: "c++20", |
| 7204 | cppflags: [ |
| 7205 | "-fexceptions", |
| 7206 | ], |
| 7207 | rtti: true, |
| 7208 | } |
| 7209 | |
| 7210 | // GN: //third_party/protobuf:protoc_lib |
| 7211 | cc_library_static { |
| 7212 | name: "cronet_aml_third_party_protobuf_protoc_lib", |
| 7213 | srcs: [ |
| 7214 | "third_party/protobuf/src/google/protobuf/compiler/code_generator.cc", |
| 7215 | "third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc", |
| 7216 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc", |
| 7217 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc", |
| 7218 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc", |
| 7219 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc", |
| 7220 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc", |
| 7221 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc", |
| 7222 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc", |
| 7223 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc", |
| 7224 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc", |
| 7225 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc", |
| 7226 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc", |
| 7227 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc", |
| 7228 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc", |
| 7229 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc", |
| 7230 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc", |
| 7231 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc", |
| 7232 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc", |
| 7233 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc", |
| 7234 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc", |
| 7235 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc", |
| 7236 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc", |
| 7237 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc", |
| 7238 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc", |
| 7239 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc", |
| 7240 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc", |
| 7241 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc", |
| 7242 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc", |
| 7243 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc", |
| 7244 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc", |
| 7245 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc", |
| 7246 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc", |
| 7247 | "third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc", |
| 7248 | "third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc", |
| 7249 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc", |
| 7250 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc", |
| 7251 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc", |
| 7252 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc", |
| 7253 | "third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc", |
| 7254 | "third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc", |
| 7255 | "third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc", |
| 7256 | "third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc", |
| 7257 | "third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc", |
| 7258 | "third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc", |
| 7259 | "third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc", |
| 7260 | "third_party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.cc", |
| 7261 | "third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc", |
| 7262 | "third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc", |
| 7263 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc", |
| 7264 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc", |
| 7265 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc", |
| 7266 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc", |
| 7267 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc", |
| 7268 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc", |
| 7269 | "third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc", |
| 7270 | "third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc", |
| 7271 | "third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc", |
| 7272 | "third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc", |
| 7273 | "third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc", |
| 7274 | "third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc", |
| 7275 | "third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc", |
| 7276 | "third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc", |
| 7277 | "third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc", |
| 7278 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc", |
| 7279 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc", |
| 7280 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc", |
| 7281 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc", |
| 7282 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc", |
| 7283 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc", |
| 7284 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc", |
| 7285 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc", |
| 7286 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc", |
| 7287 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc", |
| 7288 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc", |
| 7289 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc", |
| 7290 | "third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc", |
| 7291 | "third_party/protobuf/src/google/protobuf/compiler/plugin.cc", |
| 7292 | "third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc", |
| 7293 | "third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc", |
| 7294 | "third_party/protobuf/src/google/protobuf/compiler/python/python_helpers.cc", |
| 7295 | "third_party/protobuf/src/google/protobuf/compiler/python/python_pyi_generator.cc", |
| 7296 | "third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc", |
| 7297 | "third_party/protobuf/src/google/protobuf/compiler/subprocess.cc", |
| 7298 | "third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc", |
| 7299 | ], |
| 7300 | static_libs: [ |
| 7301 | "cronet_aml_third_party_protobuf_protobuf_full", |
| 7302 | "cronet_aml_third_party_zlib_zlib", |
| 7303 | ], |
| 7304 | host_supported: true, |
| 7305 | device_supported: false, |
| 7306 | defaults: [ |
| 7307 | "cronet_aml_defaults", |
| 7308 | ], |
| 7309 | cflags: [ |
| 7310 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7311 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7312 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 7313 | "-DDCHECK_ALWAYS_ON=1", |
| 7314 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7315 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 7316 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 7317 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 7318 | "-DHAVE_PTHREAD", |
| 7319 | "-DUSE_AURA=1", |
| 7320 | "-DUSE_OZONE=1", |
| 7321 | "-DUSE_UDEV", |
| 7322 | "-D_DEBUG", |
| 7323 | "-D_FILE_OFFSET_BITS=64", |
| 7324 | "-D_GNU_SOURCE", |
| 7325 | "-D_LARGEFILE64_SOURCE", |
| 7326 | "-D_LARGEFILE_SOURCE", |
| 7327 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7328 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7329 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7330 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7331 | "-UANDROID", |
| 7332 | ], |
| 7333 | local_include_dirs: [ |
| 7334 | "./", |
| 7335 | "buildtools/third_party/libc++/", |
| 7336 | "buildtools/third_party/libc++/trunk/include", |
| 7337 | "buildtools/third_party/libc++abi/trunk/include", |
| 7338 | "third_party/protobuf/src/", |
| 7339 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 7340 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 7341 | ], |
| 7342 | cpp_std: "c++20", |
| 7343 | } |
| 7344 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7345 | // GN: //third_party/zlib:zlib |
| 7346 | cc_library_static { |
| 7347 | name: "cronet_aml_third_party_zlib_zlib", |
| 7348 | srcs: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 7349 | ":cronet_aml_third_party_android_ndk_cpu_features", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7350 | ":cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 7351 | ":cronet_aml_third_party_zlib_zlib_common_headers", |
| 7352 | ":cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 7353 | ":cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 7354 | ":cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
| 7355 | "third_party/zlib/adler32.c", |
| 7356 | "third_party/zlib/compress.c", |
| 7357 | "third_party/zlib/cpu_features.c", |
| 7358 | "third_party/zlib/crc32.c", |
| 7359 | "third_party/zlib/deflate.c", |
| 7360 | "third_party/zlib/gzclose.c", |
| 7361 | "third_party/zlib/gzlib.c", |
| 7362 | "third_party/zlib/gzread.c", |
| 7363 | "third_party/zlib/gzwrite.c", |
| 7364 | "third_party/zlib/infback.c", |
| 7365 | "third_party/zlib/inffast.c", |
| 7366 | "third_party/zlib/inftrees.c", |
| 7367 | "third_party/zlib/trees.c", |
| 7368 | "third_party/zlib/uncompr.c", |
| 7369 | "third_party/zlib/zutil.c", |
| 7370 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 7371 | host_supported: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7372 | defaults: [ |
| 7373 | "cronet_aml_defaults", |
| 7374 | ], |
| 7375 | cflags: [ |
| 7376 | "-DADLER32_SIMD_SSSE3", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 7377 | "-DANDROID", |
| 7378 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7379 | "-DCRC32_SIMD_SSE42_PCLMUL", |
| 7380 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7381 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 7382 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7383 | "-DDCHECK_ALWAYS_ON=1", |
| 7384 | "-DDEFLATE_SLIDE_HASH_SSE2", |
| 7385 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 7386 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7387 | "-DINFLATE_CHUNK_READ_64LE", |
| 7388 | "-DINFLATE_CHUNK_SIMD_SSE2", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 7389 | "-DUSE_AURA=1", |
| 7390 | "-DUSE_OZONE=1", |
| 7391 | "-DUSE_UDEV", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7392 | "-DX86_NOT_WINDOWS", |
| 7393 | "-DZLIB_DEBUG", |
| 7394 | "-DZLIB_IMPLEMENTATION", |
| 7395 | "-D_DEBUG", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 7396 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7397 | "-D_GNU_SOURCE", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 7398 | "-D_LARGEFILE64_SOURCE", |
| 7399 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7400 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7401 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7402 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7403 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7404 | "-D__STDC_CONSTANT_MACROS", |
| 7405 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | cf68d73 | 2022-11-16 18:15:21 +0900 | [diff] [blame] | 7406 | "-mpclmul", |
| 7407 | "-mssse3", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7408 | ], |
| 7409 | local_include_dirs: [ |
| 7410 | "./", |
| 7411 | "buildtools/third_party/libc++/", |
| 7412 | "buildtools/third_party/libc++/trunk/include", |
| 7413 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 7414 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7415 | "third_party/zlib/", |
Motomu Utsumi | 19e0c6f | 2022-11-15 20:22:45 +0900 | [diff] [blame] | 7416 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 7417 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 7418 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7419 | ], |
| 7420 | cpp_std: "c++20", |
| 7421 | } |
| 7422 | |
| 7423 | // GN: //third_party/zlib:zlib_adler32_simd |
| 7424 | filegroup { |
| 7425 | name: "cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 7426 | srcs: [ |
| 7427 | "third_party/zlib/adler32_simd.c", |
| 7428 | ], |
| 7429 | } |
| 7430 | |
| 7431 | // GN: //third_party/zlib:zlib_common_headers |
| 7432 | filegroup { |
| 7433 | name: "cronet_aml_third_party_zlib_zlib_common_headers", |
| 7434 | } |
| 7435 | |
| 7436 | // GN: //third_party/zlib:zlib_crc32_simd |
| 7437 | filegroup { |
| 7438 | name: "cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 7439 | srcs: [ |
| 7440 | "third_party/zlib/crc32_simd.c", |
| 7441 | "third_party/zlib/crc_folding.c", |
| 7442 | ], |
| 7443 | } |
| 7444 | |
| 7445 | // GN: //third_party/zlib:zlib_inflate_chunk_simd |
| 7446 | filegroup { |
| 7447 | name: "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 7448 | srcs: [ |
| 7449 | "third_party/zlib/contrib/optimizations/inffast_chunk.c", |
| 7450 | "third_party/zlib/contrib/optimizations/inflate.c", |
| 7451 | ], |
| 7452 | } |
| 7453 | |
| 7454 | // GN: //third_party/zlib:zlib_slide_hash_simd |
| 7455 | filegroup { |
| 7456 | name: "cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
| 7457 | } |
| 7458 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7459 | // GN: //url:buildflags |
| 7460 | genrule { |
| 7461 | name: "cronet_aml_url_buildflags", |
| 7462 | cmd: "echo '--flags USE_PLATFORM_ICU_ALTERNATIVES=\"true\"' | " + |
| 7463 | "$(location build/write_buildflag_header.py) --output " + |
| 7464 | "$(out) " + |
| 7465 | "--rulename " + |
| 7466 | "//url:buildflags " + |
| 7467 | "--gen-dir " + |
| 7468 | ". " + |
| 7469 | "--definitions " + |
| 7470 | "/dev/stdin", |
| 7471 | out: [ |
| 7472 | "url/buildflags.h", |
| 7473 | ], |
| 7474 | tool_files: [ |
| 7475 | "build/write_buildflag_header.py", |
| 7476 | ], |
| 7477 | } |
| 7478 | |
| 7479 | // GN: //url:url |
| 7480 | cc_library_static { |
| 7481 | name: "cronet_aml_url_url", |
| 7482 | srcs: [ |
| 7483 | ":cronet_aml_ipc_param_traits", |
| 7484 | "url/gurl.cc", |
| 7485 | "url/origin.cc", |
| 7486 | "url/scheme_host_port.cc", |
| 7487 | "url/third_party/mozilla/url_parse.cc", |
| 7488 | "url/url_canon.cc", |
| 7489 | "url/url_canon_etc.cc", |
| 7490 | "url/url_canon_filesystemurl.cc", |
| 7491 | "url/url_canon_fileurl.cc", |
| 7492 | "url/url_canon_host.cc", |
| 7493 | "url/url_canon_internal.cc", |
| 7494 | "url/url_canon_ip.cc", |
| 7495 | "url/url_canon_mailtourl.cc", |
| 7496 | "url/url_canon_path.cc", |
| 7497 | "url/url_canon_pathurl.cc", |
| 7498 | "url/url_canon_query.cc", |
| 7499 | "url/url_canon_relative.cc", |
| 7500 | "url/url_canon_stdstring.cc", |
| 7501 | "url/url_canon_stdurl.cc", |
| 7502 | "url/url_constants.cc", |
| 7503 | "url/url_idna_icu_alternatives_android.cc", |
| 7504 | "url/url_parse_file.cc", |
| 7505 | "url/url_util.cc", |
| 7506 | ], |
| 7507 | shared_libs: [ |
| 7508 | "libandroid", |
| 7509 | "liblog", |
| 7510 | ], |
| 7511 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7512 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7513 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7514 | "cronet_aml_base_base_static", |
| 7515 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7516 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 7517 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7518 | "cronet_aml_third_party_icu_icui18n", |
| 7519 | "cronet_aml_third_party_icu_icuuc_private", |
| 7520 | "cronet_aml_third_party_libevent_libevent", |
| 7521 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 7522 | "cronet_aml_third_party_zlib_zlib", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7523 | ], |
| 7524 | generated_headers: [ |
| 7525 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7526 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7527 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7528 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7529 | "cronet_aml_url_url_jni_headers", |
| 7530 | ], |
| 7531 | export_generated_headers: [ |
| 7532 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7533 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7534 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7535 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7536 | "cronet_aml_url_url_jni_headers", |
| 7537 | ], |
| 7538 | defaults: [ |
| 7539 | "cronet_aml_defaults", |
| 7540 | ], |
| 7541 | cflags: [ |
| 7542 | "-DANDROID", |
| 7543 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 7544 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7545 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7546 | "-DDCHECK_ALWAYS_ON=1", |
| 7547 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7548 | "-DHAVE_SYS_UIO_H", |
| 7549 | "-DIS_URL_IMPL", |
| 7550 | "-D_DEBUG", |
| 7551 | "-D_GNU_SOURCE", |
| 7552 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7553 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7554 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7555 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7556 | "-D__STDC_CONSTANT_MACROS", |
| 7557 | "-D__STDC_FORMAT_MACROS", |
| 7558 | ], |
| 7559 | local_include_dirs: [ |
| 7560 | "./", |
| 7561 | "buildtools/third_party/libc++/", |
| 7562 | "buildtools/third_party/libc++/trunk/include", |
| 7563 | "buildtools/third_party/libc++abi/trunk/include", |
| 7564 | "third_party/abseil-cpp/", |
| 7565 | "third_party/boringssl/src/include/", |
| 7566 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 7567 | ], |
| 7568 | header_libs: [ |
| 7569 | "jni_headers", |
| 7570 | ], |
| 7571 | cpp_std: "c++20", |
| 7572 | } |
| 7573 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7574 | // GN: //url:url_jni_headers |
| 7575 | genrule { |
| 7576 | name: "cronet_aml_url_url_jni_headers", |
| 7577 | srcs: [ |
| 7578 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 7579 | "url/android/java/src/org/chromium/url/Origin.java", |
| 7580 | ], |
| 7581 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 7582 | "long " + |
| 7583 | " " + |
| 7584 | " " + |
| 7585 | "--output_dir " + |
| 7586 | "$(genDir)/url/url_jni_headers " + |
| 7587 | "--includes " + |
| 7588 | "base/android/jni_generator/jni_generator_helper.h " + |
| 7589 | "--use_proxy_hash " + |
| 7590 | "--output_name " + |
| 7591 | "IDNStringUtil_jni.h " + |
| 7592 | "--output_name " + |
| 7593 | "Origin_jni.h " + |
| 7594 | "--input_file " + |
| 7595 | "$(location url/android/java/src/org/chromium/url/IDNStringUtil.java) " + |
| 7596 | "--input_file " + |
| 7597 | "$(location url/android/java/src/org/chromium/url/Origin.java)", |
| 7598 | out: [ |
| 7599 | "url/url_jni_headers/IDNStringUtil_jni.h", |
| 7600 | "url/url_jni_headers/Origin_jni.h", |
| 7601 | ], |
| 7602 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 7603 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7604 | "base/android/jni_generator/jni_generator.py", |
| 7605 | "build/android/gyp/util/__init__.py", |
| 7606 | "build/android/gyp/util/build_utils.py", |
| 7607 | "build/gn_helpers.py", |
| 7608 | ], |
| 7609 | } |
| 7610 | |