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 | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 170 | "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] | 171 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 172 | "build/linux/debian_bullseye_amd64-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 | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 287 | } |
| 288 | |
| 289 | // GN: //base/allocator/partition_allocator:partition_alloc_buildflags |
| 290 | genrule { |
| 291 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 292 | 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] | 293 | "$(location build/write_buildflag_header.py) --output " + |
| 294 | "$(out) " + |
| 295 | "--rulename " + |
| 296 | "//base/allocator/partition_allocator:partition_alloc_buildflags " + |
| 297 | "--gen-dir " + |
| 298 | ". " + |
| 299 | "--definitions " + |
| 300 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 301 | out: [ |
| 302 | "base/allocator/partition_allocator/partition_alloc_buildflags.h", |
| 303 | ], |
| 304 | tool_files: [ |
| 305 | "build/write_buildflag_header.py", |
| 306 | ], |
| 307 | } |
| 308 | |
| 309 | // GN: //base:anchor_functions_buildflags |
| 310 | genrule { |
| 311 | name: "cronet_aml_base_anchor_functions_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 312 | cmd: "echo '--flags USE_LLD=\"true\" SUPPORTS_CODE_ORDERING=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 313 | "$(location build/write_buildflag_header.py) --output " + |
| 314 | "$(out) " + |
| 315 | "--rulename " + |
| 316 | "//base:anchor_functions_buildflags " + |
| 317 | "--gen-dir " + |
| 318 | ". " + |
| 319 | "--definitions " + |
| 320 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 321 | out: [ |
| 322 | "base/android/library_loader/anchor_functions_buildflags.h", |
| 323 | ], |
| 324 | tool_files: [ |
| 325 | "build/write_buildflag_header.py", |
| 326 | ], |
| 327 | } |
| 328 | |
| 329 | // GN: //base:android_runtime_jni_headers |
| 330 | genrule { |
| 331 | name: "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 332 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 333 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 334 | " " + |
| 335 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 336 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 337 | "$(genDir)/base/android_runtime_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 338 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 339 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 340 | "--jar_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 341 | "$(location third_party/android_sdk/public/platforms/android-33/android.jar) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 342 | "--output_name " + |
| 343 | "Runnable_jni.h " + |
| 344 | "--output_name " + |
| 345 | "Runtime_jni.h " + |
| 346 | "--input_file " + |
| 347 | "java/lang/Runnable.class " + |
| 348 | "--input_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 349 | "java/lang/Runtime.class " + |
| 350 | "--javap " + |
| 351 | "$$(find out/.path -name javap)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 352 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 353 | "base/android_runtime_jni_headers/Runnable_jni.h", |
| 354 | "base/android_runtime_jni_headers/Runtime_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 355 | ], |
| 356 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 357 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 358 | "base/android/jni_generator/jni_generator.py", |
| 359 | "build/android/gyp/util/__init__.py", |
| 360 | "build/android/gyp/util/build_utils.py", |
| 361 | "build/gn_helpers.py", |
| 362 | "third_party/android_sdk/public/platforms/android-33/android.jar", |
| 363 | ], |
| 364 | } |
| 365 | |
| 366 | // GN: //base:base |
| 367 | cc_library_static { |
| 368 | name: "cronet_aml_base_base", |
| 369 | srcs: [ |
| 370 | ":cronet_aml_base_numerics_base_numerics", |
| 371 | ":cronet_aml_third_party_abseil_cpp_absl", |
| 372 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 373 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 374 | ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 375 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 376 | ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 377 | ":cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 378 | ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 379 | ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 380 | ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 381 | ":cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 382 | ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 383 | ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 384 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 385 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 386 | ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 387 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 388 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 389 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 390 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 391 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 392 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 393 | ":cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 394 | ":cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 395 | ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 396 | ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 397 | ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 398 | ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 399 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 400 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 401 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 402 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 403 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 404 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 405 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 406 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 407 | ":cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 408 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 409 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 410 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 411 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 412 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 413 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 414 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 415 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 416 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 417 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 418 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 419 | ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 420 | ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 421 | ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 422 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 423 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 424 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 425 | ":cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 426 | ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 427 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 428 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 429 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 430 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 431 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 432 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 433 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 434 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 435 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 436 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 437 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 438 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 439 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 440 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 441 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 442 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 443 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 444 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 445 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 446 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 447 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 448 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 449 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 450 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 451 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 452 | ":cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 453 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 454 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 455 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 456 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 457 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 458 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 459 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 460 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 461 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 462 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 463 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 464 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 465 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 466 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 467 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 468 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 469 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 470 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 471 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 472 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 473 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 474 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 475 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 476 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 477 | ":cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 478 | ":cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 479 | ":cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 480 | ":cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 481 | ":cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 482 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 483 | ":cronet_aml_third_party_ashmem_ashmem", |
| 484 | "base/allocator/allocator_check.cc", |
| 485 | "base/allocator/allocator_extension.cc", |
| 486 | "base/allocator/dispatcher/dispatcher.cc", |
| 487 | "base/allocator/dispatcher/internal/dispatch_data.cc", |
| 488 | "base/allocator/dispatcher/reentry_guard.cc", |
| 489 | "base/allocator/partition_allocator/shim/allocator_shim.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 490 | "base/at_exit.cc", |
| 491 | "base/barrier_closure.cc", |
| 492 | "base/base64.cc", |
| 493 | "base/base64url.cc", |
| 494 | "base/base_paths.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 495 | "base/big_endian.cc", |
| 496 | "base/build_time.cc", |
| 497 | "base/callback_list.cc", |
| 498 | "base/check.cc", |
| 499 | "base/check_is_test.cc", |
| 500 | "base/check_op.cc", |
| 501 | "base/command_line.cc", |
| 502 | "base/containers/flat_tree.cc", |
| 503 | "base/containers/intrusive_heap.cc", |
| 504 | "base/containers/linked_list.cc", |
| 505 | "base/cpu.cc", |
| 506 | "base/cpu_reduction_experiment.cc", |
| 507 | "base/debug/activity_analyzer.cc", |
| 508 | "base/debug/activity_tracker.cc", |
| 509 | "base/debug/alias.cc", |
| 510 | "base/debug/asan_invalid_access.cc", |
| 511 | "base/debug/buffered_dwarf_reader.cc", |
| 512 | "base/debug/crash_logging.cc", |
| 513 | "base/debug/debugger.cc", |
| 514 | "base/debug/debugger_posix.cc", |
| 515 | "base/debug/dump_without_crashing.cc", |
| 516 | "base/debug/dwarf_line_no.cc", |
| 517 | "base/debug/elf_reader.cc", |
| 518 | "base/debug/proc_maps_linux.cc", |
| 519 | "base/debug/profiler.cc", |
| 520 | "base/debug/stack_trace.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 521 | "base/debug/task_trace.cc", |
| 522 | "base/environment.cc", |
| 523 | "base/feature_list.cc", |
| 524 | "base/features.cc", |
| 525 | "base/file_descriptor_posix.cc", |
| 526 | "base/file_descriptor_store.cc", |
| 527 | "base/files/file.cc", |
| 528 | "base/files/file_descriptor_watcher_posix.cc", |
| 529 | "base/files/file_enumerator.cc", |
| 530 | "base/files/file_enumerator_posix.cc", |
| 531 | "base/files/file_path.cc", |
| 532 | "base/files/file_path_watcher.cc", |
| 533 | "base/files/file_path_watcher_inotify.cc", |
| 534 | "base/files/file_posix.cc", |
| 535 | "base/files/file_proxy.cc", |
| 536 | "base/files/file_tracing.cc", |
| 537 | "base/files/file_util.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 538 | "base/files/file_util_posix.cc", |
| 539 | "base/files/important_file_writer.cc", |
| 540 | "base/files/important_file_writer_cleaner.cc", |
| 541 | "base/files/memory_mapped_file.cc", |
| 542 | "base/files/memory_mapped_file_posix.cc", |
| 543 | "base/files/safe_base_name.cc", |
| 544 | "base/files/scoped_file.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 545 | "base/files/scoped_temp_dir.cc", |
| 546 | "base/functional/callback_helpers.cc", |
| 547 | "base/functional/callback_internal.cc", |
| 548 | "base/guid.cc", |
| 549 | "base/hash/hash.cc", |
| 550 | "base/hash/legacy_hash.cc", |
| 551 | "base/hash/md5_boringssl.cc", |
| 552 | "base/hash/sha1_boringssl.cc", |
| 553 | "base/json/json_file_value_serializer.cc", |
| 554 | "base/json/json_parser.cc", |
| 555 | "base/json/json_reader.cc", |
| 556 | "base/json/json_string_value_serializer.cc", |
| 557 | "base/json/json_value_converter.cc", |
| 558 | "base/json/json_writer.cc", |
| 559 | "base/json/string_escape.cc", |
| 560 | "base/json/values_util.cc", |
| 561 | "base/lazy_instance_helpers.cc", |
| 562 | "base/linux_util.cc", |
| 563 | "base/location.cc", |
| 564 | "base/logging.cc", |
| 565 | "base/memory/aligned_memory.cc", |
| 566 | "base/memory/discardable_memory.cc", |
| 567 | "base/memory/discardable_memory_allocator.cc", |
| 568 | "base/memory/discardable_shared_memory.cc", |
| 569 | "base/memory/madv_free_discardable_memory_allocator_posix.cc", |
| 570 | "base/memory/madv_free_discardable_memory_posix.cc", |
| 571 | "base/memory/memory_pressure_listener.cc", |
| 572 | "base/memory/memory_pressure_monitor.cc", |
| 573 | "base/memory/nonscannable_memory.cc", |
| 574 | "base/memory/page_size_posix.cc", |
| 575 | "base/memory/platform_shared_memory_handle.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 576 | "base/memory/platform_shared_memory_region.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 577 | "base/memory/raw_ptr.cc", |
| 578 | "base/memory/raw_ptr_asan_bound_arg_tracker.cc", |
| 579 | "base/memory/raw_ptr_asan_service.cc", |
| 580 | "base/memory/read_only_shared_memory_region.cc", |
| 581 | "base/memory/ref_counted.cc", |
| 582 | "base/memory/ref_counted_memory.cc", |
| 583 | "base/memory/shared_memory_mapper.cc", |
| 584 | "base/memory/shared_memory_mapping.cc", |
| 585 | "base/memory/shared_memory_security_policy.cc", |
| 586 | "base/memory/shared_memory_tracker.cc", |
| 587 | "base/memory/unsafe_shared_memory_pool.cc", |
| 588 | "base/memory/unsafe_shared_memory_region.cc", |
| 589 | "base/memory/weak_ptr.cc", |
| 590 | "base/memory/writable_shared_memory_region.cc", |
| 591 | "base/message_loop/message_pump.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 592 | "base/message_loop/message_pump_default.cc", |
| 593 | "base/message_loop/message_pump_epoll.cc", |
| 594 | "base/message_loop/message_pump_libevent.cc", |
| 595 | "base/message_loop/watchable_io_message_pump_posix.cc", |
| 596 | "base/message_loop/work_id_provider.cc", |
| 597 | "base/metrics/bucket_ranges.cc", |
| 598 | "base/metrics/crc32.cc", |
| 599 | "base/metrics/dummy_histogram.cc", |
| 600 | "base/metrics/field_trial.cc", |
| 601 | "base/metrics/field_trial_param_associator.cc", |
| 602 | "base/metrics/field_trial_params.cc", |
| 603 | "base/metrics/histogram.cc", |
| 604 | "base/metrics/histogram_base.cc", |
| 605 | "base/metrics/histogram_delta_serialization.cc", |
| 606 | "base/metrics/histogram_functions.cc", |
| 607 | "base/metrics/histogram_samples.cc", |
| 608 | "base/metrics/histogram_snapshot_manager.cc", |
| 609 | "base/metrics/metrics_hashes.cc", |
| 610 | "base/metrics/persistent_histogram_allocator.cc", |
| 611 | "base/metrics/persistent_histogram_storage.cc", |
| 612 | "base/metrics/persistent_memory_allocator.cc", |
| 613 | "base/metrics/persistent_sample_map.cc", |
| 614 | "base/metrics/ranges_manager.cc", |
| 615 | "base/metrics/sample_map.cc", |
| 616 | "base/metrics/sample_vector.cc", |
| 617 | "base/metrics/single_sample_metrics.cc", |
| 618 | "base/metrics/sparse_histogram.cc", |
| 619 | "base/metrics/statistics_recorder.cc", |
| 620 | "base/metrics/user_metrics.cc", |
| 621 | "base/native_library.cc", |
| 622 | "base/native_library_posix.cc", |
| 623 | "base/observer_list_internal.cc", |
| 624 | "base/observer_list_threadsafe.cc", |
| 625 | "base/observer_list_types.cc", |
| 626 | "base/one_shot_event.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 627 | "base/path_service.cc", |
| 628 | "base/pending_task.cc", |
| 629 | "base/pickle.cc", |
| 630 | "base/posix/can_lower_nice_to.cc", |
| 631 | "base/posix/file_descriptor_shuffle.cc", |
| 632 | "base/posix/global_descriptors.cc", |
| 633 | "base/posix/safe_strerror.cc", |
| 634 | "base/posix/unix_domain_socket.cc", |
| 635 | "base/power_monitor/battery_level_provider.cc", |
| 636 | "base/power_monitor/battery_state_sampler.cc", |
| 637 | "base/power_monitor/moving_average.cc", |
| 638 | "base/power_monitor/power_monitor.cc", |
| 639 | "base/power_monitor/power_monitor_device_source.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 640 | "base/power_monitor/power_monitor_features.cc", |
| 641 | "base/power_monitor/power_monitor_source.cc", |
| 642 | "base/power_monitor/sampling_event_source.cc", |
| 643 | "base/power_monitor/timer_sampling_event_source.cc", |
| 644 | "base/process/environment_internal.cc", |
| 645 | "base/process/internal_linux.cc", |
| 646 | "base/process/kill.cc", |
| 647 | "base/process/kill_posix.cc", |
| 648 | "base/process/launch.cc", |
| 649 | "base/process/launch_posix.cc", |
| 650 | "base/process/memory.cc", |
| 651 | "base/process/memory_linux.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 652 | "base/process/process_handle.cc", |
| 653 | "base/process/process_handle_linux.cc", |
| 654 | "base/process/process_handle_posix.cc", |
| 655 | "base/process/process_iterator.cc", |
| 656 | "base/process/process_iterator_linux.cc", |
| 657 | "base/process/process_metrics.cc", |
| 658 | "base/process/process_metrics_linux.cc", |
| 659 | "base/process/process_metrics_posix.cc", |
| 660 | "base/process/process_posix.cc", |
| 661 | "base/profiler/arm_cfi_table.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 662 | "base/profiler/frame.cc", |
| 663 | "base/profiler/metadata_recorder.cc", |
| 664 | "base/profiler/module_cache.cc", |
| 665 | "base/profiler/module_cache_posix.cc", |
| 666 | "base/profiler/sample_metadata.cc", |
| 667 | "base/profiler/sampling_profiler_thread_token.cc", |
| 668 | "base/profiler/stack_base_address_posix.cc", |
| 669 | "base/profiler/stack_buffer.cc", |
| 670 | "base/profiler/stack_copier.cc", |
| 671 | "base/profiler/stack_copier_signal.cc", |
| 672 | "base/profiler/stack_copier_suspend.cc", |
| 673 | "base/profiler/stack_sampler.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 674 | "base/profiler/stack_sampler_impl.cc", |
| 675 | "base/profiler/stack_sampling_profiler.cc", |
| 676 | "base/profiler/thread_delegate_posix.cc", |
| 677 | "base/profiler/unwinder.cc", |
| 678 | "base/rand_util.cc", |
| 679 | "base/rand_util_posix.cc", |
| 680 | "base/run_loop.cc", |
| 681 | "base/sampling_heap_profiler/lock_free_address_hash_set.cc", |
| 682 | "base/sampling_heap_profiler/poisson_allocation_sampler.cc", |
| 683 | "base/sampling_heap_profiler/sampling_heap_profiler.cc", |
| 684 | "base/scoped_add_feature_flags.cc", |
| 685 | "base/scoped_environment_variable_override.cc", |
| 686 | "base/scoped_native_library.cc", |
| 687 | "base/sequence_checker.cc", |
| 688 | "base/sequence_checker_impl.cc", |
| 689 | "base/sequence_token.cc", |
| 690 | "base/strings/abseil_string_conversions.cc", |
| 691 | "base/strings/abseil_string_number_conversions.cc", |
| 692 | "base/strings/escape.cc", |
| 693 | "base/strings/latin1_string_conversions.cc", |
| 694 | "base/strings/pattern.cc", |
| 695 | "base/strings/safe_sprintf.cc", |
| 696 | "base/strings/strcat.cc", |
| 697 | "base/strings/string_number_conversions.cc", |
| 698 | "base/strings/string_piece.cc", |
| 699 | "base/strings/string_split.cc", |
| 700 | "base/strings/string_util.cc", |
| 701 | "base/strings/string_util_constants.cc", |
| 702 | "base/strings/stringprintf.cc", |
| 703 | "base/strings/sys_string_conversions_posix.cc", |
| 704 | "base/strings/utf_offset_string_conversions.cc", |
| 705 | "base/strings/utf_string_conversion_utils.cc", |
| 706 | "base/strings/utf_string_conversions.cc", |
| 707 | "base/substring_set_matcher/matcher_string_pattern.cc", |
| 708 | "base/substring_set_matcher/substring_set_matcher.cc", |
| 709 | "base/supports_user_data.cc", |
| 710 | "base/sync_socket.cc", |
| 711 | "base/sync_socket_posix.cc", |
| 712 | "base/synchronization/atomic_flag.cc", |
| 713 | "base/synchronization/condition_variable_posix.cc", |
| 714 | "base/synchronization/lock.cc", |
| 715 | "base/synchronization/lock_impl_posix.cc", |
| 716 | "base/synchronization/waitable_event_posix.cc", |
| 717 | "base/synchronization/waitable_event_watcher_posix.cc", |
| 718 | "base/syslog_logging.cc", |
| 719 | "base/system/sys_info.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 720 | "base/system/sys_info_linux.cc", |
| 721 | "base/system/sys_info_posix.cc", |
| 722 | "base/system/system_monitor.cc", |
| 723 | "base/task/cancelable_task_tracker.cc", |
| 724 | "base/task/common/checked_lock_impl.cc", |
| 725 | "base/task/common/lazy_now.cc", |
| 726 | "base/task/common/operations_controller.cc", |
| 727 | "base/task/common/scoped_defer_task_posting.cc", |
| 728 | "base/task/common/task_annotator.cc", |
| 729 | "base/task/current_thread.cc", |
| 730 | "base/task/default_delayed_task_handle_delegate.cc", |
| 731 | "base/task/deferred_sequenced_task_runner.cc", |
| 732 | "base/task/delayed_task_handle.cc", |
| 733 | "base/task/lazy_thread_pool_task_runner.cc", |
| 734 | "base/task/post_job.cc", |
| 735 | "base/task/scoped_set_task_priority_for_current_thread.cc", |
| 736 | "base/task/sequence_manager/associated_thread_id.cc", |
| 737 | "base/task/sequence_manager/atomic_flag_set.cc", |
| 738 | "base/task/sequence_manager/delayed_task_handle_delegate.cc", |
| 739 | "base/task/sequence_manager/enqueue_order_generator.cc", |
| 740 | "base/task/sequence_manager/fence.cc", |
| 741 | "base/task/sequence_manager/hierarchical_timing_wheel.cc", |
| 742 | "base/task/sequence_manager/sequence_manager.cc", |
| 743 | "base/task/sequence_manager/sequence_manager_impl.cc", |
| 744 | "base/task/sequence_manager/sequenced_task_source.cc", |
| 745 | "base/task/sequence_manager/task_order.cc", |
| 746 | "base/task/sequence_manager/task_queue.cc", |
| 747 | "base/task/sequence_manager/task_queue_impl.cc", |
| 748 | "base/task/sequence_manager/task_queue_selector.cc", |
| 749 | "base/task/sequence_manager/tasks.cc", |
| 750 | "base/task/sequence_manager/thread_controller.cc", |
| 751 | "base/task/sequence_manager/thread_controller_impl.cc", |
| 752 | "base/task/sequence_manager/thread_controller_power_monitor.cc", |
| 753 | "base/task/sequence_manager/thread_controller_with_message_pump_impl.cc", |
| 754 | "base/task/sequence_manager/time_domain.cc", |
| 755 | "base/task/sequence_manager/timing_wheel.cc", |
| 756 | "base/task/sequence_manager/wake_up_queue.cc", |
| 757 | "base/task/sequence_manager/work_deduplicator.cc", |
| 758 | "base/task/sequence_manager/work_queue.cc", |
| 759 | "base/task/sequence_manager/work_queue_sets.cc", |
| 760 | "base/task/sequenced_task_runner.cc", |
| 761 | "base/task/simple_task_executor.cc", |
| 762 | "base/task/single_thread_task_executor.cc", |
| 763 | "base/task/single_thread_task_runner.cc", |
| 764 | "base/task/task_executor.cc", |
| 765 | "base/task/task_features.cc", |
| 766 | "base/task/task_runner.cc", |
| 767 | "base/task/task_traits.cc", |
| 768 | "base/task/thread_pool.cc", |
| 769 | "base/task/thread_pool/delayed_priority_queue.cc", |
| 770 | "base/task/thread_pool/delayed_task_manager.cc", |
| 771 | "base/task/thread_pool/environment_config.cc", |
| 772 | "base/task/thread_pool/initialization_util.cc", |
| 773 | "base/task/thread_pool/job_task_source.cc", |
| 774 | "base/task/thread_pool/pooled_parallel_task_runner.cc", |
| 775 | "base/task/thread_pool/pooled_sequenced_task_runner.cc", |
| 776 | "base/task/thread_pool/pooled_single_thread_task_runner_manager.cc", |
| 777 | "base/task/thread_pool/pooled_task_runner_delegate.cc", |
| 778 | "base/task/thread_pool/priority_queue.cc", |
| 779 | "base/task/thread_pool/sequence.cc", |
| 780 | "base/task/thread_pool/service_thread.cc", |
| 781 | "base/task/thread_pool/task.cc", |
| 782 | "base/task/thread_pool/task_source.cc", |
| 783 | "base/task/thread_pool/task_source_sort_key.cc", |
| 784 | "base/task/thread_pool/task_tracker.cc", |
| 785 | "base/task/thread_pool/thread_group.cc", |
| 786 | "base/task/thread_pool/thread_group_impl.cc", |
| 787 | "base/task/thread_pool/thread_group_native.cc", |
| 788 | "base/task/thread_pool/thread_pool_impl.cc", |
| 789 | "base/task/thread_pool/thread_pool_instance.cc", |
| 790 | "base/task/thread_pool/worker_thread.cc", |
| 791 | "base/task/thread_pool/worker_thread_stack.cc", |
| 792 | "base/third_party/cityhash/city.cc", |
| 793 | "base/third_party/cityhash_v103/src/city_v103.cc", |
| 794 | "base/third_party/nspr/prtime.cc", |
| 795 | "base/third_party/superfasthash/superfasthash.c", |
| 796 | "base/threading/hang_watcher.cc", |
| 797 | "base/threading/platform_thread.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 798 | "base/threading/platform_thread_internal_posix.cc", |
| 799 | "base/threading/platform_thread_posix.cc", |
| 800 | "base/threading/platform_thread_ref.cc", |
| 801 | "base/threading/post_task_and_reply_impl.cc", |
| 802 | "base/threading/scoped_blocking_call.cc", |
| 803 | "base/threading/scoped_blocking_call_internal.cc", |
| 804 | "base/threading/scoped_thread_priority.cc", |
| 805 | "base/threading/sequence_local_storage_map.cc", |
| 806 | "base/threading/sequence_local_storage_slot.cc", |
| 807 | "base/threading/sequenced_task_runner_handle.cc", |
| 808 | "base/threading/simple_thread.cc", |
| 809 | "base/threading/thread.cc", |
| 810 | "base/threading/thread_checker.cc", |
| 811 | "base/threading/thread_checker_impl.cc", |
| 812 | "base/threading/thread_collision_warner.cc", |
| 813 | "base/threading/thread_id_name_manager.cc", |
| 814 | "base/threading/thread_local_storage.cc", |
| 815 | "base/threading/thread_local_storage_posix.cc", |
| 816 | "base/threading/thread_restrictions.cc", |
| 817 | "base/threading/thread_task_runner_handle.cc", |
| 818 | "base/threading/watchdog.cc", |
| 819 | "base/time/clock.cc", |
| 820 | "base/time/default_clock.cc", |
| 821 | "base/time/default_tick_clock.cc", |
| 822 | "base/time/tick_clock.cc", |
| 823 | "base/time/time.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 824 | "base/time/time_conversion_posix.cc", |
| 825 | "base/time/time_delta_from_string.cc", |
| 826 | "base/time/time_exploded_icu.cc", |
| 827 | "base/time/time_exploded_posix.cc", |
| 828 | "base/time/time_now_posix.cc", |
| 829 | "base/time/time_override.cc", |
| 830 | "base/time/time_to_iso8601.cc", |
| 831 | "base/timer/elapsed_timer.cc", |
| 832 | "base/timer/hi_res_timer_manager_posix.cc", |
| 833 | "base/timer/lap_timer.cc", |
| 834 | "base/timer/timer.cc", |
| 835 | "base/timer/wall_clock_timer.cc", |
| 836 | "base/token.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 837 | "base/trace_event/heap_profiler_allocation_context.cc", |
| 838 | "base/trace_event/heap_profiler_allocation_context_tracker.cc", |
| 839 | "base/trace_event/memory_allocator_dump_guid.cc", |
| 840 | "base/trace_event/trace_event_stub.cc", |
| 841 | "base/trace_event/trace_id_helper.cc", |
| 842 | "base/unguessable_token.cc", |
| 843 | "base/value_iterators.cc", |
| 844 | "base/values.cc", |
| 845 | "base/version.cc", |
| 846 | "base/vlog.cc", |
| 847 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 848 | static_libs: [ |
| 849 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 850 | "cronet_aml_base_base_static", |
| 851 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 852 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 853 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 854 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 855 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 856 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 857 | "cronet_aml_third_party_icu_icui18n", |
| 858 | "cronet_aml_third_party_icu_icuuc_private", |
| 859 | "cronet_aml_third_party_libevent_libevent", |
| 860 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 861 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 862 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 863 | generated_headers: [ |
| 864 | "cronet_aml_base_allocator_buildflags", |
| 865 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 866 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 867 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 868 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 869 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 870 | "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 871 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 872 | "cronet_aml_base_base_jni_headers", |
| 873 | "cronet_aml_base_build_date", |
| 874 | "cronet_aml_base_cfi_buildflags", |
| 875 | "cronet_aml_base_clang_profiling_buildflags", |
| 876 | "cronet_aml_base_debugging_buildflags", |
| 877 | "cronet_aml_base_feature_list_buildflags", |
| 878 | "cronet_aml_base_ios_cronet_buildflags", |
| 879 | "cronet_aml_base_logging_buildflags", |
| 880 | "cronet_aml_base_message_pump_buildflags", |
| 881 | "cronet_aml_base_orderfile_buildflags", |
| 882 | "cronet_aml_base_parsing_buildflags", |
| 883 | "cronet_aml_base_power_monitor_buildflags", |
| 884 | "cronet_aml_base_profiler_buildflags", |
| 885 | "cronet_aml_base_sanitizer_buildflags", |
| 886 | "cronet_aml_base_synchronization_buildflags", |
| 887 | "cronet_aml_base_tracing_buildflags", |
| 888 | "cronet_aml_build_branding_buildflags", |
| 889 | "cronet_aml_build_chromecast_buildflags", |
| 890 | "cronet_aml_build_chromeos_buildflags", |
| 891 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 892 | ], |
| 893 | export_generated_headers: [ |
| 894 | "cronet_aml_base_allocator_buildflags", |
| 895 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 896 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 897 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 898 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 899 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 900 | "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 901 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 902 | "cronet_aml_base_base_jni_headers", |
| 903 | "cronet_aml_base_build_date", |
| 904 | "cronet_aml_base_cfi_buildflags", |
| 905 | "cronet_aml_base_clang_profiling_buildflags", |
| 906 | "cronet_aml_base_debugging_buildflags", |
| 907 | "cronet_aml_base_feature_list_buildflags", |
| 908 | "cronet_aml_base_ios_cronet_buildflags", |
| 909 | "cronet_aml_base_logging_buildflags", |
| 910 | "cronet_aml_base_message_pump_buildflags", |
| 911 | "cronet_aml_base_orderfile_buildflags", |
| 912 | "cronet_aml_base_parsing_buildflags", |
| 913 | "cronet_aml_base_power_monitor_buildflags", |
| 914 | "cronet_aml_base_profiler_buildflags", |
| 915 | "cronet_aml_base_sanitizer_buildflags", |
| 916 | "cronet_aml_base_synchronization_buildflags", |
| 917 | "cronet_aml_base_tracing_buildflags", |
| 918 | "cronet_aml_build_branding_buildflags", |
| 919 | "cronet_aml_build_chromecast_buildflags", |
| 920 | "cronet_aml_build_chromeos_buildflags", |
| 921 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 922 | ], |
| 923 | defaults: [ |
| 924 | "cronet_aml_defaults", |
| 925 | ], |
| 926 | cflags: [ |
| 927 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 928 | "-DANDROID", |
| 929 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 930 | "-DBASE_IMPLEMENTATION", |
| 931 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 932 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 933 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 934 | "-DDCHECK_ALWAYS_ON=1", |
| 935 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 936 | "-DGLOG_EXPORT=", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 937 | "-DHAVE_SYS_UIO_H", |
| 938 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 939 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 940 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 941 | "-DUSE_OZONE=1", |
| 942 | "-DUSE_SYMBOLIZE", |
| 943 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 944 | "-DU_ENABLE_DYLOAD=0", |
| 945 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 946 | "-DU_ENABLE_TRACING=1", |
| 947 | "-DU_STATIC_IMPLEMENTATION", |
| 948 | "-DU_USING_ICU_NAMESPACE=0", |
| 949 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 950 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 951 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 952 | "-D_LARGEFILE64_SOURCE", |
| 953 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 954 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 955 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 956 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 957 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 958 | "-D__STDC_CONSTANT_MACROS", |
| 959 | "-D__STDC_FORMAT_MACROS", |
| 960 | ], |
| 961 | local_include_dirs: [ |
| 962 | "./", |
| 963 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 964 | "buildtools/third_party/libc++/trunk/include", |
| 965 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 966 | "third_party/abseil-cpp/", |
| 967 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 968 | "third_party/boringssl/src/include/", |
| 969 | "third_party/icu/source/common/", |
| 970 | "third_party/icu/source/i18n/", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 971 | "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] | 972 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 973 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 974 | ], |
Patrick Rohr | f22e9d0 | 2022-10-28 14:20:46 -0700 | [diff] [blame] | 975 | header_libs: [ |
| 976 | "jni_headers", |
| 977 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 978 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 979 | target: { |
| 980 | android: { |
| 981 | shared_libs: [ |
| 982 | "libandroid", |
| 983 | "liblog", |
| 984 | ], |
| 985 | }, |
| 986 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 987 | } |
| 988 | |
| 989 | // GN: //base:base_jni_headers |
| 990 | genrule { |
| 991 | name: "cronet_aml_base_base_jni_headers", |
| 992 | srcs: [ |
| 993 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 994 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 995 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 996 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 997 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 998 | "base/android/java/src/org/chromium/base/Callback.java", |
| 999 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 1000 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 1001 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 1002 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 1003 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 1004 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 1005 | "base/android/java/src/org/chromium/base/Features.java", |
| 1006 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 1007 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 1008 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 1009 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 1010 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 1011 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 1012 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
| 1013 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 1014 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
| 1015 | "base/android/java/src/org/chromium/base/PathService.java", |
| 1016 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 1017 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 1018 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 1019 | "base/android/java/src/org/chromium/base/SysUtils.java", |
| 1020 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 1021 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 1022 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 1023 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 1024 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 1025 | "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java", |
| 1026 | "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java", |
| 1027 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 1028 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 1029 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 1030 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java", |
| 1031 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 1032 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 1033 | ], |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1034 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 1035 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 1036 | " " + |
| 1037 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1038 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1039 | "$(genDir)/base/base_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1040 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 1041 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1042 | "--use_proxy_hash " + |
| 1043 | "--output_name " + |
| 1044 | "ApkAssets_jni.h " + |
| 1045 | "--output_name " + |
| 1046 | "ApplicationStatus_jni.h " + |
| 1047 | "--output_name " + |
| 1048 | "BaseFeatureList_jni.h " + |
| 1049 | "--output_name " + |
| 1050 | "BuildInfo_jni.h " + |
| 1051 | "--output_name " + |
| 1052 | "BundleUtils_jni.h " + |
| 1053 | "--output_name " + |
| 1054 | "Callback_jni.h " + |
| 1055 | "--output_name " + |
| 1056 | "CommandLine_jni.h " + |
| 1057 | "--output_name " + |
| 1058 | "ContentUriUtils_jni.h " + |
| 1059 | "--output_name " + |
| 1060 | "CpuFeatures_jni.h " + |
| 1061 | "--output_name " + |
| 1062 | "EarlyTraceEvent_jni.h " + |
| 1063 | "--output_name " + |
| 1064 | "EventLog_jni.h " + |
| 1065 | "--output_name " + |
| 1066 | "FeatureList_jni.h " + |
| 1067 | "--output_name " + |
| 1068 | "Features_jni.h " + |
| 1069 | "--output_name " + |
| 1070 | "FieldTrialList_jni.h " + |
| 1071 | "--output_name " + |
| 1072 | "FileUtils_jni.h " + |
| 1073 | "--output_name " + |
| 1074 | "ImportantFileWriterAndroid_jni.h " + |
| 1075 | "--output_name " + |
| 1076 | "IntStringCallback_jni.h " + |
| 1077 | "--output_name " + |
| 1078 | "JNIUtils_jni.h " + |
| 1079 | "--output_name " + |
| 1080 | "JavaExceptionReporter_jni.h " + |
| 1081 | "--output_name " + |
| 1082 | "JavaHandlerThread_jni.h " + |
| 1083 | "--output_name " + |
| 1084 | "LocaleUtils_jni.h " + |
| 1085 | "--output_name " + |
| 1086 | "MemoryPressureListener_jni.h " + |
| 1087 | "--output_name " + |
| 1088 | "PathService_jni.h " + |
| 1089 | "--output_name " + |
| 1090 | "PathUtils_jni.h " + |
| 1091 | "--output_name " + |
| 1092 | "PowerMonitor_jni.h " + |
| 1093 | "--output_name " + |
| 1094 | "RadioUtils_jni.h " + |
| 1095 | "--output_name " + |
| 1096 | "SysUtils_jni.h " + |
| 1097 | "--output_name " + |
| 1098 | "ThreadUtils_jni.h " + |
| 1099 | "--output_name " + |
| 1100 | "TimezoneUtils_jni.h " + |
| 1101 | "--output_name " + |
| 1102 | "TraceEvent_jni.h " + |
| 1103 | "--output_name " + |
| 1104 | "UnguessableToken_jni.h " + |
| 1105 | "--output_name " + |
| 1106 | "JankMetricUMARecorder_jni.h " + |
| 1107 | "--output_name " + |
| 1108 | "LibraryLoader_jni.h " + |
| 1109 | "--output_name " + |
| 1110 | "LibraryPrefetcher_jni.h " + |
| 1111 | "--output_name " + |
| 1112 | "JavaHeapDumpGenerator_jni.h " + |
| 1113 | "--output_name " + |
| 1114 | "NativeUmaRecorder_jni.h " + |
| 1115 | "--output_name " + |
| 1116 | "StatisticsRecorderAndroid_jni.h " + |
| 1117 | "--output_name " + |
| 1118 | "ChildProcessService_jni.h " + |
| 1119 | "--output_name " + |
| 1120 | "PostTask_jni.h " + |
| 1121 | "--output_name " + |
| 1122 | "TaskRunnerImpl_jni.h " + |
| 1123 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1124 | "$(location base/android/java/src/org/chromium/base/ApkAssets.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1125 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1126 | "$(location base/android/java/src/org/chromium/base/ApplicationStatus.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1127 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1128 | "$(location base/android/java/src/org/chromium/base/BaseFeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1129 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1130 | "$(location base/android/java/src/org/chromium/base/BuildInfo.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1131 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1132 | "$(location base/android/java/src/org/chromium/base/BundleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1133 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1134 | "$(location base/android/java/src/org/chromium/base/Callback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1135 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1136 | "$(location base/android/java/src/org/chromium/base/CommandLine.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1137 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1138 | "$(location base/android/java/src/org/chromium/base/ContentUriUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1139 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1140 | "$(location base/android/java/src/org/chromium/base/CpuFeatures.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1141 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1142 | "$(location base/android/java/src/org/chromium/base/EarlyTraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1143 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1144 | "$(location base/android/java/src/org/chromium/base/EventLog.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1145 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1146 | "$(location base/android/java/src/org/chromium/base/FeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1147 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1148 | "$(location base/android/java/src/org/chromium/base/Features.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1149 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1150 | "$(location base/android/java/src/org/chromium/base/FieldTrialList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1151 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1152 | "$(location base/android/java/src/org/chromium/base/FileUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1153 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1154 | "$(location base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1155 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1156 | "$(location base/android/java/src/org/chromium/base/IntStringCallback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1157 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1158 | "$(location base/android/java/src/org/chromium/base/JNIUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1159 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1160 | "$(location base/android/java/src/org/chromium/base/JavaExceptionReporter.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1161 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1162 | "$(location base/android/java/src/org/chromium/base/JavaHandlerThread.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1163 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1164 | "$(location base/android/java/src/org/chromium/base/LocaleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1165 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1166 | "$(location base/android/java/src/org/chromium/base/MemoryPressureListener.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1167 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1168 | "$(location base/android/java/src/org/chromium/base/PathService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1169 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1170 | "$(location base/android/java/src/org/chromium/base/PathUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1171 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1172 | "$(location base/android/java/src/org/chromium/base/PowerMonitor.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1173 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1174 | "$(location base/android/java/src/org/chromium/base/RadioUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1175 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1176 | "$(location base/android/java/src/org/chromium/base/SysUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1177 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1178 | "$(location base/android/java/src/org/chromium/base/ThreadUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1179 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1180 | "$(location base/android/java/src/org/chromium/base/TimezoneUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1181 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1182 | "$(location base/android/java/src/org/chromium/base/TraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1183 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1184 | "$(location base/android/java/src/org/chromium/base/UnguessableToken.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1185 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1186 | "$(location base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1187 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1188 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1189 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1190 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1191 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1192 | "$(location base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1193 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1194 | "$(location base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1195 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1196 | "$(location base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1197 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1198 | "$(location base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1199 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1200 | "$(location base/android/java/src/org/chromium/base/task/PostTask.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1201 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1202 | "$(location base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1203 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1204 | "base/base_jni_headers/ApkAssets_jni.h", |
| 1205 | "base/base_jni_headers/ApplicationStatus_jni.h", |
| 1206 | "base/base_jni_headers/BaseFeatureList_jni.h", |
| 1207 | "base/base_jni_headers/BuildInfo_jni.h", |
| 1208 | "base/base_jni_headers/BundleUtils_jni.h", |
| 1209 | "base/base_jni_headers/Callback_jni.h", |
| 1210 | "base/base_jni_headers/ChildProcessService_jni.h", |
| 1211 | "base/base_jni_headers/CommandLine_jni.h", |
| 1212 | "base/base_jni_headers/ContentUriUtils_jni.h", |
| 1213 | "base/base_jni_headers/CpuFeatures_jni.h", |
| 1214 | "base/base_jni_headers/EarlyTraceEvent_jni.h", |
| 1215 | "base/base_jni_headers/EventLog_jni.h", |
| 1216 | "base/base_jni_headers/FeatureList_jni.h", |
| 1217 | "base/base_jni_headers/Features_jni.h", |
| 1218 | "base/base_jni_headers/FieldTrialList_jni.h", |
| 1219 | "base/base_jni_headers/FileUtils_jni.h", |
| 1220 | "base/base_jni_headers/ImportantFileWriterAndroid_jni.h", |
| 1221 | "base/base_jni_headers/IntStringCallback_jni.h", |
| 1222 | "base/base_jni_headers/JNIUtils_jni.h", |
| 1223 | "base/base_jni_headers/JankMetricUMARecorder_jni.h", |
| 1224 | "base/base_jni_headers/JavaExceptionReporter_jni.h", |
| 1225 | "base/base_jni_headers/JavaHandlerThread_jni.h", |
| 1226 | "base/base_jni_headers/JavaHeapDumpGenerator_jni.h", |
| 1227 | "base/base_jni_headers/LibraryLoader_jni.h", |
| 1228 | "base/base_jni_headers/LibraryPrefetcher_jni.h", |
| 1229 | "base/base_jni_headers/LocaleUtils_jni.h", |
| 1230 | "base/base_jni_headers/MemoryPressureListener_jni.h", |
| 1231 | "base/base_jni_headers/NativeUmaRecorder_jni.h", |
| 1232 | "base/base_jni_headers/PathService_jni.h", |
| 1233 | "base/base_jni_headers/PathUtils_jni.h", |
| 1234 | "base/base_jni_headers/PostTask_jni.h", |
| 1235 | "base/base_jni_headers/PowerMonitor_jni.h", |
| 1236 | "base/base_jni_headers/RadioUtils_jni.h", |
| 1237 | "base/base_jni_headers/StatisticsRecorderAndroid_jni.h", |
| 1238 | "base/base_jni_headers/SysUtils_jni.h", |
| 1239 | "base/base_jni_headers/TaskRunnerImpl_jni.h", |
| 1240 | "base/base_jni_headers/ThreadUtils_jni.h", |
| 1241 | "base/base_jni_headers/TimezoneUtils_jni.h", |
| 1242 | "base/base_jni_headers/TraceEvent_jni.h", |
| 1243 | "base/base_jni_headers/UnguessableToken_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1244 | ], |
| 1245 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 1246 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1247 | "base/android/jni_generator/jni_generator.py", |
| 1248 | "build/android/gyp/util/__init__.py", |
| 1249 | "build/android/gyp/util/build_utils.py", |
| 1250 | "build/gn_helpers.py", |
| 1251 | ], |
| 1252 | } |
| 1253 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1254 | // GN: //base:base_static |
| 1255 | cc_library_static { |
| 1256 | name: "cronet_aml_base_base_static", |
| 1257 | srcs: [ |
| 1258 | "base/base_switches.cc", |
| 1259 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1260 | host_supported: true, |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1261 | generated_headers: [ |
| 1262 | "cronet_aml_build_chromeos_buildflags", |
| 1263 | ], |
| 1264 | export_generated_headers: [ |
| 1265 | "cronet_aml_build_chromeos_buildflags", |
| 1266 | ], |
| 1267 | defaults: [ |
| 1268 | "cronet_aml_defaults", |
| 1269 | ], |
| 1270 | cflags: [ |
| 1271 | "-DANDROID", |
| 1272 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1273 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1274 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1275 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1276 | "-DDCHECK_ALWAYS_ON=1", |
| 1277 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1278 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1279 | "-DUSE_AURA=1", |
| 1280 | "-DUSE_OZONE=1", |
| 1281 | "-DUSE_UDEV", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1282 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1283 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1284 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1285 | "-D_LARGEFILE64_SOURCE", |
| 1286 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1287 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1288 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1289 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1290 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1291 | "-D__STDC_CONSTANT_MACROS", |
| 1292 | "-D__STDC_FORMAT_MACROS", |
| 1293 | ], |
| 1294 | local_include_dirs: [ |
| 1295 | "./", |
| 1296 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1297 | "buildtools/third_party/libc++/trunk/include", |
| 1298 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 1299 | "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] | 1300 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1301 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1302 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1303 | cpp_std: "c++20", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1304 | } |
| 1305 | |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1306 | // GN: //base:build_date |
| 1307 | genrule { |
| 1308 | name: "cronet_aml_base_build_date", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1309 | cmd: "$(location build/write_build_date_header.py) $(out) " + |
| 1310 | "1664686800", |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1311 | out: [ |
| 1312 | "base/generated_build_date.h", |
| 1313 | ], |
| 1314 | tool_files: [ |
| 1315 | "build/write_build_date_header.py", |
| 1316 | ], |
| 1317 | } |
| 1318 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1319 | // GN: //base:cfi_buildflags |
| 1320 | genrule { |
| 1321 | name: "cronet_aml_base_cfi_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1322 | 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] | 1323 | "$(location build/write_buildflag_header.py) --output " + |
| 1324 | "$(out) " + |
| 1325 | "--rulename " + |
| 1326 | "//base:cfi_buildflags " + |
| 1327 | "--gen-dir " + |
| 1328 | ". " + |
| 1329 | "--definitions " + |
| 1330 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1331 | out: [ |
| 1332 | "base/cfi_buildflags.h", |
| 1333 | ], |
| 1334 | tool_files: [ |
| 1335 | "build/write_buildflag_header.py", |
| 1336 | ], |
| 1337 | } |
| 1338 | |
| 1339 | // GN: //base:clang_profiling_buildflags |
| 1340 | genrule { |
| 1341 | name: "cronet_aml_base_clang_profiling_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1342 | 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] | 1343 | "$(location build/write_buildflag_header.py) --output " + |
| 1344 | "$(out) " + |
| 1345 | "--rulename " + |
| 1346 | "//base:clang_profiling_buildflags " + |
| 1347 | "--gen-dir " + |
| 1348 | ". " + |
| 1349 | "--definitions " + |
| 1350 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1351 | out: [ |
| 1352 | "base/clang_profiling_buildflags.h", |
| 1353 | ], |
| 1354 | tool_files: [ |
| 1355 | "build/write_buildflag_header.py", |
| 1356 | ], |
| 1357 | } |
| 1358 | |
| 1359 | // GN: //base:debugging_buildflags |
| 1360 | genrule { |
| 1361 | name: "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1362 | 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] | 1363 | "$(location build/write_buildflag_header.py) --output " + |
| 1364 | "$(out) " + |
| 1365 | "--rulename " + |
| 1366 | "//base:debugging_buildflags " + |
| 1367 | "--gen-dir " + |
| 1368 | ". " + |
| 1369 | "--definitions " + |
| 1370 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1371 | out: [ |
| 1372 | "base/debug/debugging_buildflags.h", |
| 1373 | ], |
| 1374 | tool_files: [ |
| 1375 | "build/write_buildflag_header.py", |
| 1376 | ], |
| 1377 | } |
| 1378 | |
| 1379 | // GN: //base:feature_list_buildflags |
| 1380 | genrule { |
| 1381 | name: "cronet_aml_base_feature_list_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1382 | cmd: "echo '--flags ENABLE_BANNED_BASE_FEATURE_PREFIX=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1383 | "$(location build/write_buildflag_header.py) --output " + |
| 1384 | "$(out) " + |
| 1385 | "--rulename " + |
| 1386 | "//base:feature_list_buildflags " + |
| 1387 | "--gen-dir " + |
| 1388 | ". " + |
| 1389 | "--definitions " + |
| 1390 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1391 | out: [ |
| 1392 | "base/feature_list_buildflags.h", |
| 1393 | ], |
| 1394 | tool_files: [ |
| 1395 | "build/write_buildflag_header.py", |
| 1396 | ], |
| 1397 | } |
| 1398 | |
| 1399 | // GN: //base:ios_cronet_buildflags |
| 1400 | genrule { |
| 1401 | name: "cronet_aml_base_ios_cronet_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1402 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1403 | "$(location build/write_buildflag_header.py) --output " + |
| 1404 | "$(out) " + |
| 1405 | "--rulename " + |
| 1406 | "//base:ios_cronet_buildflags " + |
| 1407 | "--gen-dir " + |
| 1408 | ". " + |
| 1409 | "--definitions " + |
| 1410 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1411 | out: [ |
| 1412 | "base/message_loop/ios_cronet_buildflags.h", |
| 1413 | ], |
| 1414 | tool_files: [ |
| 1415 | "build/write_buildflag_header.py", |
| 1416 | ], |
| 1417 | } |
| 1418 | |
| 1419 | // GN: //base:logging_buildflags |
| 1420 | genrule { |
| 1421 | name: "cronet_aml_base_logging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1422 | 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] | 1423 | "$(location build/write_buildflag_header.py) --output " + |
| 1424 | "$(out) " + |
| 1425 | "--rulename " + |
| 1426 | "//base:logging_buildflags " + |
| 1427 | "--gen-dir " + |
| 1428 | ". " + |
| 1429 | "--definitions " + |
| 1430 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1431 | out: [ |
| 1432 | "base/logging_buildflags.h", |
| 1433 | ], |
| 1434 | tool_files: [ |
| 1435 | "build/write_buildflag_header.py", |
| 1436 | ], |
| 1437 | } |
| 1438 | |
| 1439 | // GN: //base:message_pump_buildflags |
| 1440 | genrule { |
| 1441 | name: "cronet_aml_base_message_pump_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1442 | cmd: "echo '--flags ENABLE_MESSAGE_PUMP_EPOLL=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1443 | "$(location build/write_buildflag_header.py) --output " + |
| 1444 | "$(out) " + |
| 1445 | "--rulename " + |
| 1446 | "//base:message_pump_buildflags " + |
| 1447 | "--gen-dir " + |
| 1448 | ". " + |
| 1449 | "--definitions " + |
| 1450 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1451 | out: [ |
| 1452 | "base/message_loop/message_pump_buildflags.h", |
| 1453 | ], |
| 1454 | tool_files: [ |
| 1455 | "build/write_buildflag_header.py", |
| 1456 | ], |
| 1457 | } |
| 1458 | |
| 1459 | // GN: //base/numerics:base_numerics |
| 1460 | filegroup { |
| 1461 | name: "cronet_aml_base_numerics_base_numerics", |
| 1462 | } |
| 1463 | |
| 1464 | // GN: //base:orderfile_buildflags |
| 1465 | genrule { |
| 1466 | name: "cronet_aml_base_orderfile_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1467 | cmd: "echo '--flags DEVTOOLS_INSTRUMENTATION_DUMPING=\"false\" ORDERFILE_INSTRUMENTATION=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1468 | "$(location build/write_buildflag_header.py) --output " + |
| 1469 | "$(out) " + |
| 1470 | "--rulename " + |
| 1471 | "//base:orderfile_buildflags " + |
| 1472 | "--gen-dir " + |
| 1473 | ". " + |
| 1474 | "--definitions " + |
| 1475 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1476 | out: [ |
| 1477 | "base/android/orderfile/orderfile_buildflags.h", |
| 1478 | ], |
| 1479 | tool_files: [ |
| 1480 | "build/write_buildflag_header.py", |
| 1481 | ], |
| 1482 | } |
| 1483 | |
| 1484 | // GN: //base:parsing_buildflags |
| 1485 | genrule { |
| 1486 | name: "cronet_aml_base_parsing_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1487 | cmd: "echo '--flags BUILD_RUST_JSON_PARSER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1488 | "$(location build/write_buildflag_header.py) --output " + |
| 1489 | "$(out) " + |
| 1490 | "--rulename " + |
| 1491 | "//base:parsing_buildflags " + |
| 1492 | "--gen-dir " + |
| 1493 | ". " + |
| 1494 | "--definitions " + |
| 1495 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1496 | out: [ |
| 1497 | "base/parsing_buildflags.h", |
| 1498 | ], |
| 1499 | tool_files: [ |
| 1500 | "build/write_buildflag_header.py", |
| 1501 | ], |
| 1502 | } |
| 1503 | |
| 1504 | // GN: //base:power_monitor_buildflags |
| 1505 | genrule { |
| 1506 | name: "cronet_aml_base_power_monitor_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1507 | cmd: "echo '--flags HAS_BATTERY_LEVEL_PROVIDER_IMPL=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1508 | "$(location build/write_buildflag_header.py) --output " + |
| 1509 | "$(out) " + |
| 1510 | "--rulename " + |
| 1511 | "//base:power_monitor_buildflags " + |
| 1512 | "--gen-dir " + |
| 1513 | ". " + |
| 1514 | "--definitions " + |
| 1515 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1516 | out: [ |
| 1517 | "base/power_monitor/power_monitor_buildflags.h", |
| 1518 | ], |
| 1519 | tool_files: [ |
| 1520 | "build/write_buildflag_header.py", |
| 1521 | ], |
| 1522 | } |
| 1523 | |
| 1524 | // GN: //base:profiler_buildflags |
| 1525 | genrule { |
| 1526 | name: "cronet_aml_base_profiler_buildflags", |
Motomu Utsumi | d03217b | 2022-11-01 12:16:19 +0900 | [diff] [blame] | 1527 | 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] | 1528 | "$(location build/write_buildflag_header.py) --output " + |
| 1529 | "$(out) " + |
| 1530 | "--rulename " + |
| 1531 | "//base:profiler_buildflags " + |
| 1532 | "--gen-dir " + |
| 1533 | ". " + |
| 1534 | "--definitions " + |
| 1535 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1536 | out: [ |
| 1537 | "base/profiler/profiler_buildflags.h", |
| 1538 | ], |
| 1539 | tool_files: [ |
| 1540 | "build/write_buildflag_header.py", |
| 1541 | ], |
| 1542 | } |
| 1543 | |
| 1544 | // GN: //base:sanitizer_buildflags |
| 1545 | genrule { |
| 1546 | name: "cronet_aml_base_sanitizer_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1547 | cmd: "echo '--flags IS_HWASAN=\"false\" USING_SANITIZER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1548 | "$(location build/write_buildflag_header.py) --output " + |
| 1549 | "$(out) " + |
| 1550 | "--rulename " + |
| 1551 | "//base:sanitizer_buildflags " + |
| 1552 | "--gen-dir " + |
| 1553 | ". " + |
| 1554 | "--definitions " + |
| 1555 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1556 | out: [ |
| 1557 | "base/sanitizer_buildflags.h", |
| 1558 | ], |
| 1559 | tool_files: [ |
| 1560 | "build/write_buildflag_header.py", |
| 1561 | ], |
| 1562 | } |
| 1563 | |
| 1564 | // GN: //base:synchronization_buildflags |
| 1565 | genrule { |
| 1566 | name: "cronet_aml_base_synchronization_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1567 | cmd: "echo '--flags ENABLE_MUTEX_PRIORITY_INHERITANCE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1568 | "$(location build/write_buildflag_header.py) --output " + |
| 1569 | "$(out) " + |
| 1570 | "--rulename " + |
| 1571 | "//base:synchronization_buildflags " + |
| 1572 | "--gen-dir " + |
| 1573 | ". " + |
| 1574 | "--definitions " + |
| 1575 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1576 | out: [ |
| 1577 | "base/synchronization/synchronization_buildflags.h", |
| 1578 | ], |
| 1579 | tool_files: [ |
| 1580 | "build/write_buildflag_header.py", |
| 1581 | ], |
| 1582 | } |
| 1583 | |
| 1584 | // GN: //base/third_party/double_conversion:double_conversion |
| 1585 | cc_library_static { |
| 1586 | name: "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 1587 | srcs: [ |
| 1588 | "base/third_party/double_conversion/double-conversion/bignum-dtoa.cc", |
| 1589 | "base/third_party/double_conversion/double-conversion/bignum.cc", |
| 1590 | "base/third_party/double_conversion/double-conversion/cached-powers.cc", |
| 1591 | "base/third_party/double_conversion/double-conversion/double-to-string.cc", |
| 1592 | "base/third_party/double_conversion/double-conversion/fast-dtoa.cc", |
| 1593 | "base/third_party/double_conversion/double-conversion/fixed-dtoa.cc", |
| 1594 | "base/third_party/double_conversion/double-conversion/string-to-double.cc", |
| 1595 | "base/third_party/double_conversion/double-conversion/strtod.cc", |
| 1596 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1597 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1598 | defaults: [ |
| 1599 | "cronet_aml_defaults", |
| 1600 | ], |
| 1601 | cflags: [ |
| 1602 | "-DANDROID", |
| 1603 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1604 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1605 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1606 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1607 | "-DDCHECK_ALWAYS_ON=1", |
| 1608 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1609 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1610 | "-DUSE_AURA=1", |
| 1611 | "-DUSE_OZONE=1", |
| 1612 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1613 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1614 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1615 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1616 | "-D_LARGEFILE64_SOURCE", |
| 1617 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1618 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1619 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1620 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1621 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1622 | "-D__STDC_CONSTANT_MACROS", |
| 1623 | "-D__STDC_FORMAT_MACROS", |
| 1624 | ], |
| 1625 | local_include_dirs: [ |
| 1626 | "./", |
| 1627 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1628 | "buildtools/third_party/libc++/trunk/include", |
| 1629 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 1630 | "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] | 1631 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1632 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1633 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1634 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1635 | } |
| 1636 | |
| 1637 | // GN: //base/third_party/dynamic_annotations:dynamic_annotations |
| 1638 | cc_library_static { |
| 1639 | name: "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 1640 | srcs: [ |
| 1641 | "base/third_party/dynamic_annotations/dynamic_annotations.c", |
| 1642 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1643 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1644 | defaults: [ |
| 1645 | "cronet_aml_defaults", |
| 1646 | ], |
| 1647 | cflags: [ |
| 1648 | "-DANDROID", |
| 1649 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1650 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1651 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1652 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1653 | "-DDCHECK_ALWAYS_ON=1", |
| 1654 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1655 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1656 | "-DUSE_AURA=1", |
| 1657 | "-DUSE_OZONE=1", |
| 1658 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1659 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1660 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1661 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1662 | "-D_LARGEFILE64_SOURCE", |
| 1663 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1664 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1665 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1666 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1667 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1668 | ], |
| 1669 | local_include_dirs: [ |
| 1670 | "./", |
| 1671 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1672 | "buildtools/third_party/libc++/trunk/include", |
| 1673 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 1674 | "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] | 1675 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1676 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 1677 | ], |
| 1678 | cpp_std: "c++20", |
| 1679 | } |
| 1680 | |
| 1681 | // GN: //base/third_party/symbolize:symbolize |
| 1682 | cc_library_static { |
| 1683 | name: "cronet_aml_base_third_party_symbolize_symbolize", |
| 1684 | srcs: [ |
| 1685 | "base/third_party/symbolize/demangle.cc", |
| 1686 | "base/third_party/symbolize/symbolize.cc", |
| 1687 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1688 | host_supported: true, |
| 1689 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1690 | defaults: [ |
| 1691 | "cronet_aml_defaults", |
| 1692 | ], |
| 1693 | cflags: [ |
| 1694 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1695 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1696 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1697 | "-DDCHECK_ALWAYS_ON=1", |
| 1698 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1699 | "-DGLOG_EXPORT=", |
| 1700 | "-DUSE_AURA=1", |
| 1701 | "-DUSE_OZONE=1", |
| 1702 | "-DUSE_UDEV", |
| 1703 | "-D_DEBUG", |
| 1704 | "-D_FILE_OFFSET_BITS=64", |
| 1705 | "-D_GNU_SOURCE", |
| 1706 | "-D_LARGEFILE64_SOURCE", |
| 1707 | "-D_LARGEFILE_SOURCE", |
| 1708 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1709 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1710 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1711 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1712 | "-UANDROID", |
| 1713 | ], |
| 1714 | local_include_dirs: [ |
| 1715 | "./", |
| 1716 | "buildtools/third_party/libc++/", |
| 1717 | "buildtools/third_party/libc++/trunk/include", |
| 1718 | "buildtools/third_party/libc++abi/trunk/include", |
| 1719 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1720 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 1721 | ], |
| 1722 | cpp_std: "c++20", |
| 1723 | } |
| 1724 | |
| 1725 | // GN: //base/third_party/xdg_mime:xdg_mime |
| 1726 | cc_library_static { |
| 1727 | name: "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 1728 | srcs: [ |
| 1729 | "base/third_party/xdg_mime/xdgmime.c", |
| 1730 | "base/third_party/xdg_mime/xdgmimealias.c", |
| 1731 | "base/third_party/xdg_mime/xdgmimecache.c", |
| 1732 | "base/third_party/xdg_mime/xdgmimeglob.c", |
| 1733 | "base/third_party/xdg_mime/xdgmimeicon.c", |
| 1734 | "base/third_party/xdg_mime/xdgmimeint.c", |
| 1735 | "base/third_party/xdg_mime/xdgmimemagic.c", |
| 1736 | "base/third_party/xdg_mime/xdgmimeparent.c", |
| 1737 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1738 | host_supported: true, |
| 1739 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1740 | defaults: [ |
| 1741 | "cronet_aml_defaults", |
| 1742 | ], |
| 1743 | cflags: [ |
| 1744 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1745 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1746 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1747 | "-DDCHECK_ALWAYS_ON=1", |
| 1748 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1749 | "-DUSE_AURA=1", |
| 1750 | "-DUSE_OZONE=1", |
| 1751 | "-DUSE_UDEV", |
| 1752 | "-D_DEBUG", |
| 1753 | "-D_FILE_OFFSET_BITS=64", |
| 1754 | "-D_GNU_SOURCE", |
| 1755 | "-D_LARGEFILE64_SOURCE", |
| 1756 | "-D_LARGEFILE_SOURCE", |
| 1757 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1758 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1759 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1760 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1761 | "-UANDROID", |
| 1762 | ], |
| 1763 | local_include_dirs: [ |
| 1764 | "./", |
| 1765 | "buildtools/third_party/libc++/", |
| 1766 | "buildtools/third_party/libc++/trunk/include", |
| 1767 | "buildtools/third_party/libc++abi/trunk/include", |
| 1768 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1769 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 1770 | ], |
| 1771 | cpp_std: "c++20", |
| 1772 | } |
| 1773 | |
| 1774 | // GN: //base/third_party/xdg_user_dirs:xdg_user_dirs |
| 1775 | cc_library_static { |
| 1776 | name: "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
| 1777 | srcs: [ |
| 1778 | "base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc", |
| 1779 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1780 | host_supported: true, |
| 1781 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1782 | defaults: [ |
| 1783 | "cronet_aml_defaults", |
| 1784 | ], |
| 1785 | cflags: [ |
| 1786 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1787 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1788 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1789 | "-DDCHECK_ALWAYS_ON=1", |
| 1790 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1791 | "-DUSE_AURA=1", |
| 1792 | "-DUSE_OZONE=1", |
| 1793 | "-DUSE_UDEV", |
| 1794 | "-D_DEBUG", |
| 1795 | "-D_FILE_OFFSET_BITS=64", |
| 1796 | "-D_GNU_SOURCE", |
| 1797 | "-D_LARGEFILE64_SOURCE", |
| 1798 | "-D_LARGEFILE_SOURCE", |
| 1799 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1800 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1801 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1802 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1803 | "-D__STDC_CONSTANT_MACROS", |
| 1804 | "-D__STDC_FORMAT_MACROS", |
| 1805 | "-UANDROID", |
| 1806 | ], |
| 1807 | local_include_dirs: [ |
| 1808 | "./", |
| 1809 | "buildtools/third_party/libc++/", |
| 1810 | "buildtools/third_party/libc++/trunk/include", |
| 1811 | "buildtools/third_party/libc++abi/trunk/include", |
| 1812 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1813 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1814 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1815 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1816 | } |
| 1817 | |
| 1818 | // GN: //base:tracing_buildflags |
| 1819 | genrule { |
| 1820 | name: "cronet_aml_base_tracing_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1821 | 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] | 1822 | "$(location build/write_buildflag_header.py) --output " + |
| 1823 | "$(out) " + |
| 1824 | "--rulename " + |
| 1825 | "//base:tracing_buildflags " + |
| 1826 | "--gen-dir " + |
| 1827 | ". " + |
| 1828 | "--definitions " + |
| 1829 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1830 | out: [ |
| 1831 | "base/tracing_buildflags.h", |
| 1832 | ], |
| 1833 | tool_files: [ |
| 1834 | "build/write_buildflag_header.py", |
| 1835 | ], |
| 1836 | } |
| 1837 | |
| 1838 | // GN: //build:branding_buildflags |
| 1839 | genrule { |
| 1840 | name: "cronet_aml_build_branding_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1841 | cmd: "echo '--flags CHROMIUM_BRANDING=\"1\" GOOGLE_CHROME_BRANDING=\"0\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1842 | "$(location build/write_buildflag_header.py) --output " + |
| 1843 | "$(out) " + |
| 1844 | "--rulename " + |
| 1845 | "//build:branding_buildflags " + |
| 1846 | "--gen-dir " + |
| 1847 | ". " + |
| 1848 | "--definitions " + |
| 1849 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1850 | out: [ |
| 1851 | "build/branding_buildflags.h", |
| 1852 | ], |
| 1853 | tool_files: [ |
| 1854 | "build/write_buildflag_header.py", |
| 1855 | ], |
| 1856 | } |
| 1857 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1858 | // GN: //build:buildflag_header_h |
| 1859 | filegroup { |
| 1860 | name: "cronet_aml_build_buildflag_header_h", |
| 1861 | } |
| 1862 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1863 | // GN: //build:chromecast_buildflags |
| 1864 | genrule { |
| 1865 | name: "cronet_aml_build_chromecast_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1866 | 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] | 1867 | "$(location build/write_buildflag_header.py) --output " + |
| 1868 | "$(out) " + |
| 1869 | "--rulename " + |
| 1870 | "//build:chromecast_buildflags " + |
| 1871 | "--gen-dir " + |
| 1872 | ". " + |
| 1873 | "--definitions " + |
| 1874 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1875 | out: [ |
| 1876 | "build/chromecast_buildflags.h", |
| 1877 | ], |
| 1878 | tool_files: [ |
| 1879 | "build/write_buildflag_header.py", |
| 1880 | ], |
| 1881 | } |
| 1882 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1883 | // GN: //build:chromeos_buildflags |
| 1884 | genrule { |
| 1885 | name: "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1886 | 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] | 1887 | "$(location build/write_buildflag_header.py) --output " + |
| 1888 | "$(out) " + |
| 1889 | "--rulename " + |
| 1890 | "//build:chromeos_buildflags " + |
| 1891 | "--gen-dir " + |
| 1892 | ". " + |
| 1893 | "--definitions " + |
| 1894 | "/dev/stdin", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1895 | out: [ |
| 1896 | "build/chromeos_buildflags.h", |
| 1897 | ], |
| 1898 | tool_files: [ |
| 1899 | "build/write_buildflag_header.py", |
| 1900 | ], |
| 1901 | } |
| 1902 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1903 | // GN: //build/config/compiler:compiler_buildflags |
| 1904 | genrule { |
| 1905 | name: "cronet_aml_build_config_compiler_compiler_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1906 | cmd: "echo '--flags CLANG_PGO=\"0\" SYMBOL_LEVEL=\"2\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1907 | "$(location build/write_buildflag_header.py) --output " + |
| 1908 | "$(out) " + |
| 1909 | "--rulename " + |
| 1910 | "//build/config/compiler:compiler_buildflags " + |
| 1911 | "--gen-dir " + |
| 1912 | ". " + |
| 1913 | "--definitions " + |
| 1914 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1915 | out: [ |
| 1916 | "build/config/compiler/compiler_buildflags.h", |
| 1917 | ], |
| 1918 | tool_files: [ |
| 1919 | "build/write_buildflag_header.py", |
| 1920 | ], |
| 1921 | } |
| 1922 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 1923 | // GN: //buildtools/third_party/libc++:libc++ |
| 1924 | filegroup { |
| 1925 | name: "cronet_aml_buildtools_third_party_libc___libc__", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 1926 | srcs: [ |
| 1927 | "buildtools/third_party/libc++/trunk/src/algorithm.cpp", |
| 1928 | "buildtools/third_party/libc++/trunk/src/any.cpp", |
| 1929 | "buildtools/third_party/libc++/trunk/src/atomic.cpp", |
| 1930 | "buildtools/third_party/libc++/trunk/src/barrier.cpp", |
| 1931 | "buildtools/third_party/libc++/trunk/src/bind.cpp", |
| 1932 | "buildtools/third_party/libc++/trunk/src/charconv.cpp", |
| 1933 | "buildtools/third_party/libc++/trunk/src/chrono.cpp", |
| 1934 | "buildtools/third_party/libc++/trunk/src/condition_variable.cpp", |
| 1935 | "buildtools/third_party/libc++/trunk/src/condition_variable_destructor.cpp", |
| 1936 | "buildtools/third_party/libc++/trunk/src/exception.cpp", |
| 1937 | "buildtools/third_party/libc++/trunk/src/format.cpp", |
| 1938 | "buildtools/third_party/libc++/trunk/src/functional.cpp", |
| 1939 | "buildtools/third_party/libc++/trunk/src/future.cpp", |
| 1940 | "buildtools/third_party/libc++/trunk/src/hash.cpp", |
| 1941 | "buildtools/third_party/libc++/trunk/src/ios.cpp", |
| 1942 | "buildtools/third_party/libc++/trunk/src/ios.instantiations.cpp", |
| 1943 | "buildtools/third_party/libc++/trunk/src/iostream.cpp", |
| 1944 | "buildtools/third_party/libc++/trunk/src/legacy_pointer_safety.cpp", |
| 1945 | "buildtools/third_party/libc++/trunk/src/locale.cpp", |
| 1946 | "buildtools/third_party/libc++/trunk/src/memory.cpp", |
| 1947 | "buildtools/third_party/libc++/trunk/src/mutex.cpp", |
| 1948 | "buildtools/third_party/libc++/trunk/src/mutex_destructor.cpp", |
| 1949 | "buildtools/third_party/libc++/trunk/src/new.cpp", |
| 1950 | "buildtools/third_party/libc++/trunk/src/optional.cpp", |
| 1951 | "buildtools/third_party/libc++/trunk/src/random.cpp", |
| 1952 | "buildtools/third_party/libc++/trunk/src/random_shuffle.cpp", |
| 1953 | "buildtools/third_party/libc++/trunk/src/regex.cpp", |
| 1954 | "buildtools/third_party/libc++/trunk/src/ryu/d2fixed.cpp", |
| 1955 | "buildtools/third_party/libc++/trunk/src/ryu/d2s.cpp", |
| 1956 | "buildtools/third_party/libc++/trunk/src/ryu/f2s.cpp", |
| 1957 | "buildtools/third_party/libc++/trunk/src/shared_mutex.cpp", |
| 1958 | "buildtools/third_party/libc++/trunk/src/stdexcept.cpp", |
| 1959 | "buildtools/third_party/libc++/trunk/src/string.cpp", |
| 1960 | "buildtools/third_party/libc++/trunk/src/strstream.cpp", |
| 1961 | "buildtools/third_party/libc++/trunk/src/system_error.cpp", |
| 1962 | "buildtools/third_party/libc++/trunk/src/thread.cpp", |
| 1963 | "buildtools/third_party/libc++/trunk/src/typeinfo.cpp", |
| 1964 | "buildtools/third_party/libc++/trunk/src/utility.cpp", |
| 1965 | "buildtools/third_party/libc++/trunk/src/valarray.cpp", |
| 1966 | "buildtools/third_party/libc++/trunk/src/variant.cpp", |
| 1967 | "buildtools/third_party/libc++/trunk/src/vector.cpp", |
| 1968 | "buildtools/third_party/libc++/trunk/src/verbose_abort.cpp", |
| 1969 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 1970 | } |
| 1971 | |
| 1972 | // GN: //buildtools/third_party/libc++abi:libc++abi |
| 1973 | filegroup { |
| 1974 | name: "cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1975 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 1976 | "buildtools/third_party/libc++abi/trunk/src/abort_message.cpp", |
| 1977 | "buildtools/third_party/libc++abi/trunk/src/cxa_aux_runtime.cpp", |
| 1978 | "buildtools/third_party/libc++abi/trunk/src/cxa_default_handlers.cpp", |
| 1979 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception.cpp", |
| 1980 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception_storage.cpp", |
| 1981 | "buildtools/third_party/libc++abi/trunk/src/cxa_guard.cpp", |
| 1982 | "buildtools/third_party/libc++abi/trunk/src/cxa_handlers.cpp", |
| 1983 | "buildtools/third_party/libc++abi/trunk/src/cxa_personality.cpp", |
| 1984 | "buildtools/third_party/libc++abi/trunk/src/cxa_thread_atexit.cpp", |
| 1985 | "buildtools/third_party/libc++abi/trunk/src/cxa_vector.cpp", |
| 1986 | "buildtools/third_party/libc++abi/trunk/src/cxa_virtual.cpp", |
| 1987 | "buildtools/third_party/libc++abi/trunk/src/fallback_malloc.cpp", |
| 1988 | "buildtools/third_party/libc++abi/trunk/src/private_typeinfo.cpp", |
| 1989 | "buildtools/third_party/libc++abi/trunk/src/stdlib_exception.cpp", |
| 1990 | "buildtools/third_party/libc++abi/trunk/src/stdlib_stdexcept.cpp", |
| 1991 | "buildtools/third_party/libc++abi/trunk/src/stdlib_typeinfo.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1992 | ], |
| 1993 | } |
| 1994 | |
| 1995 | // GN: //buildtools/third_party/libunwind:libunwind |
| 1996 | filegroup { |
| 1997 | name: "cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 1998 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 1999 | "buildtools/third_party/libunwind/trunk/src/Unwind-EHABI.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2000 | "buildtools/third_party/libunwind/trunk/src/Unwind-sjlj.c", |
| 2001 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1-gcc-ext.c", |
| 2002 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1.c", |
Patrick Rohr | f9f3a99 | 2022-11-10 19:40:32 -0800 | [diff] [blame] | 2003 | "buildtools/third_party/libunwind/trunk/src/UnwindRegistersRestore.S", |
| 2004 | "buildtools/third_party/libunwind/trunk/src/UnwindRegistersSave.S", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2005 | "buildtools/third_party/libunwind/trunk/src/libunwind.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2006 | ], |
| 2007 | } |
| 2008 | |
| 2009 | // GN: //components/cronet/android:buildflags |
| 2010 | genrule { |
| 2011 | name: "cronet_aml_components_cronet_android_buildflags", |
| 2012 | cmd: "echo '--flags INTEGRATED_MODE=\"false\"' | " + |
| 2013 | "$(location build/write_buildflag_header.py) --output " + |
| 2014 | "$(out) " + |
| 2015 | "--rulename " + |
| 2016 | "//components/cronet/android:buildflags " + |
| 2017 | "--gen-dir " + |
| 2018 | ". " + |
| 2019 | "--definitions " + |
| 2020 | "/dev/stdin", |
| 2021 | out: [ |
| 2022 | "components/cronet/android/buildflags.h", |
| 2023 | ], |
| 2024 | tool_files: [ |
| 2025 | "build/write_buildflag_header.py", |
| 2026 | ], |
| 2027 | } |
| 2028 | |
| 2029 | // GN: //components/cronet/android:cronet |
| 2030 | cc_library_shared { |
| 2031 | name: "cronet_aml_components_cronet_android_cronet", |
| 2032 | srcs: [ |
| 2033 | ":cronet_aml_buildtools_third_party_libc___libc__", |
| 2034 | ":cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
| 2035 | ":cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 2036 | ":cronet_aml_components_cronet_android_cronet_static", |
| 2037 | ":cronet_aml_components_cronet_cronet_common", |
| 2038 | ":cronet_aml_components_cronet_cronet_version_header", |
| 2039 | ":cronet_aml_components_cronet_metrics_util", |
| 2040 | ":cronet_aml_components_cronet_native_cronet_native_headers", |
| 2041 | ":cronet_aml_components_cronet_native_cronet_native_impl", |
| 2042 | ":cronet_aml_components_grpc_support_grpc_support", |
| 2043 | ":cronet_aml_components_grpc_support_headers", |
| 2044 | ":cronet_aml_components_metrics_library_support", |
| 2045 | ":cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 2046 | "components/cronet/android/cronet_jni.cc", |
| 2047 | ], |
| 2048 | shared_libs: [ |
| 2049 | "libandroid", |
| 2050 | "liblog", |
| 2051 | "libprotobuf-cpp-lite", |
| 2052 | ], |
| 2053 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2054 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2055 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2056 | "cronet_aml_base_base_static", |
| 2057 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2058 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2059 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 2060 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 2061 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2062 | "cronet_aml_components_prefs_prefs", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2063 | "cronet_aml_crypto_crypto", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2064 | "cronet_aml_net_net", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2065 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2066 | "cronet_aml_net_third_party_quiche_quiche", |
| 2067 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2068 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2069 | "cronet_aml_third_party_brotli_common", |
| 2070 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2071 | "cronet_aml_third_party_icu_icui18n", |
| 2072 | "cronet_aml_third_party_icu_icuuc_private", |
| 2073 | "cronet_aml_third_party_libevent_libevent", |
| 2074 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2075 | "cronet_aml_third_party_zlib_zlib", |
| 2076 | "cronet_aml_url_url", |
| 2077 | ], |
| 2078 | generated_headers: [ |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2079 | "cronet_aml_base_debugging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2080 | "cronet_aml_base_logging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2081 | "cronet_aml_build_chromeos_buildflags", |
| 2082 | "cronet_aml_components_cronet_android_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2083 | "cronet_aml_components_cronet_android_cronet_jni_headers", |
Motomu Utsumi | 7e98383 | 2022-11-10 16:04:46 +0900 | [diff] [blame] | 2084 | "cronet_aml_components_cronet_android_cronet_jni_registration", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2085 | "cronet_aml_components_cronet_cronet_buildflags", |
| 2086 | "cronet_aml_components_cronet_cronet_version_header_action", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2087 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 2088 | "cronet_aml_url_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2089 | ], |
| 2090 | defaults: [ |
| 2091 | "cronet_aml_defaults", |
| 2092 | ], |
| 2093 | cflags: [ |
| 2094 | "-DANDROID", |
| 2095 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2096 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2097 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2098 | "-DDCHECK_ALWAYS_ON=1", |
| 2099 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2100 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 2101 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 2102 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 2103 | "-DHAVE_PTHREAD", |
| 2104 | "-DHAVE_SYS_UIO_H", |
| 2105 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 2106 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 2107 | "-D_DEBUG", |
| 2108 | "-D_GNU_SOURCE", |
| 2109 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2110 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 2111 | "-D_LIBCPP_CONSTINIT=constinit", |
| 2112 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2113 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2114 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 2115 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2116 | "-D_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2117 | "-D_LIBUNWIND_IS_NATIVE_ONLY", |
| 2118 | "-D__STDC_CONSTANT_MACROS", |
| 2119 | "-D__STDC_FORMAT_MACROS", |
| 2120 | ], |
| 2121 | local_include_dirs: [ |
| 2122 | "./", |
| 2123 | "buildtools/third_party/libc++/", |
| 2124 | "buildtools/third_party/libc++/trunk/include", |
| 2125 | "buildtools/third_party/libc++/trunk/src/", |
| 2126 | "buildtools/third_party/libc++abi/trunk/include", |
| 2127 | "buildtools/third_party/libunwind/trunk/include/", |
| 2128 | "components/cronet/native/generated/", |
| 2129 | "components/cronet/native/include/", |
| 2130 | "components/grpc_support/include/", |
| 2131 | "net/third_party/quiche/overrides/", |
| 2132 | "net/third_party/quiche/src/", |
| 2133 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 2134 | "third_party/abseil-cpp/", |
| 2135 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame^] | 2136 | "third_party/protobuf/src/", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2137 | "third_party/zlib/", |
| 2138 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 2139 | ], |
| 2140 | header_libs: [ |
| 2141 | "jni_headers", |
| 2142 | ], |
| 2143 | cpp_std: "c++20", |
Patrick Rohr | d90025f | 2022-11-11 14:18:35 -0800 | [diff] [blame] | 2144 | linker_scripts: [ |
| 2145 | "base/android/library_loader/anchor_functions.lds", |
| 2146 | ], |
| 2147 | cppflags: [ |
| 2148 | "-fexceptions", |
| 2149 | ], |
Mohannad Farrag | 37388fa | 2022-11-10 20:42:13 +0000 | [diff] [blame] | 2150 | rtti: true, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2151 | } |
| 2152 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2153 | // GN: //components/cronet/android:cronet_jni_headers |
| 2154 | genrule { |
| 2155 | name: "cronet_aml_components_cronet_android_cronet_jni_headers", |
| 2156 | srcs: [ |
| 2157 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 2158 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 2159 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
| 2160 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
| 2161 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 2162 | ], |
| 2163 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2164 | "long " + |
| 2165 | " " + |
| 2166 | " " + |
| 2167 | "--output_dir " + |
| 2168 | "$(genDir)/components/cronet/android/cronet_jni_headers " + |
| 2169 | "--includes " + |
| 2170 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2171 | "--use_proxy_hash " + |
| 2172 | "--output_name " + |
| 2173 | "CronetBidirectionalStream_jni.h " + |
| 2174 | "--output_name " + |
| 2175 | "CronetLibraryLoader_jni.h " + |
| 2176 | "--output_name " + |
| 2177 | "CronetUploadDataStream_jni.h " + |
| 2178 | "--output_name " + |
| 2179 | "CronetUrlRequest_jni.h " + |
| 2180 | "--output_name " + |
| 2181 | "CronetUrlRequestContext_jni.h " + |
| 2182 | "--input_file " + |
| 2183 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java) " + |
| 2184 | "--input_file " + |
| 2185 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java) " + |
| 2186 | "--input_file " + |
| 2187 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java) " + |
| 2188 | "--input_file " + |
| 2189 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java) " + |
| 2190 | "--input_file " + |
| 2191 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java)", |
| 2192 | out: [ |
| 2193 | "components/cronet/android/cronet_jni_headers/CronetBidirectionalStream_jni.h", |
| 2194 | "components/cronet/android/cronet_jni_headers/CronetLibraryLoader_jni.h", |
| 2195 | "components/cronet/android/cronet_jni_headers/CronetUploadDataStream_jni.h", |
| 2196 | "components/cronet/android/cronet_jni_headers/CronetUrlRequestContext_jni.h", |
| 2197 | "components/cronet/android/cronet_jni_headers/CronetUrlRequest_jni.h", |
| 2198 | ], |
| 2199 | tool_files: [ |
| 2200 | "base/android/jni_generator/android_jar.classes", |
| 2201 | "base/android/jni_generator/jni_generator.py", |
| 2202 | "build/android/gyp/util/__init__.py", |
| 2203 | "build/android/gyp/util/build_utils.py", |
| 2204 | "build/gn_helpers.py", |
| 2205 | ], |
| 2206 | } |
| 2207 | |
| 2208 | // GN: //components/cronet/android:cronet_jni_registration |
| 2209 | genrule { |
| 2210 | name: "cronet_aml_components_cronet_android_cronet_jni_registration", |
Motomu Utsumi | e3ce770 | 2022-11-10 16:22:11 +0900 | [diff] [blame] | 2211 | srcs: [ |
| 2212 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2213 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2214 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2215 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2216 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2217 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2218 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2219 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2220 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2221 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2222 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2223 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2224 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2225 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2226 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2227 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2228 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2229 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2230 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2231 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
Motomu Utsumi | 79bd0c8 | 2022-11-10 17:52:24 +0900 | [diff] [blame] | 2232 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
Motomu Utsumi | e3ce770 | 2022-11-10 16:22:11 +0900 | [diff] [blame] | 2233 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 2234 | ], |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2235 | cmd: "current_dir=`basename \\`pwd\\``; " + |
| 2236 | "for f in $(in); " + |
| 2237 | "do " + |
| 2238 | "echo \"../$$current_dir/$$f\" >> $(genDir)/java.sources; " + |
| 2239 | "done; " + |
Motomu Utsumi | 9ca466b | 2022-11-10 17:12:29 +0900 | [diff] [blame] | 2240 | "python3 $(location base/android/jni_generator/jni_registration_generator.py) --srcjar-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2241 | "$(genDir)/components/cronet/android/cronet_jni_registration.srcjar " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2242 | "--depfile " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2243 | "$(genDir)/components/cronet/android/cronet_jni_registration.d " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2244 | "--sources-files " + |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2245 | "$(genDir)/java.sources " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2246 | "--include_test_only " + |
| 2247 | "--use_proxy_hash " + |
| 2248 | "--header-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2249 | "$(genDir)/components/cronet/android/cronet_jni_registration.h " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2250 | "--manual_jni_registration " + |
Motomu Utsumi | 47d122f | 2022-11-10 17:32:23 +0900 | [diff] [blame] | 2251 | " " + |
Motomu Utsumi | 2a892d2 | 2022-11-10 18:03:20 +0900 | [diff] [blame] | 2252 | " " + |
Mohannad Farrag | 7c0f098 | 2022-11-10 14:39:49 +0000 | [diff] [blame] | 2253 | ";sed -i -e 's/OUT_SOONG_.TEMP_SBOX_.*_OUT/GEN/g' " + |
Motomu Utsumi | 2a892d2 | 2022-11-10 18:03:20 +0900 | [diff] [blame] | 2254 | "$(genDir)/components/cronet/android/cronet_jni_registration.h", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2255 | out: [ |
| 2256 | "components/cronet/android/cronet_jni_registration.h", |
| 2257 | "components/cronet/android/cronet_jni_registration.srcjar", |
| 2258 | ], |
| 2259 | tool_files: [ |
| 2260 | "base/android/jni_generator/jni_generator.py", |
| 2261 | "base/android/jni_generator/jni_registration_generator.py", |
| 2262 | "build/android/gyp/util/__init__.py", |
| 2263 | "build/android/gyp/util/build_utils.py", |
| 2264 | "build/gn_helpers.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2265 | ], |
| 2266 | } |
| 2267 | |
| 2268 | // GN: //components/cronet/android:cronet_static |
| 2269 | filegroup { |
| 2270 | name: "cronet_aml_components_cronet_android_cronet_static", |
| 2271 | srcs: [ |
| 2272 | "components/cronet/android/cronet_bidirectional_stream_adapter.cc", |
| 2273 | "components/cronet/android/cronet_context_adapter.cc", |
| 2274 | "components/cronet/android/cronet_library_loader.cc", |
| 2275 | "components/cronet/android/cronet_upload_data_stream_adapter.cc", |
| 2276 | "components/cronet/android/cronet_url_request_adapter.cc", |
| 2277 | "components/cronet/android/io_buffer_with_byte_buffer.cc", |
| 2278 | "components/cronet/android/url_request_error.cc", |
| 2279 | ], |
| 2280 | } |
| 2281 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2282 | // GN: //components/cronet:cronet_buildflags |
| 2283 | genrule { |
| 2284 | name: "cronet_aml_components_cronet_cronet_buildflags", |
| 2285 | cmd: "echo '--flags DISABLE_HISTOGRAM_SUPPORT=\"false\"' | " + |
| 2286 | "$(location build/write_buildflag_header.py) --output " + |
| 2287 | "$(out) " + |
| 2288 | "--rulename " + |
| 2289 | "//components/cronet:cronet_buildflags " + |
| 2290 | "--gen-dir " + |
| 2291 | ". " + |
| 2292 | "--definitions " + |
| 2293 | "/dev/stdin", |
| 2294 | out: [ |
| 2295 | "components/cronet/cronet_buildflags.h", |
| 2296 | ], |
| 2297 | tool_files: [ |
| 2298 | "build/write_buildflag_header.py", |
| 2299 | ], |
| 2300 | } |
| 2301 | |
| 2302 | // GN: //components/cronet:cronet_common |
| 2303 | filegroup { |
| 2304 | name: "cronet_aml_components_cronet_cronet_common", |
| 2305 | srcs: [ |
| 2306 | "components/cronet/cronet_context.cc", |
| 2307 | "components/cronet/cronet_prefs_manager.cc", |
| 2308 | "components/cronet/cronet_upload_data_stream.cc", |
| 2309 | "components/cronet/cronet_url_request.cc", |
| 2310 | "components/cronet/host_cache_persistence_manager.cc", |
| 2311 | "components/cronet/stale_host_resolver.cc", |
| 2312 | "components/cronet/url_request_context_config.cc", |
| 2313 | ], |
| 2314 | } |
| 2315 | |
| 2316 | // GN: //components/cronet:cronet_version_header |
| 2317 | filegroup { |
| 2318 | name: "cronet_aml_components_cronet_cronet_version_header", |
| 2319 | } |
| 2320 | |
| 2321 | // GN: //components/cronet:cronet_version_header_action |
| 2322 | genrule { |
| 2323 | name: "cronet_aml_components_cronet_cronet_version_header_action", |
| 2324 | cmd: "$(location build/util/version.py) -f " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2325 | "$(location chrome/VERSION) " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2326 | "-e " + |
Motomu Utsumi | ee279c5 | 2022-11-09 17:46:27 +0900 | [diff] [blame] | 2327 | "VERSION_FULL='\"%s.%s.%s.%s\" % (MAJOR,MINOR,BUILD,PATCH)' " + |
| 2328 | " " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2329 | "-o " + |
Motomu Utsumi | 438f2c2 | 2022-11-09 18:16:40 +0900 | [diff] [blame] | 2330 | "$(out) " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2331 | "$(location components/cronet/version.h.in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2332 | out: [ |
| 2333 | "components/cronet/version.h", |
| 2334 | ], |
| 2335 | tool_files: [ |
| 2336 | "build/util/LASTCHANGE", |
Motomu Utsumi | b0a49e4 | 2022-11-09 18:12:27 +0900 | [diff] [blame] | 2337 | "build/util/android_chrome_version.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2338 | "build/util/version.py", |
| 2339 | "chrome/VERSION", |
| 2340 | "components/cronet/version.h.in", |
| 2341 | ], |
| 2342 | } |
| 2343 | |
| 2344 | // GN: //components/cronet:metrics_util |
| 2345 | filegroup { |
| 2346 | name: "cronet_aml_components_cronet_metrics_util", |
| 2347 | srcs: [ |
| 2348 | "components/cronet/metrics_util.cc", |
| 2349 | ], |
| 2350 | } |
| 2351 | |
| 2352 | // GN: //components/cronet/native:cronet_native_headers |
| 2353 | filegroup { |
| 2354 | name: "cronet_aml_components_cronet_native_cronet_native_headers", |
| 2355 | } |
| 2356 | |
| 2357 | // GN: //components/cronet/native:cronet_native_impl |
| 2358 | filegroup { |
| 2359 | name: "cronet_aml_components_cronet_native_cronet_native_impl", |
| 2360 | srcs: [ |
| 2361 | "components/cronet/native/buffer.cc", |
| 2362 | "components/cronet/native/engine.cc", |
| 2363 | "components/cronet/native/generated/cronet.idl_impl_interface.cc", |
| 2364 | "components/cronet/native/generated/cronet.idl_impl_struct.cc", |
| 2365 | "components/cronet/native/io_buffer_with_cronet_buffer.cc", |
| 2366 | "components/cronet/native/native_metrics_util.cc", |
| 2367 | "components/cronet/native/runnables.cc", |
| 2368 | "components/cronet/native/upload_data_sink.cc", |
| 2369 | "components/cronet/native/url_request.cc", |
| 2370 | ], |
| 2371 | } |
| 2372 | |
| 2373 | // GN: //components/grpc_support:grpc_support |
| 2374 | filegroup { |
| 2375 | name: "cronet_aml_components_grpc_support_grpc_support", |
| 2376 | srcs: [ |
| 2377 | "components/grpc_support/bidirectional_stream.cc", |
| 2378 | "components/grpc_support/bidirectional_stream_c.cc", |
| 2379 | ], |
| 2380 | } |
| 2381 | |
| 2382 | // GN: //components/grpc_support:headers |
| 2383 | filegroup { |
| 2384 | name: "cronet_aml_components_grpc_support_headers", |
| 2385 | } |
| 2386 | |
| 2387 | // GN: //components/metrics:library_support |
| 2388 | filegroup { |
| 2389 | name: "cronet_aml_components_metrics_library_support", |
| 2390 | srcs: [ |
| 2391 | "components/metrics/histogram_encoder.cc", |
| 2392 | "components/metrics/library_support/histogram_manager.cc", |
| 2393 | ], |
| 2394 | } |
| 2395 | |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2396 | // GN: //components/nacl/common:buildflags |
| 2397 | genrule { |
| 2398 | name: "cronet_aml_components_nacl_common_buildflags", |
| 2399 | cmd: "echo '--flags ENABLE_NACL=\"true\" IS_MINIMAL_TOOLCHAIN=\"false\"' | " + |
| 2400 | "$(location build/write_buildflag_header.py) --output " + |
| 2401 | "$(out) " + |
| 2402 | "--rulename " + |
| 2403 | "//components/nacl/common:buildflags " + |
| 2404 | "--gen-dir " + |
| 2405 | ". " + |
| 2406 | "--definitions " + |
| 2407 | "/dev/stdin", |
| 2408 | out: [ |
| 2409 | "components/nacl/common/buildflags.h", |
| 2410 | ], |
| 2411 | tool_files: [ |
| 2412 | "build/write_buildflag_header.py", |
| 2413 | ], |
| 2414 | } |
| 2415 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2416 | // GN: //components/prefs/android:jni_headers |
| 2417 | genrule { |
| 2418 | name: "cronet_aml_components_prefs_android_jni_headers", |
| 2419 | srcs: [ |
| 2420 | "components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java", |
| 2421 | ], |
| 2422 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2423 | "long " + |
| 2424 | " " + |
| 2425 | " " + |
| 2426 | "--output_dir " + |
| 2427 | "$(genDir)/components/prefs/android/jni_headers " + |
| 2428 | "--includes " + |
| 2429 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2430 | "--use_proxy_hash " + |
| 2431 | "--output_name " + |
| 2432 | "PrefService_jni.h " + |
| 2433 | "--input_file " + |
| 2434 | "$(location components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java)", |
| 2435 | out: [ |
| 2436 | "components/prefs/android/jni_headers/PrefService_jni.h", |
| 2437 | ], |
| 2438 | tool_files: [ |
| 2439 | "base/android/jni_generator/android_jar.classes", |
| 2440 | "base/android/jni_generator/jni_generator.py", |
| 2441 | "build/android/gyp/util/__init__.py", |
| 2442 | "build/android/gyp/util/build_utils.py", |
| 2443 | "build/gn_helpers.py", |
| 2444 | ], |
| 2445 | } |
| 2446 | |
| 2447 | // GN: //components/prefs:prefs |
| 2448 | cc_library_static { |
| 2449 | name: "cronet_aml_components_prefs_prefs", |
| 2450 | srcs: [ |
| 2451 | "components/prefs/android/pref_service_android.cc", |
| 2452 | "components/prefs/command_line_pref_store.cc", |
| 2453 | "components/prefs/default_pref_store.cc", |
| 2454 | "components/prefs/in_memory_pref_store.cc", |
| 2455 | "components/prefs/json_pref_store.cc", |
| 2456 | "components/prefs/overlay_user_pref_store.cc", |
| 2457 | "components/prefs/persistent_pref_store.cc", |
| 2458 | "components/prefs/pref_change_registrar.cc", |
| 2459 | "components/prefs/pref_member.cc", |
| 2460 | "components/prefs/pref_notifier_impl.cc", |
| 2461 | "components/prefs/pref_registry.cc", |
| 2462 | "components/prefs/pref_registry_simple.cc", |
| 2463 | "components/prefs/pref_service.cc", |
| 2464 | "components/prefs/pref_service_factory.cc", |
| 2465 | "components/prefs/pref_store.cc", |
| 2466 | "components/prefs/pref_value_map.cc", |
| 2467 | "components/prefs/pref_value_store.cc", |
| 2468 | "components/prefs/scoped_user_pref_update.cc", |
| 2469 | "components/prefs/segregated_pref_store.cc", |
| 2470 | "components/prefs/value_map_pref_store.cc", |
| 2471 | "components/prefs/writeable_pref_store.cc", |
| 2472 | ], |
| 2473 | shared_libs: [ |
| 2474 | "libandroid", |
| 2475 | "liblog", |
| 2476 | ], |
| 2477 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2478 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2479 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2480 | "cronet_aml_base_base_static", |
| 2481 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 2482 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2483 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2484 | "cronet_aml_third_party_icu_icui18n", |
| 2485 | "cronet_aml_third_party_icu_icuuc_private", |
| 2486 | "cronet_aml_third_party_libevent_libevent", |
| 2487 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2488 | ], |
| 2489 | generated_headers: [ |
| 2490 | "cronet_aml_base_debugging_buildflags", |
| 2491 | "cronet_aml_base_logging_buildflags", |
| 2492 | "cronet_aml_build_chromeos_buildflags", |
| 2493 | "cronet_aml_components_prefs_android_jni_headers", |
| 2494 | ], |
| 2495 | export_generated_headers: [ |
| 2496 | "cronet_aml_base_debugging_buildflags", |
| 2497 | "cronet_aml_base_logging_buildflags", |
| 2498 | "cronet_aml_build_chromeos_buildflags", |
| 2499 | "cronet_aml_components_prefs_android_jni_headers", |
| 2500 | ], |
| 2501 | defaults: [ |
| 2502 | "cronet_aml_defaults", |
| 2503 | ], |
| 2504 | cflags: [ |
| 2505 | "-DANDROID", |
| 2506 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2507 | "-DCOMPONENTS_PREFS_IMPLEMENTATION", |
| 2508 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2509 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2510 | "-DDCHECK_ALWAYS_ON=1", |
| 2511 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2512 | "-DHAVE_SYS_UIO_H", |
| 2513 | "-D_DEBUG", |
| 2514 | "-D_GNU_SOURCE", |
| 2515 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2516 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2517 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2518 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2519 | "-D__STDC_CONSTANT_MACROS", |
| 2520 | "-D__STDC_FORMAT_MACROS", |
| 2521 | ], |
| 2522 | local_include_dirs: [ |
| 2523 | "./", |
| 2524 | "buildtools/third_party/libc++/", |
| 2525 | "buildtools/third_party/libc++/trunk/include", |
| 2526 | "buildtools/third_party/libc++abi/trunk/include", |
| 2527 | "third_party/abseil-cpp/", |
| 2528 | "third_party/boringssl/src/include/", |
| 2529 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 2530 | ], |
| 2531 | header_libs: [ |
| 2532 | "jni_headers", |
| 2533 | ], |
| 2534 | cpp_std: "c++20", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2535 | } |
| 2536 | |
| 2537 | // GN: //crypto:buildflags |
| 2538 | genrule { |
| 2539 | name: "cronet_aml_crypto_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2540 | cmd: "echo '--flags USE_NSS_CERTS=\"true\"' | " + |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2541 | "$(location build/write_buildflag_header.py) --output " + |
| 2542 | "$(out) " + |
| 2543 | "--rulename " + |
| 2544 | "//crypto:buildflags " + |
| 2545 | "--gen-dir " + |
| 2546 | ". " + |
| 2547 | "--definitions " + |
| 2548 | "/dev/stdin", |
| 2549 | out: [ |
| 2550 | "crypto/crypto_buildflags.h", |
| 2551 | ], |
| 2552 | tool_files: [ |
| 2553 | "build/write_buildflag_header.py", |
| 2554 | ], |
| 2555 | } |
| 2556 | |
| 2557 | // GN: //crypto:crypto |
| 2558 | cc_library_static { |
| 2559 | name: "cronet_aml_crypto_crypto", |
| 2560 | srcs: [ |
| 2561 | "crypto/aead.cc", |
| 2562 | "crypto/ec_private_key.cc", |
| 2563 | "crypto/ec_signature_creator.cc", |
| 2564 | "crypto/ec_signature_creator_impl.cc", |
| 2565 | "crypto/encryptor.cc", |
| 2566 | "crypto/hkdf.cc", |
| 2567 | "crypto/hmac.cc", |
| 2568 | "crypto/openssl_util.cc", |
| 2569 | "crypto/p224_spake.cc", |
| 2570 | "crypto/random.cc", |
| 2571 | "crypto/rsa_private_key.cc", |
| 2572 | "crypto/secure_hash.cc", |
| 2573 | "crypto/secure_util.cc", |
| 2574 | "crypto/sha2.cc", |
| 2575 | "crypto/signature_creator.cc", |
| 2576 | "crypto/signature_verifier.cc", |
| 2577 | "crypto/symmetric_key.cc", |
| 2578 | "crypto/unexportable_key.cc", |
| 2579 | "crypto/unexportable_key_metrics.cc", |
| 2580 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2581 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2582 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2583 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2584 | "cronet_aml_base_base_static", |
| 2585 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2586 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2587 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 2588 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 2589 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2590 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2591 | "cronet_aml_third_party_icu_icui18n", |
| 2592 | "cronet_aml_third_party_icu_icuuc_private", |
| 2593 | "cronet_aml_third_party_libevent_libevent", |
| 2594 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2595 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2596 | host_supported: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2597 | generated_headers: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2598 | "cronet_aml_build_chromeos_buildflags", |
| 2599 | "cronet_aml_components_nacl_common_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2600 | "cronet_aml_crypto_buildflags", |
| 2601 | ], |
| 2602 | export_generated_headers: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2603 | "cronet_aml_build_chromeos_buildflags", |
| 2604 | "cronet_aml_components_nacl_common_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2605 | "cronet_aml_crypto_buildflags", |
| 2606 | ], |
| 2607 | defaults: [ |
| 2608 | "cronet_aml_defaults", |
| 2609 | ], |
| 2610 | cflags: [ |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2611 | "-DANDROID", |
| 2612 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2613 | "-DCRYPTO_IMPLEMENTATION", |
| 2614 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2615 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2616 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2617 | "-DDCHECK_ALWAYS_ON=1", |
| 2618 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2619 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2620 | "-DUSE_AURA=1", |
| 2621 | "-DUSE_OZONE=1", |
| 2622 | "-DUSE_UDEV", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2623 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2624 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2625 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2626 | "-D_LARGEFILE64_SOURCE", |
| 2627 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2628 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2629 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2630 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2631 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2632 | "-D__STDC_CONSTANT_MACROS", |
| 2633 | "-D__STDC_FORMAT_MACROS", |
| 2634 | ], |
| 2635 | local_include_dirs: [ |
| 2636 | "./", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2637 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/nspr", |
| 2638 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/nss", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2639 | "buildtools/third_party/libc++/", |
| 2640 | "buildtools/third_party/libc++/trunk/include", |
| 2641 | "buildtools/third_party/libc++abi/trunk/include", |
| 2642 | "third_party/abseil-cpp/", |
| 2643 | "third_party/boringssl/src/include/", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 2644 | "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] | 2645 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 2646 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2647 | ], |
| 2648 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2649 | target: { |
| 2650 | android: { |
| 2651 | shared_libs: [ |
| 2652 | "libandroid", |
| 2653 | "liblog", |
| 2654 | ], |
| 2655 | }, |
| 2656 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2657 | } |
| 2658 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2659 | // GN: //gn:default_deps |
| 2660 | cc_defaults { |
| 2661 | name: "cronet_aml_defaults", |
| 2662 | cflags: [ |
Patrick Rohr | 3ce7477 | 2022-11-11 14:19:58 -0800 | [diff] [blame] | 2663 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2664 | "-O2", |
Motomu Utsumi | ba02094 | 2022-11-14 15:15:41 +0900 | [diff] [blame] | 2665 | "-Wno-ambiguous-reversed-operator", |
Mohannad Farrag | d98a96d | 2022-11-10 14:56:19 +0000 | [diff] [blame] | 2666 | "-Wno-deprecated-non-prototype", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2667 | "-Wno-error=return-type", |
Patrick Rohr | 5c70002 | 2022-11-08 19:33:07 -0800 | [diff] [blame] | 2668 | "-Wno-macro-redefined", |
Patrick Rohr | 9806515 | 2022-10-31 14:49:58 -0700 | [diff] [blame] | 2669 | "-Wno-missing-field-initializers", |
Patrick Rohr | 3a1ec1d | 2022-10-31 13:30:17 -0700 | [diff] [blame] | 2670 | "-Wno-non-virtual-dtor", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2671 | "-Wno-sign-compare", |
| 2672 | "-Wno-sign-promo", |
Motomu Utsumi | b1ec878 | 2022-11-14 15:25:57 +0900 | [diff] [blame] | 2673 | "-Wno-unreachable-code-loop-increment", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2674 | "-Wno-unused-parameter", |
| 2675 | "-fvisibility=hidden", |
| 2676 | ], |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2677 | stl: "none", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2678 | } |
| 2679 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2680 | // GN: //ipc:param_traits |
| 2681 | filegroup { |
| 2682 | name: "cronet_aml_ipc_param_traits", |
| 2683 | } |
| 2684 | |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2685 | // GN: //gn:java |
| 2686 | java_library { |
| 2687 | name: "cronet_aml_java", |
| 2688 | srcs: [ |
Mohannad Farrag | 21562d6 | 2022-11-07 13:09:31 +0000 | [diff] [blame] | 2689 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2690 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2691 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2692 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2693 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2694 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2695 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2696 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2697 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2698 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2699 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2700 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2701 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2702 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2703 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2704 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2705 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2706 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2707 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2708 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
| 2709 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2710 | ], |
| 2711 | } |
| 2712 | |
Motomu Utsumi | d464e5f | 2022-11-09 12:42:52 +0900 | [diff] [blame] | 2713 | // GN: //net/base/registry_controlled_domains:registry_controlled_domains |
| 2714 | genrule { |
| 2715 | name: "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 2716 | cmd: "$(location net/tools/dafsa/make_dafsa.py) --reverse " + |
| 2717 | "$(location net/base/registry_controlled_domains/effective_tld_names.gperf) " + |
| 2718 | "$(location net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc) " + |
| 2719 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2720 | "--reverse " + |
| 2721 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf) " + |
| 2722 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc) " + |
| 2723 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2724 | "--reverse " + |
| 2725 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf) " + |
| 2726 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc) " + |
| 2727 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2728 | "--reverse " + |
| 2729 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf) " + |
| 2730 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc) " + |
| 2731 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2732 | "--reverse " + |
| 2733 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf) " + |
| 2734 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc) " + |
| 2735 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2736 | "--reverse " + |
| 2737 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf) " + |
| 2738 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc) " + |
| 2739 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2740 | "--reverse " + |
| 2741 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf) " + |
| 2742 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc)", |
| 2743 | out: [ |
| 2744 | "net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc", |
| 2745 | "net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc", |
| 2746 | "net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc", |
| 2747 | "net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc", |
| 2748 | "net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc", |
| 2749 | "net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc", |
| 2750 | "net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc", |
| 2751 | ], |
| 2752 | tool_files: [ |
| 2753 | "net/base/registry_controlled_domains/effective_tld_names.gperf", |
| 2754 | "net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf", |
| 2755 | "net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf", |
| 2756 | "net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf", |
| 2757 | "net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf", |
| 2758 | "net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf", |
| 2759 | "net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf", |
| 2760 | "net/tools/dafsa/make_dafsa.py", |
| 2761 | ], |
| 2762 | } |
| 2763 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2764 | // GN: //net:buildflags |
| 2765 | genrule { |
| 2766 | name: "cronet_aml_net_buildflags", |
| 2767 | 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\"' | " + |
| 2768 | "$(location build/write_buildflag_header.py) --output " + |
| 2769 | "$(out) " + |
| 2770 | "--rulename " + |
| 2771 | "//net:buildflags " + |
| 2772 | "--gen-dir " + |
| 2773 | ". " + |
| 2774 | "--definitions " + |
| 2775 | "/dev/stdin", |
| 2776 | out: [ |
| 2777 | "net/net_buildflags.h", |
| 2778 | ], |
| 2779 | tool_files: [ |
| 2780 | "build/write_buildflag_header.py", |
| 2781 | ], |
| 2782 | } |
| 2783 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2784 | // GN: //net:constants |
| 2785 | filegroup { |
| 2786 | name: "cronet_aml_net_constants", |
| 2787 | } |
| 2788 | |
| 2789 | // GN: //net/data/ssl/chrome_root_store:gen_root_store_inc |
| 2790 | genrule { |
| 2791 | name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc", |
| 2792 | cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " + |
| 2793 | "--root-store " + |
| 2794 | "../../net/data/ssl/chrome_root_store/root_store.textproto " + |
| 2795 | "--certs " + |
| 2796 | "../../net/data/ssl/chrome_root_store/root_store.certs " + |
| 2797 | "--write-cpp-root-store " + |
| 2798 | "gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " + |
| 2799 | "--write-cpp-ev-roots " + |
| 2800 | "gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2801 | out: [ |
| 2802 | "net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2803 | "net/data/ssl/chrome_root_store/chrome-root-store-inc.cc", |
| 2804 | ], |
| 2805 | tool_files: [ |
| 2806 | "build/gn_run_binary.py", |
| 2807 | "net/data/ssl/chrome_root_store/root_store.certs", |
| 2808 | "net/data/ssl/chrome_root_store/root_store.textproto", |
| 2809 | ], |
| 2810 | } |
| 2811 | |
| 2812 | // GN: //net/dns:dns |
| 2813 | filegroup { |
| 2814 | name: "cronet_aml_net_dns_dns", |
| 2815 | srcs: [ |
| 2816 | "net/dns/address_info.cc", |
| 2817 | "net/dns/address_sorter_posix.cc", |
| 2818 | "net/dns/context_host_resolver.cc", |
| 2819 | "net/dns/dns_alias_utility.cc", |
| 2820 | "net/dns/dns_client.cc", |
| 2821 | "net/dns/dns_config.cc", |
| 2822 | "net/dns/dns_config_service.cc", |
| 2823 | "net/dns/dns_config_service_android.cc", |
| 2824 | "net/dns/dns_hosts.cc", |
| 2825 | "net/dns/dns_query.cc", |
| 2826 | "net/dns/dns_reloader.cc", |
| 2827 | "net/dns/dns_response.cc", |
| 2828 | "net/dns/dns_response_result_extractor.cc", |
| 2829 | "net/dns/dns_server_iterator.cc", |
| 2830 | "net/dns/dns_session.cc", |
| 2831 | "net/dns/dns_transaction.cc", |
| 2832 | "net/dns/dns_udp_tracker.cc", |
| 2833 | "net/dns/dns_util.cc", |
| 2834 | "net/dns/host_cache.cc", |
| 2835 | "net/dns/host_resolver.cc", |
| 2836 | "net/dns/host_resolver_manager.cc", |
| 2837 | "net/dns/host_resolver_mdns_listener_impl.cc", |
| 2838 | "net/dns/host_resolver_mdns_task.cc", |
| 2839 | "net/dns/host_resolver_nat64_task.cc", |
| 2840 | "net/dns/host_resolver_proc.cc", |
| 2841 | "net/dns/host_resolver_system_task.cc", |
| 2842 | "net/dns/https_record_rdata.cc", |
| 2843 | "net/dns/httpssvc_metrics.cc", |
| 2844 | "net/dns/mapped_host_resolver.cc", |
| 2845 | "net/dns/nsswitch_reader.cc", |
| 2846 | "net/dns/opt_record_rdata.cc", |
| 2847 | "net/dns/record_parsed.cc", |
| 2848 | "net/dns/record_rdata.cc", |
| 2849 | "net/dns/resolve_context.cc", |
| 2850 | "net/dns/serial_worker.cc", |
| 2851 | "net/dns/system_dns_config_change_notifier.cc", |
| 2852 | "net/dns/test_dns_config_service.cc", |
| 2853 | ], |
| 2854 | } |
| 2855 | |
| 2856 | // GN: //net/dns:dns_client |
| 2857 | filegroup { |
| 2858 | name: "cronet_aml_net_dns_dns_client", |
| 2859 | } |
| 2860 | |
| 2861 | // GN: //net/dns:host_resolver |
| 2862 | filegroup { |
| 2863 | name: "cronet_aml_net_dns_host_resolver", |
| 2864 | } |
| 2865 | |
| 2866 | // GN: //net/dns:host_resolver_manager |
| 2867 | filegroup { |
| 2868 | name: "cronet_aml_net_dns_host_resolver_manager", |
| 2869 | } |
| 2870 | |
| 2871 | // GN: //net/dns:mdns_client |
| 2872 | filegroup { |
| 2873 | name: "cronet_aml_net_dns_mdns_client", |
| 2874 | } |
| 2875 | |
| 2876 | // GN: //net/dns/public:public |
| 2877 | filegroup { |
| 2878 | name: "cronet_aml_net_dns_public_public", |
| 2879 | srcs: [ |
| 2880 | "net/dns/public/dns_config_overrides.cc", |
| 2881 | "net/dns/public/dns_over_https_config.cc", |
| 2882 | "net/dns/public/dns_over_https_server_config.cc", |
| 2883 | "net/dns/public/dns_query_type.cc", |
| 2884 | "net/dns/public/doh_provider_entry.cc", |
| 2885 | "net/dns/public/host_resolver_results.cc", |
| 2886 | "net/dns/public/resolve_error_info.cc", |
| 2887 | "net/dns/public/util.cc", |
| 2888 | ], |
| 2889 | } |
| 2890 | |
| 2891 | // GN: //net/http:transport_security_state_generated_files |
| 2892 | filegroup { |
| 2893 | name: "cronet_aml_net_http_transport_security_state_generated_files", |
| 2894 | srcs: [ |
| 2895 | "net/http/transport_security_state.cc", |
| 2896 | ], |
| 2897 | } |
| 2898 | |
| 2899 | // GN: //net:ios_cronet_buildflags |
| 2900 | genrule { |
| 2901 | name: "cronet_aml_net_ios_cronet_buildflags", |
| 2902 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
| 2903 | "$(location build/write_buildflag_header.py) --output " + |
| 2904 | "$(out) " + |
| 2905 | "--rulename " + |
| 2906 | "//net:ios_cronet_buildflags " + |
| 2907 | "--gen-dir " + |
| 2908 | ". " + |
| 2909 | "--definitions " + |
| 2910 | "/dev/stdin", |
| 2911 | out: [ |
| 2912 | "net/socket/ios_cronet_buildflags.h", |
| 2913 | ], |
| 2914 | tool_files: [ |
| 2915 | "build/write_buildflag_header.py", |
| 2916 | ], |
| 2917 | } |
| 2918 | |
| 2919 | // GN: //net:isolation_info_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2920 | genrule { |
| 2921 | name: "cronet_aml_net_isolation_info_proto_gen", |
| 2922 | srcs: [ |
| 2923 | "net/base/isolation_info.proto", |
| 2924 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 2925 | tools: [ |
| 2926 | "aprotoc", |
| 2927 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 2928 | cmd: "$(location aprotoc) --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] | 2929 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2930 | "external/chromium_org/net/base/isolation_info.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2931 | ], |
| 2932 | } |
| 2933 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2934 | // GN: //net:isolation_info_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2935 | genrule { |
| 2936 | name: "cronet_aml_net_isolation_info_proto_gen_headers", |
| 2937 | srcs: [ |
| 2938 | "net/base/isolation_info.proto", |
| 2939 | ], |
| 2940 | tools: [ |
| 2941 | "aprotoc", |
| 2942 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 2943 | cmd: "$(location aprotoc) --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] | 2944 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2945 | "external/chromium_org/net/base/isolation_info.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2946 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2947 | export_include_dirs: [ |
| 2948 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 2949 | "net/base", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2950 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2951 | ], |
| 2952 | } |
| 2953 | |
| 2954 | // GN: //net:net |
| 2955 | cc_library_static { |
| 2956 | name: "cronet_aml_net_net", |
| 2957 | srcs: [ |
| 2958 | ":cronet_aml_net_constants", |
| 2959 | ":cronet_aml_net_dns_dns", |
| 2960 | ":cronet_aml_net_dns_dns_client", |
| 2961 | ":cronet_aml_net_dns_host_resolver", |
| 2962 | ":cronet_aml_net_dns_host_resolver_manager", |
| 2963 | ":cronet_aml_net_dns_mdns_client", |
| 2964 | ":cronet_aml_net_dns_public_public", |
| 2965 | ":cronet_aml_net_http_transport_security_state_generated_files", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2966 | ":cronet_aml_net_isolation_info_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2967 | ":cronet_aml_net_net_deps", |
| 2968 | ":cronet_aml_net_net_export_header", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2969 | ":cronet_aml_net_net_nqe_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2970 | ":cronet_aml_net_net_public_deps", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2971 | ":cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2972 | ":cronet_aml_net_traffic_annotation_traffic_annotation", |
| 2973 | "net/android/android_http_util.cc", |
| 2974 | "net/android/cert_verify_result_android.cc", |
| 2975 | "net/android/gurl_utils.cc", |
| 2976 | "net/android/http_auth_negotiate_android.cc", |
| 2977 | "net/android/keystore.cc", |
| 2978 | "net/android/network_change_notifier_android.cc", |
| 2979 | "net/android/network_change_notifier_delegate_android.cc", |
| 2980 | "net/android/network_change_notifier_factory_android.cc", |
| 2981 | "net/android/network_library.cc", |
| 2982 | "net/android/radio_activity_tracker.cc", |
| 2983 | "net/android/traffic_stats.cc", |
| 2984 | "net/base/address_family.cc", |
| 2985 | "net/base/address_list.cc", |
| 2986 | "net/base/address_tracker_linux.cc", |
| 2987 | "net/base/auth.cc", |
| 2988 | "net/base/backoff_entry.cc", |
| 2989 | "net/base/backoff_entry_serializer.cc", |
| 2990 | "net/base/cache_metrics.cc", |
| 2991 | "net/base/chunked_upload_data_stream.cc", |
| 2992 | "net/base/connection_endpoint_metadata.cc", |
| 2993 | "net/base/data_url.cc", |
| 2994 | "net/base/datagram_buffer.cc", |
| 2995 | "net/base/elements_upload_data_stream.cc", |
| 2996 | "net/base/features.cc", |
| 2997 | "net/base/file_stream.cc", |
| 2998 | "net/base/file_stream_context.cc", |
| 2999 | "net/base/file_stream_context_posix.cc", |
| 3000 | "net/base/filename_util.cc", |
| 3001 | "net/base/filename_util_internal.cc", |
| 3002 | "net/base/hash_value.cc", |
| 3003 | "net/base/hex_utils.cc", |
| 3004 | "net/base/host_mapping_rules.cc", |
| 3005 | "net/base/host_port_pair.cc", |
| 3006 | "net/base/io_buffer.cc", |
| 3007 | "net/base/ip_address.cc", |
| 3008 | "net/base/ip_endpoint.cc", |
| 3009 | "net/base/isolation_info.cc", |
| 3010 | "net/base/load_timing_info.cc", |
| 3011 | "net/base/logging_network_change_observer.cc", |
| 3012 | "net/base/lookup_string_in_fixed_set.cc", |
| 3013 | "net/base/mime_sniffer.cc", |
| 3014 | "net/base/mime_util.cc", |
| 3015 | "net/base/net_errors.cc", |
| 3016 | "net/base/net_errors_posix.cc", |
| 3017 | "net/base/net_module.cc", |
| 3018 | "net/base/net_string_util_icu_alternatives_android.cc", |
| 3019 | "net/base/network_activity_monitor.cc", |
| 3020 | "net/base/network_anonymization_key.cc", |
| 3021 | "net/base/network_change_notifier.cc", |
| 3022 | "net/base/network_change_notifier_posix.cc", |
| 3023 | "net/base/network_delegate.cc", |
| 3024 | "net/base/network_delegate_impl.cc", |
| 3025 | "net/base/network_interfaces.cc", |
| 3026 | "net/base/network_interfaces_getifaddrs.cc", |
| 3027 | "net/base/network_interfaces_getifaddrs_android.cc", |
| 3028 | "net/base/network_interfaces_linux.cc", |
| 3029 | "net/base/network_interfaces_posix.cc", |
| 3030 | "net/base/network_isolation_key.cc", |
| 3031 | "net/base/parse_number.cc", |
| 3032 | "net/base/platform_mime_util_linux.cc", |
| 3033 | "net/base/port_util.cc", |
| 3034 | "net/base/prioritized_dispatcher.cc", |
| 3035 | "net/base/prioritized_task_runner.cc", |
| 3036 | "net/base/privacy_mode.cc", |
| 3037 | "net/base/proxy_server.cc", |
| 3038 | "net/base/proxy_string_util.cc", |
| 3039 | "net/base/registry_controlled_domains/registry_controlled_domain.cc", |
| 3040 | "net/base/request_priority.cc", |
| 3041 | "net/base/scheme_host_port_matcher.cc", |
| 3042 | "net/base/scheme_host_port_matcher_rule.cc", |
| 3043 | "net/base/schemeful_site.cc", |
| 3044 | "net/base/sockaddr_storage.cc", |
| 3045 | "net/base/sockaddr_util_posix.cc", |
| 3046 | "net/base/transport_info.cc", |
| 3047 | "net/base/upload_bytes_element_reader.cc", |
| 3048 | "net/base/upload_data_stream.cc", |
| 3049 | "net/base/upload_element_reader.cc", |
| 3050 | "net/base/upload_file_element_reader.cc", |
| 3051 | "net/base/url_util.cc", |
| 3052 | "net/cert/asn1_util.cc", |
| 3053 | "net/cert/caching_cert_verifier.cc", |
| 3054 | "net/cert/cert_and_ct_verifier.cc", |
| 3055 | "net/cert/cert_database.cc", |
| 3056 | "net/cert/cert_status_flags.cc", |
| 3057 | "net/cert/cert_verifier.cc", |
| 3058 | "net/cert/cert_verify_proc.cc", |
| 3059 | "net/cert/cert_verify_proc_android.cc", |
| 3060 | "net/cert/cert_verify_proc_builtin.cc", |
| 3061 | "net/cert/cert_verify_result.cc", |
| 3062 | "net/cert/coalescing_cert_verifier.cc", |
| 3063 | "net/cert/crl_set.cc", |
| 3064 | "net/cert/ct_log_response_parser.cc", |
| 3065 | "net/cert/ct_log_verifier.cc", |
| 3066 | "net/cert/ct_log_verifier_util.cc", |
| 3067 | "net/cert/ct_objects_extractor.cc", |
| 3068 | "net/cert/ct_policy_enforcer.cc", |
| 3069 | "net/cert/ct_sct_to_string.cc", |
| 3070 | "net/cert/ct_serialization.cc", |
| 3071 | "net/cert/ct_signed_certificate_timestamp_log_param.cc", |
| 3072 | "net/cert/do_nothing_ct_verifier.cc", |
| 3073 | "net/cert/ev_root_ca_metadata.cc", |
| 3074 | "net/cert/internal/cert_issuer_source_aia.cc", |
| 3075 | "net/cert/internal/revocation_checker.cc", |
| 3076 | "net/cert/internal/system_trust_store.cc", |
| 3077 | "net/cert/known_roots.cc", |
| 3078 | "net/cert/merkle_audit_proof.cc", |
| 3079 | "net/cert/merkle_consistency_proof.cc", |
| 3080 | "net/cert/merkle_tree_leaf.cc", |
| 3081 | "net/cert/multi_log_ct_verifier.cc", |
| 3082 | "net/cert/multi_threaded_cert_verifier.cc", |
| 3083 | "net/cert/ocsp_verify_result.cc", |
| 3084 | "net/cert/pem.cc", |
| 3085 | "net/cert/pki/cert_error_id.cc", |
| 3086 | "net/cert/pki/cert_error_params.cc", |
| 3087 | "net/cert/pki/cert_errors.cc", |
| 3088 | "net/cert/pki/cert_issuer_source_static.cc", |
| 3089 | "net/cert/pki/certificate_policies.cc", |
| 3090 | "net/cert/pki/common_cert_errors.cc", |
| 3091 | "net/cert/pki/crl.cc", |
| 3092 | "net/cert/pki/extended_key_usage.cc", |
| 3093 | "net/cert/pki/general_names.cc", |
| 3094 | "net/cert/pki/name_constraints.cc", |
| 3095 | "net/cert/pki/ocsp.cc", |
| 3096 | "net/cert/pki/parse_certificate.cc", |
| 3097 | "net/cert/pki/parse_name.cc", |
| 3098 | "net/cert/pki/parsed_certificate.cc", |
| 3099 | "net/cert/pki/path_builder.cc", |
| 3100 | "net/cert/pki/revocation_util.cc", |
| 3101 | "net/cert/pki/signature_algorithm.cc", |
| 3102 | "net/cert/pki/simple_path_builder_delegate.cc", |
| 3103 | "net/cert/pki/string_util.cc", |
| 3104 | "net/cert/pki/trust_store.cc", |
| 3105 | "net/cert/pki/trust_store_collection.cc", |
| 3106 | "net/cert/pki/trust_store_in_memory.cc", |
| 3107 | "net/cert/pki/verify_certificate_chain.cc", |
| 3108 | "net/cert/pki/verify_name_match.cc", |
| 3109 | "net/cert/pki/verify_signed_data.cc", |
| 3110 | "net/cert/sct_status_flags.cc", |
| 3111 | "net/cert/signed_certificate_timestamp.cc", |
| 3112 | "net/cert/signed_certificate_timestamp_and_status.cc", |
| 3113 | "net/cert/signed_tree_head.cc", |
| 3114 | "net/cert/symantec_certs.cc", |
| 3115 | "net/cert/test_root_certs.cc", |
| 3116 | "net/cert/test_root_certs_android.cc", |
| 3117 | "net/cert/trial_comparison_cert_verifier_util.cc", |
| 3118 | "net/cert/x509_cert_types.cc", |
| 3119 | "net/cert/x509_certificate.cc", |
| 3120 | "net/cert/x509_certificate_net_log_param.cc", |
| 3121 | "net/cert/x509_util.cc", |
| 3122 | "net/cert/x509_util_android.cc", |
| 3123 | "net/cert_net/cert_net_fetcher_url_request.cc", |
| 3124 | "net/cookies/canonical_cookie.cc", |
| 3125 | "net/cookies/cookie_access_delegate.cc", |
| 3126 | "net/cookies/cookie_access_result.cc", |
| 3127 | "net/cookies/cookie_change_dispatcher.cc", |
| 3128 | "net/cookies/cookie_constants.cc", |
| 3129 | "net/cookies/cookie_deletion_info.cc", |
| 3130 | "net/cookies/cookie_inclusion_status.cc", |
| 3131 | "net/cookies/cookie_monster.cc", |
| 3132 | "net/cookies/cookie_monster_change_dispatcher.cc", |
| 3133 | "net/cookies/cookie_monster_netlog_params.cc", |
| 3134 | "net/cookies/cookie_options.cc", |
| 3135 | "net/cookies/cookie_partition_key.cc", |
| 3136 | "net/cookies/cookie_partition_key_collection.cc", |
| 3137 | "net/cookies/cookie_store.cc", |
| 3138 | "net/cookies/cookie_util.cc", |
| 3139 | "net/cookies/parsed_cookie.cc", |
| 3140 | "net/cookies/site_for_cookies.cc", |
| 3141 | "net/cookies/static_cookie_policy.cc", |
| 3142 | "net/der/encode_values.cc", |
| 3143 | "net/der/input.cc", |
| 3144 | "net/der/parse_values.cc", |
| 3145 | "net/der/parser.cc", |
| 3146 | "net/der/tag.cc", |
| 3147 | "net/disk_cache/backend_cleanup_tracker.cc", |
| 3148 | "net/disk_cache/blockfile/addr.cc", |
| 3149 | "net/disk_cache/blockfile/backend_impl.cc", |
| 3150 | "net/disk_cache/blockfile/bitmap.cc", |
| 3151 | "net/disk_cache/blockfile/block_files.cc", |
| 3152 | "net/disk_cache/blockfile/disk_format.cc", |
| 3153 | "net/disk_cache/blockfile/entry_impl.cc", |
| 3154 | "net/disk_cache/blockfile/eviction.cc", |
| 3155 | "net/disk_cache/blockfile/file.cc", |
| 3156 | "net/disk_cache/blockfile/file_lock.cc", |
| 3157 | "net/disk_cache/blockfile/file_posix.cc", |
| 3158 | "net/disk_cache/blockfile/in_flight_backend_io.cc", |
| 3159 | "net/disk_cache/blockfile/in_flight_io.cc", |
| 3160 | "net/disk_cache/blockfile/mapped_file.cc", |
| 3161 | "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc", |
| 3162 | "net/disk_cache/blockfile/rankings.cc", |
| 3163 | "net/disk_cache/blockfile/sparse_control.cc", |
| 3164 | "net/disk_cache/blockfile/stats.cc", |
| 3165 | "net/disk_cache/cache_util.cc", |
| 3166 | "net/disk_cache/cache_util_posix.cc", |
| 3167 | "net/disk_cache/disk_cache.cc", |
| 3168 | "net/disk_cache/memory/mem_backend_impl.cc", |
| 3169 | "net/disk_cache/memory/mem_entry_impl.cc", |
| 3170 | "net/disk_cache/net_log_parameters.cc", |
| 3171 | "net/disk_cache/simple/post_doom_waiter.cc", |
| 3172 | "net/disk_cache/simple/simple_backend_impl.cc", |
| 3173 | "net/disk_cache/simple/simple_entry_format.cc", |
| 3174 | "net/disk_cache/simple/simple_entry_impl.cc", |
| 3175 | "net/disk_cache/simple/simple_entry_operation.cc", |
| 3176 | "net/disk_cache/simple/simple_file_enumerator.cc", |
| 3177 | "net/disk_cache/simple/simple_file_tracker.cc", |
| 3178 | "net/disk_cache/simple/simple_index.cc", |
| 3179 | "net/disk_cache/simple/simple_index_file.cc", |
| 3180 | "net/disk_cache/simple/simple_net_log_parameters.cc", |
| 3181 | "net/disk_cache/simple/simple_synchronous_entry.cc", |
| 3182 | "net/disk_cache/simple/simple_util.cc", |
| 3183 | "net/disk_cache/simple/simple_util_posix.cc", |
| 3184 | "net/disk_cache/simple/simple_version_upgrade.cc", |
| 3185 | "net/filter/brotli_source_stream.cc", |
| 3186 | "net/filter/filter_source_stream.cc", |
| 3187 | "net/filter/gzip_header.cc", |
| 3188 | "net/filter/gzip_source_stream.cc", |
| 3189 | "net/filter/source_stream.cc", |
| 3190 | "net/first_party_sets/addition_overlaps_union_find.cc", |
| 3191 | "net/first_party_sets/first_party_set_entry.cc", |
| 3192 | "net/first_party_sets/first_party_set_metadata.cc", |
| 3193 | "net/first_party_sets/first_party_sets_cache_filter.cc", |
| 3194 | "net/first_party_sets/first_party_sets_context_config.cc", |
| 3195 | "net/first_party_sets/global_first_party_sets.cc", |
| 3196 | "net/first_party_sets/same_party_context.cc", |
| 3197 | "net/http/alternative_service.cc", |
| 3198 | "net/http/bidirectional_stream.cc", |
| 3199 | "net/http/bidirectional_stream_impl.cc", |
| 3200 | "net/http/bidirectional_stream_request_info.cc", |
| 3201 | "net/http/broken_alternative_services.cc", |
| 3202 | "net/http/http_auth.cc", |
| 3203 | "net/http/http_auth_cache.cc", |
| 3204 | "net/http/http_auth_challenge_tokenizer.cc", |
| 3205 | "net/http/http_auth_controller.cc", |
| 3206 | "net/http/http_auth_filter.cc", |
| 3207 | "net/http/http_auth_handler.cc", |
| 3208 | "net/http/http_auth_handler_basic.cc", |
| 3209 | "net/http/http_auth_handler_digest.cc", |
| 3210 | "net/http/http_auth_handler_factory.cc", |
| 3211 | "net/http/http_auth_handler_negotiate.cc", |
| 3212 | "net/http/http_auth_handler_ntlm.cc", |
| 3213 | "net/http/http_auth_handler_ntlm_portable.cc", |
| 3214 | "net/http/http_auth_multi_round_parse.cc", |
| 3215 | "net/http/http_auth_ntlm_mechanism.cc", |
| 3216 | "net/http/http_auth_preferences.cc", |
| 3217 | "net/http/http_auth_scheme.cc", |
| 3218 | "net/http/http_basic_state.cc", |
| 3219 | "net/http/http_basic_stream.cc", |
| 3220 | "net/http/http_byte_range.cc", |
| 3221 | "net/http/http_cache.cc", |
| 3222 | "net/http/http_cache_lookup_manager.cc", |
| 3223 | "net/http/http_cache_transaction.cc", |
| 3224 | "net/http/http_cache_writers.cc", |
| 3225 | "net/http/http_chunked_decoder.cc", |
| 3226 | "net/http/http_content_disposition.cc", |
| 3227 | "net/http/http_log_util.cc", |
| 3228 | "net/http/http_network_layer.cc", |
| 3229 | "net/http/http_network_session.cc", |
| 3230 | "net/http/http_network_session_peer.cc", |
| 3231 | "net/http/http_network_transaction.cc", |
| 3232 | "net/http/http_proxy_client_socket.cc", |
| 3233 | "net/http/http_proxy_connect_job.cc", |
| 3234 | "net/http/http_raw_request_headers.cc", |
| 3235 | "net/http/http_request_headers.cc", |
| 3236 | "net/http/http_request_info.cc", |
| 3237 | "net/http/http_response_body_drainer.cc", |
| 3238 | "net/http/http_response_headers.cc", |
| 3239 | "net/http/http_response_info.cc", |
| 3240 | "net/http/http_security_headers.cc", |
| 3241 | "net/http/http_server_properties.cc", |
| 3242 | "net/http/http_server_properties_manager.cc", |
| 3243 | "net/http/http_status_code.cc", |
| 3244 | "net/http/http_stream_factory.cc", |
| 3245 | "net/http/http_stream_factory_job.cc", |
| 3246 | "net/http/http_stream_factory_job_controller.cc", |
| 3247 | "net/http/http_stream_parser.cc", |
| 3248 | "net/http/http_stream_request.cc", |
| 3249 | "net/http/http_util.cc", |
| 3250 | "net/http/http_vary_data.cc", |
| 3251 | "net/http/partial_data.cc", |
| 3252 | "net/http/proxy_client_socket.cc", |
| 3253 | "net/http/proxy_fallback.cc", |
| 3254 | "net/http/transport_security_persister.cc", |
| 3255 | "net/http/transport_security_state_source.cc", |
| 3256 | "net/http/url_security_manager.cc", |
| 3257 | "net/http/url_security_manager_posix.cc", |
| 3258 | "net/http/webfonts_histogram.cc", |
| 3259 | "net/log/file_net_log_observer.cc", |
| 3260 | "net/log/net_log.cc", |
| 3261 | "net/log/net_log_capture_mode.cc", |
| 3262 | "net/log/net_log_entry.cc", |
| 3263 | "net/log/net_log_event_type.cc", |
| 3264 | "net/log/net_log_source.cc", |
| 3265 | "net/log/net_log_util.cc", |
| 3266 | "net/log/net_log_values.cc", |
| 3267 | "net/log/net_log_with_source.cc", |
| 3268 | "net/log/trace_net_log_observer.cc", |
| 3269 | "net/network_error_logging/network_error_logging_service.cc", |
| 3270 | "net/nqe/cached_network_quality.cc", |
| 3271 | "net/nqe/effective_connection_type.cc", |
| 3272 | "net/nqe/event_creator.cc", |
| 3273 | "net/nqe/network_id.cc", |
| 3274 | "net/nqe/network_qualities_prefs_manager.cc", |
| 3275 | "net/nqe/network_quality.cc", |
| 3276 | "net/nqe/network_quality_estimator.cc", |
| 3277 | "net/nqe/network_quality_estimator_params.cc", |
| 3278 | "net/nqe/network_quality_estimator_util.cc", |
| 3279 | "net/nqe/network_quality_observation.cc", |
| 3280 | "net/nqe/network_quality_store.cc", |
| 3281 | "net/nqe/observation_buffer.cc", |
| 3282 | "net/nqe/pref_names.cc", |
| 3283 | "net/nqe/socket_watcher.cc", |
| 3284 | "net/nqe/socket_watcher_factory.cc", |
| 3285 | "net/nqe/throughput_analyzer.cc", |
| 3286 | "net/ntlm/ntlm.cc", |
| 3287 | "net/ntlm/ntlm_buffer_reader.cc", |
| 3288 | "net/ntlm/ntlm_buffer_writer.cc", |
| 3289 | "net/ntlm/ntlm_client.cc", |
| 3290 | "net/ntlm/ntlm_constants.cc", |
| 3291 | "net/proxy_resolution/configured_proxy_resolution_request.cc", |
| 3292 | "net/proxy_resolution/configured_proxy_resolution_service.cc", |
| 3293 | "net/proxy_resolution/dhcp_pac_file_fetcher.cc", |
| 3294 | "net/proxy_resolution/multi_threaded_proxy_resolver.cc", |
| 3295 | "net/proxy_resolution/network_delegate_error_observer.cc", |
| 3296 | "net/proxy_resolution/pac_file_data.cc", |
| 3297 | "net/proxy_resolution/pac_file_decider.cc", |
| 3298 | "net/proxy_resolution/pac_file_fetcher.cc", |
| 3299 | "net/proxy_resolution/pac_file_fetcher_impl.cc", |
| 3300 | "net/proxy_resolution/polling_proxy_config_service.cc", |
| 3301 | "net/proxy_resolution/proxy_bypass_rules.cc", |
| 3302 | "net/proxy_resolution/proxy_config.cc", |
| 3303 | "net/proxy_resolution/proxy_config_service.cc", |
| 3304 | "net/proxy_resolution/proxy_config_service_android.cc", |
| 3305 | "net/proxy_resolution/proxy_config_service_fixed.cc", |
| 3306 | "net/proxy_resolution/proxy_config_with_annotation.cc", |
| 3307 | "net/proxy_resolution/proxy_info.cc", |
| 3308 | "net/proxy_resolution/proxy_list.cc", |
| 3309 | "net/proxy_resolution/proxy_resolver_factory.cc", |
| 3310 | "net/quic/bidirectional_stream_quic_impl.cc", |
| 3311 | "net/quic/crypto/proof_source_chromium.cc", |
| 3312 | "net/quic/crypto/proof_verifier_chromium.cc", |
| 3313 | "net/quic/dedicated_web_transport_http3_client.cc", |
| 3314 | "net/quic/network_connection.cc", |
| 3315 | "net/quic/platform/impl/quic_chromium_clock.cc", |
| 3316 | "net/quic/properties_based_quic_server_info.cc", |
| 3317 | "net/quic/quic_address_mismatch.cc", |
| 3318 | "net/quic/quic_chromium_alarm_factory.cc", |
| 3319 | "net/quic/quic_chromium_client_session.cc", |
| 3320 | "net/quic/quic_chromium_client_stream.cc", |
| 3321 | "net/quic/quic_chromium_connection_helper.cc", |
| 3322 | "net/quic/quic_chromium_packet_reader.cc", |
| 3323 | "net/quic/quic_chromium_packet_writer.cc", |
| 3324 | "net/quic/quic_clock_skew_detector.cc", |
| 3325 | "net/quic/quic_connection_logger.cc", |
| 3326 | "net/quic/quic_connectivity_monitor.cc", |
| 3327 | "net/quic/quic_context.cc", |
| 3328 | "net/quic/quic_crypto_client_config_handle.cc", |
| 3329 | "net/quic/quic_crypto_client_stream_factory.cc", |
| 3330 | "net/quic/quic_event_logger.cc", |
| 3331 | "net/quic/quic_http3_logger.cc", |
| 3332 | "net/quic/quic_http_stream.cc", |
| 3333 | "net/quic/quic_http_utils.cc", |
| 3334 | "net/quic/quic_proxy_client_socket.cc", |
| 3335 | "net/quic/quic_server_info.cc", |
| 3336 | "net/quic/quic_session_key.cc", |
| 3337 | "net/quic/quic_stream_factory.cc", |
| 3338 | "net/quic/set_quic_flag.cc", |
| 3339 | "net/quic/web_transport_client.cc", |
| 3340 | "net/quic/web_transport_error.cc", |
| 3341 | "net/reporting/reporting_browsing_data_remover.cc", |
| 3342 | "net/reporting/reporting_cache.cc", |
| 3343 | "net/reporting/reporting_cache_impl.cc", |
| 3344 | "net/reporting/reporting_cache_observer.cc", |
| 3345 | "net/reporting/reporting_context.cc", |
| 3346 | "net/reporting/reporting_delegate.cc", |
| 3347 | "net/reporting/reporting_delivery_agent.cc", |
| 3348 | "net/reporting/reporting_endpoint.cc", |
| 3349 | "net/reporting/reporting_endpoint_manager.cc", |
| 3350 | "net/reporting/reporting_garbage_collector.cc", |
| 3351 | "net/reporting/reporting_header_parser.cc", |
| 3352 | "net/reporting/reporting_network_change_observer.cc", |
| 3353 | "net/reporting/reporting_policy.cc", |
| 3354 | "net/reporting/reporting_report.cc", |
| 3355 | "net/reporting/reporting_service.cc", |
| 3356 | "net/reporting/reporting_uploader.cc", |
| 3357 | "net/socket/client_socket_factory.cc", |
| 3358 | "net/socket/client_socket_handle.cc", |
| 3359 | "net/socket/client_socket_pool.cc", |
| 3360 | "net/socket/client_socket_pool_manager.cc", |
| 3361 | "net/socket/client_socket_pool_manager_impl.cc", |
| 3362 | "net/socket/connect_job.cc", |
| 3363 | "net/socket/connect_job_factory.cc", |
| 3364 | "net/socket/network_binding_client_socket_factory.cc", |
| 3365 | "net/socket/next_proto.cc", |
| 3366 | "net/socket/server_socket.cc", |
| 3367 | "net/socket/socket.cc", |
| 3368 | "net/socket/socket_bio_adapter.cc", |
| 3369 | "net/socket/socket_descriptor.cc", |
| 3370 | "net/socket/socket_net_log_params.cc", |
| 3371 | "net/socket/socket_options.cc", |
| 3372 | "net/socket/socket_posix.cc", |
| 3373 | "net/socket/socket_tag.cc", |
| 3374 | "net/socket/socks5_client_socket.cc", |
| 3375 | "net/socket/socks_client_socket.cc", |
| 3376 | "net/socket/socks_connect_job.cc", |
| 3377 | "net/socket/ssl_client_socket.cc", |
| 3378 | "net/socket/ssl_client_socket_impl.cc", |
| 3379 | "net/socket/ssl_connect_job.cc", |
| 3380 | "net/socket/ssl_server_socket_impl.cc", |
| 3381 | "net/socket/stream_socket.cc", |
| 3382 | "net/socket/tcp_client_socket.cc", |
| 3383 | "net/socket/tcp_server_socket.cc", |
| 3384 | "net/socket/tcp_socket_posix.cc", |
| 3385 | "net/socket/transport_client_socket.cc", |
| 3386 | "net/socket/transport_client_socket_pool.cc", |
| 3387 | "net/socket/transport_connect_job.cc", |
| 3388 | "net/socket/transport_connect_sub_job.cc", |
| 3389 | "net/socket/udp_client_socket.cc", |
| 3390 | "net/socket/udp_net_log_parameters.cc", |
| 3391 | "net/socket/udp_server_socket.cc", |
| 3392 | "net/socket/udp_socket_global_limits.cc", |
| 3393 | "net/socket/udp_socket_posix.cc", |
| 3394 | "net/socket/unix_domain_client_socket_posix.cc", |
| 3395 | "net/socket/unix_domain_server_socket_posix.cc", |
| 3396 | "net/socket/websocket_endpoint_lock_manager.cc", |
| 3397 | "net/socket/websocket_transport_client_socket_pool.cc", |
| 3398 | "net/spdy/alps_decoder.cc", |
| 3399 | "net/spdy/bidirectional_stream_spdy_impl.cc", |
| 3400 | "net/spdy/buffered_spdy_framer.cc", |
| 3401 | "net/spdy/header_coalescer.cc", |
| 3402 | "net/spdy/http2_priority_dependencies.cc", |
| 3403 | "net/spdy/http2_push_promise_index.cc", |
| 3404 | "net/spdy/multiplexed_http_stream.cc", |
| 3405 | "net/spdy/multiplexed_session.cc", |
| 3406 | "net/spdy/spdy_buffer.cc", |
| 3407 | "net/spdy/spdy_buffer_producer.cc", |
| 3408 | "net/spdy/spdy_http_stream.cc", |
| 3409 | "net/spdy/spdy_http_utils.cc", |
| 3410 | "net/spdy/spdy_log_util.cc", |
| 3411 | "net/spdy/spdy_proxy_client_socket.cc", |
| 3412 | "net/spdy/spdy_read_queue.cc", |
| 3413 | "net/spdy/spdy_session.cc", |
| 3414 | "net/spdy/spdy_session_key.cc", |
| 3415 | "net/spdy/spdy_session_pool.cc", |
| 3416 | "net/spdy/spdy_stream.cc", |
| 3417 | "net/spdy/spdy_write_queue.cc", |
| 3418 | "net/ssl/cert_compression.cc", |
| 3419 | "net/ssl/client_cert_identity.cc", |
| 3420 | "net/ssl/openssl_ssl_util.cc", |
| 3421 | "net/ssl/ssl_cert_request_info.cc", |
| 3422 | "net/ssl/ssl_cipher_suite_names.cc", |
| 3423 | "net/ssl/ssl_client_auth_cache.cc", |
| 3424 | "net/ssl/ssl_client_session_cache.cc", |
| 3425 | "net/ssl/ssl_config.cc", |
| 3426 | "net/ssl/ssl_config_service.cc", |
| 3427 | "net/ssl/ssl_config_service_defaults.cc", |
| 3428 | "net/ssl/ssl_info.cc", |
| 3429 | "net/ssl/ssl_key_logger.cc", |
| 3430 | "net/ssl/ssl_key_logger_impl.cc", |
| 3431 | "net/ssl/ssl_platform_key_android.cc", |
| 3432 | "net/ssl/ssl_platform_key_util.cc", |
| 3433 | "net/ssl/ssl_private_key.cc", |
| 3434 | "net/ssl/ssl_server_config.cc", |
| 3435 | "net/ssl/threaded_ssl_private_key.cc", |
| 3436 | "net/url_request/redirect_info.cc", |
| 3437 | "net/url_request/redirect_util.cc", |
| 3438 | "net/url_request/report_sender.cc", |
| 3439 | "net/url_request/static_http_user_agent_settings.cc", |
| 3440 | "net/url_request/url_request.cc", |
| 3441 | "net/url_request/url_request_context.cc", |
| 3442 | "net/url_request/url_request_context_builder.cc", |
| 3443 | "net/url_request/url_request_context_getter.cc", |
| 3444 | "net/url_request/url_request_error_job.cc", |
| 3445 | "net/url_request/url_request_filter.cc", |
| 3446 | "net/url_request/url_request_http_job.cc", |
| 3447 | "net/url_request/url_request_interceptor.cc", |
| 3448 | "net/url_request/url_request_job.cc", |
| 3449 | "net/url_request/url_request_job_factory.cc", |
| 3450 | "net/url_request/url_request_netlog_params.cc", |
| 3451 | "net/url_request/url_request_redirect_job.cc", |
| 3452 | "net/url_request/url_request_throttler_entry.cc", |
| 3453 | "net/url_request/url_request_throttler_manager.cc", |
| 3454 | "net/url_request/view_cache_helper.cc", |
| 3455 | "net/url_request/websocket_handshake_userdata_key.cc", |
| 3456 | ], |
| 3457 | shared_libs: [ |
| 3458 | "libandroid", |
| 3459 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3460 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3461 | ], |
| 3462 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3463 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3464 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3465 | "cronet_aml_base_base_static", |
| 3466 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3467 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 3468 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 3469 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 3470 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3471 | "cronet_aml_crypto_crypto", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3472 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3473 | "cronet_aml_net_third_party_quiche_quiche", |
| 3474 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 3475 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3476 | "cronet_aml_third_party_brotli_common", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3477 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3478 | "cronet_aml_third_party_icu_icui18n", |
| 3479 | "cronet_aml_third_party_icu_icuuc_private", |
| 3480 | "cronet_aml_third_party_libevent_libevent", |
| 3481 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 3482 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3483 | "cronet_aml_third_party_zlib_zlib", |
| 3484 | "cronet_aml_url_url", |
| 3485 | ], |
| 3486 | generated_headers: [ |
| 3487 | "cronet_aml_base_debugging_buildflags", |
| 3488 | "cronet_aml_base_logging_buildflags", |
| 3489 | "cronet_aml_build_branding_buildflags", |
| 3490 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3491 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3492 | "cronet_aml_net_buildflags", |
| 3493 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3494 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3495 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3496 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3497 | "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] | 3498 | "cronet_aml_url_buildflags", |
| 3499 | ], |
| 3500 | export_generated_headers: [ |
| 3501 | "cronet_aml_base_debugging_buildflags", |
| 3502 | "cronet_aml_base_logging_buildflags", |
| 3503 | "cronet_aml_build_branding_buildflags", |
| 3504 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3505 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3506 | "cronet_aml_net_buildflags", |
| 3507 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3508 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3509 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3510 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3511 | "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] | 3512 | "cronet_aml_url_buildflags", |
| 3513 | ], |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3514 | export_static_lib_headers: [ |
Motomu Utsumi | 2f66bb3 | 2022-11-10 11:21:14 +0900 | [diff] [blame] | 3515 | "cronet_aml_crypto_crypto", |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3516 | "cronet_aml_net_third_party_quiche_quiche", |
| 3517 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3518 | defaults: [ |
| 3519 | "cronet_aml_defaults", |
| 3520 | ], |
| 3521 | cflags: [ |
| 3522 | "-DANDROID", |
| 3523 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3524 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3525 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3526 | "-DDCHECK_ALWAYS_ON=1", |
| 3527 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3528 | "-DENABLE_BUILT_IN_DNS", |
| 3529 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3530 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3531 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3532 | "-DHAVE_PTHREAD", |
| 3533 | "-DHAVE_SYS_UIO_H", |
| 3534 | "-DNET_IMPLEMENTATION", |
| 3535 | "-D_DEBUG", |
| 3536 | "-D_GNU_SOURCE", |
| 3537 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3538 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3539 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3540 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3541 | "-D__STDC_CONSTANT_MACROS", |
| 3542 | "-D__STDC_FORMAT_MACROS", |
| 3543 | ], |
| 3544 | local_include_dirs: [ |
| 3545 | "./", |
| 3546 | "buildtools/third_party/libc++/", |
| 3547 | "buildtools/third_party/libc++/trunk/include", |
| 3548 | "buildtools/third_party/libc++abi/trunk/include", |
| 3549 | "net/third_party/quiche/overrides/", |
| 3550 | "net/third_party/quiche/src/", |
| 3551 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3552 | "third_party/abseil-cpp/", |
| 3553 | "third_party/boringssl/src/include/", |
| 3554 | "third_party/brotli/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame^] | 3555 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3556 | "third_party/zlib/", |
| 3557 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3558 | ], |
| 3559 | header_libs: [ |
| 3560 | "jni_headers", |
| 3561 | ], |
| 3562 | cpp_std: "c++20", |
Mohannad Farrag | 627dc91 | 2022-11-11 19:00:26 +0000 | [diff] [blame] | 3563 | rtti: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3564 | } |
| 3565 | |
| 3566 | // GN: //net:net_deps |
| 3567 | filegroup { |
| 3568 | name: "cronet_aml_net_net_deps", |
| 3569 | } |
| 3570 | |
| 3571 | // GN: //net:net_export_header |
| 3572 | filegroup { |
| 3573 | name: "cronet_aml_net_net_export_header", |
| 3574 | } |
| 3575 | |
| 3576 | // GN: //net:net_jni_headers |
| 3577 | genrule { |
| 3578 | name: "cronet_aml_net_net_jni_headers", |
| 3579 | srcs: [ |
| 3580 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 3581 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 3582 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 3583 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 3584 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 3585 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 3586 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 3587 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 3588 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 3589 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 3590 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 3591 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 3592 | "net/android/java/src/org/chromium/net/X509Util.java", |
| 3593 | ], |
| 3594 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 3595 | "long " + |
| 3596 | " " + |
| 3597 | " " + |
| 3598 | "--output_dir " + |
| 3599 | "$(genDir)/net/net_jni_headers " + |
| 3600 | "--includes " + |
| 3601 | "base/android/jni_generator/jni_generator_helper.h " + |
| 3602 | "--use_proxy_hash " + |
| 3603 | "--output_name " + |
| 3604 | "AndroidCertVerifyResult_jni.h " + |
| 3605 | "--output_name " + |
| 3606 | "AndroidKeyStore_jni.h " + |
| 3607 | "--output_name " + |
| 3608 | "AndroidNetworkLibrary_jni.h " + |
| 3609 | "--output_name " + |
| 3610 | "AndroidTrafficStats_jni.h " + |
| 3611 | "--output_name " + |
| 3612 | "DnsStatus_jni.h " + |
| 3613 | "--output_name " + |
| 3614 | "GURLUtils_jni.h " + |
| 3615 | "--output_name " + |
| 3616 | "HttpNegotiateAuthenticator_jni.h " + |
| 3617 | "--output_name " + |
| 3618 | "HttpUtil_jni.h " + |
| 3619 | "--output_name " + |
| 3620 | "NetStringUtil_jni.h " + |
| 3621 | "--output_name " + |
| 3622 | "NetworkActiveNotifier_jni.h " + |
| 3623 | "--output_name " + |
| 3624 | "NetworkChangeNotifier_jni.h " + |
| 3625 | "--output_name " + |
| 3626 | "ProxyChangeListener_jni.h " + |
| 3627 | "--output_name " + |
| 3628 | "X509Util_jni.h " + |
| 3629 | "--input_file " + |
| 3630 | "$(location net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java) " + |
| 3631 | "--input_file " + |
| 3632 | "$(location net/android/java/src/org/chromium/net/AndroidKeyStore.java) " + |
| 3633 | "--input_file " + |
| 3634 | "$(location net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java) " + |
| 3635 | "--input_file " + |
| 3636 | "$(location net/android/java/src/org/chromium/net/AndroidTrafficStats.java) " + |
| 3637 | "--input_file " + |
| 3638 | "$(location net/android/java/src/org/chromium/net/DnsStatus.java) " + |
| 3639 | "--input_file " + |
| 3640 | "$(location net/android/java/src/org/chromium/net/GURLUtils.java) " + |
| 3641 | "--input_file " + |
| 3642 | "$(location net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java) " + |
| 3643 | "--input_file " + |
| 3644 | "$(location net/android/java/src/org/chromium/net/HttpUtil.java) " + |
| 3645 | "--input_file " + |
| 3646 | "$(location net/android/java/src/org/chromium/net/NetStringUtil.java) " + |
| 3647 | "--input_file " + |
| 3648 | "$(location net/android/java/src/org/chromium/net/NetworkActiveNotifier.java) " + |
| 3649 | "--input_file " + |
| 3650 | "$(location net/android/java/src/org/chromium/net/NetworkChangeNotifier.java) " + |
| 3651 | "--input_file " + |
| 3652 | "$(location net/android/java/src/org/chromium/net/ProxyChangeListener.java) " + |
| 3653 | "--input_file " + |
| 3654 | "$(location net/android/java/src/org/chromium/net/X509Util.java)", |
| 3655 | out: [ |
| 3656 | "net/net_jni_headers/AndroidCertVerifyResult_jni.h", |
| 3657 | "net/net_jni_headers/AndroidKeyStore_jni.h", |
| 3658 | "net/net_jni_headers/AndroidNetworkLibrary_jni.h", |
| 3659 | "net/net_jni_headers/AndroidTrafficStats_jni.h", |
| 3660 | "net/net_jni_headers/DnsStatus_jni.h", |
| 3661 | "net/net_jni_headers/GURLUtils_jni.h", |
| 3662 | "net/net_jni_headers/HttpNegotiateAuthenticator_jni.h", |
| 3663 | "net/net_jni_headers/HttpUtil_jni.h", |
| 3664 | "net/net_jni_headers/NetStringUtil_jni.h", |
| 3665 | "net/net_jni_headers/NetworkActiveNotifier_jni.h", |
| 3666 | "net/net_jni_headers/NetworkChangeNotifier_jni.h", |
| 3667 | "net/net_jni_headers/ProxyChangeListener_jni.h", |
| 3668 | "net/net_jni_headers/X509Util_jni.h", |
| 3669 | ], |
| 3670 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 3671 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3672 | "base/android/jni_generator/jni_generator.py", |
| 3673 | "build/android/gyp/util/__init__.py", |
| 3674 | "build/android/gyp/util/build_utils.py", |
| 3675 | "build/gn_helpers.py", |
| 3676 | ], |
| 3677 | } |
| 3678 | |
| 3679 | // GN: //net:net_nqe_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3680 | genrule { |
| 3681 | name: "cronet_aml_net_net_nqe_proto_gen", |
| 3682 | srcs: [ |
| 3683 | "net/nqe/proto/network_id_proto.proto", |
| 3684 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3685 | tools: [ |
| 3686 | "aprotoc", |
| 3687 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3688 | cmd: "$(location aprotoc) --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] | 3689 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3690 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3691 | ], |
| 3692 | } |
| 3693 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3694 | // GN: //net:net_nqe_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3695 | genrule { |
| 3696 | name: "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3697 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3698 | "net/nqe/proto/network_id_proto.proto", |
| 3699 | ], |
| 3700 | tools: [ |
| 3701 | "aprotoc", |
| 3702 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3703 | cmd: "$(location aprotoc) --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] | 3704 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3705 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3706 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3707 | export_include_dirs: [ |
| 3708 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3709 | "net/nqe/proto", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3710 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3711 | ], |
| 3712 | } |
| 3713 | |
| 3714 | // GN: //net:net_public_deps |
| 3715 | filegroup { |
| 3716 | name: "cronet_aml_net_net_public_deps", |
| 3717 | } |
| 3718 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3719 | // GN: //net:preload_decoder |
| 3720 | cc_library_static { |
| 3721 | name: "cronet_aml_net_preload_decoder", |
| 3722 | srcs: [ |
| 3723 | "net/extras/preload_data/decoder.cc", |
| 3724 | ], |
| 3725 | shared_libs: [ |
| 3726 | "libandroid", |
| 3727 | "liblog", |
| 3728 | ], |
| 3729 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3730 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3731 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3732 | "cronet_aml_base_base_static", |
| 3733 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3734 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 3735 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3736 | "cronet_aml_third_party_icu_icui18n", |
| 3737 | "cronet_aml_third_party_icu_icuuc_private", |
| 3738 | "cronet_aml_third_party_libevent_libevent", |
| 3739 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3740 | ], |
| 3741 | defaults: [ |
| 3742 | "cronet_aml_defaults", |
| 3743 | ], |
| 3744 | cflags: [ |
| 3745 | "-DANDROID", |
| 3746 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3747 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3748 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3749 | "-DDCHECK_ALWAYS_ON=1", |
| 3750 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3751 | "-DHAVE_SYS_UIO_H", |
| 3752 | "-D_DEBUG", |
| 3753 | "-D_GNU_SOURCE", |
| 3754 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3755 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3756 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3757 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3758 | "-D__STDC_CONSTANT_MACROS", |
| 3759 | "-D__STDC_FORMAT_MACROS", |
| 3760 | ], |
| 3761 | local_include_dirs: [ |
| 3762 | "./", |
| 3763 | "buildtools/third_party/libc++/", |
| 3764 | "buildtools/third_party/libc++/trunk/include", |
| 3765 | "buildtools/third_party/libc++abi/trunk/include", |
| 3766 | "third_party/abseil-cpp/", |
| 3767 | "third_party/boringssl/src/include/", |
| 3768 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3769 | ], |
| 3770 | cpp_std: "c++20", |
| 3771 | } |
| 3772 | |
| 3773 | // GN: //net/third_party/quiche:net_quic_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3774 | genrule { |
| 3775 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
| 3776 | srcs: [ |
| 3777 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3778 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3779 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3780 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3781 | tools: [ |
| 3782 | "aprotoc", |
| 3783 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3784 | cmd: "$(location aprotoc) --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] | 3785 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3786 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc", |
| 3787 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc", |
| 3788 | "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] | 3789 | ], |
| 3790 | } |
| 3791 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3792 | // GN: //net/third_party/quiche:net_quic_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3793 | genrule { |
| 3794 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
| 3795 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3796 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3797 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3798 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3799 | ], |
| 3800 | tools: [ |
| 3801 | "aprotoc", |
| 3802 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3803 | cmd: "$(location aprotoc) --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] | 3804 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3805 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.h", |
| 3806 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.h", |
| 3807 | "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] | 3808 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3809 | export_include_dirs: [ |
| 3810 | ".", |
Mohannad Farrag | e558ead | 2022-11-08 18:44:04 +0000 | [diff] [blame] | 3811 | "net/third_party/quiche/src", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3812 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3813 | ], |
| 3814 | } |
| 3815 | |
| 3816 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3817 | genrule { |
| 3818 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
| 3819 | srcs: [ |
| 3820 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 3821 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3822 | tools: [ |
| 3823 | "aprotoc", |
| 3824 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3825 | cmd: "$(location aprotoc) --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] | 3826 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3827 | "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] | 3828 | ], |
| 3829 | } |
| 3830 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3831 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3832 | genrule { |
| 3833 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
| 3834 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3835 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 3836 | ], |
| 3837 | tools: [ |
| 3838 | "aprotoc", |
| 3839 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3840 | cmd: "$(location aprotoc) --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] | 3841 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3842 | "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] | 3843 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3844 | export_include_dirs: [ |
| 3845 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3846 | "net/third_party/quiche/src/quiche/quic/test_tools", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3847 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3848 | ], |
| 3849 | } |
| 3850 | |
| 3851 | // GN: //net/third_party/quiche:quiche |
| 3852 | cc_library_static { |
| 3853 | name: "cronet_aml_net_third_party_quiche_quiche", |
| 3854 | srcs: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3855 | ":cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3856 | ":cronet_aml_third_party_abseil_cpp_absl", |
| 3857 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 3858 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 3859 | ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 3860 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 3861 | ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 3862 | ":cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 3863 | ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 3864 | ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 3865 | ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 3866 | ":cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 3867 | ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 3868 | ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 3869 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 3870 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 3871 | ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 3872 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 3873 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 3874 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 3875 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 3876 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 3877 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 3878 | ":cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 3879 | ":cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 3880 | ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 3881 | ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 3882 | ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 3883 | ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 3884 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 3885 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 3886 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 3887 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 3888 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 3889 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 3890 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 3891 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 3892 | ":cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 3893 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 3894 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 3895 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 3896 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 3897 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 3898 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 3899 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 3900 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 3901 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 3902 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 3903 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 3904 | ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 3905 | ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 3906 | ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 3907 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 3908 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 3909 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 3910 | ":cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 3911 | ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 3912 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 3913 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 3914 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 3915 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 3916 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 3917 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 3918 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 3919 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 3920 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 3921 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 3922 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 3923 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 3924 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 3925 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 3926 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 3927 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 3928 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 3929 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 3930 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 3931 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 3932 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 3933 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 3934 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 3935 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 3936 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 3937 | ":cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 3938 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 3939 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 3940 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 3941 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 3942 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 3943 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 3944 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 3945 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 3946 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 3947 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 3948 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 3949 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 3950 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 3951 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 3952 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 3953 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 3954 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 3955 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 3956 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 3957 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 3958 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 3959 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 3960 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 3961 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 3962 | ":cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 3963 | ":cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 3964 | ":cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 3965 | ":cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 3966 | ":cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 3967 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_mutex_impl.cc", |
| 3968 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_time_utils_impl.cc", |
| 3969 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_url_utils_impl.cc", |
| 3970 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_hostname_utils.cc", |
| 3971 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_mutex.cc", |
| 3972 | "net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc", |
| 3973 | "net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.cc", |
| 3974 | "net/third_party/quiche/src/quiche/common/quiche_crypto_logging.cc", |
| 3975 | "net/third_party/quiche/src/quiche/common/quiche_data_reader.cc", |
| 3976 | "net/third_party/quiche/src/quiche/common/quiche_data_writer.cc", |
| 3977 | "net/third_party/quiche/src/quiche/common/quiche_ip_address.cc", |
| 3978 | "net/third_party/quiche/src/quiche/common/quiche_ip_address_family.cc", |
| 3979 | "net/third_party/quiche/src/quiche/common/quiche_mem_slice_storage.cc", |
| 3980 | "net/third_party/quiche/src/quiche/common/quiche_random.cc", |
| 3981 | "net/third_party/quiche/src/quiche/common/quiche_text_utils.cc", |
| 3982 | "net/third_party/quiche/src/quiche/common/simple_buffer_allocator.cc", |
| 3983 | "net/third_party/quiche/src/quiche/common/structured_headers.cc", |
| 3984 | "net/third_party/quiche/src/quiche/http2/adapter/event_forwarder.cc", |
| 3985 | "net/third_party/quiche/src/quiche/http2/adapter/header_validator.cc", |
| 3986 | "net/third_party/quiche/src/quiche/http2/adapter/http2_protocol.cc", |
| 3987 | "net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc", |
| 3988 | "net/third_party/quiche/src/quiche/http2/adapter/noop_header_validator.cc", |
| 3989 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_adapter.cc", |
| 3990 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_session.cc", |
| 3991 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_util.cc", |
| 3992 | "net/third_party/quiche/src/quiche/http2/adapter/window_manager.cc", |
| 3993 | "net/third_party/quiche/src/quiche/http2/core/http2_trace_logging.cc", |
| 3994 | "net/third_party/quiche/src/quiche/http2/decoder/decode_buffer.cc", |
| 3995 | "net/third_party/quiche/src/quiche/http2/decoder/decode_http2_structures.cc", |
| 3996 | "net/third_party/quiche/src/quiche/http2/decoder/decode_status.cc", |
| 3997 | "net/third_party/quiche/src/quiche/http2/decoder/frame_decoder_state.cc", |
| 3998 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder.cc", |
| 3999 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder_listener.cc", |
| 4000 | "net/third_party/quiche/src/quiche/http2/decoder/http2_structure_decoder.cc", |
| 4001 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc", |
| 4002 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc", |
| 4003 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/data_payload_decoder.cc", |
| 4004 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc", |
| 4005 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc", |
| 4006 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc", |
| 4007 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc", |
| 4008 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc", |
| 4009 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc", |
| 4010 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc", |
| 4011 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc", |
| 4012 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc", |
| 4013 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc", |
| 4014 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_block_decoder.cc", |
| 4015 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder.cc", |
| 4016 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_listener.cc", |
| 4017 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_state.cc", |
| 4018 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc", |
| 4019 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_tables.cc", |
| 4020 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoding_error.cc", |
| 4021 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder.cc", |
| 4022 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc", |
| 4023 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc", |
| 4024 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder.cc", |
| 4025 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc", |
| 4026 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc", |
| 4027 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc", |
| 4028 | "net/third_party/quiche/src/quiche/http2/hpack/http2_hpack_constants.cc", |
| 4029 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc", |
| 4030 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_encoder.cc", |
| 4031 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/huffman_spec_tables.cc", |
| 4032 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_decoder.cc", |
| 4033 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_encoder.cc", |
| 4034 | "net/third_party/quiche/src/quiche/http2/http2_constants.cc", |
| 4035 | "net/third_party/quiche/src/quiche/http2/http2_structures.cc", |
| 4036 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.cc", |
| 4037 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_drain.cc", |
| 4038 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_misc.cc", |
| 4039 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_bw.cc", |
| 4040 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_rtt.cc", |
| 4041 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_sender.cc", |
| 4042 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_startup.cc", |
| 4043 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr_sender.cc", |
| 4044 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/cubic_bytes.cc", |
| 4045 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/general_loss_algorithm.cc", |
| 4046 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/hybrid_slow_start.cc", |
| 4047 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/pacing_sender.cc", |
| 4048 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/prr_sender.cc", |
| 4049 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/rtt_stats.cc", |
| 4050 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/send_algorithm_interface.cc", |
| 4051 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc", |
| 4052 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/uber_loss_algorithm.cc", |
| 4053 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_decrypter.cc", |
| 4054 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_encrypter.cc", |
| 4055 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc", |
| 4056 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc", |
| 4057 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_decrypter.cc", |
| 4058 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_encrypter.cc", |
| 4059 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_decrypter.cc", |
| 4060 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_encrypter.cc", |
| 4061 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_decrypter.cc", |
| 4062 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_encrypter.cc", |
| 4063 | "net/third_party/quiche/src/quiche/quic/core/crypto/cert_compressor.cc", |
| 4064 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_util.cc", |
| 4065 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view.cc", |
| 4066 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc", |
| 4067 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc", |
| 4068 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc", |
| 4069 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc", |
| 4070 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_decrypter.cc", |
| 4071 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_encrypter.cc", |
| 4072 | "net/third_party/quiche/src/quiche/quic/core/crypto/channel_id.cc", |
| 4073 | "net/third_party/quiche/src/quiche/quic/core/crypto/client_proof_source.cc", |
| 4074 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_framer.cc", |
| 4075 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake.cc", |
| 4076 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message.cc", |
| 4077 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_secret_boxer.cc", |
| 4078 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_utils.cc", |
| 4079 | "net/third_party/quiche/src/quiche/quic/core/crypto/curve25519_key_exchange.cc", |
| 4080 | "net/third_party/quiche/src/quiche/quic/core/crypto/key_exchange.cc", |
| 4081 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_decrypter.cc", |
| 4082 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_encrypter.cc", |
| 4083 | "net/third_party/quiche/src/quiche/quic/core/crypto/p256_key_exchange.cc", |
| 4084 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source.cc", |
| 4085 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source_x509.cc", |
| 4086 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_client_session_cache.cc", |
| 4087 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_compressed_certs_cache.cc", |
| 4088 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypter.cc", |
| 4089 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_client_config.cc", |
| 4090 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_proof.cc", |
| 4091 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_server_config.cc", |
| 4092 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_decrypter.cc", |
| 4093 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_encrypter.cc", |
| 4094 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.cc", |
| 4095 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_client_connection.cc", |
| 4096 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_connection.cc", |
| 4097 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_server_connection.cc", |
| 4098 | "net/third_party/quiche/src/quiche/quic/core/crypto/transport_parameters.cc", |
| 4099 | "net/third_party/quiche/src/quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc", |
| 4100 | "net/third_party/quiche/src/quiche/quic/core/deterministic_connection_id_generator.cc", |
| 4101 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frame.cc", |
| 4102 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frequency_frame.cc", |
| 4103 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_blocked_frame.cc", |
| 4104 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_connection_close_frame.cc", |
| 4105 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_crypto_frame.cc", |
| 4106 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_frame.cc", |
| 4107 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_goaway_frame.cc", |
| 4108 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_handshake_done_frame.cc", |
| 4109 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_max_streams_frame.cc", |
| 4110 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_message_frame.cc", |
| 4111 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_connection_id_frame.cc", |
| 4112 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_token_frame.cc", |
| 4113 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_padding_frame.cc", |
| 4114 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc", |
| 4115 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_response_frame.cc", |
| 4116 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ping_frame.cc", |
| 4117 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_retire_connection_id_frame.cc", |
| 4118 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_rst_stream_frame.cc", |
| 4119 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_sending_frame.cc", |
| 4120 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_waiting_frame.cc", |
| 4121 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stream_frame.cc", |
| 4122 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_streams_blocked_frame.cc", |
| 4123 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_window_update_frame.cc", |
| 4124 | "net/third_party/quiche/src/quiche/quic/core/http/capsule.cc", |
| 4125 | "net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc", |
| 4126 | "net/third_party/quiche/src/quiche/quic/core/http/http_decoder.cc", |
| 4127 | "net/third_party/quiche/src/quiche/quic/core/http/http_encoder.cc", |
| 4128 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_promised_info.cc", |
| 4129 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_push_promise_index.cc", |
| 4130 | "net/third_party/quiche/src/quiche/quic/core/http/quic_header_list.cc", |
| 4131 | "net/third_party/quiche/src/quiche/quic/core/http/quic_headers_stream.cc", |
| 4132 | "net/third_party/quiche/src/quiche/quic/core/http/quic_receive_control_stream.cc", |
| 4133 | "net/third_party/quiche/src/quiche/quic/core/http/quic_send_control_stream.cc", |
| 4134 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_initiated_spdy_stream.cc", |
| 4135 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_session_base.cc", |
| 4136 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session.cc", |
| 4137 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.cc", |
| 4138 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_stream.cc", |
| 4139 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_session.cc", |
| 4140 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream.cc", |
| 4141 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream_body_manager.cc", |
| 4142 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_server_push_utils.cc", |
| 4143 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_utils.cc", |
| 4144 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_http3.cc", |
| 4145 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_stream_adapter.cc", |
| 4146 | "net/third_party/quiche/src/quiche/quic/core/legacy_quic_stream_id_manager.cc", |
| 4147 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_blocking_manager.cc", |
| 4148 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc", |
| 4149 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder.cc", |
| 4150 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc", |
| 4151 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_sender.cc", |
| 4152 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder.cc", |
| 4153 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc", |
| 4154 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc", |
| 4155 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_header_table.cc", |
| 4156 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions.cc", |
| 4157 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_decoder.cc", |
| 4158 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_encoder.cc", |
| 4159 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instructions.cc", |
| 4160 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_progressive_decoder.cc", |
| 4161 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_receive_stream.cc", |
| 4162 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_required_insert_count.cc", |
| 4163 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_send_stream.cc", |
| 4164 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_static_table.cc", |
| 4165 | "net/third_party/quiche/src/quiche/quic/core/qpack/value_splitting_header_list.cc", |
| 4166 | "net/third_party/quiche/src/quiche/quic/core/quic_ack_listener_interface.cc", |
| 4167 | "net/third_party/quiche/src/quiche/quic/core/quic_alarm.cc", |
| 4168 | "net/third_party/quiche/src/quiche/quic/core/quic_bandwidth.cc", |
| 4169 | "net/third_party/quiche/src/quiche/quic/core/quic_chaos_protector.cc", |
| 4170 | "net/third_party/quiche/src/quiche/quic/core/quic_clock.cc", |
| 4171 | "net/third_party/quiche/src/quiche/quic/core/quic_coalesced_packet.cc", |
| 4172 | "net/third_party/quiche/src/quiche/quic/core/quic_config.cc", |
| 4173 | "net/third_party/quiche/src/quiche/quic/core/quic_connection.cc", |
| 4174 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_context.cc", |
| 4175 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id.cc", |
| 4176 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id_manager.cc", |
| 4177 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_stats.cc", |
| 4178 | "net/third_party/quiche/src/quiche/quic/core/quic_constants.cc", |
| 4179 | "net/third_party/quiche/src/quiche/quic/core/quic_control_frame_manager.cc", |
| 4180 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_handshaker.cc", |
| 4181 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_stream.cc", |
| 4182 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_handshaker.cc", |
| 4183 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream.cc", |
| 4184 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream_base.cc", |
| 4185 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_stream.cc", |
| 4186 | "net/third_party/quiche/src/quiche/quic/core/quic_data_reader.cc", |
| 4187 | "net/third_party/quiche/src/quiche/quic/core/quic_data_writer.cc", |
| 4188 | "net/third_party/quiche/src/quiche/quic/core/quic_datagram_queue.cc", |
| 4189 | "net/third_party/quiche/src/quiche/quic/core/quic_error_codes.cc", |
| 4190 | "net/third_party/quiche/src/quiche/quic/core/quic_flow_controller.cc", |
| 4191 | "net/third_party/quiche/src/quiche/quic/core/quic_framer.cc", |
| 4192 | "net/third_party/quiche/src/quiche/quic/core/quic_idle_network_detector.cc", |
| 4193 | "net/third_party/quiche/src/quiche/quic/core/quic_mtu_discovery.cc", |
| 4194 | "net/third_party/quiche/src/quiche/quic/core/quic_network_blackhole_detector.cc", |
| 4195 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_creator.cc", |
| 4196 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_number.cc", |
| 4197 | "net/third_party/quiche/src/quiche/quic/core/quic_packets.cc", |
| 4198 | "net/third_party/quiche/src/quiche/quic/core/quic_path_validator.cc", |
| 4199 | "net/third_party/quiche/src/quiche/quic/core/quic_ping_manager.cc", |
| 4200 | "net/third_party/quiche/src/quiche/quic/core/quic_received_packet_manager.cc", |
| 4201 | "net/third_party/quiche/src/quiche/quic/core/quic_sent_packet_manager.cc", |
| 4202 | "net/third_party/quiche/src/quiche/quic/core/quic_server_id.cc", |
| 4203 | "net/third_party/quiche/src/quiche/quic/core/quic_session.cc", |
| 4204 | "net/third_party/quiche/src/quiche/quic/core/quic_socket_address_coder.cc", |
| 4205 | "net/third_party/quiche/src/quiche/quic/core/quic_stream.cc", |
| 4206 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_id_manager.cc", |
| 4207 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_send_buffer.cc", |
| 4208 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer.cc", |
| 4209 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer_buffer.cc", |
| 4210 | "net/third_party/quiche/src/quiche/quic/core/quic_sustained_bandwidth_recorder.cc", |
| 4211 | "net/third_party/quiche/src/quiche/quic/core/quic_tag.cc", |
| 4212 | "net/third_party/quiche/src/quiche/quic/core/quic_time.cc", |
| 4213 | "net/third_party/quiche/src/quiche/quic/core/quic_transmission_info.cc", |
| 4214 | "net/third_party/quiche/src/quiche/quic/core/quic_types.cc", |
| 4215 | "net/third_party/quiche/src/quiche/quic/core/quic_unacked_packet_map.cc", |
| 4216 | "net/third_party/quiche/src/quiche/quic/core/quic_utils.cc", |
| 4217 | "net/third_party/quiche/src/quiche/quic/core/quic_version_manager.cc", |
| 4218 | "net/third_party/quiche/src/quiche/quic/core/quic_versions.cc", |
| 4219 | "net/third_party/quiche/src/quiche/quic/core/quic_write_blocked_list.cc", |
| 4220 | "net/third_party/quiche/src/quiche/quic/core/tls_client_handshaker.cc", |
| 4221 | "net/third_party/quiche/src/quiche/quic/core/tls_handshaker.cc", |
| 4222 | "net/third_party/quiche/src/quiche/quic/core/tls_server_handshaker.cc", |
| 4223 | "net/third_party/quiche/src/quiche/quic/core/uber_quic_stream_id_manager.cc", |
| 4224 | "net/third_party/quiche/src/quiche/quic/core/uber_received_packet_manager.cc", |
| 4225 | "net/third_party/quiche/src/quiche/quic/platform/api/quic_socket_address.cc", |
| 4226 | "net/third_party/quiche/src/quiche/spdy/core/array_output_buffer.cc", |
| 4227 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_constants.cc", |
| 4228 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_decoder_adapter.cc", |
| 4229 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_encoder.cc", |
| 4230 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_entry.cc", |
| 4231 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_header_table.cc", |
| 4232 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_output_stream.cc", |
| 4233 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_static_table.cc", |
| 4234 | "net/third_party/quiche/src/quiche/spdy/core/http2_frame_decoder_adapter.cc", |
| 4235 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.cc", |
| 4236 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_storage.cc", |
| 4237 | "net/third_party/quiche/src/quiche/spdy/core/recording_headers_handler.cc", |
| 4238 | "net/third_party/quiche/src/quiche/spdy/core/spdy_alt_svc_wire_format.cc", |
| 4239 | "net/third_party/quiche/src/quiche/spdy/core/spdy_frame_builder.cc", |
| 4240 | "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.cc", |
| 4241 | "net/third_party/quiche/src/quiche/spdy/core/spdy_no_op_visitor.cc", |
| 4242 | "net/third_party/quiche/src/quiche/spdy/core/spdy_pinnable_buffer_piece.cc", |
| 4243 | "net/third_party/quiche/src/quiche/spdy/core/spdy_prefixed_buffer_reader.cc", |
| 4244 | "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.cc", |
| 4245 | "net/third_party/quiche/src/quiche/spdy/core/spdy_simple_arena.cc", |
| 4246 | ], |
| 4247 | shared_libs: [ |
| 4248 | "libandroid", |
| 4249 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4250 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4251 | ], |
| 4252 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4253 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4254 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4255 | "cronet_aml_base_base_static", |
| 4256 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4257 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4258 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4259 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4260 | "cronet_aml_third_party_icu_icui18n", |
| 4261 | "cronet_aml_third_party_icu_icuuc_private", |
| 4262 | "cronet_aml_third_party_libevent_libevent", |
| 4263 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 4264 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4265 | "cronet_aml_third_party_zlib_zlib", |
| 4266 | "cronet_aml_url_url", |
| 4267 | ], |
| 4268 | generated_headers: [ |
| 4269 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4270 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4271 | ], |
| 4272 | export_generated_headers: [ |
| 4273 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4274 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4275 | ], |
| 4276 | defaults: [ |
| 4277 | "cronet_aml_defaults", |
| 4278 | ], |
| 4279 | cflags: [ |
| 4280 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 4281 | "-DANDROID", |
| 4282 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4283 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4284 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4285 | "-DDCHECK_ALWAYS_ON=1", |
| 4286 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4287 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 4288 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 4289 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 4290 | "-DHAVE_PTHREAD", |
| 4291 | "-DHAVE_SYS_UIO_H", |
| 4292 | "-DIS_QUICHE_IMPL", |
| 4293 | "-D_DEBUG", |
| 4294 | "-D_GNU_SOURCE", |
| 4295 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4296 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4297 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4298 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4299 | "-D__STDC_CONSTANT_MACROS", |
| 4300 | "-D__STDC_FORMAT_MACROS", |
| 4301 | ], |
| 4302 | local_include_dirs: [ |
| 4303 | "./", |
| 4304 | "buildtools/third_party/libc++/", |
| 4305 | "buildtools/third_party/libc++/trunk/include", |
| 4306 | "buildtools/third_party/libc++abi/trunk/include", |
| 4307 | "net/third_party/quiche/overrides/", |
| 4308 | "net/third_party/quiche/src/", |
| 4309 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 4310 | "third_party/abseil-cpp/", |
| 4311 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame^] | 4312 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4313 | "third_party/zlib/", |
| 4314 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 4315 | ], |
| 4316 | cpp_std: "c++20", |
| 4317 | } |
| 4318 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4319 | // GN: //net/traffic_annotation:traffic_annotation |
| 4320 | filegroup { |
| 4321 | name: "cronet_aml_net_traffic_annotation_traffic_annotation", |
| 4322 | srcs: [ |
| 4323 | "net/traffic_annotation/network_traffic_annotation_android.cc", |
| 4324 | ], |
| 4325 | } |
| 4326 | |
| 4327 | // GN: //net:uri_template |
| 4328 | cc_library_static { |
| 4329 | name: "cronet_aml_net_uri_template", |
| 4330 | srcs: [ |
| 4331 | "net/third_party/uri_template/uri_template.cc", |
| 4332 | ], |
| 4333 | shared_libs: [ |
| 4334 | "libandroid", |
| 4335 | "liblog", |
| 4336 | ], |
| 4337 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4338 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4339 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4340 | "cronet_aml_base_base_static", |
| 4341 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4342 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4343 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4344 | "cronet_aml_third_party_icu_icui18n", |
| 4345 | "cronet_aml_third_party_icu_icuuc_private", |
| 4346 | "cronet_aml_third_party_libevent_libevent", |
| 4347 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4348 | ], |
| 4349 | defaults: [ |
| 4350 | "cronet_aml_defaults", |
| 4351 | ], |
| 4352 | cflags: [ |
| 4353 | "-DANDROID", |
| 4354 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4355 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4356 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4357 | "-DDCHECK_ALWAYS_ON=1", |
| 4358 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4359 | "-DHAVE_SYS_UIO_H", |
| 4360 | "-DIS_URI_TEMPLATE_IMPL", |
| 4361 | "-D_DEBUG", |
| 4362 | "-D_GNU_SOURCE", |
| 4363 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4364 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4365 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4366 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4367 | "-D__STDC_CONSTANT_MACROS", |
| 4368 | "-D__STDC_FORMAT_MACROS", |
| 4369 | ], |
| 4370 | local_include_dirs: [ |
| 4371 | "./", |
| 4372 | "buildtools/third_party/libc++/", |
| 4373 | "buildtools/third_party/libc++/trunk/include", |
| 4374 | "buildtools/third_party/libc++abi/trunk/include", |
| 4375 | "third_party/abseil-cpp/", |
| 4376 | "third_party/boringssl/src/include/", |
| 4377 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 4378 | ], |
| 4379 | cpp_std: "c++20", |
| 4380 | } |
| 4381 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4382 | // GN: //third_party/abseil-cpp:absl |
| 4383 | filegroup { |
| 4384 | name: "cronet_aml_third_party_abseil_cpp_absl", |
| 4385 | } |
| 4386 | |
| 4387 | // GN: //third_party/abseil-cpp/absl/algorithm:algorithm |
| 4388 | filegroup { |
| 4389 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 4390 | } |
| 4391 | |
| 4392 | // GN: //third_party/abseil-cpp/absl/algorithm:container |
| 4393 | filegroup { |
| 4394 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 4395 | } |
| 4396 | |
| 4397 | // GN: //third_party/abseil-cpp/absl/base:atomic_hook |
| 4398 | filegroup { |
| 4399 | name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 4400 | } |
| 4401 | |
| 4402 | // GN: //third_party/abseil-cpp/absl/base:base |
| 4403 | filegroup { |
| 4404 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 4405 | srcs: [ |
| 4406 | "third_party/abseil-cpp/absl/base/internal/cycleclock.cc", |
| 4407 | "third_party/abseil-cpp/absl/base/internal/spinlock.cc", |
| 4408 | "third_party/abseil-cpp/absl/base/internal/sysinfo.cc", |
| 4409 | "third_party/abseil-cpp/absl/base/internal/thread_identity.cc", |
| 4410 | "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc", |
| 4411 | ], |
| 4412 | } |
| 4413 | |
| 4414 | // GN: //third_party/abseil-cpp/absl/base:base_internal |
| 4415 | filegroup { |
| 4416 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 4417 | } |
| 4418 | |
| 4419 | // GN: //third_party/abseil-cpp/absl/base:config |
| 4420 | filegroup { |
| 4421 | name: "cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 4422 | } |
| 4423 | |
| 4424 | // GN: //third_party/abseil-cpp/absl/base:core_headers |
| 4425 | filegroup { |
| 4426 | name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 4427 | } |
| 4428 | |
| 4429 | // GN: //third_party/abseil-cpp/absl/base:cycleclock_internal |
| 4430 | filegroup { |
| 4431 | name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 4432 | } |
| 4433 | |
| 4434 | // GN: //third_party/abseil-cpp/absl/base:dynamic_annotations |
| 4435 | filegroup { |
| 4436 | name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 4437 | } |
| 4438 | |
| 4439 | // GN: //third_party/abseil-cpp/absl/base:endian |
| 4440 | filegroup { |
| 4441 | name: "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 4442 | } |
| 4443 | |
| 4444 | // GN: //third_party/abseil-cpp/absl/base:errno_saver |
| 4445 | filegroup { |
| 4446 | name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 4447 | } |
| 4448 | |
| 4449 | // GN: //third_party/abseil-cpp/absl/base:fast_type_id |
| 4450 | filegroup { |
| 4451 | name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 4452 | } |
| 4453 | |
| 4454 | // GN: //third_party/abseil-cpp/absl/base:log_severity |
| 4455 | filegroup { |
| 4456 | name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 4457 | srcs: [ |
| 4458 | "third_party/abseil-cpp/absl/base/log_severity.cc", |
| 4459 | ], |
| 4460 | } |
| 4461 | |
| 4462 | // GN: //third_party/abseil-cpp/absl/base:malloc_internal |
| 4463 | filegroup { |
| 4464 | name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 4465 | srcs: [ |
| 4466 | "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc", |
| 4467 | ], |
| 4468 | } |
| 4469 | |
| 4470 | // GN: //third_party/abseil-cpp/absl/base:prefetch |
| 4471 | filegroup { |
| 4472 | name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 4473 | } |
| 4474 | |
| 4475 | // GN: //third_party/abseil-cpp/absl/base:raw_logging_internal |
| 4476 | filegroup { |
| 4477 | name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 4478 | srcs: [ |
| 4479 | "third_party/abseil-cpp/absl/base/internal/raw_logging.cc", |
| 4480 | ], |
| 4481 | } |
| 4482 | |
| 4483 | // GN: //third_party/abseil-cpp/absl/base:spinlock_wait |
| 4484 | filegroup { |
| 4485 | name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 4486 | srcs: [ |
| 4487 | "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc", |
| 4488 | ], |
| 4489 | } |
| 4490 | |
| 4491 | // GN: //third_party/abseil-cpp/absl/base:strerror |
| 4492 | filegroup { |
| 4493 | name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 4494 | srcs: [ |
| 4495 | "third_party/abseil-cpp/absl/base/internal/strerror.cc", |
| 4496 | ], |
| 4497 | } |
| 4498 | |
| 4499 | // GN: //third_party/abseil-cpp/absl/base:throw_delegate |
| 4500 | filegroup { |
| 4501 | name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 4502 | srcs: [ |
| 4503 | "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc", |
| 4504 | ], |
| 4505 | } |
| 4506 | |
| 4507 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup |
| 4508 | filegroup { |
| 4509 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 4510 | } |
| 4511 | |
| 4512 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal |
| 4513 | filegroup { |
| 4514 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 4515 | } |
| 4516 | |
| 4517 | // GN: //third_party/abseil-cpp/absl/container:btree |
| 4518 | filegroup { |
| 4519 | name: "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 4520 | } |
| 4521 | |
| 4522 | // GN: //third_party/abseil-cpp/absl/container:common |
| 4523 | filegroup { |
| 4524 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 4525 | } |
| 4526 | |
| 4527 | // GN: //third_party/abseil-cpp/absl/container:common_policy_traits |
| 4528 | filegroup { |
| 4529 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 4530 | } |
| 4531 | |
| 4532 | // GN: //third_party/abseil-cpp/absl/container:compressed_tuple |
| 4533 | filegroup { |
| 4534 | name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 4535 | } |
| 4536 | |
| 4537 | // GN: //third_party/abseil-cpp/absl/container:container_memory |
| 4538 | filegroup { |
| 4539 | name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 4540 | } |
| 4541 | |
| 4542 | // GN: //third_party/abseil-cpp/absl/container:fixed_array |
| 4543 | filegroup { |
| 4544 | name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 4545 | } |
| 4546 | |
| 4547 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_map |
| 4548 | filegroup { |
| 4549 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 4550 | } |
| 4551 | |
| 4552 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_set |
| 4553 | filegroup { |
| 4554 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 4555 | } |
| 4556 | |
| 4557 | // GN: //third_party/abseil-cpp/absl/container:hash_function_defaults |
| 4558 | filegroup { |
| 4559 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 4560 | } |
| 4561 | |
| 4562 | // GN: //third_party/abseil-cpp/absl/container:hash_policy_traits |
| 4563 | filegroup { |
| 4564 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 4565 | } |
| 4566 | |
| 4567 | // GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks |
| 4568 | filegroup { |
| 4569 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 4570 | } |
| 4571 | |
| 4572 | // GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler |
| 4573 | filegroup { |
| 4574 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 4575 | srcs: [ |
| 4576 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc", |
| 4577 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc", |
| 4578 | ], |
| 4579 | } |
| 4580 | |
| 4581 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector |
| 4582 | filegroup { |
| 4583 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 4584 | } |
| 4585 | |
| 4586 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal |
| 4587 | filegroup { |
| 4588 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 4589 | } |
| 4590 | |
| 4591 | // GN: //third_party/abseil-cpp/absl/container:layout |
| 4592 | filegroup { |
| 4593 | name: "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 4594 | } |
| 4595 | |
| 4596 | // GN: //third_party/abseil-cpp/absl/container:node_hash_map |
| 4597 | filegroup { |
| 4598 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 4599 | } |
| 4600 | |
| 4601 | // GN: //third_party/abseil-cpp/absl/container:node_hash_set |
| 4602 | filegroup { |
| 4603 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 4604 | } |
| 4605 | |
| 4606 | // GN: //third_party/abseil-cpp/absl/container:node_slot_policy |
| 4607 | filegroup { |
| 4608 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 4609 | } |
| 4610 | |
| 4611 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_map |
| 4612 | filegroup { |
| 4613 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 4614 | } |
| 4615 | |
| 4616 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_set |
| 4617 | filegroup { |
| 4618 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 4619 | srcs: [ |
| 4620 | "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc", |
| 4621 | ], |
| 4622 | } |
| 4623 | |
| 4624 | // GN: //third_party/abseil-cpp/absl/debugging:debugging_internal |
| 4625 | filegroup { |
| 4626 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 4627 | srcs: [ |
| 4628 | "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc", |
| 4629 | "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc", |
| 4630 | "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc", |
| 4631 | ], |
| 4632 | } |
| 4633 | |
| 4634 | // GN: //third_party/abseil-cpp/absl/debugging:demangle_internal |
| 4635 | filegroup { |
| 4636 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 4637 | srcs: [ |
| 4638 | "third_party/abseil-cpp/absl/debugging/internal/demangle.cc", |
| 4639 | ], |
| 4640 | } |
| 4641 | |
| 4642 | // GN: //third_party/abseil-cpp/absl/debugging:examine_stack |
| 4643 | filegroup { |
| 4644 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 4645 | srcs: [ |
| 4646 | "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc", |
| 4647 | ], |
| 4648 | } |
| 4649 | |
| 4650 | // GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler |
| 4651 | filegroup { |
| 4652 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 4653 | srcs: [ |
| 4654 | "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc", |
| 4655 | ], |
| 4656 | } |
| 4657 | |
| 4658 | // GN: //third_party/abseil-cpp/absl/debugging:stacktrace |
| 4659 | filegroup { |
| 4660 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 4661 | srcs: [ |
| 4662 | "third_party/abseil-cpp/absl/debugging/stacktrace.cc", |
| 4663 | ], |
| 4664 | } |
| 4665 | |
| 4666 | // GN: //third_party/abseil-cpp/absl/debugging:symbolize |
| 4667 | filegroup { |
| 4668 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 4669 | srcs: [ |
| 4670 | "third_party/abseil-cpp/absl/debugging/symbolize.cc", |
| 4671 | ], |
| 4672 | } |
| 4673 | |
| 4674 | // GN: //third_party/abseil-cpp/absl/functional:any_invocable |
| 4675 | filegroup { |
| 4676 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 4677 | } |
| 4678 | |
| 4679 | // GN: //third_party/abseil-cpp/absl/functional:bind_front |
| 4680 | filegroup { |
| 4681 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 4682 | } |
| 4683 | |
| 4684 | // GN: //third_party/abseil-cpp/absl/functional:function_ref |
| 4685 | filegroup { |
| 4686 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 4687 | } |
| 4688 | |
| 4689 | // GN: //third_party/abseil-cpp/absl/hash:city |
| 4690 | filegroup { |
| 4691 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 4692 | srcs: [ |
| 4693 | "third_party/abseil-cpp/absl/hash/internal/city.cc", |
| 4694 | ], |
| 4695 | } |
| 4696 | |
| 4697 | // GN: //third_party/abseil-cpp/absl/hash:hash |
| 4698 | filegroup { |
| 4699 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 4700 | srcs: [ |
| 4701 | "third_party/abseil-cpp/absl/hash/internal/hash.cc", |
| 4702 | ], |
| 4703 | } |
| 4704 | |
| 4705 | // GN: //third_party/abseil-cpp/absl/hash:low_level_hash |
| 4706 | filegroup { |
| 4707 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 4708 | srcs: [ |
| 4709 | "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc", |
| 4710 | ], |
| 4711 | } |
| 4712 | |
| 4713 | // GN: //third_party/abseil-cpp/absl/memory:memory |
| 4714 | filegroup { |
| 4715 | name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 4716 | } |
| 4717 | |
| 4718 | // GN: //third_party/abseil-cpp/absl/meta:type_traits |
| 4719 | filegroup { |
| 4720 | name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 4721 | } |
| 4722 | |
| 4723 | // GN: //third_party/abseil-cpp/absl/numeric:bits |
| 4724 | filegroup { |
| 4725 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 4726 | } |
| 4727 | |
| 4728 | // GN: //third_party/abseil-cpp/absl/numeric:int128 |
| 4729 | filegroup { |
| 4730 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 4731 | srcs: [ |
| 4732 | "third_party/abseil-cpp/absl/numeric/int128.cc", |
| 4733 | ], |
| 4734 | } |
| 4735 | |
| 4736 | // GN: //third_party/abseil-cpp/absl/numeric:representation |
| 4737 | filegroup { |
| 4738 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 4739 | } |
| 4740 | |
| 4741 | // GN: //third_party/abseil-cpp/absl/profiling:exponential_biased |
| 4742 | filegroup { |
| 4743 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 4744 | srcs: [ |
| 4745 | "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc", |
| 4746 | ], |
| 4747 | } |
| 4748 | |
| 4749 | // GN: //third_party/abseil-cpp/absl/profiling:sample_recorder |
| 4750 | filegroup { |
| 4751 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 4752 | } |
| 4753 | |
| 4754 | // GN: //third_party/abseil-cpp/absl/random:distributions |
| 4755 | filegroup { |
| 4756 | name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 4757 | srcs: [ |
| 4758 | "third_party/abseil-cpp/absl/random/discrete_distribution.cc", |
| 4759 | "third_party/abseil-cpp/absl/random/gaussian_distribution.cc", |
| 4760 | ], |
| 4761 | } |
| 4762 | |
| 4763 | // GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller |
| 4764 | filegroup { |
| 4765 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 4766 | } |
| 4767 | |
| 4768 | // GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits |
| 4769 | filegroup { |
| 4770 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 4771 | } |
| 4772 | |
| 4773 | // GN: //third_party/abseil-cpp/absl/random/internal:fastmath |
| 4774 | filegroup { |
| 4775 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 4776 | } |
| 4777 | |
| 4778 | // GN: //third_party/abseil-cpp/absl/random/internal:generate_real |
| 4779 | filegroup { |
| 4780 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 4781 | } |
| 4782 | |
| 4783 | // GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver |
| 4784 | filegroup { |
| 4785 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 4786 | } |
| 4787 | |
| 4788 | // GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base |
| 4789 | filegroup { |
| 4790 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 4791 | } |
| 4792 | |
| 4793 | // GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine |
| 4794 | filegroup { |
| 4795 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 4796 | } |
| 4797 | |
| 4798 | // GN: //third_party/abseil-cpp/absl/random/internal:platform |
| 4799 | filegroup { |
| 4800 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 4801 | srcs: [ |
| 4802 | "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc", |
| 4803 | ], |
| 4804 | } |
| 4805 | |
| 4806 | // GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg |
| 4807 | filegroup { |
| 4808 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 4809 | srcs: [ |
| 4810 | "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc", |
| 4811 | ], |
| 4812 | } |
| 4813 | |
| 4814 | // GN: //third_party/abseil-cpp/absl/random/internal:randen |
| 4815 | filegroup { |
| 4816 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 4817 | srcs: [ |
| 4818 | "third_party/abseil-cpp/absl/random/internal/randen.cc", |
| 4819 | ], |
| 4820 | } |
| 4821 | |
| 4822 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_engine |
| 4823 | filegroup { |
| 4824 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 4825 | } |
| 4826 | |
| 4827 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes |
| 4828 | filegroup { |
| 4829 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 4830 | srcs: [ |
| 4831 | "third_party/abseil-cpp/absl/random/internal/randen_detect.cc", |
| 4832 | ], |
| 4833 | } |
| 4834 | |
| 4835 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl |
| 4836 | filegroup { |
| 4837 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 4838 | srcs: [ |
| 4839 | "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc", |
| 4840 | ], |
| 4841 | } |
| 4842 | |
| 4843 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_slow |
| 4844 | filegroup { |
| 4845 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 4846 | srcs: [ |
| 4847 | "third_party/abseil-cpp/absl/random/internal/randen_slow.cc", |
| 4848 | ], |
| 4849 | } |
| 4850 | |
| 4851 | // GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq |
| 4852 | filegroup { |
| 4853 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 4854 | } |
| 4855 | |
| 4856 | // GN: //third_party/abseil-cpp/absl/random/internal:seed_material |
| 4857 | filegroup { |
| 4858 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 4859 | srcs: [ |
| 4860 | "third_party/abseil-cpp/absl/random/internal/seed_material.cc", |
| 4861 | ], |
| 4862 | } |
| 4863 | |
| 4864 | // GN: //third_party/abseil-cpp/absl/random/internal:traits |
| 4865 | filegroup { |
| 4866 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 4867 | } |
| 4868 | |
| 4869 | // GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper |
| 4870 | filegroup { |
| 4871 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 4872 | } |
| 4873 | |
| 4874 | // GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply |
| 4875 | filegroup { |
| 4876 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 4877 | } |
| 4878 | |
| 4879 | // GN: //third_party/abseil-cpp/absl/random:random |
| 4880 | filegroup { |
| 4881 | name: "cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 4882 | } |
| 4883 | |
| 4884 | // GN: //third_party/abseil-cpp/absl/random:seed_gen_exception |
| 4885 | filegroup { |
| 4886 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 4887 | srcs: [ |
| 4888 | "third_party/abseil-cpp/absl/random/seed_gen_exception.cc", |
| 4889 | ], |
| 4890 | } |
| 4891 | |
| 4892 | // GN: //third_party/abseil-cpp/absl/random:seed_sequences |
| 4893 | filegroup { |
| 4894 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 4895 | srcs: [ |
| 4896 | "third_party/abseil-cpp/absl/random/seed_sequences.cc", |
| 4897 | ], |
| 4898 | } |
| 4899 | |
| 4900 | // GN: //third_party/abseil-cpp/absl/status:status |
| 4901 | filegroup { |
| 4902 | name: "cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 4903 | srcs: [ |
| 4904 | "third_party/abseil-cpp/absl/status/status.cc", |
| 4905 | "third_party/abseil-cpp/absl/status/status_payload_printer.cc", |
| 4906 | ], |
| 4907 | } |
| 4908 | |
| 4909 | // GN: //third_party/abseil-cpp/absl/status:statusor |
| 4910 | filegroup { |
| 4911 | name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 4912 | srcs: [ |
| 4913 | "third_party/abseil-cpp/absl/status/statusor.cc", |
| 4914 | ], |
| 4915 | } |
| 4916 | |
| 4917 | // GN: //third_party/abseil-cpp/absl/strings:cord |
| 4918 | filegroup { |
| 4919 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 4920 | srcs: [ |
| 4921 | "third_party/abseil-cpp/absl/strings/cord.cc", |
| 4922 | "third_party/abseil-cpp/absl/strings/cord_analysis.cc", |
| 4923 | "third_party/abseil-cpp/absl/strings/cord_buffer.cc", |
| 4924 | ], |
| 4925 | } |
| 4926 | |
| 4927 | // GN: //third_party/abseil-cpp/absl/strings:cord_internal |
| 4928 | filegroup { |
| 4929 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 4930 | srcs: [ |
| 4931 | "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc", |
| 4932 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc", |
| 4933 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc", |
| 4934 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc", |
| 4935 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc", |
| 4936 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc", |
| 4937 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc", |
| 4938 | ], |
| 4939 | } |
| 4940 | |
| 4941 | // GN: //third_party/abseil-cpp/absl/strings:cordz_functions |
| 4942 | filegroup { |
| 4943 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 4944 | srcs: [ |
| 4945 | "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc", |
| 4946 | ], |
| 4947 | } |
| 4948 | |
| 4949 | // GN: //third_party/abseil-cpp/absl/strings:cordz_handle |
| 4950 | filegroup { |
| 4951 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 4952 | srcs: [ |
| 4953 | "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc", |
| 4954 | ], |
| 4955 | } |
| 4956 | |
| 4957 | // GN: //third_party/abseil-cpp/absl/strings:cordz_info |
| 4958 | filegroup { |
| 4959 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 4960 | srcs: [ |
| 4961 | "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc", |
| 4962 | ], |
| 4963 | } |
| 4964 | |
| 4965 | // GN: //third_party/abseil-cpp/absl/strings:cordz_statistics |
| 4966 | filegroup { |
| 4967 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 4968 | } |
| 4969 | |
| 4970 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope |
| 4971 | filegroup { |
| 4972 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 4973 | } |
| 4974 | |
| 4975 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker |
| 4976 | filegroup { |
| 4977 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 4978 | } |
| 4979 | |
| 4980 | // GN: //third_party/abseil-cpp/absl/strings:internal |
| 4981 | filegroup { |
| 4982 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 4983 | srcs: [ |
| 4984 | "third_party/abseil-cpp/absl/strings/internal/escaping.cc", |
| 4985 | "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc", |
| 4986 | "third_party/abseil-cpp/absl/strings/internal/utf8.cc", |
| 4987 | ], |
| 4988 | } |
| 4989 | |
| 4990 | // GN: //third_party/abseil-cpp/absl/strings:str_format |
| 4991 | filegroup { |
| 4992 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 4993 | } |
| 4994 | |
| 4995 | // GN: //third_party/abseil-cpp/absl/strings:str_format_internal |
| 4996 | filegroup { |
| 4997 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 4998 | srcs: [ |
| 4999 | "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc", |
| 5000 | "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc", |
| 5001 | "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc", |
| 5002 | "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc", |
| 5003 | "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc", |
| 5004 | "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc", |
| 5005 | ], |
| 5006 | } |
| 5007 | |
| 5008 | // GN: //third_party/abseil-cpp/absl/strings:strings |
| 5009 | filegroup { |
| 5010 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 5011 | srcs: [ |
| 5012 | "third_party/abseil-cpp/absl/strings/ascii.cc", |
| 5013 | "third_party/abseil-cpp/absl/strings/charconv.cc", |
| 5014 | "third_party/abseil-cpp/absl/strings/escaping.cc", |
| 5015 | "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc", |
| 5016 | "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc", |
| 5017 | "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc", |
| 5018 | "third_party/abseil-cpp/absl/strings/internal/memutil.cc", |
| 5019 | "third_party/abseil-cpp/absl/strings/match.cc", |
| 5020 | "third_party/abseil-cpp/absl/strings/numbers.cc", |
| 5021 | "third_party/abseil-cpp/absl/strings/str_cat.cc", |
| 5022 | "third_party/abseil-cpp/absl/strings/str_replace.cc", |
| 5023 | "third_party/abseil-cpp/absl/strings/str_split.cc", |
| 5024 | "third_party/abseil-cpp/absl/strings/string_view.cc", |
| 5025 | "third_party/abseil-cpp/absl/strings/substitute.cc", |
| 5026 | ], |
| 5027 | } |
| 5028 | |
| 5029 | // GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal |
| 5030 | filegroup { |
| 5031 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 5032 | srcs: [ |
| 5033 | "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc", |
| 5034 | ], |
| 5035 | } |
| 5036 | |
| 5037 | // GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal |
| 5038 | filegroup { |
| 5039 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 5040 | } |
| 5041 | |
| 5042 | // GN: //third_party/abseil-cpp/absl/synchronization:synchronization |
| 5043 | filegroup { |
| 5044 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 5045 | srcs: [ |
| 5046 | "third_party/abseil-cpp/absl/synchronization/barrier.cc", |
| 5047 | "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc", |
| 5048 | "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc", |
| 5049 | "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc", |
| 5050 | "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc", |
| 5051 | "third_party/abseil-cpp/absl/synchronization/mutex.cc", |
| 5052 | "third_party/abseil-cpp/absl/synchronization/notification.cc", |
| 5053 | ], |
| 5054 | } |
| 5055 | |
| 5056 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time |
| 5057 | filegroup { |
| 5058 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 5059 | srcs: [ |
| 5060 | "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc", |
| 5061 | ], |
| 5062 | } |
| 5063 | |
| 5064 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone |
| 5065 | filegroup { |
| 5066 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 5067 | srcs: [ |
| 5068 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc", |
| 5069 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc", |
| 5070 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc", |
| 5071 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc", |
| 5072 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc", |
| 5073 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc", |
| 5074 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc", |
| 5075 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc", |
| 5076 | "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc", |
| 5077 | ], |
| 5078 | } |
| 5079 | |
| 5080 | // GN: //third_party/abseil-cpp/absl/time:time |
| 5081 | filegroup { |
| 5082 | name: "cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 5083 | srcs: [ |
| 5084 | "third_party/abseil-cpp/absl/time/civil_time.cc", |
| 5085 | "third_party/abseil-cpp/absl/time/clock.cc", |
| 5086 | "third_party/abseil-cpp/absl/time/duration.cc", |
| 5087 | "third_party/abseil-cpp/absl/time/format.cc", |
| 5088 | "third_party/abseil-cpp/absl/time/time.cc", |
| 5089 | ], |
| 5090 | } |
| 5091 | |
| 5092 | // GN: //third_party/abseil-cpp/absl/types:bad_optional_access |
| 5093 | filegroup { |
| 5094 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 5095 | srcs: [ |
| 5096 | "third_party/abseil-cpp/absl/types/bad_optional_access.cc", |
| 5097 | ], |
| 5098 | } |
| 5099 | |
| 5100 | // GN: //third_party/abseil-cpp/absl/types:bad_variant_access |
| 5101 | filegroup { |
| 5102 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 5103 | srcs: [ |
| 5104 | "third_party/abseil-cpp/absl/types/bad_variant_access.cc", |
| 5105 | ], |
| 5106 | } |
| 5107 | |
| 5108 | // GN: //third_party/abseil-cpp/absl/types:compare |
| 5109 | filegroup { |
| 5110 | name: "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 5111 | } |
| 5112 | |
| 5113 | // GN: //third_party/abseil-cpp/absl/types:optional |
| 5114 | filegroup { |
| 5115 | name: "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 5116 | } |
| 5117 | |
| 5118 | // GN: //third_party/abseil-cpp/absl/types:span |
| 5119 | filegroup { |
| 5120 | name: "cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 5121 | } |
| 5122 | |
| 5123 | // GN: //third_party/abseil-cpp/absl/types:variant |
| 5124 | filegroup { |
| 5125 | name: "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 5126 | } |
| 5127 | |
| 5128 | // GN: //third_party/abseil-cpp/absl/utility:utility |
| 5129 | filegroup { |
| 5130 | name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 5131 | } |
| 5132 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5133 | // GN: //third_party/android_ndk:cpu_features |
| 5134 | filegroup { |
| 5135 | name: "cronet_aml_third_party_android_ndk_cpu_features", |
| 5136 | srcs: [ |
| 5137 | "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c", |
| 5138 | ], |
| 5139 | } |
| 5140 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5141 | // GN: //third_party/ashmem:ashmem |
| 5142 | filegroup { |
| 5143 | name: "cronet_aml_third_party_ashmem_ashmem", |
| 5144 | srcs: [ |
| 5145 | "third_party/ashmem/ashmem-dev.c", |
| 5146 | ], |
| 5147 | } |
| 5148 | |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5149 | // GN: //third_party/boringssl:boringssl |
| 5150 | cc_library_static { |
| 5151 | name: "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 5152 | host_supported: true, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5153 | defaults: [ |
| 5154 | "cronet_aml_defaults", |
| 5155 | ], |
| 5156 | cflags: [ |
| 5157 | "-DANDROID", |
| 5158 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5159 | "-DBORINGSSL_ALLOW_CXX_RUNTIME", |
| 5160 | "-DBORINGSSL_IMPLEMENTATION", |
| 5161 | "-DBORINGSSL_NO_STATIC_INITIALIZER", |
| 5162 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5163 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5164 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5165 | "-DDCHECK_ALWAYS_ON=1", |
| 5166 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5167 | "-DHAVE_SYS_UIO_H", |
| 5168 | "-DOPENSSL_SMALL", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5169 | "-DUSE_AURA=1", |
| 5170 | "-DUSE_OZONE=1", |
| 5171 | "-DUSE_UDEV", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5172 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5173 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5174 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5175 | "-D_LARGEFILE64_SOURCE", |
| 5176 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5177 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5178 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5179 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5180 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5181 | "-D__STDC_CONSTANT_MACROS", |
| 5182 | "-D__STDC_FORMAT_MACROS", |
| 5183 | ], |
| 5184 | local_include_dirs: [ |
| 5185 | "./", |
| 5186 | "buildtools/third_party/libc++/", |
| 5187 | "buildtools/third_party/libc++/trunk/include", |
| 5188 | "buildtools/third_party/libc++abi/trunk/include", |
| 5189 | "third_party/boringssl/src/include/", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 5190 | "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] | 5191 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 5192 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5193 | ], |
| 5194 | cpp_std: "c++20", |
Motomu Utsumi | 465a96f | 2022-11-14 16:03:54 +0900 | [diff] [blame] | 5195 | arch: { |
| 5196 | x86: { |
| 5197 | srcs: [ |
| 5198 | ":cronet_aml_third_party_boringssl_boringssl_asm_x86", |
| 5199 | ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 5200 | "third_party/boringssl/err_data.c", |
| 5201 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 5202 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 5203 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 5204 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 5205 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 5206 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 5207 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 5208 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 5209 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 5210 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 5211 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 5212 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 5213 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 5214 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 5215 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 5216 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 5217 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 5218 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 5219 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 5220 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 5221 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 5222 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 5223 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 5224 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 5225 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 5226 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 5227 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 5228 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 5229 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 5230 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 5231 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 5232 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 5233 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 5234 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 5235 | "third_party/boringssl/src/crypto/bio/file.c", |
| 5236 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 5237 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 5238 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 5239 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 5240 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 5241 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 5242 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 5243 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 5244 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 5245 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 5246 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 5247 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 5248 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 5249 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 5250 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 5251 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 5252 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 5253 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 5254 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 5255 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 5256 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 5257 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 5258 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 5259 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 5260 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 5261 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 5262 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 5263 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 5264 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 5265 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 5266 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 5267 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 5268 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 5269 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 5270 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 5271 | "third_party/boringssl/src/crypto/crypto.c", |
| 5272 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 5273 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 5274 | "third_party/boringssl/src/crypto/des/des.c", |
| 5275 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 5276 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 5277 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 5278 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 5279 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 5280 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 5281 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 5282 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 5283 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 5284 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 5285 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 5286 | "third_party/boringssl/src/crypto/err/err.c", |
| 5287 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 5288 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 5289 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 5290 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 5291 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 5292 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 5293 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 5294 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 5295 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 5296 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 5297 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 5298 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 5299 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 5300 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 5301 | "third_party/boringssl/src/crypto/evp/print.c", |
| 5302 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 5303 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 5304 | "third_party/boringssl/src/crypto/ex_data.c", |
| 5305 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 5306 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 5307 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 5308 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 5309 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 5310 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 5311 | "third_party/boringssl/src/crypto/mem.c", |
| 5312 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 5313 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 5314 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 5315 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 5316 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 5317 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 5318 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 5319 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 5320 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 5321 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 5322 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 5323 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 5324 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 5325 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 5326 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 5327 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 5328 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 5329 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 5330 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 5331 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 5332 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 5333 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 5334 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 5335 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 5336 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 5337 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 5338 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 5339 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 5340 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 5341 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 5342 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 5343 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 5344 | "third_party/boringssl/src/crypto/thread.c", |
| 5345 | "third_party/boringssl/src/crypto/thread_none.c", |
| 5346 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 5347 | "third_party/boringssl/src/crypto/thread_win.c", |
| 5348 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 5349 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 5350 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 5351 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 5352 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 5353 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 5354 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 5355 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 5356 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 5357 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 5358 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 5359 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 5360 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 5361 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 5362 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 5363 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 5364 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 5365 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 5366 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 5367 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 5368 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 5369 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 5370 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 5371 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 5372 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 5373 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 5374 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 5375 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 5376 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 5377 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 5378 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 5379 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 5380 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 5381 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 5382 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 5383 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 5384 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 5385 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 5386 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 5387 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 5388 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 5389 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 5390 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 5391 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 5392 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 5393 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 5394 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 5395 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 5396 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 5397 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 5398 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 5399 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 5400 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 5401 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 5402 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 5403 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 5404 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 5405 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 5406 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 5407 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 5408 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 5409 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 5410 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 5411 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 5412 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 5413 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 5414 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 5415 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 5416 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 5417 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 5418 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 5419 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 5420 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 5421 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 5422 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 5423 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 5424 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 5425 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 5426 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 5427 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 5428 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 5429 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 5430 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 5431 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 5432 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 5433 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 5434 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 5435 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 5436 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 5437 | "third_party/boringssl/src/ssl/extensions.cc", |
| 5438 | "third_party/boringssl/src/ssl/handoff.cc", |
| 5439 | "third_party/boringssl/src/ssl/handshake.cc", |
| 5440 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 5441 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 5442 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 5443 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 5444 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 5445 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 5446 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 5447 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 5448 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 5449 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 5450 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 5451 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 5452 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 5453 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 5454 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 5455 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 5456 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 5457 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 5458 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 5459 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 5460 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 5461 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 5462 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 5463 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 5464 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 5465 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 5466 | ], |
| 5467 | }, |
| 5468 | x86_64: { |
| 5469 | srcs: [ |
| 5470 | ":cronet_aml_third_party_boringssl_boringssl_asm", |
| 5471 | ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 5472 | "third_party/boringssl/err_data.c", |
| 5473 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 5474 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 5475 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 5476 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 5477 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 5478 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 5479 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 5480 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 5481 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 5482 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 5483 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 5484 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 5485 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 5486 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 5487 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 5488 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 5489 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 5490 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 5491 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 5492 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 5493 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 5494 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 5495 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 5496 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 5497 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 5498 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 5499 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 5500 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 5501 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 5502 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 5503 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 5504 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 5505 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 5506 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 5507 | "third_party/boringssl/src/crypto/bio/file.c", |
| 5508 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 5509 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 5510 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 5511 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 5512 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 5513 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 5514 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 5515 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 5516 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 5517 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 5518 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 5519 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 5520 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 5521 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 5522 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 5523 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 5524 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 5525 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 5526 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 5527 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 5528 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 5529 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 5530 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 5531 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 5532 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 5533 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 5534 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 5535 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 5536 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 5537 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 5538 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 5539 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 5540 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 5541 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 5542 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 5543 | "third_party/boringssl/src/crypto/crypto.c", |
| 5544 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 5545 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 5546 | "third_party/boringssl/src/crypto/des/des.c", |
| 5547 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 5548 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 5549 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 5550 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 5551 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 5552 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 5553 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 5554 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 5555 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 5556 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 5557 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 5558 | "third_party/boringssl/src/crypto/err/err.c", |
| 5559 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 5560 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 5561 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 5562 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 5563 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 5564 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 5565 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 5566 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 5567 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 5568 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 5569 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 5570 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 5571 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 5572 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 5573 | "third_party/boringssl/src/crypto/evp/print.c", |
| 5574 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 5575 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 5576 | "third_party/boringssl/src/crypto/ex_data.c", |
| 5577 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 5578 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 5579 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 5580 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 5581 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 5582 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 5583 | "third_party/boringssl/src/crypto/mem.c", |
| 5584 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 5585 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 5586 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 5587 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 5588 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 5589 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 5590 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 5591 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 5592 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 5593 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 5594 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 5595 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 5596 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 5597 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 5598 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 5599 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 5600 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 5601 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 5602 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 5603 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 5604 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 5605 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 5606 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 5607 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 5608 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 5609 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 5610 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 5611 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 5612 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 5613 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 5614 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 5615 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 5616 | "third_party/boringssl/src/crypto/thread.c", |
| 5617 | "third_party/boringssl/src/crypto/thread_none.c", |
| 5618 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 5619 | "third_party/boringssl/src/crypto/thread_win.c", |
| 5620 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 5621 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 5622 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 5623 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 5624 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 5625 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 5626 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 5627 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 5628 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 5629 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 5630 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 5631 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 5632 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 5633 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 5634 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 5635 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 5636 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 5637 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 5638 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 5639 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 5640 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 5641 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 5642 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 5643 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 5644 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 5645 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 5646 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 5647 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 5648 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 5649 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 5650 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 5651 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 5652 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 5653 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 5654 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 5655 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 5656 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 5657 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 5658 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 5659 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 5660 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 5661 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 5662 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 5663 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 5664 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 5665 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 5666 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 5667 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 5668 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 5669 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 5670 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 5671 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 5672 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 5673 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 5674 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 5675 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 5676 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 5677 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 5678 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 5679 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 5680 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 5681 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 5682 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 5683 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 5684 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 5685 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 5686 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 5687 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 5688 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 5689 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 5690 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 5691 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 5692 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 5693 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 5694 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 5695 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 5696 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 5697 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 5698 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 5699 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 5700 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 5701 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 5702 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 5703 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 5704 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 5705 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 5706 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 5707 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 5708 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 5709 | "third_party/boringssl/src/ssl/extensions.cc", |
| 5710 | "third_party/boringssl/src/ssl/handoff.cc", |
| 5711 | "third_party/boringssl/src/ssl/handshake.cc", |
| 5712 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 5713 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 5714 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 5715 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 5716 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 5717 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 5718 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 5719 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 5720 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 5721 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 5722 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 5723 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 5724 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 5725 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 5726 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 5727 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 5728 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 5729 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 5730 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 5731 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 5732 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 5733 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 5734 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 5735 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 5736 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 5737 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 5738 | ], |
| 5739 | }, |
| 5740 | }, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5741 | } |
| 5742 | |
| 5743 | // GN: //third_party/boringssl:boringssl_asm |
| 5744 | filegroup { |
| 5745 | name: "cronet_aml_third_party_boringssl_boringssl_asm", |
| 5746 | srcs: [ |
| 5747 | "third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 5748 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", |
| 5749 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", |
| 5750 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", |
| 5751 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 5752 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", |
| 5753 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", |
| 5754 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 5755 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", |
| 5756 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", |
| 5757 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", |
| 5758 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", |
| 5759 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 5760 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 5761 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 5762 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 5763 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont.S", |
| 5764 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", |
| 5765 | "third_party/boringssl/linux-x86_64/crypto/test/trampoline-x86_64.S", |
| 5766 | "third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S", |
| 5767 | ], |
| 5768 | } |
| 5769 | |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 5770 | // GN: //third_party/boringssl:boringssl_asm(//build/toolchain/android:android_clang_x86) |
Motomu Utsumi | 3fde148 | 2022-11-14 15:55:21 +0900 | [diff] [blame] | 5771 | filegroup { |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 5772 | 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] | 5773 | srcs: [ |
Patrick Rohr | 7705bdb | 2022-11-15 13:26:30 -0800 | [diff] [blame] | 5774 | "third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 5775 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", |
| 5776 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", |
| 5777 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", |
| 5778 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 5779 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", |
| 5780 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", |
| 5781 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 5782 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", |
| 5783 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", |
| 5784 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", |
| 5785 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", |
| 5786 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 5787 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 5788 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 5789 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 5790 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont.S", |
| 5791 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", |
| 5792 | "third_party/boringssl/linux-x86_64/crypto/test/trampoline-x86_64.S", |
| 5793 | "third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S", |
Motomu Utsumi | 3fde148 | 2022-11-14 15:55:21 +0900 | [diff] [blame] | 5794 | ], |
| 5795 | } |
| 5796 | |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5797 | // GN: //third_party/boringssl/src/third_party/fiat:fiat_license |
| 5798 | filegroup { |
| 5799 | name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 5800 | } |
| 5801 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5802 | // GN: //third_party/brotli:common |
| 5803 | cc_library_static { |
| 5804 | name: "cronet_aml_third_party_brotli_common", |
| 5805 | srcs: [ |
| 5806 | ":cronet_aml_third_party_brotli_headers", |
| 5807 | "third_party/brotli/common/constants.c", |
| 5808 | "third_party/brotli/common/context.c", |
| 5809 | "third_party/brotli/common/dictionary.c", |
| 5810 | "third_party/brotli/common/platform.c", |
| 5811 | "third_party/brotli/common/shared_dictionary.c", |
| 5812 | "third_party/brotli/common/transform.c", |
| 5813 | ], |
| 5814 | defaults: [ |
| 5815 | "cronet_aml_defaults", |
| 5816 | ], |
| 5817 | cflags: [ |
| 5818 | "-DANDROID", |
| 5819 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5820 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5821 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5822 | "-DDCHECK_ALWAYS_ON=1", |
| 5823 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5824 | "-DHAVE_SYS_UIO_H", |
| 5825 | "-D_DEBUG", |
| 5826 | "-D_GNU_SOURCE", |
| 5827 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5828 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5829 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5830 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5831 | "-D__STDC_CONSTANT_MACROS", |
| 5832 | "-D__STDC_FORMAT_MACROS", |
| 5833 | ], |
| 5834 | local_include_dirs: [ |
| 5835 | "./", |
| 5836 | "buildtools/third_party/libc++/", |
| 5837 | "buildtools/third_party/libc++/trunk/include", |
| 5838 | "buildtools/third_party/libc++abi/trunk/include", |
| 5839 | "third_party/brotli/include/", |
| 5840 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 5841 | ], |
| 5842 | cpp_std: "c++20", |
| 5843 | } |
| 5844 | |
| 5845 | // GN: //third_party/brotli:dec |
| 5846 | cc_library_static { |
| 5847 | name: "cronet_aml_third_party_brotli_dec", |
| 5848 | srcs: [ |
| 5849 | ":cronet_aml_third_party_brotli_headers", |
| 5850 | "third_party/brotli/dec/bit_reader.c", |
| 5851 | "third_party/brotli/dec/decode.c", |
| 5852 | "third_party/brotli/dec/huffman.c", |
| 5853 | "third_party/brotli/dec/state.c", |
| 5854 | ], |
| 5855 | static_libs: [ |
| 5856 | "cronet_aml_third_party_brotli_common", |
| 5857 | ], |
| 5858 | defaults: [ |
| 5859 | "cronet_aml_defaults", |
| 5860 | ], |
| 5861 | cflags: [ |
| 5862 | "-DANDROID", |
| 5863 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5864 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5865 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5866 | "-DDCHECK_ALWAYS_ON=1", |
| 5867 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5868 | "-DHAVE_SYS_UIO_H", |
| 5869 | "-D_DEBUG", |
| 5870 | "-D_GNU_SOURCE", |
| 5871 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5872 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5873 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5874 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5875 | "-D__STDC_CONSTANT_MACROS", |
| 5876 | "-D__STDC_FORMAT_MACROS", |
| 5877 | ], |
| 5878 | local_include_dirs: [ |
| 5879 | "./", |
| 5880 | "buildtools/third_party/libc++/", |
| 5881 | "buildtools/third_party/libc++/trunk/include", |
| 5882 | "buildtools/third_party/libc++abi/trunk/include", |
| 5883 | "third_party/brotli/include/", |
| 5884 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 5885 | ], |
| 5886 | cpp_std: "c++20", |
| 5887 | } |
| 5888 | |
| 5889 | // GN: //third_party/brotli:headers |
| 5890 | filegroup { |
| 5891 | name: "cronet_aml_third_party_brotli_headers", |
| 5892 | } |
| 5893 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5894 | // GN: //third_party/icu:icui18n |
| 5895 | cc_library_static { |
| 5896 | name: "cronet_aml_third_party_icu_icui18n", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 5897 | srcs: [ |
| 5898 | "third_party/icu/source/i18n/alphaindex.cpp", |
| 5899 | "third_party/icu/source/i18n/anytrans.cpp", |
| 5900 | "third_party/icu/source/i18n/astro.cpp", |
| 5901 | "third_party/icu/source/i18n/basictz.cpp", |
| 5902 | "third_party/icu/source/i18n/bocsu.cpp", |
| 5903 | "third_party/icu/source/i18n/brktrans.cpp", |
| 5904 | "third_party/icu/source/i18n/buddhcal.cpp", |
| 5905 | "third_party/icu/source/i18n/calendar.cpp", |
| 5906 | "third_party/icu/source/i18n/casetrn.cpp", |
| 5907 | "third_party/icu/source/i18n/cecal.cpp", |
| 5908 | "third_party/icu/source/i18n/chnsecal.cpp", |
| 5909 | "third_party/icu/source/i18n/choicfmt.cpp", |
| 5910 | "third_party/icu/source/i18n/coleitr.cpp", |
| 5911 | "third_party/icu/source/i18n/coll.cpp", |
| 5912 | "third_party/icu/source/i18n/collation.cpp", |
| 5913 | "third_party/icu/source/i18n/collationbuilder.cpp", |
| 5914 | "third_party/icu/source/i18n/collationcompare.cpp", |
| 5915 | "third_party/icu/source/i18n/collationdata.cpp", |
| 5916 | "third_party/icu/source/i18n/collationdatabuilder.cpp", |
| 5917 | "third_party/icu/source/i18n/collationdatareader.cpp", |
| 5918 | "third_party/icu/source/i18n/collationdatawriter.cpp", |
| 5919 | "third_party/icu/source/i18n/collationfastlatin.cpp", |
| 5920 | "third_party/icu/source/i18n/collationfastlatinbuilder.cpp", |
| 5921 | "third_party/icu/source/i18n/collationfcd.cpp", |
| 5922 | "third_party/icu/source/i18n/collationiterator.cpp", |
| 5923 | "third_party/icu/source/i18n/collationkeys.cpp", |
| 5924 | "third_party/icu/source/i18n/collationroot.cpp", |
| 5925 | "third_party/icu/source/i18n/collationrootelements.cpp", |
| 5926 | "third_party/icu/source/i18n/collationruleparser.cpp", |
| 5927 | "third_party/icu/source/i18n/collationsets.cpp", |
| 5928 | "third_party/icu/source/i18n/collationsettings.cpp", |
| 5929 | "third_party/icu/source/i18n/collationtailoring.cpp", |
| 5930 | "third_party/icu/source/i18n/collationweights.cpp", |
| 5931 | "third_party/icu/source/i18n/compactdecimalformat.cpp", |
| 5932 | "third_party/icu/source/i18n/coptccal.cpp", |
| 5933 | "third_party/icu/source/i18n/cpdtrans.cpp", |
| 5934 | "third_party/icu/source/i18n/csdetect.cpp", |
| 5935 | "third_party/icu/source/i18n/csmatch.cpp", |
| 5936 | "third_party/icu/source/i18n/csr2022.cpp", |
| 5937 | "third_party/icu/source/i18n/csrecog.cpp", |
| 5938 | "third_party/icu/source/i18n/csrmbcs.cpp", |
| 5939 | "third_party/icu/source/i18n/csrsbcs.cpp", |
| 5940 | "third_party/icu/source/i18n/csrucode.cpp", |
| 5941 | "third_party/icu/source/i18n/csrutf8.cpp", |
| 5942 | "third_party/icu/source/i18n/curramt.cpp", |
| 5943 | "third_party/icu/source/i18n/currfmt.cpp", |
| 5944 | "third_party/icu/source/i18n/currpinf.cpp", |
| 5945 | "third_party/icu/source/i18n/currunit.cpp", |
| 5946 | "third_party/icu/source/i18n/dangical.cpp", |
| 5947 | "third_party/icu/source/i18n/datefmt.cpp", |
| 5948 | "third_party/icu/source/i18n/dayperiodrules.cpp", |
| 5949 | "third_party/icu/source/i18n/dcfmtsym.cpp", |
| 5950 | "third_party/icu/source/i18n/decContext.cpp", |
| 5951 | "third_party/icu/source/i18n/decNumber.cpp", |
| 5952 | "third_party/icu/source/i18n/decimfmt.cpp", |
| 5953 | "third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp", |
| 5954 | "third_party/icu/source/i18n/double-conversion-bignum.cpp", |
| 5955 | "third_party/icu/source/i18n/double-conversion-cached-powers.cpp", |
| 5956 | "third_party/icu/source/i18n/double-conversion-double-to-string.cpp", |
| 5957 | "third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp", |
| 5958 | "third_party/icu/source/i18n/double-conversion-string-to-double.cpp", |
| 5959 | "third_party/icu/source/i18n/double-conversion-strtod.cpp", |
| 5960 | "third_party/icu/source/i18n/dtfmtsym.cpp", |
| 5961 | "third_party/icu/source/i18n/dtitvfmt.cpp", |
| 5962 | "third_party/icu/source/i18n/dtitvinf.cpp", |
| 5963 | "third_party/icu/source/i18n/dtptngen.cpp", |
| 5964 | "third_party/icu/source/i18n/dtrule.cpp", |
| 5965 | "third_party/icu/source/i18n/erarules.cpp", |
| 5966 | "third_party/icu/source/i18n/esctrn.cpp", |
| 5967 | "third_party/icu/source/i18n/ethpccal.cpp", |
| 5968 | "third_party/icu/source/i18n/fmtable.cpp", |
| 5969 | "third_party/icu/source/i18n/fmtable_cnv.cpp", |
| 5970 | "third_party/icu/source/i18n/format.cpp", |
| 5971 | "third_party/icu/source/i18n/formatted_string_builder.cpp", |
| 5972 | "third_party/icu/source/i18n/formattedval_iterimpl.cpp", |
| 5973 | "third_party/icu/source/i18n/formattedval_sbimpl.cpp", |
| 5974 | "third_party/icu/source/i18n/formattedvalue.cpp", |
| 5975 | "third_party/icu/source/i18n/fphdlimp.cpp", |
| 5976 | "third_party/icu/source/i18n/fpositer.cpp", |
| 5977 | "third_party/icu/source/i18n/funcrepl.cpp", |
| 5978 | "third_party/icu/source/i18n/gender.cpp", |
| 5979 | "third_party/icu/source/i18n/gregocal.cpp", |
| 5980 | "third_party/icu/source/i18n/gregoimp.cpp", |
| 5981 | "third_party/icu/source/i18n/hebrwcal.cpp", |
| 5982 | "third_party/icu/source/i18n/indiancal.cpp", |
| 5983 | "third_party/icu/source/i18n/inputext.cpp", |
| 5984 | "third_party/icu/source/i18n/islamcal.cpp", |
| 5985 | "third_party/icu/source/i18n/japancal.cpp", |
| 5986 | "third_party/icu/source/i18n/listformatter.cpp", |
| 5987 | "third_party/icu/source/i18n/measfmt.cpp", |
| 5988 | "third_party/icu/source/i18n/measunit.cpp", |
| 5989 | "third_party/icu/source/i18n/measunit_extra.cpp", |
| 5990 | "third_party/icu/source/i18n/measure.cpp", |
| 5991 | "third_party/icu/source/i18n/msgfmt.cpp", |
| 5992 | "third_party/icu/source/i18n/name2uni.cpp", |
| 5993 | "third_party/icu/source/i18n/nfrs.cpp", |
| 5994 | "third_party/icu/source/i18n/nfrule.cpp", |
| 5995 | "third_party/icu/source/i18n/nfsubs.cpp", |
| 5996 | "third_party/icu/source/i18n/nortrans.cpp", |
| 5997 | "third_party/icu/source/i18n/nultrans.cpp", |
| 5998 | "third_party/icu/source/i18n/number_affixutils.cpp", |
| 5999 | "third_party/icu/source/i18n/number_asformat.cpp", |
| 6000 | "third_party/icu/source/i18n/number_capi.cpp", |
| 6001 | "third_party/icu/source/i18n/number_compact.cpp", |
| 6002 | "third_party/icu/source/i18n/number_currencysymbols.cpp", |
| 6003 | "third_party/icu/source/i18n/number_decimalquantity.cpp", |
| 6004 | "third_party/icu/source/i18n/number_decimfmtprops.cpp", |
| 6005 | "third_party/icu/source/i18n/number_fluent.cpp", |
| 6006 | "third_party/icu/source/i18n/number_formatimpl.cpp", |
| 6007 | "third_party/icu/source/i18n/number_grouping.cpp", |
| 6008 | "third_party/icu/source/i18n/number_integerwidth.cpp", |
| 6009 | "third_party/icu/source/i18n/number_longnames.cpp", |
| 6010 | "third_party/icu/source/i18n/number_mapper.cpp", |
| 6011 | "third_party/icu/source/i18n/number_modifiers.cpp", |
| 6012 | "third_party/icu/source/i18n/number_multiplier.cpp", |
| 6013 | "third_party/icu/source/i18n/number_notation.cpp", |
| 6014 | "third_party/icu/source/i18n/number_output.cpp", |
| 6015 | "third_party/icu/source/i18n/number_padding.cpp", |
| 6016 | "third_party/icu/source/i18n/number_patternmodifier.cpp", |
| 6017 | "third_party/icu/source/i18n/number_patternstring.cpp", |
| 6018 | "third_party/icu/source/i18n/number_rounding.cpp", |
| 6019 | "third_party/icu/source/i18n/number_scientific.cpp", |
| 6020 | "third_party/icu/source/i18n/number_skeletons.cpp", |
| 6021 | "third_party/icu/source/i18n/number_symbolswrapper.cpp", |
| 6022 | "third_party/icu/source/i18n/number_usageprefs.cpp", |
| 6023 | "third_party/icu/source/i18n/number_utils.cpp", |
| 6024 | "third_party/icu/source/i18n/numfmt.cpp", |
| 6025 | "third_party/icu/source/i18n/numparse_affixes.cpp", |
| 6026 | "third_party/icu/source/i18n/numparse_compositions.cpp", |
| 6027 | "third_party/icu/source/i18n/numparse_currency.cpp", |
| 6028 | "third_party/icu/source/i18n/numparse_decimal.cpp", |
| 6029 | "third_party/icu/source/i18n/numparse_impl.cpp", |
| 6030 | "third_party/icu/source/i18n/numparse_parsednumber.cpp", |
| 6031 | "third_party/icu/source/i18n/numparse_scientific.cpp", |
| 6032 | "third_party/icu/source/i18n/numparse_symbols.cpp", |
| 6033 | "third_party/icu/source/i18n/numparse_validators.cpp", |
| 6034 | "third_party/icu/source/i18n/numrange_capi.cpp", |
| 6035 | "third_party/icu/source/i18n/numrange_fluent.cpp", |
| 6036 | "third_party/icu/source/i18n/numrange_impl.cpp", |
| 6037 | "third_party/icu/source/i18n/numsys.cpp", |
| 6038 | "third_party/icu/source/i18n/olsontz.cpp", |
| 6039 | "third_party/icu/source/i18n/persncal.cpp", |
| 6040 | "third_party/icu/source/i18n/pluralranges.cpp", |
| 6041 | "third_party/icu/source/i18n/plurfmt.cpp", |
| 6042 | "third_party/icu/source/i18n/plurrule.cpp", |
| 6043 | "third_party/icu/source/i18n/quant.cpp", |
| 6044 | "third_party/icu/source/i18n/quantityformatter.cpp", |
| 6045 | "third_party/icu/source/i18n/rbnf.cpp", |
| 6046 | "third_party/icu/source/i18n/rbt.cpp", |
| 6047 | "third_party/icu/source/i18n/rbt_data.cpp", |
| 6048 | "third_party/icu/source/i18n/rbt_pars.cpp", |
| 6049 | "third_party/icu/source/i18n/rbt_rule.cpp", |
| 6050 | "third_party/icu/source/i18n/rbt_set.cpp", |
| 6051 | "third_party/icu/source/i18n/rbtz.cpp", |
| 6052 | "third_party/icu/source/i18n/regexcmp.cpp", |
| 6053 | "third_party/icu/source/i18n/regeximp.cpp", |
| 6054 | "third_party/icu/source/i18n/regexst.cpp", |
| 6055 | "third_party/icu/source/i18n/regextxt.cpp", |
| 6056 | "third_party/icu/source/i18n/region.cpp", |
| 6057 | "third_party/icu/source/i18n/reldatefmt.cpp", |
| 6058 | "third_party/icu/source/i18n/reldtfmt.cpp", |
| 6059 | "third_party/icu/source/i18n/rematch.cpp", |
| 6060 | "third_party/icu/source/i18n/remtrans.cpp", |
| 6061 | "third_party/icu/source/i18n/repattrn.cpp", |
| 6062 | "third_party/icu/source/i18n/rulebasedcollator.cpp", |
| 6063 | "third_party/icu/source/i18n/scientificnumberformatter.cpp", |
| 6064 | "third_party/icu/source/i18n/scriptset.cpp", |
| 6065 | "third_party/icu/source/i18n/search.cpp", |
| 6066 | "third_party/icu/source/i18n/selfmt.cpp", |
| 6067 | "third_party/icu/source/i18n/sharedbreakiterator.cpp", |
| 6068 | "third_party/icu/source/i18n/simpletz.cpp", |
| 6069 | "third_party/icu/source/i18n/smpdtfmt.cpp", |
| 6070 | "third_party/icu/source/i18n/smpdtfst.cpp", |
| 6071 | "third_party/icu/source/i18n/sortkey.cpp", |
| 6072 | "third_party/icu/source/i18n/standardplural.cpp", |
| 6073 | "third_party/icu/source/i18n/string_segment.cpp", |
| 6074 | "third_party/icu/source/i18n/strmatch.cpp", |
| 6075 | "third_party/icu/source/i18n/strrepl.cpp", |
| 6076 | "third_party/icu/source/i18n/stsearch.cpp", |
| 6077 | "third_party/icu/source/i18n/taiwncal.cpp", |
| 6078 | "third_party/icu/source/i18n/timezone.cpp", |
| 6079 | "third_party/icu/source/i18n/titletrn.cpp", |
| 6080 | "third_party/icu/source/i18n/tmunit.cpp", |
| 6081 | "third_party/icu/source/i18n/tmutamt.cpp", |
| 6082 | "third_party/icu/source/i18n/tmutfmt.cpp", |
| 6083 | "third_party/icu/source/i18n/tolowtrn.cpp", |
| 6084 | "third_party/icu/source/i18n/toupptrn.cpp", |
| 6085 | "third_party/icu/source/i18n/translit.cpp", |
| 6086 | "third_party/icu/source/i18n/transreg.cpp", |
| 6087 | "third_party/icu/source/i18n/tridpars.cpp", |
| 6088 | "third_party/icu/source/i18n/tzfmt.cpp", |
| 6089 | "third_party/icu/source/i18n/tzgnames.cpp", |
| 6090 | "third_party/icu/source/i18n/tznames.cpp", |
| 6091 | "third_party/icu/source/i18n/tznames_impl.cpp", |
| 6092 | "third_party/icu/source/i18n/tzrule.cpp", |
| 6093 | "third_party/icu/source/i18n/tztrans.cpp", |
| 6094 | "third_party/icu/source/i18n/ucal.cpp", |
| 6095 | "third_party/icu/source/i18n/ucln_in.cpp", |
| 6096 | "third_party/icu/source/i18n/ucol.cpp", |
| 6097 | "third_party/icu/source/i18n/ucol_res.cpp", |
| 6098 | "third_party/icu/source/i18n/ucol_sit.cpp", |
| 6099 | "third_party/icu/source/i18n/ucoleitr.cpp", |
| 6100 | "third_party/icu/source/i18n/ucsdet.cpp", |
| 6101 | "third_party/icu/source/i18n/udat.cpp", |
| 6102 | "third_party/icu/source/i18n/udateintervalformat.cpp", |
| 6103 | "third_party/icu/source/i18n/udatpg.cpp", |
| 6104 | "third_party/icu/source/i18n/ufieldpositer.cpp", |
| 6105 | "third_party/icu/source/i18n/uitercollationiterator.cpp", |
| 6106 | "third_party/icu/source/i18n/ulistformatter.cpp", |
| 6107 | "third_party/icu/source/i18n/ulocdata.cpp", |
| 6108 | "third_party/icu/source/i18n/umsg.cpp", |
| 6109 | "third_party/icu/source/i18n/unesctrn.cpp", |
| 6110 | "third_party/icu/source/i18n/uni2name.cpp", |
| 6111 | "third_party/icu/source/i18n/units_complexconverter.cpp", |
| 6112 | "third_party/icu/source/i18n/units_converter.cpp", |
| 6113 | "third_party/icu/source/i18n/units_data.cpp", |
| 6114 | "third_party/icu/source/i18n/units_router.cpp", |
| 6115 | "third_party/icu/source/i18n/unum.cpp", |
| 6116 | "third_party/icu/source/i18n/unumsys.cpp", |
| 6117 | "third_party/icu/source/i18n/upluralrules.cpp", |
| 6118 | "third_party/icu/source/i18n/uregex.cpp", |
| 6119 | "third_party/icu/source/i18n/uregexc.cpp", |
| 6120 | "third_party/icu/source/i18n/uregion.cpp", |
| 6121 | "third_party/icu/source/i18n/usearch.cpp", |
| 6122 | "third_party/icu/source/i18n/uspoof.cpp", |
| 6123 | "third_party/icu/source/i18n/uspoof_build.cpp", |
| 6124 | "third_party/icu/source/i18n/uspoof_conf.cpp", |
| 6125 | "third_party/icu/source/i18n/uspoof_impl.cpp", |
| 6126 | "third_party/icu/source/i18n/utf16collationiterator.cpp", |
| 6127 | "third_party/icu/source/i18n/utf8collationiterator.cpp", |
| 6128 | "third_party/icu/source/i18n/utmscale.cpp", |
| 6129 | "third_party/icu/source/i18n/utrans.cpp", |
| 6130 | "third_party/icu/source/i18n/vtzone.cpp", |
| 6131 | "third_party/icu/source/i18n/vzone.cpp", |
| 6132 | "third_party/icu/source/i18n/windtfmt.cpp", |
| 6133 | "third_party/icu/source/i18n/winnmfmt.cpp", |
| 6134 | "third_party/icu/source/i18n/wintzimpl.cpp", |
| 6135 | "third_party/icu/source/i18n/zonemeta.cpp", |
| 6136 | "third_party/icu/source/i18n/zrule.cpp", |
| 6137 | "third_party/icu/source/i18n/ztrans.cpp", |
| 6138 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6139 | static_libs: [ |
| 6140 | "cronet_aml_third_party_icu_icuuc_private", |
| 6141 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6142 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6143 | defaults: [ |
| 6144 | "cronet_aml_defaults", |
| 6145 | ], |
| 6146 | cflags: [ |
| 6147 | "-DANDROID", |
| 6148 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6149 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6150 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6151 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6152 | "-DDCHECK_ALWAYS_ON=1", |
| 6153 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6154 | "-DHAVE_DLOPEN=0", |
| 6155 | "-DHAVE_SYS_UIO_H", |
| 6156 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 6157 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 6158 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6159 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6160 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6161 | "-DUSE_OZONE=1", |
| 6162 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6163 | "-DU_CHARSET_IS_UTF8=1", |
| 6164 | "-DU_ENABLE_DYLOAD=0", |
| 6165 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 6166 | "-DU_ENABLE_TRACING=1", |
| 6167 | "-DU_I18N_IMPLEMENTATION", |
| 6168 | "-DU_STATIC_IMPLEMENTATION", |
| 6169 | "-DU_USING_ICU_NAMESPACE=0", |
| 6170 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6171 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6172 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6173 | "-D_LARGEFILE64_SOURCE", |
| 6174 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6175 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6176 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6177 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6178 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6179 | ], |
| 6180 | local_include_dirs: [ |
| 6181 | "./", |
| 6182 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6183 | "buildtools/third_party/libc++/trunk/include", |
| 6184 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6185 | "third_party/icu/source/common/", |
| 6186 | "third_party/icu/source/i18n/", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 6187 | "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] | 6188 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6189 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6190 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6191 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 6192 | rtti: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6193 | } |
| 6194 | |
| 6195 | // GN: //third_party/icu:icuuc_private |
| 6196 | cc_library_static { |
| 6197 | name: "cronet_aml_third_party_icu_icuuc_private", |
| 6198 | srcs: [ |
| 6199 | ":cronet_aml_third_party_icu_icuuc_public", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 6200 | "third_party/icu/source/common/appendable.cpp", |
| 6201 | "third_party/icu/source/common/bmpset.cpp", |
| 6202 | "third_party/icu/source/common/brkeng.cpp", |
| 6203 | "third_party/icu/source/common/brkiter.cpp", |
| 6204 | "third_party/icu/source/common/bytesinkutil.cpp", |
| 6205 | "third_party/icu/source/common/bytestream.cpp", |
| 6206 | "third_party/icu/source/common/bytestrie.cpp", |
| 6207 | "third_party/icu/source/common/bytestriebuilder.cpp", |
| 6208 | "third_party/icu/source/common/bytestrieiterator.cpp", |
| 6209 | "third_party/icu/source/common/caniter.cpp", |
| 6210 | "third_party/icu/source/common/characterproperties.cpp", |
| 6211 | "third_party/icu/source/common/chariter.cpp", |
| 6212 | "third_party/icu/source/common/charstr.cpp", |
| 6213 | "third_party/icu/source/common/cmemory.cpp", |
| 6214 | "third_party/icu/source/common/cstr.cpp", |
| 6215 | "third_party/icu/source/common/cstring.cpp", |
| 6216 | "third_party/icu/source/common/cwchar.cpp", |
| 6217 | "third_party/icu/source/common/dictbe.cpp", |
| 6218 | "third_party/icu/source/common/dictionarydata.cpp", |
| 6219 | "third_party/icu/source/common/dtintrv.cpp", |
| 6220 | "third_party/icu/source/common/edits.cpp", |
| 6221 | "third_party/icu/source/common/emojiprops.cpp", |
| 6222 | "third_party/icu/source/common/errorcode.cpp", |
| 6223 | "third_party/icu/source/common/filteredbrk.cpp", |
| 6224 | "third_party/icu/source/common/filterednormalizer2.cpp", |
| 6225 | "third_party/icu/source/common/icudataver.cpp", |
| 6226 | "third_party/icu/source/common/icuplug.cpp", |
| 6227 | "third_party/icu/source/common/loadednormalizer2impl.cpp", |
| 6228 | "third_party/icu/source/common/localebuilder.cpp", |
| 6229 | "third_party/icu/source/common/localematcher.cpp", |
| 6230 | "third_party/icu/source/common/localeprioritylist.cpp", |
| 6231 | "third_party/icu/source/common/locavailable.cpp", |
| 6232 | "third_party/icu/source/common/locbased.cpp", |
| 6233 | "third_party/icu/source/common/locdispnames.cpp", |
| 6234 | "third_party/icu/source/common/locdistance.cpp", |
| 6235 | "third_party/icu/source/common/locdspnm.cpp", |
| 6236 | "third_party/icu/source/common/locid.cpp", |
| 6237 | "third_party/icu/source/common/loclikely.cpp", |
| 6238 | "third_party/icu/source/common/loclikelysubtags.cpp", |
| 6239 | "third_party/icu/source/common/locmap.cpp", |
| 6240 | "third_party/icu/source/common/locresdata.cpp", |
| 6241 | "third_party/icu/source/common/locutil.cpp", |
| 6242 | "third_party/icu/source/common/lsr.cpp", |
| 6243 | "third_party/icu/source/common/lstmbe.cpp", |
| 6244 | "third_party/icu/source/common/messagepattern.cpp", |
| 6245 | "third_party/icu/source/common/normalizer2.cpp", |
| 6246 | "third_party/icu/source/common/normalizer2impl.cpp", |
| 6247 | "third_party/icu/source/common/normlzr.cpp", |
| 6248 | "third_party/icu/source/common/parsepos.cpp", |
| 6249 | "third_party/icu/source/common/patternprops.cpp", |
| 6250 | "third_party/icu/source/common/pluralmap.cpp", |
| 6251 | "third_party/icu/source/common/propname.cpp", |
| 6252 | "third_party/icu/source/common/propsvec.cpp", |
| 6253 | "third_party/icu/source/common/punycode.cpp", |
| 6254 | "third_party/icu/source/common/putil.cpp", |
| 6255 | "third_party/icu/source/common/rbbi.cpp", |
| 6256 | "third_party/icu/source/common/rbbi_cache.cpp", |
| 6257 | "third_party/icu/source/common/rbbidata.cpp", |
| 6258 | "third_party/icu/source/common/rbbinode.cpp", |
| 6259 | "third_party/icu/source/common/rbbirb.cpp", |
| 6260 | "third_party/icu/source/common/rbbiscan.cpp", |
| 6261 | "third_party/icu/source/common/rbbisetb.cpp", |
| 6262 | "third_party/icu/source/common/rbbistbl.cpp", |
| 6263 | "third_party/icu/source/common/rbbitblb.cpp", |
| 6264 | "third_party/icu/source/common/resbund.cpp", |
| 6265 | "third_party/icu/source/common/resbund_cnv.cpp", |
| 6266 | "third_party/icu/source/common/resource.cpp", |
| 6267 | "third_party/icu/source/common/restrace.cpp", |
| 6268 | "third_party/icu/source/common/ruleiter.cpp", |
| 6269 | "third_party/icu/source/common/schriter.cpp", |
| 6270 | "third_party/icu/source/common/serv.cpp", |
| 6271 | "third_party/icu/source/common/servlk.cpp", |
| 6272 | "third_party/icu/source/common/servlkf.cpp", |
| 6273 | "third_party/icu/source/common/servls.cpp", |
| 6274 | "third_party/icu/source/common/servnotf.cpp", |
| 6275 | "third_party/icu/source/common/servrbf.cpp", |
| 6276 | "third_party/icu/source/common/servslkf.cpp", |
| 6277 | "third_party/icu/source/common/sharedobject.cpp", |
| 6278 | "third_party/icu/source/common/simpleformatter.cpp", |
| 6279 | "third_party/icu/source/common/static_unicode_sets.cpp", |
| 6280 | "third_party/icu/source/common/stringpiece.cpp", |
| 6281 | "third_party/icu/source/common/stringtriebuilder.cpp", |
| 6282 | "third_party/icu/source/common/uarrsort.cpp", |
| 6283 | "third_party/icu/source/common/ubidi.cpp", |
| 6284 | "third_party/icu/source/common/ubidi_props.cpp", |
| 6285 | "third_party/icu/source/common/ubidiln.cpp", |
| 6286 | "third_party/icu/source/common/ubiditransform.cpp", |
| 6287 | "third_party/icu/source/common/ubidiwrt.cpp", |
| 6288 | "third_party/icu/source/common/ubrk.cpp", |
| 6289 | "third_party/icu/source/common/ucase.cpp", |
| 6290 | "third_party/icu/source/common/ucasemap.cpp", |
| 6291 | "third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp", |
| 6292 | "third_party/icu/source/common/ucat.cpp", |
| 6293 | "third_party/icu/source/common/uchar.cpp", |
| 6294 | "third_party/icu/source/common/ucharstrie.cpp", |
| 6295 | "third_party/icu/source/common/ucharstriebuilder.cpp", |
| 6296 | "third_party/icu/source/common/ucharstrieiterator.cpp", |
| 6297 | "third_party/icu/source/common/uchriter.cpp", |
| 6298 | "third_party/icu/source/common/ucln_cmn.cpp", |
| 6299 | "third_party/icu/source/common/ucmndata.cpp", |
| 6300 | "third_party/icu/source/common/ucnv.cpp", |
| 6301 | "third_party/icu/source/common/ucnv2022.cpp", |
| 6302 | "third_party/icu/source/common/ucnv_bld.cpp", |
| 6303 | "third_party/icu/source/common/ucnv_cb.cpp", |
| 6304 | "third_party/icu/source/common/ucnv_cnv.cpp", |
| 6305 | "third_party/icu/source/common/ucnv_ct.cpp", |
| 6306 | "third_party/icu/source/common/ucnv_err.cpp", |
| 6307 | "third_party/icu/source/common/ucnv_ext.cpp", |
| 6308 | "third_party/icu/source/common/ucnv_io.cpp", |
| 6309 | "third_party/icu/source/common/ucnv_lmb.cpp", |
| 6310 | "third_party/icu/source/common/ucnv_set.cpp", |
| 6311 | "third_party/icu/source/common/ucnv_u16.cpp", |
| 6312 | "third_party/icu/source/common/ucnv_u32.cpp", |
| 6313 | "third_party/icu/source/common/ucnv_u7.cpp", |
| 6314 | "third_party/icu/source/common/ucnv_u8.cpp", |
| 6315 | "third_party/icu/source/common/ucnvbocu.cpp", |
| 6316 | "third_party/icu/source/common/ucnvdisp.cpp", |
| 6317 | "third_party/icu/source/common/ucnvhz.cpp", |
| 6318 | "third_party/icu/source/common/ucnvisci.cpp", |
| 6319 | "third_party/icu/source/common/ucnvlat1.cpp", |
| 6320 | "third_party/icu/source/common/ucnvmbcs.cpp", |
| 6321 | "third_party/icu/source/common/ucnvscsu.cpp", |
| 6322 | "third_party/icu/source/common/ucnvsel.cpp", |
| 6323 | "third_party/icu/source/common/ucol_swp.cpp", |
| 6324 | "third_party/icu/source/common/ucptrie.cpp", |
| 6325 | "third_party/icu/source/common/ucurr.cpp", |
| 6326 | "third_party/icu/source/common/udata.cpp", |
| 6327 | "third_party/icu/source/common/udatamem.cpp", |
| 6328 | "third_party/icu/source/common/udataswp.cpp", |
| 6329 | "third_party/icu/source/common/uenum.cpp", |
| 6330 | "third_party/icu/source/common/uhash.cpp", |
| 6331 | "third_party/icu/source/common/uhash_us.cpp", |
| 6332 | "third_party/icu/source/common/uidna.cpp", |
| 6333 | "third_party/icu/source/common/uinit.cpp", |
| 6334 | "third_party/icu/source/common/uinvchar.cpp", |
| 6335 | "third_party/icu/source/common/uiter.cpp", |
| 6336 | "third_party/icu/source/common/ulist.cpp", |
| 6337 | "third_party/icu/source/common/uloc.cpp", |
| 6338 | "third_party/icu/source/common/uloc_keytype.cpp", |
| 6339 | "third_party/icu/source/common/uloc_tag.cpp", |
| 6340 | "third_party/icu/source/common/umapfile.cpp", |
| 6341 | "third_party/icu/source/common/umath.cpp", |
| 6342 | "third_party/icu/source/common/umutablecptrie.cpp", |
| 6343 | "third_party/icu/source/common/umutex.cpp", |
| 6344 | "third_party/icu/source/common/unames.cpp", |
| 6345 | "third_party/icu/source/common/unifiedcache.cpp", |
| 6346 | "third_party/icu/source/common/unifilt.cpp", |
| 6347 | "third_party/icu/source/common/unifunct.cpp", |
| 6348 | "third_party/icu/source/common/uniset.cpp", |
| 6349 | "third_party/icu/source/common/uniset_closure.cpp", |
| 6350 | "third_party/icu/source/common/uniset_props.cpp", |
| 6351 | "third_party/icu/source/common/unisetspan.cpp", |
| 6352 | "third_party/icu/source/common/unistr.cpp", |
| 6353 | "third_party/icu/source/common/unistr_case.cpp", |
| 6354 | "third_party/icu/source/common/unistr_case_locale.cpp", |
| 6355 | "third_party/icu/source/common/unistr_cnv.cpp", |
| 6356 | "third_party/icu/source/common/unistr_props.cpp", |
| 6357 | "third_party/icu/source/common/unistr_titlecase_brkiter.cpp", |
| 6358 | "third_party/icu/source/common/unorm.cpp", |
| 6359 | "third_party/icu/source/common/unormcmp.cpp", |
| 6360 | "third_party/icu/source/common/uobject.cpp", |
| 6361 | "third_party/icu/source/common/uprops.cpp", |
| 6362 | "third_party/icu/source/common/ures_cnv.cpp", |
| 6363 | "third_party/icu/source/common/uresbund.cpp", |
| 6364 | "third_party/icu/source/common/uresdata.cpp", |
| 6365 | "third_party/icu/source/common/usc_impl.cpp", |
| 6366 | "third_party/icu/source/common/uscript.cpp", |
| 6367 | "third_party/icu/source/common/uscript_props.cpp", |
| 6368 | "third_party/icu/source/common/uset.cpp", |
| 6369 | "third_party/icu/source/common/uset_props.cpp", |
| 6370 | "third_party/icu/source/common/usetiter.cpp", |
| 6371 | "third_party/icu/source/common/ushape.cpp", |
| 6372 | "third_party/icu/source/common/usprep.cpp", |
| 6373 | "third_party/icu/source/common/ustack.cpp", |
| 6374 | "third_party/icu/source/common/ustr_cnv.cpp", |
| 6375 | "third_party/icu/source/common/ustr_titlecase_brkiter.cpp", |
| 6376 | "third_party/icu/source/common/ustr_wcs.cpp", |
| 6377 | "third_party/icu/source/common/ustrcase.cpp", |
| 6378 | "third_party/icu/source/common/ustrcase_locale.cpp", |
| 6379 | "third_party/icu/source/common/ustrenum.cpp", |
| 6380 | "third_party/icu/source/common/ustrfmt.cpp", |
| 6381 | "third_party/icu/source/common/ustring.cpp", |
| 6382 | "third_party/icu/source/common/ustrtrns.cpp", |
| 6383 | "third_party/icu/source/common/utext.cpp", |
| 6384 | "third_party/icu/source/common/utf_impl.cpp", |
| 6385 | "third_party/icu/source/common/util.cpp", |
| 6386 | "third_party/icu/source/common/util_props.cpp", |
| 6387 | "third_party/icu/source/common/utrace.cpp", |
| 6388 | "third_party/icu/source/common/utrie.cpp", |
| 6389 | "third_party/icu/source/common/utrie2.cpp", |
| 6390 | "third_party/icu/source/common/utrie2_builder.cpp", |
| 6391 | "third_party/icu/source/common/utrie_swap.cpp", |
| 6392 | "third_party/icu/source/common/uts46.cpp", |
| 6393 | "third_party/icu/source/common/utypes.cpp", |
| 6394 | "third_party/icu/source/common/uvector.cpp", |
| 6395 | "third_party/icu/source/common/uvectr32.cpp", |
| 6396 | "third_party/icu/source/common/uvectr64.cpp", |
| 6397 | "third_party/icu/source/common/wintz.cpp", |
| 6398 | "third_party/icu/source/stubdata/stubdata.cpp", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6399 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6400 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6401 | defaults: [ |
| 6402 | "cronet_aml_defaults", |
| 6403 | ], |
| 6404 | cflags: [ |
| 6405 | "-DANDROID", |
| 6406 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6407 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6408 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6409 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6410 | "-DDCHECK_ALWAYS_ON=1", |
| 6411 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6412 | "-DHAVE_DLOPEN=0", |
| 6413 | "-DHAVE_SYS_UIO_H", |
| 6414 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 6415 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 6416 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6417 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6418 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6419 | "-DUSE_OZONE=1", |
| 6420 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6421 | "-DU_CHARSET_IS_UTF8=1", |
| 6422 | "-DU_COMMON_IMPLEMENTATION", |
| 6423 | "-DU_ENABLE_DYLOAD=0", |
| 6424 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 6425 | "-DU_ENABLE_TRACING=1", |
| 6426 | "-DU_ICUDATAENTRY_IN_COMMON", |
| 6427 | "-DU_STATIC_IMPLEMENTATION", |
| 6428 | "-DU_USING_ICU_NAMESPACE=0", |
| 6429 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6430 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6431 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6432 | "-D_LARGEFILE64_SOURCE", |
| 6433 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6434 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6435 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6436 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6437 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6438 | "-D__STDC_CONSTANT_MACROS", |
| 6439 | "-D__STDC_FORMAT_MACROS", |
| 6440 | ], |
| 6441 | local_include_dirs: [ |
| 6442 | "./", |
| 6443 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6444 | "buildtools/third_party/libc++/trunk/include", |
| 6445 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6446 | "third_party/icu/source/common/", |
| 6447 | "third_party/icu/source/i18n/", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 6448 | "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] | 6449 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6450 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6451 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6452 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 6453 | rtti: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6454 | } |
| 6455 | |
| 6456 | // GN: //third_party/icu:icuuc_public |
| 6457 | filegroup { |
| 6458 | name: "cronet_aml_third_party_icu_icuuc_public", |
| 6459 | } |
| 6460 | |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6461 | // GN: //third_party/libevent:libevent |
| 6462 | cc_library_static { |
| 6463 | name: "cronet_aml_third_party_libevent_libevent", |
| 6464 | srcs: [ |
| 6465 | "third_party/libevent/buffer.c", |
| 6466 | "third_party/libevent/epoll.c", |
| 6467 | "third_party/libevent/evbuffer.c", |
| 6468 | "third_party/libevent/evdns.c", |
| 6469 | "third_party/libevent/event.c", |
| 6470 | "third_party/libevent/event_tagging.c", |
| 6471 | "third_party/libevent/evrpc.c", |
| 6472 | "third_party/libevent/evutil.c", |
| 6473 | "third_party/libevent/http.c", |
| 6474 | "third_party/libevent/log.c", |
| 6475 | "third_party/libevent/poll.c", |
| 6476 | "third_party/libevent/select.c", |
| 6477 | "third_party/libevent/signal.c", |
| 6478 | "third_party/libevent/strlcpy.c", |
| 6479 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6480 | host_supported: true, |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6481 | defaults: [ |
| 6482 | "cronet_aml_defaults", |
| 6483 | ], |
| 6484 | cflags: [ |
| 6485 | "-DANDROID", |
| 6486 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6487 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6488 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6489 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6490 | "-DDCHECK_ALWAYS_ON=1", |
| 6491 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6492 | "-DHAVE_CONFIG_H", |
| 6493 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6494 | "-DUSE_AURA=1", |
| 6495 | "-DUSE_OZONE=1", |
| 6496 | "-DUSE_UDEV", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6497 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6498 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6499 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6500 | "-D_LARGEFILE64_SOURCE", |
| 6501 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6502 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6503 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6504 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6505 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6506 | ], |
| 6507 | local_include_dirs: [ |
| 6508 | "./", |
| 6509 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6510 | "buildtools/third_party/libc++/trunk/include", |
| 6511 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6512 | "third_party/libevent/android/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6513 | "third_party/libevent/linux/", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 6514 | "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] | 6515 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6516 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6517 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6518 | cpp_std: "c++20", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6519 | } |
| 6520 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6521 | // GN: //third_party/metrics_proto:metrics_proto |
| 6522 | genrule { |
| 6523 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 6524 | srcs: [ |
| 6525 | "third_party/metrics_proto/call_stack_profile.proto", |
| 6526 | "third_party/metrics_proto/cast_logs.proto", |
| 6527 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 6528 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 6529 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 6530 | "third_party/metrics_proto/custom_tab_session.proto", |
| 6531 | "third_party/metrics_proto/execution_context.proto", |
| 6532 | "third_party/metrics_proto/extension_install.proto", |
| 6533 | "third_party/metrics_proto/histogram_event.proto", |
| 6534 | "third_party/metrics_proto/omnibox_event.proto", |
| 6535 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 6536 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 6537 | "third_party/metrics_proto/perf_data.proto", |
| 6538 | "third_party/metrics_proto/perf_stat.proto", |
| 6539 | "third_party/metrics_proto/printer_event.proto", |
| 6540 | "third_party/metrics_proto/reporting_info.proto", |
| 6541 | "third_party/metrics_proto/sampled_profile.proto", |
| 6542 | "third_party/metrics_proto/structured_data.proto", |
| 6543 | "third_party/metrics_proto/system_profile.proto", |
| 6544 | "third_party/metrics_proto/trace_log.proto", |
| 6545 | "third_party/metrics_proto/translate_event.proto", |
| 6546 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 6547 | "third_party/metrics_proto/ukm/entry.proto", |
| 6548 | "third_party/metrics_proto/ukm/report.proto", |
| 6549 | "third_party/metrics_proto/ukm/source.proto", |
| 6550 | "third_party/metrics_proto/user_action_event.proto", |
| 6551 | "third_party/metrics_proto/user_demographics.proto", |
| 6552 | ], |
| 6553 | tools: [ |
| 6554 | "aprotoc", |
| 6555 | ], |
| 6556 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
| 6557 | out: [ |
| 6558 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.cc", |
| 6559 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.cc", |
| 6560 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.cc", |
| 6561 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.cc", |
| 6562 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.cc", |
| 6563 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.cc", |
| 6564 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.cc", |
| 6565 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.cc", |
| 6566 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.cc", |
| 6567 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.cc", |
| 6568 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.cc", |
| 6569 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.cc", |
| 6570 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.cc", |
| 6571 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.cc", |
| 6572 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.cc", |
| 6573 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.cc", |
| 6574 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.cc", |
| 6575 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.cc", |
| 6576 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.cc", |
| 6577 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.cc", |
| 6578 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.cc", |
| 6579 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.cc", |
| 6580 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.cc", |
| 6581 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.cc", |
| 6582 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.cc", |
| 6583 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.cc", |
| 6584 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.cc", |
| 6585 | ], |
| 6586 | } |
| 6587 | |
| 6588 | // GN: //third_party/metrics_proto:metrics_proto |
| 6589 | genrule { |
| 6590 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 6591 | srcs: [ |
| 6592 | "third_party/metrics_proto/call_stack_profile.proto", |
| 6593 | "third_party/metrics_proto/cast_logs.proto", |
| 6594 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 6595 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 6596 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 6597 | "third_party/metrics_proto/custom_tab_session.proto", |
| 6598 | "third_party/metrics_proto/execution_context.proto", |
| 6599 | "third_party/metrics_proto/extension_install.proto", |
| 6600 | "third_party/metrics_proto/histogram_event.proto", |
| 6601 | "third_party/metrics_proto/omnibox_event.proto", |
| 6602 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 6603 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 6604 | "third_party/metrics_proto/perf_data.proto", |
| 6605 | "third_party/metrics_proto/perf_stat.proto", |
| 6606 | "third_party/metrics_proto/printer_event.proto", |
| 6607 | "third_party/metrics_proto/reporting_info.proto", |
| 6608 | "third_party/metrics_proto/sampled_profile.proto", |
| 6609 | "third_party/metrics_proto/structured_data.proto", |
| 6610 | "third_party/metrics_proto/system_profile.proto", |
| 6611 | "third_party/metrics_proto/trace_log.proto", |
| 6612 | "third_party/metrics_proto/translate_event.proto", |
| 6613 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 6614 | "third_party/metrics_proto/ukm/entry.proto", |
| 6615 | "third_party/metrics_proto/ukm/report.proto", |
| 6616 | "third_party/metrics_proto/ukm/source.proto", |
| 6617 | "third_party/metrics_proto/user_action_event.proto", |
| 6618 | "third_party/metrics_proto/user_demographics.proto", |
| 6619 | ], |
| 6620 | tools: [ |
| 6621 | "aprotoc", |
| 6622 | ], |
| 6623 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
| 6624 | out: [ |
| 6625 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.h", |
| 6626 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.h", |
| 6627 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.h", |
| 6628 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.h", |
| 6629 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.h", |
| 6630 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.h", |
| 6631 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.h", |
| 6632 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.h", |
| 6633 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.h", |
| 6634 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.h", |
| 6635 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.h", |
| 6636 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.h", |
| 6637 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.h", |
| 6638 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.h", |
| 6639 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.h", |
| 6640 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.h", |
| 6641 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.h", |
| 6642 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.h", |
| 6643 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.h", |
| 6644 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.h", |
| 6645 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.h", |
| 6646 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.h", |
| 6647 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.h", |
| 6648 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.h", |
| 6649 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.h", |
| 6650 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.h", |
| 6651 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.h", |
| 6652 | ], |
| 6653 | export_include_dirs: [ |
| 6654 | ".", |
| 6655 | "protos", |
| 6656 | "third_party/metrics_proto", |
| 6657 | ], |
| 6658 | } |
| 6659 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6660 | // GN: //third_party/modp_b64:modp_b64 |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6661 | cc_library_static { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6662 | name: "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6663 | srcs: [ |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6664 | "third_party/modp_b64/modp_b64.cc", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6665 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6666 | host_supported: true, |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6667 | defaults: [ |
| 6668 | "cronet_aml_defaults", |
| 6669 | ], |
| 6670 | cflags: [ |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6671 | "-DANDROID", |
| 6672 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6673 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6674 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6675 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6676 | "-DDCHECK_ALWAYS_ON=1", |
| 6677 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6678 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6679 | "-DUSE_AURA=1", |
| 6680 | "-DUSE_OZONE=1", |
| 6681 | "-DUSE_UDEV", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6682 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6683 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6684 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6685 | "-D_LARGEFILE64_SOURCE", |
| 6686 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6687 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6688 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6689 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6690 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6691 | "-D__STDC_CONSTANT_MACROS", |
| 6692 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6693 | ], |
| 6694 | local_include_dirs: [ |
| 6695 | "./", |
| 6696 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6697 | "buildtools/third_party/libc++/trunk/include", |
| 6698 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 6699 | "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] | 6700 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6701 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6702 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6703 | cpp_std: "c++20", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6704 | } |
| 6705 | |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 6706 | // GN: //third_party/protobuf:protobuf_lite |
| 6707 | cc_library_static { |
| 6708 | name: "cronet_aml_third_party_protobuf_protobuf_lite", |
| 6709 | srcs: [ |
| 6710 | "third_party/protobuf/src/google/protobuf/any_lite.cc", |
| 6711 | "third_party/protobuf/src/google/protobuf/arena.cc", |
| 6712 | "third_party/protobuf/src/google/protobuf/arenastring.cc", |
| 6713 | "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc", |
| 6714 | "third_party/protobuf/src/google/protobuf/extension_set.cc", |
| 6715 | "third_party/protobuf/src/google/protobuf/generated_enum_util.cc", |
| 6716 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc", |
| 6717 | "third_party/protobuf/src/google/protobuf/generated_message_util.cc", |
| 6718 | "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc", |
| 6719 | "third_party/protobuf/src/google/protobuf/inlined_string_field.cc", |
| 6720 | "third_party/protobuf/src/google/protobuf/io/coded_stream.cc", |
| 6721 | "third_party/protobuf/src/google/protobuf/io/io_win32.cc", |
| 6722 | "third_party/protobuf/src/google/protobuf/io/strtod.cc", |
| 6723 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc", |
| 6724 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc", |
| 6725 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", |
| 6726 | "third_party/protobuf/src/google/protobuf/map.cc", |
| 6727 | "third_party/protobuf/src/google/protobuf/message_lite.cc", |
| 6728 | "third_party/protobuf/src/google/protobuf/parse_context.cc", |
| 6729 | "third_party/protobuf/src/google/protobuf/repeated_field.cc", |
| 6730 | "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc", |
| 6731 | "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc", |
| 6732 | "third_party/protobuf/src/google/protobuf/stubs/common.cc", |
| 6733 | "third_party/protobuf/src/google/protobuf/stubs/int128.cc", |
| 6734 | "third_party/protobuf/src/google/protobuf/stubs/status.cc", |
| 6735 | "third_party/protobuf/src/google/protobuf/stubs/statusor.cc", |
| 6736 | "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc", |
| 6737 | "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc", |
| 6738 | "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc", |
| 6739 | "third_party/protobuf/src/google/protobuf/stubs/strutil.cc", |
| 6740 | "third_party/protobuf/src/google/protobuf/stubs/time.cc", |
| 6741 | "third_party/protobuf/src/google/protobuf/wire_format_lite.cc", |
| 6742 | ], |
| 6743 | shared_libs: [ |
| 6744 | "liblog", |
| 6745 | ], |
| 6746 | defaults: [ |
| 6747 | "cronet_aml_defaults", |
| 6748 | ], |
| 6749 | cflags: [ |
| 6750 | "-DANDROID", |
| 6751 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6752 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6753 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6754 | "-DDCHECK_ALWAYS_ON=1", |
| 6755 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6756 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6757 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6758 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6759 | "-DHAVE_PTHREAD", |
| 6760 | "-DHAVE_SYS_UIO_H", |
| 6761 | "-D_DEBUG", |
| 6762 | "-D_GNU_SOURCE", |
| 6763 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6764 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6765 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6766 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6767 | ], |
| 6768 | local_include_dirs: [ |
| 6769 | "./", |
| 6770 | "buildtools/third_party/libc++/", |
| 6771 | "buildtools/third_party/libc++/trunk/include", |
| 6772 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame^] | 6773 | "third_party/protobuf/src/", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 6774 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 6775 | ], |
| 6776 | cpp_std: "c++20", |
| 6777 | } |
| 6778 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6779 | // GN: //third_party/zlib:zlib |
| 6780 | cc_library_static { |
| 6781 | name: "cronet_aml_third_party_zlib_zlib", |
| 6782 | srcs: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6783 | ":cronet_aml_third_party_android_ndk_cpu_features", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6784 | ":cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 6785 | ":cronet_aml_third_party_zlib_zlib_common_headers", |
| 6786 | ":cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 6787 | ":cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 6788 | ":cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
| 6789 | "third_party/zlib/adler32.c", |
| 6790 | "third_party/zlib/compress.c", |
| 6791 | "third_party/zlib/cpu_features.c", |
| 6792 | "third_party/zlib/crc32.c", |
| 6793 | "third_party/zlib/deflate.c", |
| 6794 | "third_party/zlib/gzclose.c", |
| 6795 | "third_party/zlib/gzlib.c", |
| 6796 | "third_party/zlib/gzread.c", |
| 6797 | "third_party/zlib/gzwrite.c", |
| 6798 | "third_party/zlib/infback.c", |
| 6799 | "third_party/zlib/inffast.c", |
| 6800 | "third_party/zlib/inftrees.c", |
| 6801 | "third_party/zlib/trees.c", |
| 6802 | "third_party/zlib/uncompr.c", |
| 6803 | "third_party/zlib/zutil.c", |
| 6804 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6805 | host_supported: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6806 | defaults: [ |
| 6807 | "cronet_aml_defaults", |
| 6808 | ], |
| 6809 | cflags: [ |
| 6810 | "-DADLER32_SIMD_SSSE3", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6811 | "-DANDROID", |
| 6812 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6813 | "-DCRC32_SIMD_SSE42_PCLMUL", |
| 6814 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6815 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6816 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6817 | "-DDCHECK_ALWAYS_ON=1", |
| 6818 | "-DDEFLATE_SLIDE_HASH_SSE2", |
| 6819 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6820 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6821 | "-DINFLATE_CHUNK_READ_64LE", |
| 6822 | "-DINFLATE_CHUNK_SIMD_SSE2", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6823 | "-DUSE_AURA=1", |
| 6824 | "-DUSE_OZONE=1", |
| 6825 | "-DUSE_UDEV", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6826 | "-DX86_NOT_WINDOWS", |
| 6827 | "-DZLIB_DEBUG", |
| 6828 | "-DZLIB_IMPLEMENTATION", |
| 6829 | "-D_DEBUG", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6830 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6831 | "-D_GNU_SOURCE", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6832 | "-D_LARGEFILE64_SOURCE", |
| 6833 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6834 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6835 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6836 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6837 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6838 | "-D__STDC_CONSTANT_MACROS", |
| 6839 | "-D__STDC_FORMAT_MACROS", |
| 6840 | ], |
| 6841 | local_include_dirs: [ |
| 6842 | "./", |
| 6843 | "buildtools/third_party/libc++/", |
| 6844 | "buildtools/third_party/libc++/trunk/include", |
| 6845 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6846 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6847 | "third_party/zlib/", |
Patrick Rohr | 0787666 | 2022-11-15 22:55:23 -0800 | [diff] [blame] | 6848 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | 19e0c6f | 2022-11-15 20:22:45 +0900 | [diff] [blame] | 6849 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6850 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6851 | ], |
| 6852 | cpp_std: "c++20", |
| 6853 | } |
| 6854 | |
| 6855 | // GN: //third_party/zlib:zlib_adler32_simd |
| 6856 | filegroup { |
| 6857 | name: "cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 6858 | srcs: [ |
| 6859 | "third_party/zlib/adler32_simd.c", |
| 6860 | ], |
| 6861 | } |
| 6862 | |
| 6863 | // GN: //third_party/zlib:zlib_common_headers |
| 6864 | filegroup { |
| 6865 | name: "cronet_aml_third_party_zlib_zlib_common_headers", |
| 6866 | } |
| 6867 | |
| 6868 | // GN: //third_party/zlib:zlib_crc32_simd |
| 6869 | filegroup { |
| 6870 | name: "cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 6871 | srcs: [ |
| 6872 | "third_party/zlib/crc32_simd.c", |
| 6873 | "third_party/zlib/crc_folding.c", |
| 6874 | ], |
| 6875 | } |
| 6876 | |
| 6877 | // GN: //third_party/zlib:zlib_inflate_chunk_simd |
| 6878 | filegroup { |
| 6879 | name: "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 6880 | srcs: [ |
| 6881 | "third_party/zlib/contrib/optimizations/inffast_chunk.c", |
| 6882 | "third_party/zlib/contrib/optimizations/inflate.c", |
| 6883 | ], |
| 6884 | } |
| 6885 | |
| 6886 | // GN: //third_party/zlib:zlib_slide_hash_simd |
| 6887 | filegroup { |
| 6888 | name: "cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
| 6889 | } |
| 6890 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6891 | // GN: //url:buildflags |
| 6892 | genrule { |
| 6893 | name: "cronet_aml_url_buildflags", |
| 6894 | cmd: "echo '--flags USE_PLATFORM_ICU_ALTERNATIVES=\"true\"' | " + |
| 6895 | "$(location build/write_buildflag_header.py) --output " + |
| 6896 | "$(out) " + |
| 6897 | "--rulename " + |
| 6898 | "//url:buildflags " + |
| 6899 | "--gen-dir " + |
| 6900 | ". " + |
| 6901 | "--definitions " + |
| 6902 | "/dev/stdin", |
| 6903 | out: [ |
| 6904 | "url/buildflags.h", |
| 6905 | ], |
| 6906 | tool_files: [ |
| 6907 | "build/write_buildflag_header.py", |
| 6908 | ], |
| 6909 | } |
| 6910 | |
| 6911 | // GN: //url:url |
| 6912 | cc_library_static { |
| 6913 | name: "cronet_aml_url_url", |
| 6914 | srcs: [ |
| 6915 | ":cronet_aml_ipc_param_traits", |
| 6916 | "url/gurl.cc", |
| 6917 | "url/origin.cc", |
| 6918 | "url/scheme_host_port.cc", |
| 6919 | "url/third_party/mozilla/url_parse.cc", |
| 6920 | "url/url_canon.cc", |
| 6921 | "url/url_canon_etc.cc", |
| 6922 | "url/url_canon_filesystemurl.cc", |
| 6923 | "url/url_canon_fileurl.cc", |
| 6924 | "url/url_canon_host.cc", |
| 6925 | "url/url_canon_internal.cc", |
| 6926 | "url/url_canon_ip.cc", |
| 6927 | "url/url_canon_mailtourl.cc", |
| 6928 | "url/url_canon_path.cc", |
| 6929 | "url/url_canon_pathurl.cc", |
| 6930 | "url/url_canon_query.cc", |
| 6931 | "url/url_canon_relative.cc", |
| 6932 | "url/url_canon_stdstring.cc", |
| 6933 | "url/url_canon_stdurl.cc", |
| 6934 | "url/url_constants.cc", |
| 6935 | "url/url_idna_icu_alternatives_android.cc", |
| 6936 | "url/url_parse_file.cc", |
| 6937 | "url/url_util.cc", |
| 6938 | ], |
| 6939 | shared_libs: [ |
| 6940 | "libandroid", |
| 6941 | "liblog", |
| 6942 | ], |
| 6943 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6944 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6945 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6946 | "cronet_aml_base_base_static", |
| 6947 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6948 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 6949 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6950 | "cronet_aml_third_party_icu_icui18n", |
| 6951 | "cronet_aml_third_party_icu_icuuc_private", |
| 6952 | "cronet_aml_third_party_libevent_libevent", |
| 6953 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6954 | "cronet_aml_third_party_zlib_zlib", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6955 | ], |
| 6956 | generated_headers: [ |
| 6957 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6958 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6959 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6960 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6961 | "cronet_aml_url_url_jni_headers", |
| 6962 | ], |
| 6963 | export_generated_headers: [ |
| 6964 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6965 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6966 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6967 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6968 | "cronet_aml_url_url_jni_headers", |
| 6969 | ], |
| 6970 | defaults: [ |
| 6971 | "cronet_aml_defaults", |
| 6972 | ], |
| 6973 | cflags: [ |
| 6974 | "-DANDROID", |
| 6975 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6976 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6977 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6978 | "-DDCHECK_ALWAYS_ON=1", |
| 6979 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6980 | "-DHAVE_SYS_UIO_H", |
| 6981 | "-DIS_URL_IMPL", |
| 6982 | "-D_DEBUG", |
| 6983 | "-D_GNU_SOURCE", |
| 6984 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6985 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6986 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6987 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6988 | "-D__STDC_CONSTANT_MACROS", |
| 6989 | "-D__STDC_FORMAT_MACROS", |
| 6990 | ], |
| 6991 | local_include_dirs: [ |
| 6992 | "./", |
| 6993 | "buildtools/third_party/libc++/", |
| 6994 | "buildtools/third_party/libc++/trunk/include", |
| 6995 | "buildtools/third_party/libc++abi/trunk/include", |
| 6996 | "third_party/abseil-cpp/", |
| 6997 | "third_party/boringssl/src/include/", |
| 6998 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 6999 | ], |
| 7000 | header_libs: [ |
| 7001 | "jni_headers", |
| 7002 | ], |
| 7003 | cpp_std: "c++20", |
| 7004 | } |
| 7005 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7006 | // GN: //url:url_jni_headers |
| 7007 | genrule { |
| 7008 | name: "cronet_aml_url_url_jni_headers", |
| 7009 | srcs: [ |
| 7010 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 7011 | "url/android/java/src/org/chromium/url/Origin.java", |
| 7012 | ], |
| 7013 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 7014 | "long " + |
| 7015 | " " + |
| 7016 | " " + |
| 7017 | "--output_dir " + |
| 7018 | "$(genDir)/url/url_jni_headers " + |
| 7019 | "--includes " + |
| 7020 | "base/android/jni_generator/jni_generator_helper.h " + |
| 7021 | "--use_proxy_hash " + |
| 7022 | "--output_name " + |
| 7023 | "IDNStringUtil_jni.h " + |
| 7024 | "--output_name " + |
| 7025 | "Origin_jni.h " + |
| 7026 | "--input_file " + |
| 7027 | "$(location url/android/java/src/org/chromium/url/IDNStringUtil.java) " + |
| 7028 | "--input_file " + |
| 7029 | "$(location url/android/java/src/org/chromium/url/Origin.java)", |
| 7030 | out: [ |
| 7031 | "url/url_jni_headers/IDNStringUtil_jni.h", |
| 7032 | "url/url_jni_headers/Origin_jni.h", |
| 7033 | ], |
| 7034 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 7035 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7036 | "base/android/jni_generator/jni_generator.py", |
| 7037 | "build/android/gyp/util/__init__.py", |
| 7038 | "build/android/gyp/util/build_utils.py", |
| 7039 | "build/gn_helpers.py", |
| 7040 | ], |
| 7041 | } |
| 7042 | |