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", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 120 | srcs: [ |
| 121 | "base/allocator/partition_allocator/address_pool_manager.cc", |
| 122 | "base/allocator/partition_allocator/address_pool_manager_bitmap.cc", |
| 123 | "base/allocator/partition_allocator/address_space_randomization.cc", |
| 124 | "base/allocator/partition_allocator/allocation_guard.cc", |
| 125 | "base/allocator/partition_allocator/dangling_raw_ptr_checks.cc", |
| 126 | "base/allocator/partition_allocator/gwp_asan_support.cc", |
| 127 | "base/allocator/partition_allocator/memory_reclaimer.cc", |
| 128 | "base/allocator/partition_allocator/oom.cc", |
| 129 | "base/allocator/partition_allocator/oom_callback.cc", |
| 130 | "base/allocator/partition_allocator/page_allocator.cc", |
| 131 | "base/allocator/partition_allocator/page_allocator_internals_posix.cc", |
| 132 | "base/allocator/partition_allocator/partition_address_space.cc", |
| 133 | "base/allocator/partition_allocator/partition_alloc.cc", |
| 134 | "base/allocator/partition_allocator/partition_alloc_base/check.cc", |
| 135 | "base/allocator/partition_allocator/partition_alloc_base/cpu.cc", |
| 136 | "base/allocator/partition_allocator/partition_alloc_base/debug/alias.cc", |
| 137 | "base/allocator/partition_allocator/partition_alloc_base/files/file_util_posix.cc", |
| 138 | "base/allocator/partition_allocator/partition_alloc_base/logging.cc", |
| 139 | "base/allocator/partition_allocator/partition_alloc_base/memory/ref_counted.cc", |
| 140 | "base/allocator/partition_allocator/partition_alloc_base/pkey.cc", |
| 141 | "base/allocator/partition_allocator/partition_alloc_base/posix/safe_strerror.cc", |
| 142 | "base/allocator/partition_allocator/partition_alloc_base/rand_util.cc", |
| 143 | "base/allocator/partition_allocator/partition_alloc_base/rand_util_posix.cc", |
| 144 | "base/allocator/partition_allocator/partition_alloc_base/strings/stringprintf.cc", |
| 145 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread.cc", |
| 146 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread_posix.cc", |
| 147 | "base/allocator/partition_allocator/partition_alloc_base/time/time.cc", |
| 148 | "base/allocator/partition_allocator/partition_alloc_base/time/time_conversion_posix.cc", |
| 149 | "base/allocator/partition_allocator/partition_alloc_base/time/time_now_posix.cc", |
| 150 | "base/allocator/partition_allocator/partition_alloc_base/time/time_override.cc", |
| 151 | "base/allocator/partition_allocator/partition_alloc_hooks.cc", |
| 152 | "base/allocator/partition_allocator/partition_bucket.cc", |
| 153 | "base/allocator/partition_allocator/partition_oom.cc", |
| 154 | "base/allocator/partition_allocator/partition_page.cc", |
| 155 | "base/allocator/partition_allocator/partition_root.cc", |
| 156 | "base/allocator/partition_allocator/partition_stats.cc", |
| 157 | "base/allocator/partition_allocator/random.cc", |
| 158 | "base/allocator/partition_allocator/reservation_offset_table.cc", |
| 159 | "base/allocator/partition_allocator/spinning_mutex.cc", |
| 160 | "base/allocator/partition_allocator/starscan/metadata_allocator.cc", |
| 161 | "base/allocator/partition_allocator/starscan/pcscan.cc", |
| 162 | "base/allocator/partition_allocator/starscan/pcscan_internal.cc", |
| 163 | "base/allocator/partition_allocator/starscan/pcscan_scheduling.cc", |
| 164 | "base/allocator/partition_allocator/starscan/snapshot.cc", |
| 165 | "base/allocator/partition_allocator/starscan/stack/asm/x64/push_registers_asm.cc", |
| 166 | "base/allocator/partition_allocator/starscan/stack/stack.cc", |
| 167 | "base/allocator/partition_allocator/starscan/stats_collector.cc", |
| 168 | "base/allocator/partition_allocator/starscan/write_protector.cc", |
| 169 | "base/allocator/partition_allocator/tagging.cc", |
| 170 | "base/allocator/partition_allocator/thread_cache.cc", |
| 171 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 172 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 173 | generated_headers: [ |
| 174 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 175 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 176 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 177 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 178 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 179 | ], |
| 180 | export_generated_headers: [ |
| 181 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 182 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 183 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 184 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 185 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 186 | ], |
| 187 | defaults: [ |
| 188 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 189 | "cronet_aml_third_party_android_ndk_cpu_features", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 190 | ], |
| 191 | cflags: [ |
| 192 | "-DANDROID", |
| 193 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 194 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 195 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 196 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 197 | "-DDCHECK_ALWAYS_ON=1", |
| 198 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 199 | "-DHAVE_SYS_UIO_H", |
| 200 | "-DIS_PARTITION_ALLOC_IMPL", |
| 201 | "-DPA_PCSCAN_STACK_SUPPORTED", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 202 | "-DUSE_AURA=1", |
| 203 | "-DUSE_OZONE=1", |
| 204 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 205 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 206 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 207 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 208 | "-D_LARGEFILE64_SOURCE", |
| 209 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 210 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 211 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 212 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 213 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 214 | "-D__STDC_CONSTANT_MACROS", |
| 215 | "-D__STDC_FORMAT_MACROS", |
| 216 | ], |
| 217 | local_include_dirs: [ |
| 218 | "./", |
| 219 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 220 | "buildtools/third_party/libc++/trunk/include", |
| 221 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 222 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 223 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 224 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 225 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 226 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 227 | cpp_std: "c++20", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 228 | target: { |
| 229 | android_x86_64: { |
| 230 | srcs: [ |
| 231 | "base/allocator/partition_allocator/partition_alloc_base/files/file_path.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 232 | "base/allocator/partition_allocator/partition_alloc_base/native_library.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 233 | "base/allocator/partition_allocator/partition_alloc_base/native_library_posix.cc", |
| 234 | "base/allocator/partition_allocator/partition_alloc_base/time/time_android.cc", |
| 235 | ], |
| 236 | }, |
| 237 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 238 | } |
| 239 | |
| 240 | // GN: //base/allocator/partition_allocator:partition_alloc_buildflags |
| 241 | genrule { |
| 242 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 243 | 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] | 244 | "$(location build/write_buildflag_header.py) --output " + |
| 245 | "$(out) " + |
| 246 | "--rulename " + |
| 247 | "//base/allocator/partition_allocator:partition_alloc_buildflags " + |
| 248 | "--gen-dir " + |
| 249 | ". " + |
| 250 | "--definitions " + |
| 251 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 252 | out: [ |
| 253 | "base/allocator/partition_allocator/partition_alloc_buildflags.h", |
| 254 | ], |
| 255 | tool_files: [ |
| 256 | "build/write_buildflag_header.py", |
| 257 | ], |
| 258 | } |
| 259 | |
| 260 | // GN: //base:anchor_functions_buildflags |
| 261 | genrule { |
| 262 | name: "cronet_aml_base_anchor_functions_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 263 | cmd: "echo '--flags USE_LLD=\"true\" SUPPORTS_CODE_ORDERING=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 264 | "$(location build/write_buildflag_header.py) --output " + |
| 265 | "$(out) " + |
| 266 | "--rulename " + |
| 267 | "//base:anchor_functions_buildflags " + |
| 268 | "--gen-dir " + |
| 269 | ". " + |
| 270 | "--definitions " + |
| 271 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 272 | out: [ |
| 273 | "base/android/library_loader/anchor_functions_buildflags.h", |
| 274 | ], |
| 275 | tool_files: [ |
| 276 | "build/write_buildflag_header.py", |
| 277 | ], |
| 278 | } |
| 279 | |
| 280 | // GN: //base:android_runtime_jni_headers |
| 281 | genrule { |
| 282 | name: "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 283 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 284 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 285 | " " + |
| 286 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 287 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 288 | "$(genDir)/base/android_runtime_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 289 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 290 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 291 | "--jar_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 292 | "$(location third_party/android_sdk/public/platforms/android-33/android.jar) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 293 | "--output_name " + |
| 294 | "Runnable_jni.h " + |
| 295 | "--output_name " + |
| 296 | "Runtime_jni.h " + |
| 297 | "--input_file " + |
| 298 | "java/lang/Runnable.class " + |
| 299 | "--input_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 300 | "java/lang/Runtime.class " + |
| 301 | "--javap " + |
| 302 | "$$(find out/.path -name javap)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 303 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 304 | "base/android_runtime_jni_headers/Runnable_jni.h", |
| 305 | "base/android_runtime_jni_headers/Runtime_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 306 | ], |
| 307 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 308 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 309 | "base/android/jni_generator/jni_generator.py", |
| 310 | "build/android/gyp/util/__init__.py", |
| 311 | "build/android/gyp/util/build_utils.py", |
| 312 | "build/gn_helpers.py", |
| 313 | "third_party/android_sdk/public/platforms/android-33/android.jar", |
| 314 | ], |
| 315 | } |
| 316 | |
| 317 | // GN: //base:base |
| 318 | cc_library_static { |
| 319 | name: "cronet_aml_base_base", |
| 320 | srcs: [ |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 321 | "base/allocator/allocator_check.cc", |
| 322 | "base/allocator/allocator_extension.cc", |
| 323 | "base/allocator/dispatcher/dispatcher.cc", |
| 324 | "base/allocator/dispatcher/internal/dispatch_data.cc", |
| 325 | "base/allocator/dispatcher/reentry_guard.cc", |
| 326 | "base/allocator/partition_allocator/shim/allocator_shim.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 327 | "base/at_exit.cc", |
| 328 | "base/barrier_closure.cc", |
| 329 | "base/base64.cc", |
| 330 | "base/base64url.cc", |
| 331 | "base/base_paths.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 332 | "base/big_endian.cc", |
| 333 | "base/build_time.cc", |
| 334 | "base/callback_list.cc", |
| 335 | "base/check.cc", |
| 336 | "base/check_is_test.cc", |
| 337 | "base/check_op.cc", |
| 338 | "base/command_line.cc", |
| 339 | "base/containers/flat_tree.cc", |
| 340 | "base/containers/intrusive_heap.cc", |
| 341 | "base/containers/linked_list.cc", |
| 342 | "base/cpu.cc", |
| 343 | "base/cpu_reduction_experiment.cc", |
| 344 | "base/debug/activity_analyzer.cc", |
| 345 | "base/debug/activity_tracker.cc", |
| 346 | "base/debug/alias.cc", |
| 347 | "base/debug/asan_invalid_access.cc", |
| 348 | "base/debug/buffered_dwarf_reader.cc", |
| 349 | "base/debug/crash_logging.cc", |
| 350 | "base/debug/debugger.cc", |
| 351 | "base/debug/debugger_posix.cc", |
| 352 | "base/debug/dump_without_crashing.cc", |
| 353 | "base/debug/dwarf_line_no.cc", |
| 354 | "base/debug/elf_reader.cc", |
| 355 | "base/debug/proc_maps_linux.cc", |
| 356 | "base/debug/profiler.cc", |
| 357 | "base/debug/stack_trace.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 358 | "base/debug/task_trace.cc", |
| 359 | "base/environment.cc", |
| 360 | "base/feature_list.cc", |
| 361 | "base/features.cc", |
| 362 | "base/file_descriptor_posix.cc", |
| 363 | "base/file_descriptor_store.cc", |
| 364 | "base/files/file.cc", |
| 365 | "base/files/file_descriptor_watcher_posix.cc", |
| 366 | "base/files/file_enumerator.cc", |
| 367 | "base/files/file_enumerator_posix.cc", |
| 368 | "base/files/file_path.cc", |
| 369 | "base/files/file_path_watcher.cc", |
| 370 | "base/files/file_path_watcher_inotify.cc", |
| 371 | "base/files/file_posix.cc", |
| 372 | "base/files/file_proxy.cc", |
| 373 | "base/files/file_tracing.cc", |
| 374 | "base/files/file_util.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 375 | "base/files/file_util_posix.cc", |
| 376 | "base/files/important_file_writer.cc", |
| 377 | "base/files/important_file_writer_cleaner.cc", |
| 378 | "base/files/memory_mapped_file.cc", |
| 379 | "base/files/memory_mapped_file_posix.cc", |
| 380 | "base/files/safe_base_name.cc", |
| 381 | "base/files/scoped_file.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 382 | "base/files/scoped_temp_dir.cc", |
| 383 | "base/functional/callback_helpers.cc", |
| 384 | "base/functional/callback_internal.cc", |
| 385 | "base/guid.cc", |
| 386 | "base/hash/hash.cc", |
| 387 | "base/hash/legacy_hash.cc", |
| 388 | "base/hash/md5_boringssl.cc", |
| 389 | "base/hash/sha1_boringssl.cc", |
| 390 | "base/json/json_file_value_serializer.cc", |
| 391 | "base/json/json_parser.cc", |
| 392 | "base/json/json_reader.cc", |
| 393 | "base/json/json_string_value_serializer.cc", |
| 394 | "base/json/json_value_converter.cc", |
| 395 | "base/json/json_writer.cc", |
| 396 | "base/json/string_escape.cc", |
| 397 | "base/json/values_util.cc", |
| 398 | "base/lazy_instance_helpers.cc", |
| 399 | "base/linux_util.cc", |
| 400 | "base/location.cc", |
| 401 | "base/logging.cc", |
| 402 | "base/memory/aligned_memory.cc", |
| 403 | "base/memory/discardable_memory.cc", |
| 404 | "base/memory/discardable_memory_allocator.cc", |
| 405 | "base/memory/discardable_shared_memory.cc", |
| 406 | "base/memory/madv_free_discardable_memory_allocator_posix.cc", |
| 407 | "base/memory/madv_free_discardable_memory_posix.cc", |
| 408 | "base/memory/memory_pressure_listener.cc", |
| 409 | "base/memory/memory_pressure_monitor.cc", |
| 410 | "base/memory/nonscannable_memory.cc", |
| 411 | "base/memory/page_size_posix.cc", |
| 412 | "base/memory/platform_shared_memory_handle.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 413 | "base/memory/platform_shared_memory_region.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 414 | "base/memory/raw_ptr.cc", |
| 415 | "base/memory/raw_ptr_asan_bound_arg_tracker.cc", |
| 416 | "base/memory/raw_ptr_asan_service.cc", |
| 417 | "base/memory/read_only_shared_memory_region.cc", |
| 418 | "base/memory/ref_counted.cc", |
| 419 | "base/memory/ref_counted_memory.cc", |
| 420 | "base/memory/shared_memory_mapper.cc", |
| 421 | "base/memory/shared_memory_mapping.cc", |
| 422 | "base/memory/shared_memory_security_policy.cc", |
| 423 | "base/memory/shared_memory_tracker.cc", |
| 424 | "base/memory/unsafe_shared_memory_pool.cc", |
| 425 | "base/memory/unsafe_shared_memory_region.cc", |
| 426 | "base/memory/weak_ptr.cc", |
| 427 | "base/memory/writable_shared_memory_region.cc", |
| 428 | "base/message_loop/message_pump.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 429 | "base/message_loop/message_pump_default.cc", |
| 430 | "base/message_loop/message_pump_epoll.cc", |
| 431 | "base/message_loop/message_pump_libevent.cc", |
| 432 | "base/message_loop/watchable_io_message_pump_posix.cc", |
| 433 | "base/message_loop/work_id_provider.cc", |
| 434 | "base/metrics/bucket_ranges.cc", |
| 435 | "base/metrics/crc32.cc", |
| 436 | "base/metrics/dummy_histogram.cc", |
| 437 | "base/metrics/field_trial.cc", |
| 438 | "base/metrics/field_trial_param_associator.cc", |
| 439 | "base/metrics/field_trial_params.cc", |
| 440 | "base/metrics/histogram.cc", |
| 441 | "base/metrics/histogram_base.cc", |
| 442 | "base/metrics/histogram_delta_serialization.cc", |
| 443 | "base/metrics/histogram_functions.cc", |
| 444 | "base/metrics/histogram_samples.cc", |
| 445 | "base/metrics/histogram_snapshot_manager.cc", |
| 446 | "base/metrics/metrics_hashes.cc", |
| 447 | "base/metrics/persistent_histogram_allocator.cc", |
| 448 | "base/metrics/persistent_histogram_storage.cc", |
| 449 | "base/metrics/persistent_memory_allocator.cc", |
| 450 | "base/metrics/persistent_sample_map.cc", |
| 451 | "base/metrics/ranges_manager.cc", |
| 452 | "base/metrics/sample_map.cc", |
| 453 | "base/metrics/sample_vector.cc", |
| 454 | "base/metrics/single_sample_metrics.cc", |
| 455 | "base/metrics/sparse_histogram.cc", |
| 456 | "base/metrics/statistics_recorder.cc", |
| 457 | "base/metrics/user_metrics.cc", |
| 458 | "base/native_library.cc", |
| 459 | "base/native_library_posix.cc", |
| 460 | "base/observer_list_internal.cc", |
| 461 | "base/observer_list_threadsafe.cc", |
| 462 | "base/observer_list_types.cc", |
| 463 | "base/one_shot_event.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 464 | "base/path_service.cc", |
| 465 | "base/pending_task.cc", |
| 466 | "base/pickle.cc", |
| 467 | "base/posix/can_lower_nice_to.cc", |
| 468 | "base/posix/file_descriptor_shuffle.cc", |
| 469 | "base/posix/global_descriptors.cc", |
| 470 | "base/posix/safe_strerror.cc", |
| 471 | "base/posix/unix_domain_socket.cc", |
| 472 | "base/power_monitor/battery_level_provider.cc", |
| 473 | "base/power_monitor/battery_state_sampler.cc", |
| 474 | "base/power_monitor/moving_average.cc", |
| 475 | "base/power_monitor/power_monitor.cc", |
| 476 | "base/power_monitor/power_monitor_device_source.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 477 | "base/power_monitor/power_monitor_features.cc", |
| 478 | "base/power_monitor/power_monitor_source.cc", |
| 479 | "base/power_monitor/sampling_event_source.cc", |
| 480 | "base/power_monitor/timer_sampling_event_source.cc", |
| 481 | "base/process/environment_internal.cc", |
| 482 | "base/process/internal_linux.cc", |
| 483 | "base/process/kill.cc", |
| 484 | "base/process/kill_posix.cc", |
| 485 | "base/process/launch.cc", |
| 486 | "base/process/launch_posix.cc", |
| 487 | "base/process/memory.cc", |
| 488 | "base/process/memory_linux.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 489 | "base/process/process_handle.cc", |
| 490 | "base/process/process_handle_linux.cc", |
| 491 | "base/process/process_handle_posix.cc", |
| 492 | "base/process/process_iterator.cc", |
| 493 | "base/process/process_iterator_linux.cc", |
| 494 | "base/process/process_metrics.cc", |
| 495 | "base/process/process_metrics_linux.cc", |
| 496 | "base/process/process_metrics_posix.cc", |
| 497 | "base/process/process_posix.cc", |
| 498 | "base/profiler/arm_cfi_table.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 499 | "base/profiler/frame.cc", |
| 500 | "base/profiler/metadata_recorder.cc", |
| 501 | "base/profiler/module_cache.cc", |
| 502 | "base/profiler/module_cache_posix.cc", |
| 503 | "base/profiler/sample_metadata.cc", |
| 504 | "base/profiler/sampling_profiler_thread_token.cc", |
| 505 | "base/profiler/stack_base_address_posix.cc", |
| 506 | "base/profiler/stack_buffer.cc", |
| 507 | "base/profiler/stack_copier.cc", |
| 508 | "base/profiler/stack_copier_signal.cc", |
| 509 | "base/profiler/stack_copier_suspend.cc", |
| 510 | "base/profiler/stack_sampler.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 511 | "base/profiler/stack_sampler_impl.cc", |
| 512 | "base/profiler/stack_sampling_profiler.cc", |
| 513 | "base/profiler/thread_delegate_posix.cc", |
| 514 | "base/profiler/unwinder.cc", |
| 515 | "base/rand_util.cc", |
| 516 | "base/rand_util_posix.cc", |
| 517 | "base/run_loop.cc", |
| 518 | "base/sampling_heap_profiler/lock_free_address_hash_set.cc", |
| 519 | "base/sampling_heap_profiler/poisson_allocation_sampler.cc", |
| 520 | "base/sampling_heap_profiler/sampling_heap_profiler.cc", |
| 521 | "base/scoped_add_feature_flags.cc", |
| 522 | "base/scoped_environment_variable_override.cc", |
| 523 | "base/scoped_native_library.cc", |
| 524 | "base/sequence_checker.cc", |
| 525 | "base/sequence_checker_impl.cc", |
| 526 | "base/sequence_token.cc", |
| 527 | "base/strings/abseil_string_conversions.cc", |
| 528 | "base/strings/abseil_string_number_conversions.cc", |
| 529 | "base/strings/escape.cc", |
| 530 | "base/strings/latin1_string_conversions.cc", |
| 531 | "base/strings/pattern.cc", |
| 532 | "base/strings/safe_sprintf.cc", |
| 533 | "base/strings/strcat.cc", |
| 534 | "base/strings/string_number_conversions.cc", |
| 535 | "base/strings/string_piece.cc", |
| 536 | "base/strings/string_split.cc", |
| 537 | "base/strings/string_util.cc", |
| 538 | "base/strings/string_util_constants.cc", |
| 539 | "base/strings/stringprintf.cc", |
| 540 | "base/strings/sys_string_conversions_posix.cc", |
| 541 | "base/strings/utf_offset_string_conversions.cc", |
| 542 | "base/strings/utf_string_conversion_utils.cc", |
| 543 | "base/strings/utf_string_conversions.cc", |
| 544 | "base/substring_set_matcher/matcher_string_pattern.cc", |
| 545 | "base/substring_set_matcher/substring_set_matcher.cc", |
| 546 | "base/supports_user_data.cc", |
| 547 | "base/sync_socket.cc", |
| 548 | "base/sync_socket_posix.cc", |
| 549 | "base/synchronization/atomic_flag.cc", |
| 550 | "base/synchronization/condition_variable_posix.cc", |
| 551 | "base/synchronization/lock.cc", |
| 552 | "base/synchronization/lock_impl_posix.cc", |
| 553 | "base/synchronization/waitable_event_posix.cc", |
| 554 | "base/synchronization/waitable_event_watcher_posix.cc", |
| 555 | "base/syslog_logging.cc", |
| 556 | "base/system/sys_info.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 557 | "base/system/sys_info_linux.cc", |
| 558 | "base/system/sys_info_posix.cc", |
| 559 | "base/system/system_monitor.cc", |
| 560 | "base/task/cancelable_task_tracker.cc", |
| 561 | "base/task/common/checked_lock_impl.cc", |
| 562 | "base/task/common/lazy_now.cc", |
| 563 | "base/task/common/operations_controller.cc", |
| 564 | "base/task/common/scoped_defer_task_posting.cc", |
| 565 | "base/task/common/task_annotator.cc", |
| 566 | "base/task/current_thread.cc", |
| 567 | "base/task/default_delayed_task_handle_delegate.cc", |
| 568 | "base/task/deferred_sequenced_task_runner.cc", |
| 569 | "base/task/delayed_task_handle.cc", |
| 570 | "base/task/lazy_thread_pool_task_runner.cc", |
| 571 | "base/task/post_job.cc", |
| 572 | "base/task/scoped_set_task_priority_for_current_thread.cc", |
| 573 | "base/task/sequence_manager/associated_thread_id.cc", |
| 574 | "base/task/sequence_manager/atomic_flag_set.cc", |
| 575 | "base/task/sequence_manager/delayed_task_handle_delegate.cc", |
| 576 | "base/task/sequence_manager/enqueue_order_generator.cc", |
| 577 | "base/task/sequence_manager/fence.cc", |
| 578 | "base/task/sequence_manager/hierarchical_timing_wheel.cc", |
| 579 | "base/task/sequence_manager/sequence_manager.cc", |
| 580 | "base/task/sequence_manager/sequence_manager_impl.cc", |
| 581 | "base/task/sequence_manager/sequenced_task_source.cc", |
| 582 | "base/task/sequence_manager/task_order.cc", |
| 583 | "base/task/sequence_manager/task_queue.cc", |
| 584 | "base/task/sequence_manager/task_queue_impl.cc", |
| 585 | "base/task/sequence_manager/task_queue_selector.cc", |
| 586 | "base/task/sequence_manager/tasks.cc", |
| 587 | "base/task/sequence_manager/thread_controller.cc", |
| 588 | "base/task/sequence_manager/thread_controller_impl.cc", |
| 589 | "base/task/sequence_manager/thread_controller_power_monitor.cc", |
| 590 | "base/task/sequence_manager/thread_controller_with_message_pump_impl.cc", |
| 591 | "base/task/sequence_manager/time_domain.cc", |
| 592 | "base/task/sequence_manager/timing_wheel.cc", |
| 593 | "base/task/sequence_manager/wake_up_queue.cc", |
| 594 | "base/task/sequence_manager/work_deduplicator.cc", |
| 595 | "base/task/sequence_manager/work_queue.cc", |
| 596 | "base/task/sequence_manager/work_queue_sets.cc", |
| 597 | "base/task/sequenced_task_runner.cc", |
| 598 | "base/task/simple_task_executor.cc", |
| 599 | "base/task/single_thread_task_executor.cc", |
| 600 | "base/task/single_thread_task_runner.cc", |
| 601 | "base/task/task_executor.cc", |
| 602 | "base/task/task_features.cc", |
| 603 | "base/task/task_runner.cc", |
| 604 | "base/task/task_traits.cc", |
| 605 | "base/task/thread_pool.cc", |
| 606 | "base/task/thread_pool/delayed_priority_queue.cc", |
| 607 | "base/task/thread_pool/delayed_task_manager.cc", |
| 608 | "base/task/thread_pool/environment_config.cc", |
| 609 | "base/task/thread_pool/initialization_util.cc", |
| 610 | "base/task/thread_pool/job_task_source.cc", |
| 611 | "base/task/thread_pool/pooled_parallel_task_runner.cc", |
| 612 | "base/task/thread_pool/pooled_sequenced_task_runner.cc", |
| 613 | "base/task/thread_pool/pooled_single_thread_task_runner_manager.cc", |
| 614 | "base/task/thread_pool/pooled_task_runner_delegate.cc", |
| 615 | "base/task/thread_pool/priority_queue.cc", |
| 616 | "base/task/thread_pool/sequence.cc", |
| 617 | "base/task/thread_pool/service_thread.cc", |
| 618 | "base/task/thread_pool/task.cc", |
| 619 | "base/task/thread_pool/task_source.cc", |
| 620 | "base/task/thread_pool/task_source_sort_key.cc", |
| 621 | "base/task/thread_pool/task_tracker.cc", |
| 622 | "base/task/thread_pool/thread_group.cc", |
| 623 | "base/task/thread_pool/thread_group_impl.cc", |
| 624 | "base/task/thread_pool/thread_group_native.cc", |
| 625 | "base/task/thread_pool/thread_pool_impl.cc", |
| 626 | "base/task/thread_pool/thread_pool_instance.cc", |
| 627 | "base/task/thread_pool/worker_thread.cc", |
| 628 | "base/task/thread_pool/worker_thread_stack.cc", |
| 629 | "base/third_party/cityhash/city.cc", |
| 630 | "base/third_party/cityhash_v103/src/city_v103.cc", |
| 631 | "base/third_party/nspr/prtime.cc", |
| 632 | "base/third_party/superfasthash/superfasthash.c", |
| 633 | "base/threading/hang_watcher.cc", |
| 634 | "base/threading/platform_thread.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 635 | "base/threading/platform_thread_internal_posix.cc", |
| 636 | "base/threading/platform_thread_posix.cc", |
| 637 | "base/threading/platform_thread_ref.cc", |
| 638 | "base/threading/post_task_and_reply_impl.cc", |
| 639 | "base/threading/scoped_blocking_call.cc", |
| 640 | "base/threading/scoped_blocking_call_internal.cc", |
| 641 | "base/threading/scoped_thread_priority.cc", |
| 642 | "base/threading/sequence_local_storage_map.cc", |
| 643 | "base/threading/sequence_local_storage_slot.cc", |
| 644 | "base/threading/sequenced_task_runner_handle.cc", |
| 645 | "base/threading/simple_thread.cc", |
| 646 | "base/threading/thread.cc", |
| 647 | "base/threading/thread_checker.cc", |
| 648 | "base/threading/thread_checker_impl.cc", |
| 649 | "base/threading/thread_collision_warner.cc", |
| 650 | "base/threading/thread_id_name_manager.cc", |
| 651 | "base/threading/thread_local_storage.cc", |
| 652 | "base/threading/thread_local_storage_posix.cc", |
| 653 | "base/threading/thread_restrictions.cc", |
| 654 | "base/threading/thread_task_runner_handle.cc", |
| 655 | "base/threading/watchdog.cc", |
| 656 | "base/time/clock.cc", |
| 657 | "base/time/default_clock.cc", |
| 658 | "base/time/default_tick_clock.cc", |
| 659 | "base/time/tick_clock.cc", |
| 660 | "base/time/time.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 661 | "base/time/time_conversion_posix.cc", |
| 662 | "base/time/time_delta_from_string.cc", |
| 663 | "base/time/time_exploded_icu.cc", |
| 664 | "base/time/time_exploded_posix.cc", |
| 665 | "base/time/time_now_posix.cc", |
| 666 | "base/time/time_override.cc", |
| 667 | "base/time/time_to_iso8601.cc", |
| 668 | "base/timer/elapsed_timer.cc", |
| 669 | "base/timer/hi_res_timer_manager_posix.cc", |
| 670 | "base/timer/lap_timer.cc", |
| 671 | "base/timer/timer.cc", |
| 672 | "base/timer/wall_clock_timer.cc", |
| 673 | "base/token.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 674 | "base/trace_event/heap_profiler_allocation_context.cc", |
| 675 | "base/trace_event/heap_profiler_allocation_context_tracker.cc", |
| 676 | "base/trace_event/memory_allocator_dump_guid.cc", |
| 677 | "base/trace_event/trace_event_stub.cc", |
| 678 | "base/trace_event/trace_id_helper.cc", |
| 679 | "base/unguessable_token.cc", |
| 680 | "base/value_iterators.cc", |
| 681 | "base/values.cc", |
| 682 | "base/version.cc", |
| 683 | "base/vlog.cc", |
| 684 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 685 | static_libs: [ |
| 686 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 687 | "cronet_aml_base_base_static", |
| 688 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 689 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 690 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 691 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 692 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 693 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 694 | "cronet_aml_third_party_icu_icui18n", |
| 695 | "cronet_aml_third_party_icu_icuuc_private", |
| 696 | "cronet_aml_third_party_libevent_libevent", |
| 697 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 698 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 699 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 700 | generated_headers: [ |
| 701 | "cronet_aml_base_allocator_buildflags", |
| 702 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 703 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 704 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 705 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 706 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 707 | "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 708 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 709 | "cronet_aml_base_base_jni_headers", |
| 710 | "cronet_aml_base_build_date", |
| 711 | "cronet_aml_base_cfi_buildflags", |
| 712 | "cronet_aml_base_clang_profiling_buildflags", |
| 713 | "cronet_aml_base_debugging_buildflags", |
| 714 | "cronet_aml_base_feature_list_buildflags", |
| 715 | "cronet_aml_base_ios_cronet_buildflags", |
| 716 | "cronet_aml_base_logging_buildflags", |
| 717 | "cronet_aml_base_message_pump_buildflags", |
| 718 | "cronet_aml_base_orderfile_buildflags", |
| 719 | "cronet_aml_base_parsing_buildflags", |
| 720 | "cronet_aml_base_power_monitor_buildflags", |
| 721 | "cronet_aml_base_profiler_buildflags", |
| 722 | "cronet_aml_base_sanitizer_buildflags", |
| 723 | "cronet_aml_base_synchronization_buildflags", |
| 724 | "cronet_aml_base_tracing_buildflags", |
| 725 | "cronet_aml_build_branding_buildflags", |
| 726 | "cronet_aml_build_chromecast_buildflags", |
| 727 | "cronet_aml_build_chromeos_buildflags", |
| 728 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 729 | ], |
| 730 | export_generated_headers: [ |
| 731 | "cronet_aml_base_allocator_buildflags", |
| 732 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 733 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 734 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 735 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 736 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 737 | "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 738 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 739 | "cronet_aml_base_base_jni_headers", |
| 740 | "cronet_aml_base_build_date", |
| 741 | "cronet_aml_base_cfi_buildflags", |
| 742 | "cronet_aml_base_clang_profiling_buildflags", |
| 743 | "cronet_aml_base_debugging_buildflags", |
| 744 | "cronet_aml_base_feature_list_buildflags", |
| 745 | "cronet_aml_base_ios_cronet_buildflags", |
| 746 | "cronet_aml_base_logging_buildflags", |
| 747 | "cronet_aml_base_message_pump_buildflags", |
| 748 | "cronet_aml_base_orderfile_buildflags", |
| 749 | "cronet_aml_base_parsing_buildflags", |
| 750 | "cronet_aml_base_power_monitor_buildflags", |
| 751 | "cronet_aml_base_profiler_buildflags", |
| 752 | "cronet_aml_base_sanitizer_buildflags", |
| 753 | "cronet_aml_base_synchronization_buildflags", |
| 754 | "cronet_aml_base_tracing_buildflags", |
| 755 | "cronet_aml_build_branding_buildflags", |
| 756 | "cronet_aml_build_chromecast_buildflags", |
| 757 | "cronet_aml_build_chromeos_buildflags", |
| 758 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 759 | ], |
| 760 | defaults: [ |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 761 | "cronet_aml_base_numerics_base_numerics", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 762 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 763 | "cronet_aml_third_party_abseil_cpp_absl", |
| 764 | "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 765 | "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 766 | "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 767 | "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 768 | "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 769 | "cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 770 | "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 771 | "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 772 | "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 773 | "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 774 | "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 775 | "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 776 | "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 777 | "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 778 | "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 779 | "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 780 | "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 781 | "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 782 | "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 783 | "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 784 | "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 785 | "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 786 | "cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 787 | "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 788 | "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 789 | "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 790 | "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 791 | "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 792 | "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 793 | "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 794 | "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 795 | "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 796 | "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 797 | "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 798 | "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 799 | "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 800 | "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 801 | "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 802 | "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 803 | "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 804 | "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 805 | "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 806 | "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 807 | "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 808 | "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 809 | "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 810 | "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 811 | "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 812 | "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 813 | "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 814 | "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 815 | "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 816 | "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 817 | "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 818 | "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 819 | "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 820 | "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 821 | "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 822 | "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 823 | "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 824 | "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 825 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 826 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 827 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 828 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 829 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 830 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 831 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 832 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 833 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 834 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 835 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 836 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 837 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 838 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 839 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 840 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 841 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 842 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 843 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 844 | "cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 845 | "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 846 | "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 847 | "cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 848 | "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 849 | "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 850 | "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 851 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 852 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 853 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 854 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 855 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 856 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 857 | "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 858 | "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 859 | "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 860 | "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 861 | "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 862 | "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 863 | "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 864 | "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 865 | "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 866 | "cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 867 | "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 868 | "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 869 | "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 870 | "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 871 | "cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 872 | "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 873 | "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 874 | "cronet_aml_third_party_android_ndk_cpu_features", |
| 875 | "cronet_aml_third_party_ashmem_ashmem", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 876 | ], |
| 877 | cflags: [ |
| 878 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 879 | "-DANDROID", |
| 880 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 881 | "-DBASE_IMPLEMENTATION", |
| 882 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 883 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 884 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 885 | "-DDCHECK_ALWAYS_ON=1", |
| 886 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 887 | "-DGLOG_EXPORT=", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 888 | "-DHAVE_SYS_UIO_H", |
| 889 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 890 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 891 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 892 | "-DUSE_OZONE=1", |
| 893 | "-DUSE_SYMBOLIZE", |
| 894 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 895 | "-DU_ENABLE_DYLOAD=0", |
| 896 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 897 | "-DU_ENABLE_TRACING=1", |
| 898 | "-DU_STATIC_IMPLEMENTATION", |
| 899 | "-DU_USING_ICU_NAMESPACE=0", |
| 900 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 901 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 902 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 903 | "-D_LARGEFILE64_SOURCE", |
| 904 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 905 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 906 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 907 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 908 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 909 | "-D__STDC_CONSTANT_MACROS", |
| 910 | "-D__STDC_FORMAT_MACROS", |
| 911 | ], |
| 912 | local_include_dirs: [ |
| 913 | "./", |
| 914 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 915 | "buildtools/third_party/libc++/trunk/include", |
| 916 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 917 | "third_party/abseil-cpp/", |
| 918 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 919 | "third_party/boringssl/src/include/", |
| 920 | "third_party/icu/source/common/", |
| 921 | "third_party/icu/source/i18n/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 922 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 923 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 924 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 925 | ], |
Patrick Rohr | f22e9d0 | 2022-10-28 14:20:46 -0700 | [diff] [blame] | 926 | header_libs: [ |
| 927 | "jni_headers", |
| 928 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 929 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 930 | target: { |
| 931 | android: { |
| 932 | shared_libs: [ |
| 933 | "libandroid", |
| 934 | "liblog", |
| 935 | ], |
| 936 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 937 | android_x86_64: { |
| 938 | srcs: [ |
| 939 | "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 940 | "base/android/android_hardware_buffer_compat.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 941 | "base/android/android_image_reader_compat.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 942 | "base/android/apk_assets.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 943 | "base/android/application_status_listener.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 944 | "base/android/base_feature_list.cc", |
| 945 | "base/android/base_features.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 946 | "base/android/base_jni_onload.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 947 | "base/android/build_info.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 948 | "base/android/bundle_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 949 | "base/android/callback_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 950 | "base/android/child_process_service.cc", |
| 951 | "base/android/command_line_android.cc", |
| 952 | "base/android/content_uri_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 953 | "base/android/cpu_features.cc", |
| 954 | "base/android/early_trace_event_binding.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 955 | "base/android/event_log.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 956 | "base/android/feature_list_jni.cc", |
| 957 | "base/android/features_jni.cc", |
| 958 | "base/android/field_trial_list.cc", |
| 959 | "base/android/important_file_writer_android.cc", |
| 960 | "base/android/int_string_callback.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 961 | "base/android/jank_metric_uma_recorder.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 962 | "base/android/java_exception_reporter.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 963 | "base/android/java_handler_thread.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 964 | "base/android/java_heap_dump_generator.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 965 | "base/android/java_runtime.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 966 | "base/android/jni_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 967 | "base/android/jni_array.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 968 | "base/android/jni_registrar.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 969 | "base/android/jni_string.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 970 | "base/android/jni_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 971 | "base/android/jni_weak_ref.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 972 | "base/android/library_loader/anchor_functions.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 973 | "base/android/library_loader/library_loader_hooks.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 974 | "base/android/library_loader/library_prefetcher.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 975 | "base/android/library_loader/library_prefetcher_hooks.cc", |
| 976 | "base/android/locale_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 977 | "base/android/memory_pressure_listener_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 978 | "base/android/native_uma_recorder.cc", |
| 979 | "base/android/path_service_android.cc", |
| 980 | "base/android/path_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 981 | "base/android/radio_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 982 | "base/android/reached_addresses_bitset.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 983 | "base/android/reached_code_profiler_stub.cc", |
| 984 | "base/android/remove_stale_data.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 985 | "base/android/scoped_hardware_buffer_fence_sync.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 986 | "base/android/scoped_hardware_buffer_handle.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 987 | "base/android/scoped_java_ref.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 988 | "base/android/statistics_recorder_android.cc", |
| 989 | "base/android/sys_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 990 | "base/android/task_scheduler/post_task_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 991 | "base/android/task_scheduler/task_runner_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 992 | "base/android/thread_instruction_count.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 993 | "base/android/timezone_utils.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 994 | "base/android/trace_event_binding.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 995 | "base/android/unguessable_token_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 996 | "base/base_paths_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 997 | "base/debug/stack_trace_android.cc", |
| 998 | "base/files/file_util_android.cc", |
| 999 | "base/files/scoped_file_android.cc", |
| 1000 | "base/memory/platform_shared_memory_mapper_android.cc", |
| 1001 | "base/memory/platform_shared_memory_region_android.cc", |
| 1002 | "base/message_loop/message_pump_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 1003 | "base/os_compat_android.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 1004 | "base/power_monitor/power_monitor_device_source_android.cc", |
| 1005 | "base/process/process_android.cc", |
| 1006 | "base/profiler/stack_sampler_android.cc", |
| 1007 | "base/system/sys_info_android.cc", |
| 1008 | "base/threading/platform_thread_android.cc", |
| 1009 | "base/time/time_android.cc", |
| 1010 | ], |
| 1011 | }, |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 1012 | host: { |
| 1013 | srcs: [ |
| 1014 | "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_glibc.cc", |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 1015 | "base/base_paths_posix.cc", |
| 1016 | "base/debug/stack_trace_posix.cc", |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 1017 | "base/files/file_util_linux.cc", |
| 1018 | "base/files/scoped_file_linux.cc", |
| 1019 | "base/memory/platform_shared_memory_mapper_posix.cc", |
| 1020 | "base/memory/platform_shared_memory_region_posix.cc", |
| 1021 | "base/nix/mime_util_xdg.cc", |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 1022 | "base/nix/xdg_util.cc", |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 1023 | "base/power_monitor/power_monitor_device_source_stub.cc", |
| 1024 | "base/process/process_linux.cc", |
| 1025 | "base/profiler/stack_sampler_posix.cc", |
| 1026 | "base/stack_canary_linux.cc", |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 1027 | "base/threading/platform_thread_linux.cc", |
| 1028 | ], |
| 1029 | }, |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1030 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1031 | } |
| 1032 | |
| 1033 | // GN: //base:base_jni_headers |
| 1034 | genrule { |
| 1035 | name: "cronet_aml_base_base_jni_headers", |
| 1036 | srcs: [ |
| 1037 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 1038 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 1039 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 1040 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 1041 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 1042 | "base/android/java/src/org/chromium/base/Callback.java", |
| 1043 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 1044 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 1045 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 1046 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 1047 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 1048 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 1049 | "base/android/java/src/org/chromium/base/Features.java", |
| 1050 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 1051 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 1052 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 1053 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 1054 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 1055 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 1056 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
| 1057 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 1058 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
| 1059 | "base/android/java/src/org/chromium/base/PathService.java", |
| 1060 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 1061 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 1062 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 1063 | "base/android/java/src/org/chromium/base/SysUtils.java", |
| 1064 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 1065 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 1066 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 1067 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 1068 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 1069 | "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java", |
| 1070 | "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java", |
| 1071 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 1072 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 1073 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 1074 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java", |
| 1075 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 1076 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 1077 | ], |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1078 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 1079 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 1080 | " " + |
| 1081 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1082 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1083 | "$(genDir)/base/base_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1084 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 1085 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1086 | "--use_proxy_hash " + |
| 1087 | "--output_name " + |
| 1088 | "ApkAssets_jni.h " + |
| 1089 | "--output_name " + |
| 1090 | "ApplicationStatus_jni.h " + |
| 1091 | "--output_name " + |
| 1092 | "BaseFeatureList_jni.h " + |
| 1093 | "--output_name " + |
| 1094 | "BuildInfo_jni.h " + |
| 1095 | "--output_name " + |
| 1096 | "BundleUtils_jni.h " + |
| 1097 | "--output_name " + |
| 1098 | "Callback_jni.h " + |
| 1099 | "--output_name " + |
| 1100 | "CommandLine_jni.h " + |
| 1101 | "--output_name " + |
| 1102 | "ContentUriUtils_jni.h " + |
| 1103 | "--output_name " + |
| 1104 | "CpuFeatures_jni.h " + |
| 1105 | "--output_name " + |
| 1106 | "EarlyTraceEvent_jni.h " + |
| 1107 | "--output_name " + |
| 1108 | "EventLog_jni.h " + |
| 1109 | "--output_name " + |
| 1110 | "FeatureList_jni.h " + |
| 1111 | "--output_name " + |
| 1112 | "Features_jni.h " + |
| 1113 | "--output_name " + |
| 1114 | "FieldTrialList_jni.h " + |
| 1115 | "--output_name " + |
| 1116 | "FileUtils_jni.h " + |
| 1117 | "--output_name " + |
| 1118 | "ImportantFileWriterAndroid_jni.h " + |
| 1119 | "--output_name " + |
| 1120 | "IntStringCallback_jni.h " + |
| 1121 | "--output_name " + |
| 1122 | "JNIUtils_jni.h " + |
| 1123 | "--output_name " + |
| 1124 | "JavaExceptionReporter_jni.h " + |
| 1125 | "--output_name " + |
| 1126 | "JavaHandlerThread_jni.h " + |
| 1127 | "--output_name " + |
| 1128 | "LocaleUtils_jni.h " + |
| 1129 | "--output_name " + |
| 1130 | "MemoryPressureListener_jni.h " + |
| 1131 | "--output_name " + |
| 1132 | "PathService_jni.h " + |
| 1133 | "--output_name " + |
| 1134 | "PathUtils_jni.h " + |
| 1135 | "--output_name " + |
| 1136 | "PowerMonitor_jni.h " + |
| 1137 | "--output_name " + |
| 1138 | "RadioUtils_jni.h " + |
| 1139 | "--output_name " + |
| 1140 | "SysUtils_jni.h " + |
| 1141 | "--output_name " + |
| 1142 | "ThreadUtils_jni.h " + |
| 1143 | "--output_name " + |
| 1144 | "TimezoneUtils_jni.h " + |
| 1145 | "--output_name " + |
| 1146 | "TraceEvent_jni.h " + |
| 1147 | "--output_name " + |
| 1148 | "UnguessableToken_jni.h " + |
| 1149 | "--output_name " + |
| 1150 | "JankMetricUMARecorder_jni.h " + |
| 1151 | "--output_name " + |
| 1152 | "LibraryLoader_jni.h " + |
| 1153 | "--output_name " + |
| 1154 | "LibraryPrefetcher_jni.h " + |
| 1155 | "--output_name " + |
| 1156 | "JavaHeapDumpGenerator_jni.h " + |
| 1157 | "--output_name " + |
| 1158 | "NativeUmaRecorder_jni.h " + |
| 1159 | "--output_name " + |
| 1160 | "StatisticsRecorderAndroid_jni.h " + |
| 1161 | "--output_name " + |
| 1162 | "ChildProcessService_jni.h " + |
| 1163 | "--output_name " + |
| 1164 | "PostTask_jni.h " + |
| 1165 | "--output_name " + |
| 1166 | "TaskRunnerImpl_jni.h " + |
| 1167 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1168 | "$(location base/android/java/src/org/chromium/base/ApkAssets.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/ApplicationStatus.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/BaseFeatureList.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/BuildInfo.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/BundleUtils.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/Callback.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/CommandLine.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/ContentUriUtils.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/CpuFeatures.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/EarlyTraceEvent.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/EventLog.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/FeatureList.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/Features.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/FieldTrialList.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/FileUtils.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/ImportantFileWriterAndroid.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/IntStringCallback.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/JNIUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1203 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1204 | "$(location base/android/java/src/org/chromium/base/JavaExceptionReporter.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1205 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1206 | "$(location base/android/java/src/org/chromium/base/JavaHandlerThread.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1207 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1208 | "$(location base/android/java/src/org/chromium/base/LocaleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1209 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1210 | "$(location base/android/java/src/org/chromium/base/MemoryPressureListener.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1211 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1212 | "$(location base/android/java/src/org/chromium/base/PathService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1213 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1214 | "$(location base/android/java/src/org/chromium/base/PathUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1215 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1216 | "$(location base/android/java/src/org/chromium/base/PowerMonitor.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1217 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1218 | "$(location base/android/java/src/org/chromium/base/RadioUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1219 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1220 | "$(location base/android/java/src/org/chromium/base/SysUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1221 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1222 | "$(location base/android/java/src/org/chromium/base/ThreadUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1223 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1224 | "$(location base/android/java/src/org/chromium/base/TimezoneUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1225 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1226 | "$(location base/android/java/src/org/chromium/base/TraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1227 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1228 | "$(location base/android/java/src/org/chromium/base/UnguessableToken.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1229 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1230 | "$(location base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1231 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1232 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1233 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1234 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1235 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1236 | "$(location base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1237 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1238 | "$(location base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1239 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1240 | "$(location base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1241 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1242 | "$(location base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1243 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1244 | "$(location base/android/java/src/org/chromium/base/task/PostTask.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1245 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1246 | "$(location base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1247 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1248 | "base/base_jni_headers/ApkAssets_jni.h", |
| 1249 | "base/base_jni_headers/ApplicationStatus_jni.h", |
| 1250 | "base/base_jni_headers/BaseFeatureList_jni.h", |
| 1251 | "base/base_jni_headers/BuildInfo_jni.h", |
| 1252 | "base/base_jni_headers/BundleUtils_jni.h", |
| 1253 | "base/base_jni_headers/Callback_jni.h", |
| 1254 | "base/base_jni_headers/ChildProcessService_jni.h", |
| 1255 | "base/base_jni_headers/CommandLine_jni.h", |
| 1256 | "base/base_jni_headers/ContentUriUtils_jni.h", |
| 1257 | "base/base_jni_headers/CpuFeatures_jni.h", |
| 1258 | "base/base_jni_headers/EarlyTraceEvent_jni.h", |
| 1259 | "base/base_jni_headers/EventLog_jni.h", |
| 1260 | "base/base_jni_headers/FeatureList_jni.h", |
| 1261 | "base/base_jni_headers/Features_jni.h", |
| 1262 | "base/base_jni_headers/FieldTrialList_jni.h", |
| 1263 | "base/base_jni_headers/FileUtils_jni.h", |
| 1264 | "base/base_jni_headers/ImportantFileWriterAndroid_jni.h", |
| 1265 | "base/base_jni_headers/IntStringCallback_jni.h", |
| 1266 | "base/base_jni_headers/JNIUtils_jni.h", |
| 1267 | "base/base_jni_headers/JankMetricUMARecorder_jni.h", |
| 1268 | "base/base_jni_headers/JavaExceptionReporter_jni.h", |
| 1269 | "base/base_jni_headers/JavaHandlerThread_jni.h", |
| 1270 | "base/base_jni_headers/JavaHeapDumpGenerator_jni.h", |
| 1271 | "base/base_jni_headers/LibraryLoader_jni.h", |
| 1272 | "base/base_jni_headers/LibraryPrefetcher_jni.h", |
| 1273 | "base/base_jni_headers/LocaleUtils_jni.h", |
| 1274 | "base/base_jni_headers/MemoryPressureListener_jni.h", |
| 1275 | "base/base_jni_headers/NativeUmaRecorder_jni.h", |
| 1276 | "base/base_jni_headers/PathService_jni.h", |
| 1277 | "base/base_jni_headers/PathUtils_jni.h", |
| 1278 | "base/base_jni_headers/PostTask_jni.h", |
| 1279 | "base/base_jni_headers/PowerMonitor_jni.h", |
| 1280 | "base/base_jni_headers/RadioUtils_jni.h", |
| 1281 | "base/base_jni_headers/StatisticsRecorderAndroid_jni.h", |
| 1282 | "base/base_jni_headers/SysUtils_jni.h", |
| 1283 | "base/base_jni_headers/TaskRunnerImpl_jni.h", |
| 1284 | "base/base_jni_headers/ThreadUtils_jni.h", |
| 1285 | "base/base_jni_headers/TimezoneUtils_jni.h", |
| 1286 | "base/base_jni_headers/TraceEvent_jni.h", |
| 1287 | "base/base_jni_headers/UnguessableToken_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1288 | ], |
| 1289 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 1290 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1291 | "base/android/jni_generator/jni_generator.py", |
| 1292 | "build/android/gyp/util/__init__.py", |
| 1293 | "build/android/gyp/util/build_utils.py", |
| 1294 | "build/gn_helpers.py", |
| 1295 | ], |
| 1296 | } |
| 1297 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1298 | // GN: //base:base_static |
| 1299 | cc_library_static { |
| 1300 | name: "cronet_aml_base_base_static", |
| 1301 | srcs: [ |
| 1302 | "base/base_switches.cc", |
| 1303 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1304 | host_supported: true, |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1305 | generated_headers: [ |
| 1306 | "cronet_aml_build_chromeos_buildflags", |
| 1307 | ], |
| 1308 | export_generated_headers: [ |
| 1309 | "cronet_aml_build_chromeos_buildflags", |
| 1310 | ], |
| 1311 | defaults: [ |
| 1312 | "cronet_aml_defaults", |
| 1313 | ], |
| 1314 | cflags: [ |
| 1315 | "-DANDROID", |
| 1316 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1317 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1318 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1319 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1320 | "-DDCHECK_ALWAYS_ON=1", |
| 1321 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1322 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1323 | "-DUSE_AURA=1", |
| 1324 | "-DUSE_OZONE=1", |
| 1325 | "-DUSE_UDEV", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1326 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1327 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1328 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1329 | "-D_LARGEFILE64_SOURCE", |
| 1330 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1331 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1332 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1333 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1334 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1335 | "-D__STDC_CONSTANT_MACROS", |
| 1336 | "-D__STDC_FORMAT_MACROS", |
| 1337 | ], |
| 1338 | local_include_dirs: [ |
| 1339 | "./", |
| 1340 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1341 | "buildtools/third_party/libc++/trunk/include", |
| 1342 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1343 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1344 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 1345 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1346 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1347 | cpp_std: "c++20", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1348 | } |
| 1349 | |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1350 | // GN: //base:build_date |
| 1351 | genrule { |
| 1352 | name: "cronet_aml_base_build_date", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1353 | cmd: "$(location build/write_build_date_header.py) $(out) " + |
| 1354 | "1664686800", |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1355 | out: [ |
| 1356 | "base/generated_build_date.h", |
| 1357 | ], |
| 1358 | tool_files: [ |
| 1359 | "build/write_build_date_header.py", |
| 1360 | ], |
| 1361 | } |
| 1362 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1363 | // GN: //base:cfi_buildflags |
| 1364 | genrule { |
| 1365 | name: "cronet_aml_base_cfi_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1366 | 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] | 1367 | "$(location build/write_buildflag_header.py) --output " + |
| 1368 | "$(out) " + |
| 1369 | "--rulename " + |
| 1370 | "//base:cfi_buildflags " + |
| 1371 | "--gen-dir " + |
| 1372 | ". " + |
| 1373 | "--definitions " + |
| 1374 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1375 | out: [ |
| 1376 | "base/cfi_buildflags.h", |
| 1377 | ], |
| 1378 | tool_files: [ |
| 1379 | "build/write_buildflag_header.py", |
| 1380 | ], |
| 1381 | } |
| 1382 | |
| 1383 | // GN: //base:clang_profiling_buildflags |
| 1384 | genrule { |
| 1385 | name: "cronet_aml_base_clang_profiling_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1386 | 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] | 1387 | "$(location build/write_buildflag_header.py) --output " + |
| 1388 | "$(out) " + |
| 1389 | "--rulename " + |
| 1390 | "//base:clang_profiling_buildflags " + |
| 1391 | "--gen-dir " + |
| 1392 | ". " + |
| 1393 | "--definitions " + |
| 1394 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1395 | out: [ |
| 1396 | "base/clang_profiling_buildflags.h", |
| 1397 | ], |
| 1398 | tool_files: [ |
| 1399 | "build/write_buildflag_header.py", |
| 1400 | ], |
| 1401 | } |
| 1402 | |
| 1403 | // GN: //base:debugging_buildflags |
| 1404 | genrule { |
| 1405 | name: "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1406 | 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] | 1407 | "$(location build/write_buildflag_header.py) --output " + |
| 1408 | "$(out) " + |
| 1409 | "--rulename " + |
| 1410 | "//base:debugging_buildflags " + |
| 1411 | "--gen-dir " + |
| 1412 | ". " + |
| 1413 | "--definitions " + |
| 1414 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1415 | out: [ |
| 1416 | "base/debug/debugging_buildflags.h", |
| 1417 | ], |
| 1418 | tool_files: [ |
| 1419 | "build/write_buildflag_header.py", |
| 1420 | ], |
| 1421 | } |
| 1422 | |
| 1423 | // GN: //base:feature_list_buildflags |
| 1424 | genrule { |
| 1425 | name: "cronet_aml_base_feature_list_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1426 | cmd: "echo '--flags ENABLE_BANNED_BASE_FEATURE_PREFIX=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1427 | "$(location build/write_buildflag_header.py) --output " + |
| 1428 | "$(out) " + |
| 1429 | "--rulename " + |
| 1430 | "//base:feature_list_buildflags " + |
| 1431 | "--gen-dir " + |
| 1432 | ". " + |
| 1433 | "--definitions " + |
| 1434 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1435 | out: [ |
| 1436 | "base/feature_list_buildflags.h", |
| 1437 | ], |
| 1438 | tool_files: [ |
| 1439 | "build/write_buildflag_header.py", |
| 1440 | ], |
| 1441 | } |
| 1442 | |
| 1443 | // GN: //base:ios_cronet_buildflags |
| 1444 | genrule { |
| 1445 | name: "cronet_aml_base_ios_cronet_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1446 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1447 | "$(location build/write_buildflag_header.py) --output " + |
| 1448 | "$(out) " + |
| 1449 | "--rulename " + |
| 1450 | "//base:ios_cronet_buildflags " + |
| 1451 | "--gen-dir " + |
| 1452 | ". " + |
| 1453 | "--definitions " + |
| 1454 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1455 | out: [ |
| 1456 | "base/message_loop/ios_cronet_buildflags.h", |
| 1457 | ], |
| 1458 | tool_files: [ |
| 1459 | "build/write_buildflag_header.py", |
| 1460 | ], |
| 1461 | } |
| 1462 | |
| 1463 | // GN: //base:logging_buildflags |
| 1464 | genrule { |
| 1465 | name: "cronet_aml_base_logging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1466 | 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] | 1467 | "$(location build/write_buildflag_header.py) --output " + |
| 1468 | "$(out) " + |
| 1469 | "--rulename " + |
| 1470 | "//base:logging_buildflags " + |
| 1471 | "--gen-dir " + |
| 1472 | ". " + |
| 1473 | "--definitions " + |
| 1474 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1475 | out: [ |
| 1476 | "base/logging_buildflags.h", |
| 1477 | ], |
| 1478 | tool_files: [ |
| 1479 | "build/write_buildflag_header.py", |
| 1480 | ], |
| 1481 | } |
| 1482 | |
| 1483 | // GN: //base:message_pump_buildflags |
| 1484 | genrule { |
| 1485 | name: "cronet_aml_base_message_pump_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1486 | cmd: "echo '--flags ENABLE_MESSAGE_PUMP_EPOLL=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1487 | "$(location build/write_buildflag_header.py) --output " + |
| 1488 | "$(out) " + |
| 1489 | "--rulename " + |
| 1490 | "//base:message_pump_buildflags " + |
| 1491 | "--gen-dir " + |
| 1492 | ". " + |
| 1493 | "--definitions " + |
| 1494 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1495 | out: [ |
| 1496 | "base/message_loop/message_pump_buildflags.h", |
| 1497 | ], |
| 1498 | tool_files: [ |
| 1499 | "build/write_buildflag_header.py", |
| 1500 | ], |
| 1501 | } |
| 1502 | |
| 1503 | // GN: //base/numerics:base_numerics |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 1504 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1505 | name: "cronet_aml_base_numerics_base_numerics", |
| 1506 | } |
| 1507 | |
| 1508 | // GN: //base:orderfile_buildflags |
| 1509 | genrule { |
| 1510 | name: "cronet_aml_base_orderfile_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1511 | cmd: "echo '--flags DEVTOOLS_INSTRUMENTATION_DUMPING=\"false\" ORDERFILE_INSTRUMENTATION=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1512 | "$(location build/write_buildflag_header.py) --output " + |
| 1513 | "$(out) " + |
| 1514 | "--rulename " + |
| 1515 | "//base:orderfile_buildflags " + |
| 1516 | "--gen-dir " + |
| 1517 | ". " + |
| 1518 | "--definitions " + |
| 1519 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1520 | out: [ |
| 1521 | "base/android/orderfile/orderfile_buildflags.h", |
| 1522 | ], |
| 1523 | tool_files: [ |
| 1524 | "build/write_buildflag_header.py", |
| 1525 | ], |
| 1526 | } |
| 1527 | |
| 1528 | // GN: //base:parsing_buildflags |
| 1529 | genrule { |
| 1530 | name: "cronet_aml_base_parsing_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1531 | cmd: "echo '--flags BUILD_RUST_JSON_PARSER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1532 | "$(location build/write_buildflag_header.py) --output " + |
| 1533 | "$(out) " + |
| 1534 | "--rulename " + |
| 1535 | "//base:parsing_buildflags " + |
| 1536 | "--gen-dir " + |
| 1537 | ". " + |
| 1538 | "--definitions " + |
| 1539 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1540 | out: [ |
| 1541 | "base/parsing_buildflags.h", |
| 1542 | ], |
| 1543 | tool_files: [ |
| 1544 | "build/write_buildflag_header.py", |
| 1545 | ], |
| 1546 | } |
| 1547 | |
| 1548 | // GN: //base:power_monitor_buildflags |
| 1549 | genrule { |
| 1550 | name: "cronet_aml_base_power_monitor_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1551 | cmd: "echo '--flags HAS_BATTERY_LEVEL_PROVIDER_IMPL=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1552 | "$(location build/write_buildflag_header.py) --output " + |
| 1553 | "$(out) " + |
| 1554 | "--rulename " + |
| 1555 | "//base:power_monitor_buildflags " + |
| 1556 | "--gen-dir " + |
| 1557 | ". " + |
| 1558 | "--definitions " + |
| 1559 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1560 | out: [ |
| 1561 | "base/power_monitor/power_monitor_buildflags.h", |
| 1562 | ], |
| 1563 | tool_files: [ |
| 1564 | "build/write_buildflag_header.py", |
| 1565 | ], |
| 1566 | } |
| 1567 | |
| 1568 | // GN: //base:profiler_buildflags |
| 1569 | genrule { |
| 1570 | name: "cronet_aml_base_profiler_buildflags", |
Motomu Utsumi | d03217b | 2022-11-01 12:16:19 +0900 | [diff] [blame] | 1571 | 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] | 1572 | "$(location build/write_buildflag_header.py) --output " + |
| 1573 | "$(out) " + |
| 1574 | "--rulename " + |
| 1575 | "//base:profiler_buildflags " + |
| 1576 | "--gen-dir " + |
| 1577 | ". " + |
| 1578 | "--definitions " + |
| 1579 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1580 | out: [ |
| 1581 | "base/profiler/profiler_buildflags.h", |
| 1582 | ], |
| 1583 | tool_files: [ |
| 1584 | "build/write_buildflag_header.py", |
| 1585 | ], |
| 1586 | } |
| 1587 | |
| 1588 | // GN: //base:sanitizer_buildflags |
| 1589 | genrule { |
| 1590 | name: "cronet_aml_base_sanitizer_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1591 | cmd: "echo '--flags IS_HWASAN=\"false\" USING_SANITIZER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1592 | "$(location build/write_buildflag_header.py) --output " + |
| 1593 | "$(out) " + |
| 1594 | "--rulename " + |
| 1595 | "//base:sanitizer_buildflags " + |
| 1596 | "--gen-dir " + |
| 1597 | ". " + |
| 1598 | "--definitions " + |
| 1599 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1600 | out: [ |
| 1601 | "base/sanitizer_buildflags.h", |
| 1602 | ], |
| 1603 | tool_files: [ |
| 1604 | "build/write_buildflag_header.py", |
| 1605 | ], |
| 1606 | } |
| 1607 | |
| 1608 | // GN: //base:synchronization_buildflags |
| 1609 | genrule { |
| 1610 | name: "cronet_aml_base_synchronization_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1611 | cmd: "echo '--flags ENABLE_MUTEX_PRIORITY_INHERITANCE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1612 | "$(location build/write_buildflag_header.py) --output " + |
| 1613 | "$(out) " + |
| 1614 | "--rulename " + |
| 1615 | "//base:synchronization_buildflags " + |
| 1616 | "--gen-dir " + |
| 1617 | ". " + |
| 1618 | "--definitions " + |
| 1619 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1620 | out: [ |
| 1621 | "base/synchronization/synchronization_buildflags.h", |
| 1622 | ], |
| 1623 | tool_files: [ |
| 1624 | "build/write_buildflag_header.py", |
| 1625 | ], |
| 1626 | } |
| 1627 | |
| 1628 | // GN: //base/third_party/double_conversion:double_conversion |
| 1629 | cc_library_static { |
| 1630 | name: "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 1631 | srcs: [ |
| 1632 | "base/third_party/double_conversion/double-conversion/bignum-dtoa.cc", |
| 1633 | "base/third_party/double_conversion/double-conversion/bignum.cc", |
| 1634 | "base/third_party/double_conversion/double-conversion/cached-powers.cc", |
| 1635 | "base/third_party/double_conversion/double-conversion/double-to-string.cc", |
| 1636 | "base/third_party/double_conversion/double-conversion/fast-dtoa.cc", |
| 1637 | "base/third_party/double_conversion/double-conversion/fixed-dtoa.cc", |
| 1638 | "base/third_party/double_conversion/double-conversion/string-to-double.cc", |
| 1639 | "base/third_party/double_conversion/double-conversion/strtod.cc", |
| 1640 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1641 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1642 | defaults: [ |
| 1643 | "cronet_aml_defaults", |
| 1644 | ], |
| 1645 | cflags: [ |
| 1646 | "-DANDROID", |
| 1647 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1648 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1649 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1650 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1651 | "-DDCHECK_ALWAYS_ON=1", |
| 1652 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1653 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1654 | "-DUSE_AURA=1", |
| 1655 | "-DUSE_OZONE=1", |
| 1656 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1657 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1658 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1659 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1660 | "-D_LARGEFILE64_SOURCE", |
| 1661 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1662 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1663 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1664 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1665 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1666 | "-D__STDC_CONSTANT_MACROS", |
| 1667 | "-D__STDC_FORMAT_MACROS", |
| 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 | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1674 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1675 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 1676 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1677 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1678 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1679 | } |
| 1680 | |
| 1681 | // GN: //base/third_party/dynamic_annotations:dynamic_annotations |
| 1682 | cc_library_static { |
| 1683 | name: "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 1684 | srcs: [ |
| 1685 | "base/third_party/dynamic_annotations/dynamic_annotations.c", |
| 1686 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1687 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1688 | defaults: [ |
| 1689 | "cronet_aml_defaults", |
| 1690 | ], |
| 1691 | cflags: [ |
| 1692 | "-DANDROID", |
| 1693 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1694 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1695 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1696 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1697 | "-DDCHECK_ALWAYS_ON=1", |
| 1698 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1699 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1700 | "-DUSE_AURA=1", |
| 1701 | "-DUSE_OZONE=1", |
| 1702 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1703 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1704 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1705 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1706 | "-D_LARGEFILE64_SOURCE", |
| 1707 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 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 | ], |
| 1713 | local_include_dirs: [ |
| 1714 | "./", |
| 1715 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1716 | "buildtools/third_party/libc++/trunk/include", |
| 1717 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1718 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1719 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 1720 | "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] | 1721 | ], |
| 1722 | cpp_std: "c++20", |
| 1723 | } |
| 1724 | |
| 1725 | // GN: //base/third_party/symbolize:symbolize |
| 1726 | cc_library_static { |
| 1727 | name: "cronet_aml_base_third_party_symbolize_symbolize", |
| 1728 | srcs: [ |
| 1729 | "base/third_party/symbolize/demangle.cc", |
| 1730 | "base/third_party/symbolize/symbolize.cc", |
| 1731 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1732 | host_supported: true, |
| 1733 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1734 | defaults: [ |
| 1735 | "cronet_aml_defaults", |
| 1736 | ], |
| 1737 | cflags: [ |
| 1738 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1739 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1740 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1741 | "-DDCHECK_ALWAYS_ON=1", |
| 1742 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1743 | "-DGLOG_EXPORT=", |
| 1744 | "-DUSE_AURA=1", |
| 1745 | "-DUSE_OZONE=1", |
| 1746 | "-DUSE_UDEV", |
| 1747 | "-D_DEBUG", |
| 1748 | "-D_FILE_OFFSET_BITS=64", |
| 1749 | "-D_GNU_SOURCE", |
| 1750 | "-D_LARGEFILE64_SOURCE", |
| 1751 | "-D_LARGEFILE_SOURCE", |
| 1752 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1753 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1754 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1755 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1756 | "-UANDROID", |
| 1757 | ], |
| 1758 | local_include_dirs: [ |
| 1759 | "./", |
| 1760 | "buildtools/third_party/libc++/", |
| 1761 | "buildtools/third_party/libc++/trunk/include", |
| 1762 | "buildtools/third_party/libc++abi/trunk/include", |
| 1763 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1764 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 1765 | ], |
| 1766 | cpp_std: "c++20", |
| 1767 | } |
| 1768 | |
| 1769 | // GN: //base/third_party/xdg_mime:xdg_mime |
| 1770 | cc_library_static { |
| 1771 | name: "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 1772 | srcs: [ |
| 1773 | "base/third_party/xdg_mime/xdgmime.c", |
| 1774 | "base/third_party/xdg_mime/xdgmimealias.c", |
| 1775 | "base/third_party/xdg_mime/xdgmimecache.c", |
| 1776 | "base/third_party/xdg_mime/xdgmimeglob.c", |
| 1777 | "base/third_party/xdg_mime/xdgmimeicon.c", |
| 1778 | "base/third_party/xdg_mime/xdgmimeint.c", |
| 1779 | "base/third_party/xdg_mime/xdgmimemagic.c", |
| 1780 | "base/third_party/xdg_mime/xdgmimeparent.c", |
| 1781 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1782 | host_supported: true, |
| 1783 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1784 | defaults: [ |
| 1785 | "cronet_aml_defaults", |
| 1786 | ], |
| 1787 | cflags: [ |
| 1788 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1789 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1790 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1791 | "-DDCHECK_ALWAYS_ON=1", |
| 1792 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1793 | "-DUSE_AURA=1", |
| 1794 | "-DUSE_OZONE=1", |
| 1795 | "-DUSE_UDEV", |
| 1796 | "-D_DEBUG", |
| 1797 | "-D_FILE_OFFSET_BITS=64", |
| 1798 | "-D_GNU_SOURCE", |
| 1799 | "-D_LARGEFILE64_SOURCE", |
| 1800 | "-D_LARGEFILE_SOURCE", |
| 1801 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1802 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1803 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1804 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 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", |
| 1814 | ], |
| 1815 | cpp_std: "c++20", |
| 1816 | } |
| 1817 | |
| 1818 | // GN: //base/third_party/xdg_user_dirs:xdg_user_dirs |
| 1819 | cc_library_static { |
| 1820 | name: "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
| 1821 | srcs: [ |
| 1822 | "base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc", |
| 1823 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 1824 | host_supported: true, |
| 1825 | device_supported: false, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1826 | defaults: [ |
| 1827 | "cronet_aml_defaults", |
| 1828 | ], |
| 1829 | cflags: [ |
| 1830 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1831 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1832 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 1833 | "-DDCHECK_ALWAYS_ON=1", |
| 1834 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1835 | "-DUSE_AURA=1", |
| 1836 | "-DUSE_OZONE=1", |
| 1837 | "-DUSE_UDEV", |
| 1838 | "-D_DEBUG", |
| 1839 | "-D_FILE_OFFSET_BITS=64", |
| 1840 | "-D_GNU_SOURCE", |
| 1841 | "-D_LARGEFILE64_SOURCE", |
| 1842 | "-D_LARGEFILE_SOURCE", |
| 1843 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1844 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1845 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1846 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1847 | "-D__STDC_CONSTANT_MACROS", |
| 1848 | "-D__STDC_FORMAT_MACROS", |
| 1849 | "-UANDROID", |
| 1850 | ], |
| 1851 | local_include_dirs: [ |
| 1852 | "./", |
| 1853 | "buildtools/third_party/libc++/", |
| 1854 | "buildtools/third_party/libc++/trunk/include", |
| 1855 | "buildtools/third_party/libc++abi/trunk/include", |
| 1856 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 1857 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1858 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1859 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1860 | } |
| 1861 | |
| 1862 | // GN: //base:tracing_buildflags |
| 1863 | genrule { |
| 1864 | name: "cronet_aml_base_tracing_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1865 | 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] | 1866 | "$(location build/write_buildflag_header.py) --output " + |
| 1867 | "$(out) " + |
| 1868 | "--rulename " + |
| 1869 | "//base:tracing_buildflags " + |
| 1870 | "--gen-dir " + |
| 1871 | ". " + |
| 1872 | "--definitions " + |
| 1873 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1874 | out: [ |
| 1875 | "base/tracing_buildflags.h", |
| 1876 | ], |
| 1877 | tool_files: [ |
| 1878 | "build/write_buildflag_header.py", |
| 1879 | ], |
| 1880 | } |
| 1881 | |
| 1882 | // GN: //build:branding_buildflags |
| 1883 | genrule { |
| 1884 | name: "cronet_aml_build_branding_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1885 | cmd: "echo '--flags CHROMIUM_BRANDING=\"1\" GOOGLE_CHROME_BRANDING=\"0\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1886 | "$(location build/write_buildflag_header.py) --output " + |
| 1887 | "$(out) " + |
| 1888 | "--rulename " + |
| 1889 | "//build:branding_buildflags " + |
| 1890 | "--gen-dir " + |
| 1891 | ". " + |
| 1892 | "--definitions " + |
| 1893 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1894 | out: [ |
| 1895 | "build/branding_buildflags.h", |
| 1896 | ], |
| 1897 | tool_files: [ |
| 1898 | "build/write_buildflag_header.py", |
| 1899 | ], |
| 1900 | } |
| 1901 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1902 | // GN: //build:buildflag_header_h |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 1903 | cc_defaults { |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1904 | name: "cronet_aml_build_buildflag_header_h", |
| 1905 | } |
| 1906 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1907 | // GN: //build:chromecast_buildflags |
| 1908 | genrule { |
| 1909 | name: "cronet_aml_build_chromecast_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1910 | 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] | 1911 | "$(location build/write_buildflag_header.py) --output " + |
| 1912 | "$(out) " + |
| 1913 | "--rulename " + |
| 1914 | "//build:chromecast_buildflags " + |
| 1915 | "--gen-dir " + |
| 1916 | ". " + |
| 1917 | "--definitions " + |
| 1918 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1919 | out: [ |
| 1920 | "build/chromecast_buildflags.h", |
| 1921 | ], |
| 1922 | tool_files: [ |
| 1923 | "build/write_buildflag_header.py", |
| 1924 | ], |
| 1925 | } |
| 1926 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1927 | // GN: //build:chromeos_buildflags |
| 1928 | genrule { |
| 1929 | name: "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1930 | 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] | 1931 | "$(location build/write_buildflag_header.py) --output " + |
| 1932 | "$(out) " + |
| 1933 | "--rulename " + |
| 1934 | "//build:chromeos_buildflags " + |
| 1935 | "--gen-dir " + |
| 1936 | ". " + |
| 1937 | "--definitions " + |
| 1938 | "/dev/stdin", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1939 | out: [ |
| 1940 | "build/chromeos_buildflags.h", |
| 1941 | ], |
| 1942 | tool_files: [ |
| 1943 | "build/write_buildflag_header.py", |
| 1944 | ], |
| 1945 | } |
| 1946 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1947 | // GN: //build/config/compiler:compiler_buildflags |
| 1948 | genrule { |
| 1949 | name: "cronet_aml_build_config_compiler_compiler_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1950 | cmd: "echo '--flags CLANG_PGO=\"0\" SYMBOL_LEVEL=\"2\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1951 | "$(location build/write_buildflag_header.py) --output " + |
| 1952 | "$(out) " + |
| 1953 | "--rulename " + |
| 1954 | "//build/config/compiler:compiler_buildflags " + |
| 1955 | "--gen-dir " + |
| 1956 | ". " + |
| 1957 | "--definitions " + |
| 1958 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1959 | out: [ |
| 1960 | "build/config/compiler/compiler_buildflags.h", |
| 1961 | ], |
| 1962 | tool_files: [ |
| 1963 | "build/write_buildflag_header.py", |
| 1964 | ], |
| 1965 | } |
| 1966 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 1967 | // GN: //buildtools/third_party/libc++:libc++ |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 1968 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 1969 | name: "cronet_aml_buildtools_third_party_libc___libc__", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 1970 | srcs: [ |
| 1971 | "buildtools/third_party/libc++/trunk/src/algorithm.cpp", |
| 1972 | "buildtools/third_party/libc++/trunk/src/any.cpp", |
| 1973 | "buildtools/third_party/libc++/trunk/src/atomic.cpp", |
| 1974 | "buildtools/third_party/libc++/trunk/src/barrier.cpp", |
| 1975 | "buildtools/third_party/libc++/trunk/src/bind.cpp", |
| 1976 | "buildtools/third_party/libc++/trunk/src/charconv.cpp", |
| 1977 | "buildtools/third_party/libc++/trunk/src/chrono.cpp", |
| 1978 | "buildtools/third_party/libc++/trunk/src/condition_variable.cpp", |
| 1979 | "buildtools/third_party/libc++/trunk/src/condition_variable_destructor.cpp", |
| 1980 | "buildtools/third_party/libc++/trunk/src/exception.cpp", |
| 1981 | "buildtools/third_party/libc++/trunk/src/format.cpp", |
| 1982 | "buildtools/third_party/libc++/trunk/src/functional.cpp", |
| 1983 | "buildtools/third_party/libc++/trunk/src/future.cpp", |
| 1984 | "buildtools/third_party/libc++/trunk/src/hash.cpp", |
| 1985 | "buildtools/third_party/libc++/trunk/src/ios.cpp", |
| 1986 | "buildtools/third_party/libc++/trunk/src/ios.instantiations.cpp", |
| 1987 | "buildtools/third_party/libc++/trunk/src/iostream.cpp", |
| 1988 | "buildtools/third_party/libc++/trunk/src/legacy_pointer_safety.cpp", |
| 1989 | "buildtools/third_party/libc++/trunk/src/locale.cpp", |
| 1990 | "buildtools/third_party/libc++/trunk/src/memory.cpp", |
| 1991 | "buildtools/third_party/libc++/trunk/src/mutex.cpp", |
| 1992 | "buildtools/third_party/libc++/trunk/src/mutex_destructor.cpp", |
| 1993 | "buildtools/third_party/libc++/trunk/src/new.cpp", |
| 1994 | "buildtools/third_party/libc++/trunk/src/optional.cpp", |
| 1995 | "buildtools/third_party/libc++/trunk/src/random.cpp", |
| 1996 | "buildtools/third_party/libc++/trunk/src/random_shuffle.cpp", |
| 1997 | "buildtools/third_party/libc++/trunk/src/regex.cpp", |
| 1998 | "buildtools/third_party/libc++/trunk/src/ryu/d2fixed.cpp", |
| 1999 | "buildtools/third_party/libc++/trunk/src/ryu/d2s.cpp", |
| 2000 | "buildtools/third_party/libc++/trunk/src/ryu/f2s.cpp", |
| 2001 | "buildtools/third_party/libc++/trunk/src/shared_mutex.cpp", |
| 2002 | "buildtools/third_party/libc++/trunk/src/stdexcept.cpp", |
| 2003 | "buildtools/third_party/libc++/trunk/src/string.cpp", |
| 2004 | "buildtools/third_party/libc++/trunk/src/strstream.cpp", |
| 2005 | "buildtools/third_party/libc++/trunk/src/system_error.cpp", |
| 2006 | "buildtools/third_party/libc++/trunk/src/thread.cpp", |
| 2007 | "buildtools/third_party/libc++/trunk/src/typeinfo.cpp", |
| 2008 | "buildtools/third_party/libc++/trunk/src/utility.cpp", |
| 2009 | "buildtools/third_party/libc++/trunk/src/valarray.cpp", |
| 2010 | "buildtools/third_party/libc++/trunk/src/variant.cpp", |
| 2011 | "buildtools/third_party/libc++/trunk/src/vector.cpp", |
| 2012 | "buildtools/third_party/libc++/trunk/src/verbose_abort.cpp", |
| 2013 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2014 | } |
| 2015 | |
| 2016 | // GN: //buildtools/third_party/libc++abi:libc++abi |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2017 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2018 | name: "cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2019 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2020 | "buildtools/third_party/libc++abi/trunk/src/abort_message.cpp", |
| 2021 | "buildtools/third_party/libc++abi/trunk/src/cxa_aux_runtime.cpp", |
| 2022 | "buildtools/third_party/libc++abi/trunk/src/cxa_default_handlers.cpp", |
| 2023 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception.cpp", |
| 2024 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception_storage.cpp", |
| 2025 | "buildtools/third_party/libc++abi/trunk/src/cxa_guard.cpp", |
| 2026 | "buildtools/third_party/libc++abi/trunk/src/cxa_handlers.cpp", |
| 2027 | "buildtools/third_party/libc++abi/trunk/src/cxa_personality.cpp", |
| 2028 | "buildtools/third_party/libc++abi/trunk/src/cxa_thread_atexit.cpp", |
| 2029 | "buildtools/third_party/libc++abi/trunk/src/cxa_vector.cpp", |
| 2030 | "buildtools/third_party/libc++abi/trunk/src/cxa_virtual.cpp", |
| 2031 | "buildtools/third_party/libc++abi/trunk/src/fallback_malloc.cpp", |
| 2032 | "buildtools/third_party/libc++abi/trunk/src/private_typeinfo.cpp", |
| 2033 | "buildtools/third_party/libc++abi/trunk/src/stdlib_exception.cpp", |
| 2034 | "buildtools/third_party/libc++abi/trunk/src/stdlib_stdexcept.cpp", |
| 2035 | "buildtools/third_party/libc++abi/trunk/src/stdlib_typeinfo.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2036 | ], |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2037 | target: { |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2038 | android_x86_64: { |
| 2039 | srcs: [ |
| 2040 | "buildtools/third_party/libc++abi/cxa_demangle_stub.cc", |
| 2041 | ], |
| 2042 | }, |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 2043 | host: { |
| 2044 | srcs: [ |
| 2045 | "buildtools/third_party/libc++abi/trunk/src/cxa_demangle.cpp", |
| 2046 | ], |
| 2047 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2048 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2049 | } |
| 2050 | |
| 2051 | // GN: //buildtools/third_party/libunwind:libunwind |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2052 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2053 | name: "cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 2054 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2055 | "buildtools/third_party/libunwind/trunk/src/Unwind-EHABI.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2056 | "buildtools/third_party/libunwind/trunk/src/Unwind-sjlj.c", |
| 2057 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1-gcc-ext.c", |
| 2058 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1.c", |
Patrick Rohr | f9f3a99 | 2022-11-10 19:40:32 -0800 | [diff] [blame] | 2059 | "buildtools/third_party/libunwind/trunk/src/UnwindRegistersRestore.S", |
| 2060 | "buildtools/third_party/libunwind/trunk/src/UnwindRegistersSave.S", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 2061 | "buildtools/third_party/libunwind/trunk/src/libunwind.cpp", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2062 | ], |
| 2063 | } |
| 2064 | |
| 2065 | // GN: //components/cronet/android:buildflags |
| 2066 | genrule { |
| 2067 | name: "cronet_aml_components_cronet_android_buildflags", |
| 2068 | cmd: "echo '--flags INTEGRATED_MODE=\"false\"' | " + |
| 2069 | "$(location build/write_buildflag_header.py) --output " + |
| 2070 | "$(out) " + |
| 2071 | "--rulename " + |
| 2072 | "//components/cronet/android:buildflags " + |
| 2073 | "--gen-dir " + |
| 2074 | ". " + |
| 2075 | "--definitions " + |
| 2076 | "/dev/stdin", |
| 2077 | out: [ |
| 2078 | "components/cronet/android/buildflags.h", |
| 2079 | ], |
| 2080 | tool_files: [ |
| 2081 | "build/write_buildflag_header.py", |
| 2082 | ], |
| 2083 | } |
| 2084 | |
| 2085 | // GN: //components/cronet/android:cronet |
| 2086 | cc_library_shared { |
| 2087 | name: "cronet_aml_components_cronet_android_cronet", |
| 2088 | srcs: [ |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2089 | ":cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 2090 | "components/cronet/android/cronet_jni.cc", |
| 2091 | ], |
| 2092 | shared_libs: [ |
| 2093 | "libandroid", |
| 2094 | "liblog", |
| 2095 | "libprotobuf-cpp-lite", |
| 2096 | ], |
| 2097 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2098 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2099 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2100 | "cronet_aml_base_base_static", |
| 2101 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2102 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2103 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 2104 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 2105 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2106 | "cronet_aml_components_prefs_prefs", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2107 | "cronet_aml_crypto_crypto", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2108 | "cronet_aml_net_net", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2109 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2110 | "cronet_aml_net_third_party_quiche_quiche", |
| 2111 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2112 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2113 | "cronet_aml_third_party_brotli_common", |
| 2114 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2115 | "cronet_aml_third_party_icu_icui18n", |
| 2116 | "cronet_aml_third_party_icu_icuuc_private", |
| 2117 | "cronet_aml_third_party_libevent_libevent", |
| 2118 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 2119 | "cronet_aml_third_party_protobuf_protobuf_full", |
| 2120 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 2121 | "cronet_aml_third_party_protobuf_protoc_lib", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2122 | "cronet_aml_third_party_zlib_zlib", |
| 2123 | "cronet_aml_url_url", |
| 2124 | ], |
| 2125 | generated_headers: [ |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2126 | "cronet_aml_base_debugging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2127 | "cronet_aml_base_logging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2128 | "cronet_aml_build_chromeos_buildflags", |
| 2129 | "cronet_aml_components_cronet_android_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2130 | "cronet_aml_components_cronet_android_cronet_jni_headers", |
Motomu Utsumi | 7e98383 | 2022-11-10 16:04:46 +0900 | [diff] [blame] | 2131 | "cronet_aml_components_cronet_android_cronet_jni_registration", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2132 | "cronet_aml_components_cronet_cronet_buildflags", |
| 2133 | "cronet_aml_components_cronet_cronet_version_header_action", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2134 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 2135 | "cronet_aml_url_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2136 | ], |
| 2137 | defaults: [ |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2138 | "cronet_aml_buildtools_third_party_libc___libc__", |
| 2139 | "cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
| 2140 | "cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 2141 | "cronet_aml_components_cronet_android_cronet_static", |
| 2142 | "cronet_aml_components_cronet_cronet_common", |
| 2143 | "cronet_aml_components_cronet_cronet_version_header", |
| 2144 | "cronet_aml_components_cronet_metrics_util", |
| 2145 | "cronet_aml_components_cronet_native_cronet_native_headers", |
| 2146 | "cronet_aml_components_cronet_native_cronet_native_impl", |
| 2147 | "cronet_aml_components_grpc_support_grpc_support", |
| 2148 | "cronet_aml_components_grpc_support_headers", |
| 2149 | "cronet_aml_components_metrics_library_support", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2150 | "cronet_aml_defaults", |
| 2151 | ], |
| 2152 | cflags: [ |
| 2153 | "-DANDROID", |
| 2154 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2155 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2156 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2157 | "-DDCHECK_ALWAYS_ON=1", |
| 2158 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2159 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 2160 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 2161 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 2162 | "-DHAVE_PTHREAD", |
| 2163 | "-DHAVE_SYS_UIO_H", |
| 2164 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 2165 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 2166 | "-D_DEBUG", |
| 2167 | "-D_GNU_SOURCE", |
| 2168 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2169 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 2170 | "-D_LIBCPP_CONSTINIT=constinit", |
| 2171 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2172 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2173 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 2174 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2175 | "-D_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2176 | "-D_LIBUNWIND_IS_NATIVE_ONLY", |
| 2177 | "-D__STDC_CONSTANT_MACROS", |
| 2178 | "-D__STDC_FORMAT_MACROS", |
| 2179 | ], |
| 2180 | local_include_dirs: [ |
| 2181 | "./", |
| 2182 | "buildtools/third_party/libc++/", |
| 2183 | "buildtools/third_party/libc++/trunk/include", |
| 2184 | "buildtools/third_party/libc++/trunk/src/", |
| 2185 | "buildtools/third_party/libc++abi/trunk/include", |
| 2186 | "buildtools/third_party/libunwind/trunk/include/", |
| 2187 | "components/cronet/native/generated/", |
| 2188 | "components/cronet/native/include/", |
| 2189 | "components/grpc_support/include/", |
| 2190 | "net/third_party/quiche/overrides/", |
| 2191 | "net/third_party/quiche/src/", |
| 2192 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 2193 | "third_party/abseil-cpp/", |
| 2194 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 2195 | "third_party/protobuf/src/", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2196 | "third_party/zlib/", |
| 2197 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 2198 | ], |
| 2199 | header_libs: [ |
| 2200 | "jni_headers", |
| 2201 | ], |
| 2202 | cpp_std: "c++20", |
Patrick Rohr | d90025f | 2022-11-11 14:18:35 -0800 | [diff] [blame] | 2203 | linker_scripts: [ |
| 2204 | "base/android/library_loader/anchor_functions.lds", |
| 2205 | ], |
| 2206 | cppflags: [ |
| 2207 | "-fexceptions", |
| 2208 | ], |
Mohannad Farrag | 37388fa | 2022-11-10 20:42:13 +0000 | [diff] [blame] | 2209 | rtti: true, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2210 | } |
| 2211 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2212 | // GN: //components/cronet/android:cronet_jni_headers |
| 2213 | genrule { |
| 2214 | name: "cronet_aml_components_cronet_android_cronet_jni_headers", |
| 2215 | srcs: [ |
| 2216 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 2217 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 2218 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
| 2219 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
| 2220 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 2221 | ], |
| 2222 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2223 | "long " + |
| 2224 | " " + |
| 2225 | " " + |
| 2226 | "--output_dir " + |
| 2227 | "$(genDir)/components/cronet/android/cronet_jni_headers " + |
| 2228 | "--includes " + |
| 2229 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2230 | "--use_proxy_hash " + |
| 2231 | "--output_name " + |
| 2232 | "CronetBidirectionalStream_jni.h " + |
| 2233 | "--output_name " + |
| 2234 | "CronetLibraryLoader_jni.h " + |
| 2235 | "--output_name " + |
| 2236 | "CronetUploadDataStream_jni.h " + |
| 2237 | "--output_name " + |
| 2238 | "CronetUrlRequest_jni.h " + |
| 2239 | "--output_name " + |
| 2240 | "CronetUrlRequestContext_jni.h " + |
| 2241 | "--input_file " + |
| 2242 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java) " + |
| 2243 | "--input_file " + |
| 2244 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java) " + |
| 2245 | "--input_file " + |
| 2246 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java) " + |
| 2247 | "--input_file " + |
| 2248 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java) " + |
| 2249 | "--input_file " + |
| 2250 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java)", |
| 2251 | out: [ |
| 2252 | "components/cronet/android/cronet_jni_headers/CronetBidirectionalStream_jni.h", |
| 2253 | "components/cronet/android/cronet_jni_headers/CronetLibraryLoader_jni.h", |
| 2254 | "components/cronet/android/cronet_jni_headers/CronetUploadDataStream_jni.h", |
| 2255 | "components/cronet/android/cronet_jni_headers/CronetUrlRequestContext_jni.h", |
| 2256 | "components/cronet/android/cronet_jni_headers/CronetUrlRequest_jni.h", |
| 2257 | ], |
| 2258 | tool_files: [ |
| 2259 | "base/android/jni_generator/android_jar.classes", |
| 2260 | "base/android/jni_generator/jni_generator.py", |
| 2261 | "build/android/gyp/util/__init__.py", |
| 2262 | "build/android/gyp/util/build_utils.py", |
| 2263 | "build/gn_helpers.py", |
| 2264 | ], |
| 2265 | } |
| 2266 | |
| 2267 | // GN: //components/cronet/android:cronet_jni_registration |
| 2268 | genrule { |
| 2269 | name: "cronet_aml_components_cronet_android_cronet_jni_registration", |
Motomu Utsumi | e3ce770 | 2022-11-10 16:22:11 +0900 | [diff] [blame] | 2270 | srcs: [ |
| 2271 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2272 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2273 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2274 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2275 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2276 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2277 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2278 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2279 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2280 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2281 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2282 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2283 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2284 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2285 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2286 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2287 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2288 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2289 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2290 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
Motomu Utsumi | 79bd0c8 | 2022-11-10 17:52:24 +0900 | [diff] [blame] | 2291 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
Motomu Utsumi | e3ce770 | 2022-11-10 16:22:11 +0900 | [diff] [blame] | 2292 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 2293 | ], |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2294 | cmd: "current_dir=`basename \\`pwd\\``; " + |
| 2295 | "for f in $(in); " + |
| 2296 | "do " + |
| 2297 | "echo \"../$$current_dir/$$f\" >> $(genDir)/java.sources; " + |
| 2298 | "done; " + |
Motomu Utsumi | 9ca466b | 2022-11-10 17:12:29 +0900 | [diff] [blame] | 2299 | "python3 $(location base/android/jni_generator/jni_registration_generator.py) --srcjar-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2300 | "$(genDir)/components/cronet/android/cronet_jni_registration.srcjar " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2301 | "--depfile " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2302 | "$(genDir)/components/cronet/android/cronet_jni_registration.d " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2303 | "--sources-files " + |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2304 | "$(genDir)/java.sources " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2305 | "--include_test_only " + |
| 2306 | "--use_proxy_hash " + |
| 2307 | "--header-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2308 | "$(genDir)/components/cronet/android/cronet_jni_registration.h " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2309 | "--manual_jni_registration " + |
Motomu Utsumi | 47d122f | 2022-11-10 17:32:23 +0900 | [diff] [blame] | 2310 | " " + |
Motomu Utsumi | 2a892d2 | 2022-11-10 18:03:20 +0900 | [diff] [blame] | 2311 | " " + |
Mohannad Farrag | 7c0f098 | 2022-11-10 14:39:49 +0000 | [diff] [blame] | 2312 | ";sed -i -e 's/OUT_SOONG_.TEMP_SBOX_.*_OUT/GEN/g' " + |
Motomu Utsumi | 2a892d2 | 2022-11-10 18:03:20 +0900 | [diff] [blame] | 2313 | "$(genDir)/components/cronet/android/cronet_jni_registration.h", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2314 | out: [ |
| 2315 | "components/cronet/android/cronet_jni_registration.h", |
| 2316 | "components/cronet/android/cronet_jni_registration.srcjar", |
| 2317 | ], |
| 2318 | tool_files: [ |
| 2319 | "base/android/jni_generator/jni_generator.py", |
| 2320 | "base/android/jni_generator/jni_registration_generator.py", |
| 2321 | "build/android/gyp/util/__init__.py", |
| 2322 | "build/android/gyp/util/build_utils.py", |
| 2323 | "build/gn_helpers.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2324 | ], |
| 2325 | } |
| 2326 | |
| 2327 | // GN: //components/cronet/android:cronet_static |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2328 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2329 | name: "cronet_aml_components_cronet_android_cronet_static", |
| 2330 | srcs: [ |
| 2331 | "components/cronet/android/cronet_bidirectional_stream_adapter.cc", |
| 2332 | "components/cronet/android/cronet_context_adapter.cc", |
| 2333 | "components/cronet/android/cronet_library_loader.cc", |
| 2334 | "components/cronet/android/cronet_upload_data_stream_adapter.cc", |
| 2335 | "components/cronet/android/cronet_url_request_adapter.cc", |
| 2336 | "components/cronet/android/io_buffer_with_byte_buffer.cc", |
| 2337 | "components/cronet/android/url_request_error.cc", |
| 2338 | ], |
| 2339 | } |
| 2340 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2341 | // GN: //components/cronet:cronet_buildflags |
| 2342 | genrule { |
| 2343 | name: "cronet_aml_components_cronet_cronet_buildflags", |
| 2344 | cmd: "echo '--flags DISABLE_HISTOGRAM_SUPPORT=\"false\"' | " + |
| 2345 | "$(location build/write_buildflag_header.py) --output " + |
| 2346 | "$(out) " + |
| 2347 | "--rulename " + |
| 2348 | "//components/cronet:cronet_buildflags " + |
| 2349 | "--gen-dir " + |
| 2350 | ". " + |
| 2351 | "--definitions " + |
| 2352 | "/dev/stdin", |
| 2353 | out: [ |
| 2354 | "components/cronet/cronet_buildflags.h", |
| 2355 | ], |
| 2356 | tool_files: [ |
| 2357 | "build/write_buildflag_header.py", |
| 2358 | ], |
| 2359 | } |
| 2360 | |
| 2361 | // GN: //components/cronet:cronet_common |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2362 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2363 | name: "cronet_aml_components_cronet_cronet_common", |
| 2364 | srcs: [ |
| 2365 | "components/cronet/cronet_context.cc", |
| 2366 | "components/cronet/cronet_prefs_manager.cc", |
| 2367 | "components/cronet/cronet_upload_data_stream.cc", |
| 2368 | "components/cronet/cronet_url_request.cc", |
| 2369 | "components/cronet/host_cache_persistence_manager.cc", |
| 2370 | "components/cronet/stale_host_resolver.cc", |
| 2371 | "components/cronet/url_request_context_config.cc", |
| 2372 | ], |
| 2373 | } |
| 2374 | |
| 2375 | // GN: //components/cronet:cronet_version_header |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2376 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2377 | name: "cronet_aml_components_cronet_cronet_version_header", |
| 2378 | } |
| 2379 | |
| 2380 | // GN: //components/cronet:cronet_version_header_action |
| 2381 | genrule { |
| 2382 | name: "cronet_aml_components_cronet_cronet_version_header_action", |
| 2383 | cmd: "$(location build/util/version.py) -f " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2384 | "$(location chrome/VERSION) " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2385 | "-e " + |
Motomu Utsumi | ee279c5 | 2022-11-09 17:46:27 +0900 | [diff] [blame] | 2386 | "VERSION_FULL='\"%s.%s.%s.%s\" % (MAJOR,MINOR,BUILD,PATCH)' " + |
| 2387 | " " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2388 | "-o " + |
Motomu Utsumi | 438f2c2 | 2022-11-09 18:16:40 +0900 | [diff] [blame] | 2389 | "$(out) " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2390 | "$(location components/cronet/version.h.in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2391 | out: [ |
| 2392 | "components/cronet/version.h", |
| 2393 | ], |
| 2394 | tool_files: [ |
| 2395 | "build/util/LASTCHANGE", |
Motomu Utsumi | b0a49e4 | 2022-11-09 18:12:27 +0900 | [diff] [blame] | 2396 | "build/util/android_chrome_version.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2397 | "build/util/version.py", |
| 2398 | "chrome/VERSION", |
| 2399 | "components/cronet/version.h.in", |
| 2400 | ], |
| 2401 | } |
| 2402 | |
| 2403 | // GN: //components/cronet:metrics_util |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2404 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2405 | name: "cronet_aml_components_cronet_metrics_util", |
| 2406 | srcs: [ |
| 2407 | "components/cronet/metrics_util.cc", |
| 2408 | ], |
| 2409 | } |
| 2410 | |
| 2411 | // GN: //components/cronet/native:cronet_native_headers |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2412 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2413 | name: "cronet_aml_components_cronet_native_cronet_native_headers", |
| 2414 | } |
| 2415 | |
| 2416 | // GN: //components/cronet/native:cronet_native_impl |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2417 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2418 | name: "cronet_aml_components_cronet_native_cronet_native_impl", |
| 2419 | srcs: [ |
| 2420 | "components/cronet/native/buffer.cc", |
| 2421 | "components/cronet/native/engine.cc", |
| 2422 | "components/cronet/native/generated/cronet.idl_impl_interface.cc", |
| 2423 | "components/cronet/native/generated/cronet.idl_impl_struct.cc", |
| 2424 | "components/cronet/native/io_buffer_with_cronet_buffer.cc", |
| 2425 | "components/cronet/native/native_metrics_util.cc", |
| 2426 | "components/cronet/native/runnables.cc", |
| 2427 | "components/cronet/native/upload_data_sink.cc", |
| 2428 | "components/cronet/native/url_request.cc", |
| 2429 | ], |
| 2430 | } |
| 2431 | |
| 2432 | // GN: //components/grpc_support:grpc_support |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2433 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2434 | name: "cronet_aml_components_grpc_support_grpc_support", |
| 2435 | srcs: [ |
| 2436 | "components/grpc_support/bidirectional_stream.cc", |
| 2437 | "components/grpc_support/bidirectional_stream_c.cc", |
| 2438 | ], |
| 2439 | } |
| 2440 | |
| 2441 | // GN: //components/grpc_support:headers |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2442 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2443 | name: "cronet_aml_components_grpc_support_headers", |
| 2444 | } |
| 2445 | |
| 2446 | // GN: //components/metrics:library_support |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2447 | cc_defaults { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2448 | name: "cronet_aml_components_metrics_library_support", |
| 2449 | srcs: [ |
| 2450 | "components/metrics/histogram_encoder.cc", |
| 2451 | "components/metrics/library_support/histogram_manager.cc", |
| 2452 | ], |
| 2453 | } |
| 2454 | |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2455 | // GN: //components/nacl/common:buildflags |
| 2456 | genrule { |
| 2457 | name: "cronet_aml_components_nacl_common_buildflags", |
| 2458 | cmd: "echo '--flags ENABLE_NACL=\"true\" IS_MINIMAL_TOOLCHAIN=\"false\"' | " + |
| 2459 | "$(location build/write_buildflag_header.py) --output " + |
| 2460 | "$(out) " + |
| 2461 | "--rulename " + |
| 2462 | "//components/nacl/common:buildflags " + |
| 2463 | "--gen-dir " + |
| 2464 | ". " + |
| 2465 | "--definitions " + |
| 2466 | "/dev/stdin", |
| 2467 | out: [ |
| 2468 | "components/nacl/common/buildflags.h", |
| 2469 | ], |
| 2470 | tool_files: [ |
| 2471 | "build/write_buildflag_header.py", |
| 2472 | ], |
| 2473 | } |
| 2474 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2475 | // GN: //components/prefs/android:jni_headers |
| 2476 | genrule { |
| 2477 | name: "cronet_aml_components_prefs_android_jni_headers", |
| 2478 | srcs: [ |
| 2479 | "components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java", |
| 2480 | ], |
| 2481 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2482 | "long " + |
| 2483 | " " + |
| 2484 | " " + |
| 2485 | "--output_dir " + |
| 2486 | "$(genDir)/components/prefs/android/jni_headers " + |
| 2487 | "--includes " + |
| 2488 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2489 | "--use_proxy_hash " + |
| 2490 | "--output_name " + |
| 2491 | "PrefService_jni.h " + |
| 2492 | "--input_file " + |
| 2493 | "$(location components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java)", |
| 2494 | out: [ |
| 2495 | "components/prefs/android/jni_headers/PrefService_jni.h", |
| 2496 | ], |
| 2497 | tool_files: [ |
| 2498 | "base/android/jni_generator/android_jar.classes", |
| 2499 | "base/android/jni_generator/jni_generator.py", |
| 2500 | "build/android/gyp/util/__init__.py", |
| 2501 | "build/android/gyp/util/build_utils.py", |
| 2502 | "build/gn_helpers.py", |
| 2503 | ], |
| 2504 | } |
| 2505 | |
| 2506 | // GN: //components/prefs:prefs |
| 2507 | cc_library_static { |
| 2508 | name: "cronet_aml_components_prefs_prefs", |
| 2509 | srcs: [ |
| 2510 | "components/prefs/android/pref_service_android.cc", |
| 2511 | "components/prefs/command_line_pref_store.cc", |
| 2512 | "components/prefs/default_pref_store.cc", |
| 2513 | "components/prefs/in_memory_pref_store.cc", |
| 2514 | "components/prefs/json_pref_store.cc", |
| 2515 | "components/prefs/overlay_user_pref_store.cc", |
| 2516 | "components/prefs/persistent_pref_store.cc", |
| 2517 | "components/prefs/pref_change_registrar.cc", |
| 2518 | "components/prefs/pref_member.cc", |
| 2519 | "components/prefs/pref_notifier_impl.cc", |
| 2520 | "components/prefs/pref_registry.cc", |
| 2521 | "components/prefs/pref_registry_simple.cc", |
| 2522 | "components/prefs/pref_service.cc", |
| 2523 | "components/prefs/pref_service_factory.cc", |
| 2524 | "components/prefs/pref_store.cc", |
| 2525 | "components/prefs/pref_value_map.cc", |
| 2526 | "components/prefs/pref_value_store.cc", |
| 2527 | "components/prefs/scoped_user_pref_update.cc", |
| 2528 | "components/prefs/segregated_pref_store.cc", |
| 2529 | "components/prefs/value_map_pref_store.cc", |
| 2530 | "components/prefs/writeable_pref_store.cc", |
| 2531 | ], |
| 2532 | shared_libs: [ |
| 2533 | "libandroid", |
| 2534 | "liblog", |
| 2535 | ], |
| 2536 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2537 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2538 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2539 | "cronet_aml_base_base_static", |
| 2540 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 2541 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2542 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2543 | "cronet_aml_third_party_icu_icui18n", |
| 2544 | "cronet_aml_third_party_icu_icuuc_private", |
| 2545 | "cronet_aml_third_party_libevent_libevent", |
| 2546 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2547 | ], |
| 2548 | generated_headers: [ |
| 2549 | "cronet_aml_base_debugging_buildflags", |
| 2550 | "cronet_aml_base_logging_buildflags", |
| 2551 | "cronet_aml_build_chromeos_buildflags", |
| 2552 | "cronet_aml_components_prefs_android_jni_headers", |
| 2553 | ], |
| 2554 | export_generated_headers: [ |
| 2555 | "cronet_aml_base_debugging_buildflags", |
| 2556 | "cronet_aml_base_logging_buildflags", |
| 2557 | "cronet_aml_build_chromeos_buildflags", |
| 2558 | "cronet_aml_components_prefs_android_jni_headers", |
| 2559 | ], |
| 2560 | defaults: [ |
| 2561 | "cronet_aml_defaults", |
| 2562 | ], |
| 2563 | cflags: [ |
| 2564 | "-DANDROID", |
| 2565 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2566 | "-DCOMPONENTS_PREFS_IMPLEMENTATION", |
| 2567 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2568 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2569 | "-DDCHECK_ALWAYS_ON=1", |
| 2570 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2571 | "-DHAVE_SYS_UIO_H", |
| 2572 | "-D_DEBUG", |
| 2573 | "-D_GNU_SOURCE", |
| 2574 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2575 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2576 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2577 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2578 | "-D__STDC_CONSTANT_MACROS", |
| 2579 | "-D__STDC_FORMAT_MACROS", |
| 2580 | ], |
| 2581 | local_include_dirs: [ |
| 2582 | "./", |
| 2583 | "buildtools/third_party/libc++/", |
| 2584 | "buildtools/third_party/libc++/trunk/include", |
| 2585 | "buildtools/third_party/libc++abi/trunk/include", |
| 2586 | "third_party/abseil-cpp/", |
| 2587 | "third_party/boringssl/src/include/", |
| 2588 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 2589 | ], |
| 2590 | header_libs: [ |
| 2591 | "jni_headers", |
| 2592 | ], |
| 2593 | cpp_std: "c++20", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2594 | } |
| 2595 | |
| 2596 | // GN: //crypto:buildflags |
| 2597 | genrule { |
| 2598 | name: "cronet_aml_crypto_buildflags", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2599 | cmd: "echo '--flags USE_NSS_CERTS=\"true\"' | " + |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2600 | "$(location build/write_buildflag_header.py) --output " + |
| 2601 | "$(out) " + |
| 2602 | "--rulename " + |
| 2603 | "//crypto:buildflags " + |
| 2604 | "--gen-dir " + |
| 2605 | ". " + |
| 2606 | "--definitions " + |
| 2607 | "/dev/stdin", |
| 2608 | out: [ |
| 2609 | "crypto/crypto_buildflags.h", |
| 2610 | ], |
| 2611 | tool_files: [ |
| 2612 | "build/write_buildflag_header.py", |
| 2613 | ], |
| 2614 | } |
| 2615 | |
| 2616 | // GN: //crypto:crypto |
| 2617 | cc_library_static { |
| 2618 | name: "cronet_aml_crypto_crypto", |
| 2619 | srcs: [ |
| 2620 | "crypto/aead.cc", |
| 2621 | "crypto/ec_private_key.cc", |
| 2622 | "crypto/ec_signature_creator.cc", |
| 2623 | "crypto/ec_signature_creator_impl.cc", |
| 2624 | "crypto/encryptor.cc", |
| 2625 | "crypto/hkdf.cc", |
| 2626 | "crypto/hmac.cc", |
| 2627 | "crypto/openssl_util.cc", |
| 2628 | "crypto/p224_spake.cc", |
| 2629 | "crypto/random.cc", |
| 2630 | "crypto/rsa_private_key.cc", |
| 2631 | "crypto/secure_hash.cc", |
| 2632 | "crypto/secure_util.cc", |
| 2633 | "crypto/sha2.cc", |
| 2634 | "crypto/signature_creator.cc", |
| 2635 | "crypto/signature_verifier.cc", |
| 2636 | "crypto/symmetric_key.cc", |
| 2637 | "crypto/unexportable_key.cc", |
| 2638 | "crypto/unexportable_key_metrics.cc", |
| 2639 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2640 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2641 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2642 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2643 | "cronet_aml_base_base_static", |
| 2644 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2645 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2646 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 2647 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 2648 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2649 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2650 | "cronet_aml_third_party_icu_icui18n", |
| 2651 | "cronet_aml_third_party_icu_icuuc_private", |
| 2652 | "cronet_aml_third_party_libevent_libevent", |
| 2653 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2654 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2655 | host_supported: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2656 | generated_headers: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2657 | "cronet_aml_build_chromeos_buildflags", |
| 2658 | "cronet_aml_components_nacl_common_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2659 | "cronet_aml_crypto_buildflags", |
| 2660 | ], |
| 2661 | export_generated_headers: [ |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2662 | "cronet_aml_build_chromeos_buildflags", |
| 2663 | "cronet_aml_components_nacl_common_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2664 | "cronet_aml_crypto_buildflags", |
| 2665 | ], |
| 2666 | defaults: [ |
| 2667 | "cronet_aml_defaults", |
| 2668 | ], |
| 2669 | cflags: [ |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2670 | "-DANDROID", |
| 2671 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2672 | "-DCRYPTO_IMPLEMENTATION", |
| 2673 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2674 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2675 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2676 | "-DDCHECK_ALWAYS_ON=1", |
| 2677 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2678 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2679 | "-DUSE_AURA=1", |
| 2680 | "-DUSE_OZONE=1", |
| 2681 | "-DUSE_UDEV", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2682 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2683 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2684 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2685 | "-D_LARGEFILE64_SOURCE", |
| 2686 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2687 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2688 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2689 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2690 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2691 | "-D__STDC_CONSTANT_MACROS", |
| 2692 | "-D__STDC_FORMAT_MACROS", |
| 2693 | ], |
| 2694 | local_include_dirs: [ |
| 2695 | "./", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2696 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/nspr", |
| 2697 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/nss", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2698 | "buildtools/third_party/libc++/", |
| 2699 | "buildtools/third_party/libc++/trunk/include", |
| 2700 | "buildtools/third_party/libc++abi/trunk/include", |
| 2701 | "third_party/abseil-cpp/", |
| 2702 | "third_party/boringssl/src/include/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 2703 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 2704 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 2705 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2706 | ], |
| 2707 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2708 | target: { |
| 2709 | android: { |
| 2710 | shared_libs: [ |
| 2711 | "libandroid", |
| 2712 | "liblog", |
| 2713 | ], |
| 2714 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2715 | host: { |
| 2716 | srcs: [ |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2717 | "crypto/nss_key_util.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2718 | "crypto/nss_util.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2719 | ], |
| 2720 | }, |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 2721 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2722 | } |
| 2723 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2724 | // GN: //gn:default_deps |
| 2725 | cc_defaults { |
| 2726 | name: "cronet_aml_defaults", |
| 2727 | cflags: [ |
Patrick Rohr | 3ce7477 | 2022-11-11 14:19:58 -0800 | [diff] [blame] | 2728 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2729 | "-O2", |
Motomu Utsumi | ba02094 | 2022-11-14 15:15:41 +0900 | [diff] [blame] | 2730 | "-Wno-ambiguous-reversed-operator", |
Mohannad Farrag | d98a96d | 2022-11-10 14:56:19 +0000 | [diff] [blame] | 2731 | "-Wno-deprecated-non-prototype", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2732 | "-Wno-error=return-type", |
Patrick Rohr | 5c70002 | 2022-11-08 19:33:07 -0800 | [diff] [blame] | 2733 | "-Wno-macro-redefined", |
Patrick Rohr | 9806515 | 2022-10-31 14:49:58 -0700 | [diff] [blame] | 2734 | "-Wno-missing-field-initializers", |
Patrick Rohr | 3a1ec1d | 2022-10-31 13:30:17 -0700 | [diff] [blame] | 2735 | "-Wno-non-virtual-dtor", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2736 | "-Wno-sign-compare", |
| 2737 | "-Wno-sign-promo", |
Motomu Utsumi | b1ec878 | 2022-11-14 15:25:57 +0900 | [diff] [blame] | 2738 | "-Wno-unreachable-code-loop-increment", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2739 | "-Wno-unused-parameter", |
| 2740 | "-fvisibility=hidden", |
| 2741 | ], |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2742 | stl: "none", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2743 | } |
| 2744 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2745 | // GN: //ipc:param_traits |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2746 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2747 | name: "cronet_aml_ipc_param_traits", |
| 2748 | } |
| 2749 | |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2750 | // GN: //gn:java |
| 2751 | java_library { |
| 2752 | name: "cronet_aml_java", |
| 2753 | srcs: [ |
Mohannad Farrag | 21562d6 | 2022-11-07 13:09:31 +0000 | [diff] [blame] | 2754 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2755 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2756 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2757 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2758 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2759 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2760 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2761 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2762 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2763 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2764 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2765 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2766 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2767 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2768 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2769 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2770 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2771 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2772 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2773 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
| 2774 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2775 | ], |
| 2776 | } |
| 2777 | |
Motomu Utsumi | d464e5f | 2022-11-09 12:42:52 +0900 | [diff] [blame] | 2778 | // GN: //net/base/registry_controlled_domains:registry_controlled_domains |
| 2779 | genrule { |
| 2780 | name: "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 2781 | cmd: "$(location net/tools/dafsa/make_dafsa.py) --reverse " + |
| 2782 | "$(location net/base/registry_controlled_domains/effective_tld_names.gperf) " + |
| 2783 | "$(location net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc) " + |
| 2784 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2785 | "--reverse " + |
| 2786 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf) " + |
| 2787 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc) " + |
| 2788 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2789 | "--reverse " + |
| 2790 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf) " + |
| 2791 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc) " + |
| 2792 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2793 | "--reverse " + |
| 2794 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf) " + |
| 2795 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc) " + |
| 2796 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2797 | "--reverse " + |
| 2798 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf) " + |
| 2799 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc) " + |
| 2800 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2801 | "--reverse " + |
| 2802 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf) " + |
| 2803 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc) " + |
| 2804 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2805 | "--reverse " + |
| 2806 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf) " + |
| 2807 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc)", |
| 2808 | out: [ |
| 2809 | "net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc", |
| 2810 | "net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc", |
| 2811 | "net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc", |
| 2812 | "net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc", |
| 2813 | "net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc", |
| 2814 | "net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc", |
| 2815 | "net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc", |
| 2816 | ], |
| 2817 | tool_files: [ |
| 2818 | "net/base/registry_controlled_domains/effective_tld_names.gperf", |
| 2819 | "net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf", |
| 2820 | "net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf", |
| 2821 | "net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf", |
| 2822 | "net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf", |
| 2823 | "net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf", |
| 2824 | "net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf", |
| 2825 | "net/tools/dafsa/make_dafsa.py", |
| 2826 | ], |
| 2827 | } |
| 2828 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2829 | // GN: //net:buildflags |
| 2830 | genrule { |
| 2831 | name: "cronet_aml_net_buildflags", |
| 2832 | 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\"' | " + |
| 2833 | "$(location build/write_buildflag_header.py) --output " + |
| 2834 | "$(out) " + |
| 2835 | "--rulename " + |
| 2836 | "//net:buildflags " + |
| 2837 | "--gen-dir " + |
| 2838 | ". " + |
| 2839 | "--definitions " + |
| 2840 | "/dev/stdin", |
| 2841 | out: [ |
| 2842 | "net/net_buildflags.h", |
| 2843 | ], |
| 2844 | tool_files: [ |
| 2845 | "build/write_buildflag_header.py", |
| 2846 | ], |
| 2847 | } |
| 2848 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2849 | // GN: //net:constants |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2850 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2851 | name: "cronet_aml_net_constants", |
| 2852 | } |
| 2853 | |
| 2854 | // GN: //net/data/ssl/chrome_root_store:gen_root_store_inc |
| 2855 | genrule { |
| 2856 | name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc", |
| 2857 | cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " + |
| 2858 | "--root-store " + |
| 2859 | "../../net/data/ssl/chrome_root_store/root_store.textproto " + |
| 2860 | "--certs " + |
| 2861 | "../../net/data/ssl/chrome_root_store/root_store.certs " + |
| 2862 | "--write-cpp-root-store " + |
| 2863 | "gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " + |
| 2864 | "--write-cpp-ev-roots " + |
| 2865 | "gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2866 | out: [ |
| 2867 | "net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2868 | "net/data/ssl/chrome_root_store/chrome-root-store-inc.cc", |
| 2869 | ], |
| 2870 | tool_files: [ |
| 2871 | "build/gn_run_binary.py", |
| 2872 | "net/data/ssl/chrome_root_store/root_store.certs", |
| 2873 | "net/data/ssl/chrome_root_store/root_store.textproto", |
| 2874 | ], |
| 2875 | } |
| 2876 | |
| 2877 | // GN: //net/dns:dns |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2878 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2879 | name: "cronet_aml_net_dns_dns", |
| 2880 | srcs: [ |
| 2881 | "net/dns/address_info.cc", |
| 2882 | "net/dns/address_sorter_posix.cc", |
| 2883 | "net/dns/context_host_resolver.cc", |
| 2884 | "net/dns/dns_alias_utility.cc", |
| 2885 | "net/dns/dns_client.cc", |
| 2886 | "net/dns/dns_config.cc", |
| 2887 | "net/dns/dns_config_service.cc", |
| 2888 | "net/dns/dns_config_service_android.cc", |
| 2889 | "net/dns/dns_hosts.cc", |
| 2890 | "net/dns/dns_query.cc", |
| 2891 | "net/dns/dns_reloader.cc", |
| 2892 | "net/dns/dns_response.cc", |
| 2893 | "net/dns/dns_response_result_extractor.cc", |
| 2894 | "net/dns/dns_server_iterator.cc", |
| 2895 | "net/dns/dns_session.cc", |
| 2896 | "net/dns/dns_transaction.cc", |
| 2897 | "net/dns/dns_udp_tracker.cc", |
| 2898 | "net/dns/dns_util.cc", |
| 2899 | "net/dns/host_cache.cc", |
| 2900 | "net/dns/host_resolver.cc", |
| 2901 | "net/dns/host_resolver_manager.cc", |
| 2902 | "net/dns/host_resolver_mdns_listener_impl.cc", |
| 2903 | "net/dns/host_resolver_mdns_task.cc", |
| 2904 | "net/dns/host_resolver_nat64_task.cc", |
| 2905 | "net/dns/host_resolver_proc.cc", |
| 2906 | "net/dns/host_resolver_system_task.cc", |
| 2907 | "net/dns/https_record_rdata.cc", |
| 2908 | "net/dns/httpssvc_metrics.cc", |
| 2909 | "net/dns/mapped_host_resolver.cc", |
| 2910 | "net/dns/nsswitch_reader.cc", |
| 2911 | "net/dns/opt_record_rdata.cc", |
| 2912 | "net/dns/record_parsed.cc", |
| 2913 | "net/dns/record_rdata.cc", |
| 2914 | "net/dns/resolve_context.cc", |
| 2915 | "net/dns/serial_worker.cc", |
| 2916 | "net/dns/system_dns_config_change_notifier.cc", |
| 2917 | "net/dns/test_dns_config_service.cc", |
| 2918 | ], |
| 2919 | } |
| 2920 | |
| 2921 | // GN: //net/dns:dns_client |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2922 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2923 | name: "cronet_aml_net_dns_dns_client", |
| 2924 | } |
| 2925 | |
| 2926 | // GN: //net/dns:host_resolver |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2927 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2928 | name: "cronet_aml_net_dns_host_resolver", |
| 2929 | } |
| 2930 | |
| 2931 | // GN: //net/dns:host_resolver_manager |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2932 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2933 | name: "cronet_aml_net_dns_host_resolver_manager", |
| 2934 | } |
| 2935 | |
| 2936 | // GN: //net/dns:mdns_client |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2937 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2938 | name: "cronet_aml_net_dns_mdns_client", |
| 2939 | } |
| 2940 | |
| 2941 | // GN: //net/dns/public:public |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2942 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2943 | name: "cronet_aml_net_dns_public_public", |
| 2944 | srcs: [ |
| 2945 | "net/dns/public/dns_config_overrides.cc", |
| 2946 | "net/dns/public/dns_over_https_config.cc", |
| 2947 | "net/dns/public/dns_over_https_server_config.cc", |
| 2948 | "net/dns/public/dns_query_type.cc", |
| 2949 | "net/dns/public/doh_provider_entry.cc", |
| 2950 | "net/dns/public/host_resolver_results.cc", |
| 2951 | "net/dns/public/resolve_error_info.cc", |
| 2952 | "net/dns/public/util.cc", |
| 2953 | ], |
| 2954 | } |
| 2955 | |
| 2956 | // GN: //net/http:transport_security_state_generated_files |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 2957 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2958 | name: "cronet_aml_net_http_transport_security_state_generated_files", |
| 2959 | srcs: [ |
| 2960 | "net/http/transport_security_state.cc", |
| 2961 | ], |
| 2962 | } |
| 2963 | |
| 2964 | // GN: //net:ios_cronet_buildflags |
| 2965 | genrule { |
| 2966 | name: "cronet_aml_net_ios_cronet_buildflags", |
| 2967 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
| 2968 | "$(location build/write_buildflag_header.py) --output " + |
| 2969 | "$(out) " + |
| 2970 | "--rulename " + |
| 2971 | "//net:ios_cronet_buildflags " + |
| 2972 | "--gen-dir " + |
| 2973 | ". " + |
| 2974 | "--definitions " + |
| 2975 | "/dev/stdin", |
| 2976 | out: [ |
| 2977 | "net/socket/ios_cronet_buildflags.h", |
| 2978 | ], |
| 2979 | tool_files: [ |
| 2980 | "build/write_buildflag_header.py", |
| 2981 | ], |
| 2982 | } |
| 2983 | |
| 2984 | // GN: //net:isolation_info_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2985 | genrule { |
| 2986 | name: "cronet_aml_net_isolation_info_proto_gen", |
| 2987 | srcs: [ |
| 2988 | "net/base/isolation_info.proto", |
| 2989 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 2990 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 2991 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 2992 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 2993 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 2994 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2995 | "external/chromium_org/net/base/isolation_info.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2996 | ], |
| 2997 | } |
| 2998 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2999 | // GN: //net:isolation_info_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3000 | genrule { |
| 3001 | name: "cronet_aml_net_isolation_info_proto_gen_headers", |
| 3002 | srcs: [ |
| 3003 | "net/base/isolation_info.proto", |
| 3004 | ], |
| 3005 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3006 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3007 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3008 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 3009 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3010 | "external/chromium_org/net/base/isolation_info.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3011 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3012 | export_include_dirs: [ |
| 3013 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3014 | "net/base", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3015 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3016 | ], |
| 3017 | } |
| 3018 | |
| 3019 | // GN: //net:net |
| 3020 | cc_library_static { |
| 3021 | name: "cronet_aml_net_net", |
| 3022 | srcs: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3023 | ":cronet_aml_net_isolation_info_proto_gen", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3024 | ":cronet_aml_net_net_nqe_proto_gen", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3025 | ":cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3026 | "net/android/android_http_util.cc", |
| 3027 | "net/android/cert_verify_result_android.cc", |
| 3028 | "net/android/gurl_utils.cc", |
| 3029 | "net/android/http_auth_negotiate_android.cc", |
| 3030 | "net/android/keystore.cc", |
| 3031 | "net/android/network_change_notifier_android.cc", |
| 3032 | "net/android/network_change_notifier_delegate_android.cc", |
| 3033 | "net/android/network_change_notifier_factory_android.cc", |
| 3034 | "net/android/network_library.cc", |
| 3035 | "net/android/radio_activity_tracker.cc", |
| 3036 | "net/android/traffic_stats.cc", |
| 3037 | "net/base/address_family.cc", |
| 3038 | "net/base/address_list.cc", |
| 3039 | "net/base/address_tracker_linux.cc", |
| 3040 | "net/base/auth.cc", |
| 3041 | "net/base/backoff_entry.cc", |
| 3042 | "net/base/backoff_entry_serializer.cc", |
| 3043 | "net/base/cache_metrics.cc", |
| 3044 | "net/base/chunked_upload_data_stream.cc", |
| 3045 | "net/base/connection_endpoint_metadata.cc", |
| 3046 | "net/base/data_url.cc", |
| 3047 | "net/base/datagram_buffer.cc", |
| 3048 | "net/base/elements_upload_data_stream.cc", |
| 3049 | "net/base/features.cc", |
| 3050 | "net/base/file_stream.cc", |
| 3051 | "net/base/file_stream_context.cc", |
| 3052 | "net/base/file_stream_context_posix.cc", |
| 3053 | "net/base/filename_util.cc", |
| 3054 | "net/base/filename_util_internal.cc", |
| 3055 | "net/base/hash_value.cc", |
| 3056 | "net/base/hex_utils.cc", |
| 3057 | "net/base/host_mapping_rules.cc", |
| 3058 | "net/base/host_port_pair.cc", |
| 3059 | "net/base/io_buffer.cc", |
| 3060 | "net/base/ip_address.cc", |
| 3061 | "net/base/ip_endpoint.cc", |
| 3062 | "net/base/isolation_info.cc", |
| 3063 | "net/base/load_timing_info.cc", |
| 3064 | "net/base/logging_network_change_observer.cc", |
| 3065 | "net/base/lookup_string_in_fixed_set.cc", |
| 3066 | "net/base/mime_sniffer.cc", |
| 3067 | "net/base/mime_util.cc", |
| 3068 | "net/base/net_errors.cc", |
| 3069 | "net/base/net_errors_posix.cc", |
| 3070 | "net/base/net_module.cc", |
| 3071 | "net/base/net_string_util_icu_alternatives_android.cc", |
| 3072 | "net/base/network_activity_monitor.cc", |
| 3073 | "net/base/network_anonymization_key.cc", |
| 3074 | "net/base/network_change_notifier.cc", |
| 3075 | "net/base/network_change_notifier_posix.cc", |
| 3076 | "net/base/network_delegate.cc", |
| 3077 | "net/base/network_delegate_impl.cc", |
| 3078 | "net/base/network_interfaces.cc", |
| 3079 | "net/base/network_interfaces_getifaddrs.cc", |
| 3080 | "net/base/network_interfaces_getifaddrs_android.cc", |
| 3081 | "net/base/network_interfaces_linux.cc", |
| 3082 | "net/base/network_interfaces_posix.cc", |
| 3083 | "net/base/network_isolation_key.cc", |
| 3084 | "net/base/parse_number.cc", |
| 3085 | "net/base/platform_mime_util_linux.cc", |
| 3086 | "net/base/port_util.cc", |
| 3087 | "net/base/prioritized_dispatcher.cc", |
| 3088 | "net/base/prioritized_task_runner.cc", |
| 3089 | "net/base/privacy_mode.cc", |
| 3090 | "net/base/proxy_server.cc", |
| 3091 | "net/base/proxy_string_util.cc", |
| 3092 | "net/base/registry_controlled_domains/registry_controlled_domain.cc", |
| 3093 | "net/base/request_priority.cc", |
| 3094 | "net/base/scheme_host_port_matcher.cc", |
| 3095 | "net/base/scheme_host_port_matcher_rule.cc", |
| 3096 | "net/base/schemeful_site.cc", |
| 3097 | "net/base/sockaddr_storage.cc", |
| 3098 | "net/base/sockaddr_util_posix.cc", |
| 3099 | "net/base/transport_info.cc", |
| 3100 | "net/base/upload_bytes_element_reader.cc", |
| 3101 | "net/base/upload_data_stream.cc", |
| 3102 | "net/base/upload_element_reader.cc", |
| 3103 | "net/base/upload_file_element_reader.cc", |
| 3104 | "net/base/url_util.cc", |
| 3105 | "net/cert/asn1_util.cc", |
| 3106 | "net/cert/caching_cert_verifier.cc", |
| 3107 | "net/cert/cert_and_ct_verifier.cc", |
| 3108 | "net/cert/cert_database.cc", |
| 3109 | "net/cert/cert_status_flags.cc", |
| 3110 | "net/cert/cert_verifier.cc", |
| 3111 | "net/cert/cert_verify_proc.cc", |
| 3112 | "net/cert/cert_verify_proc_android.cc", |
| 3113 | "net/cert/cert_verify_proc_builtin.cc", |
| 3114 | "net/cert/cert_verify_result.cc", |
| 3115 | "net/cert/coalescing_cert_verifier.cc", |
| 3116 | "net/cert/crl_set.cc", |
| 3117 | "net/cert/ct_log_response_parser.cc", |
| 3118 | "net/cert/ct_log_verifier.cc", |
| 3119 | "net/cert/ct_log_verifier_util.cc", |
| 3120 | "net/cert/ct_objects_extractor.cc", |
| 3121 | "net/cert/ct_policy_enforcer.cc", |
| 3122 | "net/cert/ct_sct_to_string.cc", |
| 3123 | "net/cert/ct_serialization.cc", |
| 3124 | "net/cert/ct_signed_certificate_timestamp_log_param.cc", |
| 3125 | "net/cert/do_nothing_ct_verifier.cc", |
| 3126 | "net/cert/ev_root_ca_metadata.cc", |
| 3127 | "net/cert/internal/cert_issuer_source_aia.cc", |
| 3128 | "net/cert/internal/revocation_checker.cc", |
| 3129 | "net/cert/internal/system_trust_store.cc", |
| 3130 | "net/cert/known_roots.cc", |
| 3131 | "net/cert/merkle_audit_proof.cc", |
| 3132 | "net/cert/merkle_consistency_proof.cc", |
| 3133 | "net/cert/merkle_tree_leaf.cc", |
| 3134 | "net/cert/multi_log_ct_verifier.cc", |
| 3135 | "net/cert/multi_threaded_cert_verifier.cc", |
| 3136 | "net/cert/ocsp_verify_result.cc", |
| 3137 | "net/cert/pem.cc", |
| 3138 | "net/cert/pki/cert_error_id.cc", |
| 3139 | "net/cert/pki/cert_error_params.cc", |
| 3140 | "net/cert/pki/cert_errors.cc", |
| 3141 | "net/cert/pki/cert_issuer_source_static.cc", |
| 3142 | "net/cert/pki/certificate_policies.cc", |
| 3143 | "net/cert/pki/common_cert_errors.cc", |
| 3144 | "net/cert/pki/crl.cc", |
| 3145 | "net/cert/pki/extended_key_usage.cc", |
| 3146 | "net/cert/pki/general_names.cc", |
| 3147 | "net/cert/pki/name_constraints.cc", |
| 3148 | "net/cert/pki/ocsp.cc", |
| 3149 | "net/cert/pki/parse_certificate.cc", |
| 3150 | "net/cert/pki/parse_name.cc", |
| 3151 | "net/cert/pki/parsed_certificate.cc", |
| 3152 | "net/cert/pki/path_builder.cc", |
| 3153 | "net/cert/pki/revocation_util.cc", |
| 3154 | "net/cert/pki/signature_algorithm.cc", |
| 3155 | "net/cert/pki/simple_path_builder_delegate.cc", |
| 3156 | "net/cert/pki/string_util.cc", |
| 3157 | "net/cert/pki/trust_store.cc", |
| 3158 | "net/cert/pki/trust_store_collection.cc", |
| 3159 | "net/cert/pki/trust_store_in_memory.cc", |
| 3160 | "net/cert/pki/verify_certificate_chain.cc", |
| 3161 | "net/cert/pki/verify_name_match.cc", |
| 3162 | "net/cert/pki/verify_signed_data.cc", |
| 3163 | "net/cert/sct_status_flags.cc", |
| 3164 | "net/cert/signed_certificate_timestamp.cc", |
| 3165 | "net/cert/signed_certificate_timestamp_and_status.cc", |
| 3166 | "net/cert/signed_tree_head.cc", |
| 3167 | "net/cert/symantec_certs.cc", |
| 3168 | "net/cert/test_root_certs.cc", |
| 3169 | "net/cert/test_root_certs_android.cc", |
| 3170 | "net/cert/trial_comparison_cert_verifier_util.cc", |
| 3171 | "net/cert/x509_cert_types.cc", |
| 3172 | "net/cert/x509_certificate.cc", |
| 3173 | "net/cert/x509_certificate_net_log_param.cc", |
| 3174 | "net/cert/x509_util.cc", |
| 3175 | "net/cert/x509_util_android.cc", |
| 3176 | "net/cert_net/cert_net_fetcher_url_request.cc", |
| 3177 | "net/cookies/canonical_cookie.cc", |
| 3178 | "net/cookies/cookie_access_delegate.cc", |
| 3179 | "net/cookies/cookie_access_result.cc", |
| 3180 | "net/cookies/cookie_change_dispatcher.cc", |
| 3181 | "net/cookies/cookie_constants.cc", |
| 3182 | "net/cookies/cookie_deletion_info.cc", |
| 3183 | "net/cookies/cookie_inclusion_status.cc", |
| 3184 | "net/cookies/cookie_monster.cc", |
| 3185 | "net/cookies/cookie_monster_change_dispatcher.cc", |
| 3186 | "net/cookies/cookie_monster_netlog_params.cc", |
| 3187 | "net/cookies/cookie_options.cc", |
| 3188 | "net/cookies/cookie_partition_key.cc", |
| 3189 | "net/cookies/cookie_partition_key_collection.cc", |
| 3190 | "net/cookies/cookie_store.cc", |
| 3191 | "net/cookies/cookie_util.cc", |
| 3192 | "net/cookies/parsed_cookie.cc", |
| 3193 | "net/cookies/site_for_cookies.cc", |
| 3194 | "net/cookies/static_cookie_policy.cc", |
| 3195 | "net/der/encode_values.cc", |
| 3196 | "net/der/input.cc", |
| 3197 | "net/der/parse_values.cc", |
| 3198 | "net/der/parser.cc", |
| 3199 | "net/der/tag.cc", |
| 3200 | "net/disk_cache/backend_cleanup_tracker.cc", |
| 3201 | "net/disk_cache/blockfile/addr.cc", |
| 3202 | "net/disk_cache/blockfile/backend_impl.cc", |
| 3203 | "net/disk_cache/blockfile/bitmap.cc", |
| 3204 | "net/disk_cache/blockfile/block_files.cc", |
| 3205 | "net/disk_cache/blockfile/disk_format.cc", |
| 3206 | "net/disk_cache/blockfile/entry_impl.cc", |
| 3207 | "net/disk_cache/blockfile/eviction.cc", |
| 3208 | "net/disk_cache/blockfile/file.cc", |
| 3209 | "net/disk_cache/blockfile/file_lock.cc", |
| 3210 | "net/disk_cache/blockfile/file_posix.cc", |
| 3211 | "net/disk_cache/blockfile/in_flight_backend_io.cc", |
| 3212 | "net/disk_cache/blockfile/in_flight_io.cc", |
| 3213 | "net/disk_cache/blockfile/mapped_file.cc", |
| 3214 | "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc", |
| 3215 | "net/disk_cache/blockfile/rankings.cc", |
| 3216 | "net/disk_cache/blockfile/sparse_control.cc", |
| 3217 | "net/disk_cache/blockfile/stats.cc", |
| 3218 | "net/disk_cache/cache_util.cc", |
| 3219 | "net/disk_cache/cache_util_posix.cc", |
| 3220 | "net/disk_cache/disk_cache.cc", |
| 3221 | "net/disk_cache/memory/mem_backend_impl.cc", |
| 3222 | "net/disk_cache/memory/mem_entry_impl.cc", |
| 3223 | "net/disk_cache/net_log_parameters.cc", |
| 3224 | "net/disk_cache/simple/post_doom_waiter.cc", |
| 3225 | "net/disk_cache/simple/simple_backend_impl.cc", |
| 3226 | "net/disk_cache/simple/simple_entry_format.cc", |
| 3227 | "net/disk_cache/simple/simple_entry_impl.cc", |
| 3228 | "net/disk_cache/simple/simple_entry_operation.cc", |
| 3229 | "net/disk_cache/simple/simple_file_enumerator.cc", |
| 3230 | "net/disk_cache/simple/simple_file_tracker.cc", |
| 3231 | "net/disk_cache/simple/simple_index.cc", |
| 3232 | "net/disk_cache/simple/simple_index_file.cc", |
| 3233 | "net/disk_cache/simple/simple_net_log_parameters.cc", |
| 3234 | "net/disk_cache/simple/simple_synchronous_entry.cc", |
| 3235 | "net/disk_cache/simple/simple_util.cc", |
| 3236 | "net/disk_cache/simple/simple_util_posix.cc", |
| 3237 | "net/disk_cache/simple/simple_version_upgrade.cc", |
| 3238 | "net/filter/brotli_source_stream.cc", |
| 3239 | "net/filter/filter_source_stream.cc", |
| 3240 | "net/filter/gzip_header.cc", |
| 3241 | "net/filter/gzip_source_stream.cc", |
| 3242 | "net/filter/source_stream.cc", |
| 3243 | "net/first_party_sets/addition_overlaps_union_find.cc", |
| 3244 | "net/first_party_sets/first_party_set_entry.cc", |
| 3245 | "net/first_party_sets/first_party_set_metadata.cc", |
| 3246 | "net/first_party_sets/first_party_sets_cache_filter.cc", |
| 3247 | "net/first_party_sets/first_party_sets_context_config.cc", |
| 3248 | "net/first_party_sets/global_first_party_sets.cc", |
| 3249 | "net/first_party_sets/same_party_context.cc", |
| 3250 | "net/http/alternative_service.cc", |
| 3251 | "net/http/bidirectional_stream.cc", |
| 3252 | "net/http/bidirectional_stream_impl.cc", |
| 3253 | "net/http/bidirectional_stream_request_info.cc", |
| 3254 | "net/http/broken_alternative_services.cc", |
| 3255 | "net/http/http_auth.cc", |
| 3256 | "net/http/http_auth_cache.cc", |
| 3257 | "net/http/http_auth_challenge_tokenizer.cc", |
| 3258 | "net/http/http_auth_controller.cc", |
| 3259 | "net/http/http_auth_filter.cc", |
| 3260 | "net/http/http_auth_handler.cc", |
| 3261 | "net/http/http_auth_handler_basic.cc", |
| 3262 | "net/http/http_auth_handler_digest.cc", |
| 3263 | "net/http/http_auth_handler_factory.cc", |
| 3264 | "net/http/http_auth_handler_negotiate.cc", |
| 3265 | "net/http/http_auth_handler_ntlm.cc", |
| 3266 | "net/http/http_auth_handler_ntlm_portable.cc", |
| 3267 | "net/http/http_auth_multi_round_parse.cc", |
| 3268 | "net/http/http_auth_ntlm_mechanism.cc", |
| 3269 | "net/http/http_auth_preferences.cc", |
| 3270 | "net/http/http_auth_scheme.cc", |
| 3271 | "net/http/http_basic_state.cc", |
| 3272 | "net/http/http_basic_stream.cc", |
| 3273 | "net/http/http_byte_range.cc", |
| 3274 | "net/http/http_cache.cc", |
| 3275 | "net/http/http_cache_lookup_manager.cc", |
| 3276 | "net/http/http_cache_transaction.cc", |
| 3277 | "net/http/http_cache_writers.cc", |
| 3278 | "net/http/http_chunked_decoder.cc", |
| 3279 | "net/http/http_content_disposition.cc", |
| 3280 | "net/http/http_log_util.cc", |
| 3281 | "net/http/http_network_layer.cc", |
| 3282 | "net/http/http_network_session.cc", |
| 3283 | "net/http/http_network_session_peer.cc", |
| 3284 | "net/http/http_network_transaction.cc", |
| 3285 | "net/http/http_proxy_client_socket.cc", |
| 3286 | "net/http/http_proxy_connect_job.cc", |
| 3287 | "net/http/http_raw_request_headers.cc", |
| 3288 | "net/http/http_request_headers.cc", |
| 3289 | "net/http/http_request_info.cc", |
| 3290 | "net/http/http_response_body_drainer.cc", |
| 3291 | "net/http/http_response_headers.cc", |
| 3292 | "net/http/http_response_info.cc", |
| 3293 | "net/http/http_security_headers.cc", |
| 3294 | "net/http/http_server_properties.cc", |
| 3295 | "net/http/http_server_properties_manager.cc", |
| 3296 | "net/http/http_status_code.cc", |
| 3297 | "net/http/http_stream_factory.cc", |
| 3298 | "net/http/http_stream_factory_job.cc", |
| 3299 | "net/http/http_stream_factory_job_controller.cc", |
| 3300 | "net/http/http_stream_parser.cc", |
| 3301 | "net/http/http_stream_request.cc", |
| 3302 | "net/http/http_util.cc", |
| 3303 | "net/http/http_vary_data.cc", |
| 3304 | "net/http/partial_data.cc", |
| 3305 | "net/http/proxy_client_socket.cc", |
| 3306 | "net/http/proxy_fallback.cc", |
| 3307 | "net/http/transport_security_persister.cc", |
| 3308 | "net/http/transport_security_state_source.cc", |
| 3309 | "net/http/url_security_manager.cc", |
| 3310 | "net/http/url_security_manager_posix.cc", |
| 3311 | "net/http/webfonts_histogram.cc", |
| 3312 | "net/log/file_net_log_observer.cc", |
| 3313 | "net/log/net_log.cc", |
| 3314 | "net/log/net_log_capture_mode.cc", |
| 3315 | "net/log/net_log_entry.cc", |
| 3316 | "net/log/net_log_event_type.cc", |
| 3317 | "net/log/net_log_source.cc", |
| 3318 | "net/log/net_log_util.cc", |
| 3319 | "net/log/net_log_values.cc", |
| 3320 | "net/log/net_log_with_source.cc", |
| 3321 | "net/log/trace_net_log_observer.cc", |
| 3322 | "net/network_error_logging/network_error_logging_service.cc", |
| 3323 | "net/nqe/cached_network_quality.cc", |
| 3324 | "net/nqe/effective_connection_type.cc", |
| 3325 | "net/nqe/event_creator.cc", |
| 3326 | "net/nqe/network_id.cc", |
| 3327 | "net/nqe/network_qualities_prefs_manager.cc", |
| 3328 | "net/nqe/network_quality.cc", |
| 3329 | "net/nqe/network_quality_estimator.cc", |
| 3330 | "net/nqe/network_quality_estimator_params.cc", |
| 3331 | "net/nqe/network_quality_estimator_util.cc", |
| 3332 | "net/nqe/network_quality_observation.cc", |
| 3333 | "net/nqe/network_quality_store.cc", |
| 3334 | "net/nqe/observation_buffer.cc", |
| 3335 | "net/nqe/pref_names.cc", |
| 3336 | "net/nqe/socket_watcher.cc", |
| 3337 | "net/nqe/socket_watcher_factory.cc", |
| 3338 | "net/nqe/throughput_analyzer.cc", |
| 3339 | "net/ntlm/ntlm.cc", |
| 3340 | "net/ntlm/ntlm_buffer_reader.cc", |
| 3341 | "net/ntlm/ntlm_buffer_writer.cc", |
| 3342 | "net/ntlm/ntlm_client.cc", |
| 3343 | "net/ntlm/ntlm_constants.cc", |
| 3344 | "net/proxy_resolution/configured_proxy_resolution_request.cc", |
| 3345 | "net/proxy_resolution/configured_proxy_resolution_service.cc", |
| 3346 | "net/proxy_resolution/dhcp_pac_file_fetcher.cc", |
| 3347 | "net/proxy_resolution/multi_threaded_proxy_resolver.cc", |
| 3348 | "net/proxy_resolution/network_delegate_error_observer.cc", |
| 3349 | "net/proxy_resolution/pac_file_data.cc", |
| 3350 | "net/proxy_resolution/pac_file_decider.cc", |
| 3351 | "net/proxy_resolution/pac_file_fetcher.cc", |
| 3352 | "net/proxy_resolution/pac_file_fetcher_impl.cc", |
| 3353 | "net/proxy_resolution/polling_proxy_config_service.cc", |
| 3354 | "net/proxy_resolution/proxy_bypass_rules.cc", |
| 3355 | "net/proxy_resolution/proxy_config.cc", |
| 3356 | "net/proxy_resolution/proxy_config_service.cc", |
| 3357 | "net/proxy_resolution/proxy_config_service_android.cc", |
| 3358 | "net/proxy_resolution/proxy_config_service_fixed.cc", |
| 3359 | "net/proxy_resolution/proxy_config_with_annotation.cc", |
| 3360 | "net/proxy_resolution/proxy_info.cc", |
| 3361 | "net/proxy_resolution/proxy_list.cc", |
| 3362 | "net/proxy_resolution/proxy_resolver_factory.cc", |
| 3363 | "net/quic/bidirectional_stream_quic_impl.cc", |
| 3364 | "net/quic/crypto/proof_source_chromium.cc", |
| 3365 | "net/quic/crypto/proof_verifier_chromium.cc", |
| 3366 | "net/quic/dedicated_web_transport_http3_client.cc", |
| 3367 | "net/quic/network_connection.cc", |
| 3368 | "net/quic/platform/impl/quic_chromium_clock.cc", |
| 3369 | "net/quic/properties_based_quic_server_info.cc", |
| 3370 | "net/quic/quic_address_mismatch.cc", |
| 3371 | "net/quic/quic_chromium_alarm_factory.cc", |
| 3372 | "net/quic/quic_chromium_client_session.cc", |
| 3373 | "net/quic/quic_chromium_client_stream.cc", |
| 3374 | "net/quic/quic_chromium_connection_helper.cc", |
| 3375 | "net/quic/quic_chromium_packet_reader.cc", |
| 3376 | "net/quic/quic_chromium_packet_writer.cc", |
| 3377 | "net/quic/quic_clock_skew_detector.cc", |
| 3378 | "net/quic/quic_connection_logger.cc", |
| 3379 | "net/quic/quic_connectivity_monitor.cc", |
| 3380 | "net/quic/quic_context.cc", |
| 3381 | "net/quic/quic_crypto_client_config_handle.cc", |
| 3382 | "net/quic/quic_crypto_client_stream_factory.cc", |
| 3383 | "net/quic/quic_event_logger.cc", |
| 3384 | "net/quic/quic_http3_logger.cc", |
| 3385 | "net/quic/quic_http_stream.cc", |
| 3386 | "net/quic/quic_http_utils.cc", |
| 3387 | "net/quic/quic_proxy_client_socket.cc", |
| 3388 | "net/quic/quic_server_info.cc", |
| 3389 | "net/quic/quic_session_key.cc", |
| 3390 | "net/quic/quic_stream_factory.cc", |
| 3391 | "net/quic/set_quic_flag.cc", |
| 3392 | "net/quic/web_transport_client.cc", |
| 3393 | "net/quic/web_transport_error.cc", |
| 3394 | "net/reporting/reporting_browsing_data_remover.cc", |
| 3395 | "net/reporting/reporting_cache.cc", |
| 3396 | "net/reporting/reporting_cache_impl.cc", |
| 3397 | "net/reporting/reporting_cache_observer.cc", |
| 3398 | "net/reporting/reporting_context.cc", |
| 3399 | "net/reporting/reporting_delegate.cc", |
| 3400 | "net/reporting/reporting_delivery_agent.cc", |
| 3401 | "net/reporting/reporting_endpoint.cc", |
| 3402 | "net/reporting/reporting_endpoint_manager.cc", |
| 3403 | "net/reporting/reporting_garbage_collector.cc", |
| 3404 | "net/reporting/reporting_header_parser.cc", |
| 3405 | "net/reporting/reporting_network_change_observer.cc", |
| 3406 | "net/reporting/reporting_policy.cc", |
| 3407 | "net/reporting/reporting_report.cc", |
| 3408 | "net/reporting/reporting_service.cc", |
| 3409 | "net/reporting/reporting_uploader.cc", |
| 3410 | "net/socket/client_socket_factory.cc", |
| 3411 | "net/socket/client_socket_handle.cc", |
| 3412 | "net/socket/client_socket_pool.cc", |
| 3413 | "net/socket/client_socket_pool_manager.cc", |
| 3414 | "net/socket/client_socket_pool_manager_impl.cc", |
| 3415 | "net/socket/connect_job.cc", |
| 3416 | "net/socket/connect_job_factory.cc", |
| 3417 | "net/socket/network_binding_client_socket_factory.cc", |
| 3418 | "net/socket/next_proto.cc", |
| 3419 | "net/socket/server_socket.cc", |
| 3420 | "net/socket/socket.cc", |
| 3421 | "net/socket/socket_bio_adapter.cc", |
| 3422 | "net/socket/socket_descriptor.cc", |
| 3423 | "net/socket/socket_net_log_params.cc", |
| 3424 | "net/socket/socket_options.cc", |
| 3425 | "net/socket/socket_posix.cc", |
| 3426 | "net/socket/socket_tag.cc", |
| 3427 | "net/socket/socks5_client_socket.cc", |
| 3428 | "net/socket/socks_client_socket.cc", |
| 3429 | "net/socket/socks_connect_job.cc", |
| 3430 | "net/socket/ssl_client_socket.cc", |
| 3431 | "net/socket/ssl_client_socket_impl.cc", |
| 3432 | "net/socket/ssl_connect_job.cc", |
| 3433 | "net/socket/ssl_server_socket_impl.cc", |
| 3434 | "net/socket/stream_socket.cc", |
| 3435 | "net/socket/tcp_client_socket.cc", |
| 3436 | "net/socket/tcp_server_socket.cc", |
| 3437 | "net/socket/tcp_socket_posix.cc", |
| 3438 | "net/socket/transport_client_socket.cc", |
| 3439 | "net/socket/transport_client_socket_pool.cc", |
| 3440 | "net/socket/transport_connect_job.cc", |
| 3441 | "net/socket/transport_connect_sub_job.cc", |
| 3442 | "net/socket/udp_client_socket.cc", |
| 3443 | "net/socket/udp_net_log_parameters.cc", |
| 3444 | "net/socket/udp_server_socket.cc", |
| 3445 | "net/socket/udp_socket_global_limits.cc", |
| 3446 | "net/socket/udp_socket_posix.cc", |
| 3447 | "net/socket/unix_domain_client_socket_posix.cc", |
| 3448 | "net/socket/unix_domain_server_socket_posix.cc", |
| 3449 | "net/socket/websocket_endpoint_lock_manager.cc", |
| 3450 | "net/socket/websocket_transport_client_socket_pool.cc", |
| 3451 | "net/spdy/alps_decoder.cc", |
| 3452 | "net/spdy/bidirectional_stream_spdy_impl.cc", |
| 3453 | "net/spdy/buffered_spdy_framer.cc", |
| 3454 | "net/spdy/header_coalescer.cc", |
| 3455 | "net/spdy/http2_priority_dependencies.cc", |
| 3456 | "net/spdy/http2_push_promise_index.cc", |
| 3457 | "net/spdy/multiplexed_http_stream.cc", |
| 3458 | "net/spdy/multiplexed_session.cc", |
| 3459 | "net/spdy/spdy_buffer.cc", |
| 3460 | "net/spdy/spdy_buffer_producer.cc", |
| 3461 | "net/spdy/spdy_http_stream.cc", |
| 3462 | "net/spdy/spdy_http_utils.cc", |
| 3463 | "net/spdy/spdy_log_util.cc", |
| 3464 | "net/spdy/spdy_proxy_client_socket.cc", |
| 3465 | "net/spdy/spdy_read_queue.cc", |
| 3466 | "net/spdy/spdy_session.cc", |
| 3467 | "net/spdy/spdy_session_key.cc", |
| 3468 | "net/spdy/spdy_session_pool.cc", |
| 3469 | "net/spdy/spdy_stream.cc", |
| 3470 | "net/spdy/spdy_write_queue.cc", |
| 3471 | "net/ssl/cert_compression.cc", |
| 3472 | "net/ssl/client_cert_identity.cc", |
| 3473 | "net/ssl/openssl_ssl_util.cc", |
| 3474 | "net/ssl/ssl_cert_request_info.cc", |
| 3475 | "net/ssl/ssl_cipher_suite_names.cc", |
| 3476 | "net/ssl/ssl_client_auth_cache.cc", |
| 3477 | "net/ssl/ssl_client_session_cache.cc", |
| 3478 | "net/ssl/ssl_config.cc", |
| 3479 | "net/ssl/ssl_config_service.cc", |
| 3480 | "net/ssl/ssl_config_service_defaults.cc", |
| 3481 | "net/ssl/ssl_info.cc", |
| 3482 | "net/ssl/ssl_key_logger.cc", |
| 3483 | "net/ssl/ssl_key_logger_impl.cc", |
| 3484 | "net/ssl/ssl_platform_key_android.cc", |
| 3485 | "net/ssl/ssl_platform_key_util.cc", |
| 3486 | "net/ssl/ssl_private_key.cc", |
| 3487 | "net/ssl/ssl_server_config.cc", |
| 3488 | "net/ssl/threaded_ssl_private_key.cc", |
| 3489 | "net/url_request/redirect_info.cc", |
| 3490 | "net/url_request/redirect_util.cc", |
| 3491 | "net/url_request/report_sender.cc", |
| 3492 | "net/url_request/static_http_user_agent_settings.cc", |
| 3493 | "net/url_request/url_request.cc", |
| 3494 | "net/url_request/url_request_context.cc", |
| 3495 | "net/url_request/url_request_context_builder.cc", |
| 3496 | "net/url_request/url_request_context_getter.cc", |
| 3497 | "net/url_request/url_request_error_job.cc", |
| 3498 | "net/url_request/url_request_filter.cc", |
| 3499 | "net/url_request/url_request_http_job.cc", |
| 3500 | "net/url_request/url_request_interceptor.cc", |
| 3501 | "net/url_request/url_request_job.cc", |
| 3502 | "net/url_request/url_request_job_factory.cc", |
| 3503 | "net/url_request/url_request_netlog_params.cc", |
| 3504 | "net/url_request/url_request_redirect_job.cc", |
| 3505 | "net/url_request/url_request_throttler_entry.cc", |
| 3506 | "net/url_request/url_request_throttler_manager.cc", |
| 3507 | "net/url_request/view_cache_helper.cc", |
| 3508 | "net/url_request/websocket_handshake_userdata_key.cc", |
| 3509 | ], |
| 3510 | shared_libs: [ |
| 3511 | "libandroid", |
| 3512 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3513 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3514 | ], |
| 3515 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3516 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3517 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3518 | "cronet_aml_base_base_static", |
| 3519 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3520 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 3521 | "cronet_aml_base_third_party_symbolize_symbolize", |
| 3522 | "cronet_aml_base_third_party_xdg_mime_xdg_mime", |
| 3523 | "cronet_aml_base_third_party_xdg_user_dirs_xdg_user_dirs", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3524 | "cronet_aml_crypto_crypto", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3525 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3526 | "cronet_aml_net_third_party_quiche_quiche", |
| 3527 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 3528 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3529 | "cronet_aml_third_party_brotli_common", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3530 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3531 | "cronet_aml_third_party_icu_icui18n", |
| 3532 | "cronet_aml_third_party_icu_icuuc_private", |
| 3533 | "cronet_aml_third_party_libevent_libevent", |
| 3534 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 3535 | "cronet_aml_third_party_protobuf_protobuf_full", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 3536 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 3537 | "cronet_aml_third_party_protobuf_protoc_lib", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3538 | "cronet_aml_third_party_zlib_zlib", |
| 3539 | "cronet_aml_url_url", |
| 3540 | ], |
| 3541 | generated_headers: [ |
| 3542 | "cronet_aml_base_debugging_buildflags", |
| 3543 | "cronet_aml_base_logging_buildflags", |
| 3544 | "cronet_aml_build_branding_buildflags", |
| 3545 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3546 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3547 | "cronet_aml_net_buildflags", |
| 3548 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3549 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3550 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3551 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3552 | "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] | 3553 | "cronet_aml_url_buildflags", |
| 3554 | ], |
| 3555 | export_generated_headers: [ |
| 3556 | "cronet_aml_base_debugging_buildflags", |
| 3557 | "cronet_aml_base_logging_buildflags", |
| 3558 | "cronet_aml_build_branding_buildflags", |
| 3559 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3560 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3561 | "cronet_aml_net_buildflags", |
| 3562 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3563 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3564 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3565 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3566 | "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] | 3567 | "cronet_aml_url_buildflags", |
| 3568 | ], |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3569 | export_static_lib_headers: [ |
Motomu Utsumi | 2f66bb3 | 2022-11-10 11:21:14 +0900 | [diff] [blame] | 3570 | "cronet_aml_crypto_crypto", |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3571 | "cronet_aml_net_third_party_quiche_quiche", |
| 3572 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3573 | defaults: [ |
| 3574 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 3575 | "cronet_aml_net_constants", |
| 3576 | "cronet_aml_net_dns_dns", |
| 3577 | "cronet_aml_net_dns_dns_client", |
| 3578 | "cronet_aml_net_dns_host_resolver", |
| 3579 | "cronet_aml_net_dns_host_resolver_manager", |
| 3580 | "cronet_aml_net_dns_mdns_client", |
| 3581 | "cronet_aml_net_dns_public_public", |
| 3582 | "cronet_aml_net_http_transport_security_state_generated_files", |
| 3583 | "cronet_aml_net_net_deps", |
| 3584 | "cronet_aml_net_net_export_header", |
| 3585 | "cronet_aml_net_net_public_deps", |
| 3586 | "cronet_aml_net_traffic_annotation_traffic_annotation", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3587 | ], |
| 3588 | cflags: [ |
| 3589 | "-DANDROID", |
| 3590 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3591 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3592 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3593 | "-DDCHECK_ALWAYS_ON=1", |
| 3594 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3595 | "-DENABLE_BUILT_IN_DNS", |
| 3596 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3597 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3598 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3599 | "-DHAVE_PTHREAD", |
| 3600 | "-DHAVE_SYS_UIO_H", |
| 3601 | "-DNET_IMPLEMENTATION", |
| 3602 | "-D_DEBUG", |
| 3603 | "-D_GNU_SOURCE", |
| 3604 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3605 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3606 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3607 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3608 | "-D__STDC_CONSTANT_MACROS", |
| 3609 | "-D__STDC_FORMAT_MACROS", |
| 3610 | ], |
| 3611 | local_include_dirs: [ |
| 3612 | "./", |
| 3613 | "buildtools/third_party/libc++/", |
| 3614 | "buildtools/third_party/libc++/trunk/include", |
| 3615 | "buildtools/third_party/libc++abi/trunk/include", |
| 3616 | "net/third_party/quiche/overrides/", |
| 3617 | "net/third_party/quiche/src/", |
| 3618 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3619 | "third_party/abseil-cpp/", |
| 3620 | "third_party/boringssl/src/include/", |
| 3621 | "third_party/brotli/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 3622 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3623 | "third_party/zlib/", |
| 3624 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3625 | ], |
| 3626 | header_libs: [ |
| 3627 | "jni_headers", |
| 3628 | ], |
| 3629 | cpp_std: "c++20", |
Mohannad Farrag | 627dc91 | 2022-11-11 19:00:26 +0000 | [diff] [blame] | 3630 | rtti: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3631 | } |
| 3632 | |
| 3633 | // GN: //net:net_deps |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 3634 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3635 | name: "cronet_aml_net_net_deps", |
| 3636 | } |
| 3637 | |
| 3638 | // GN: //net:net_export_header |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 3639 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3640 | name: "cronet_aml_net_net_export_header", |
| 3641 | } |
| 3642 | |
| 3643 | // GN: //net:net_jni_headers |
| 3644 | genrule { |
| 3645 | name: "cronet_aml_net_net_jni_headers", |
| 3646 | srcs: [ |
| 3647 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 3648 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 3649 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 3650 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 3651 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 3652 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 3653 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 3654 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 3655 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 3656 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 3657 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 3658 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 3659 | "net/android/java/src/org/chromium/net/X509Util.java", |
| 3660 | ], |
| 3661 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 3662 | "long " + |
| 3663 | " " + |
| 3664 | " " + |
| 3665 | "--output_dir " + |
| 3666 | "$(genDir)/net/net_jni_headers " + |
| 3667 | "--includes " + |
| 3668 | "base/android/jni_generator/jni_generator_helper.h " + |
| 3669 | "--use_proxy_hash " + |
| 3670 | "--output_name " + |
| 3671 | "AndroidCertVerifyResult_jni.h " + |
| 3672 | "--output_name " + |
| 3673 | "AndroidKeyStore_jni.h " + |
| 3674 | "--output_name " + |
| 3675 | "AndroidNetworkLibrary_jni.h " + |
| 3676 | "--output_name " + |
| 3677 | "AndroidTrafficStats_jni.h " + |
| 3678 | "--output_name " + |
| 3679 | "DnsStatus_jni.h " + |
| 3680 | "--output_name " + |
| 3681 | "GURLUtils_jni.h " + |
| 3682 | "--output_name " + |
| 3683 | "HttpNegotiateAuthenticator_jni.h " + |
| 3684 | "--output_name " + |
| 3685 | "HttpUtil_jni.h " + |
| 3686 | "--output_name " + |
| 3687 | "NetStringUtil_jni.h " + |
| 3688 | "--output_name " + |
| 3689 | "NetworkActiveNotifier_jni.h " + |
| 3690 | "--output_name " + |
| 3691 | "NetworkChangeNotifier_jni.h " + |
| 3692 | "--output_name " + |
| 3693 | "ProxyChangeListener_jni.h " + |
| 3694 | "--output_name " + |
| 3695 | "X509Util_jni.h " + |
| 3696 | "--input_file " + |
| 3697 | "$(location net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java) " + |
| 3698 | "--input_file " + |
| 3699 | "$(location net/android/java/src/org/chromium/net/AndroidKeyStore.java) " + |
| 3700 | "--input_file " + |
| 3701 | "$(location net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java) " + |
| 3702 | "--input_file " + |
| 3703 | "$(location net/android/java/src/org/chromium/net/AndroidTrafficStats.java) " + |
| 3704 | "--input_file " + |
| 3705 | "$(location net/android/java/src/org/chromium/net/DnsStatus.java) " + |
| 3706 | "--input_file " + |
| 3707 | "$(location net/android/java/src/org/chromium/net/GURLUtils.java) " + |
| 3708 | "--input_file " + |
| 3709 | "$(location net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java) " + |
| 3710 | "--input_file " + |
| 3711 | "$(location net/android/java/src/org/chromium/net/HttpUtil.java) " + |
| 3712 | "--input_file " + |
| 3713 | "$(location net/android/java/src/org/chromium/net/NetStringUtil.java) " + |
| 3714 | "--input_file " + |
| 3715 | "$(location net/android/java/src/org/chromium/net/NetworkActiveNotifier.java) " + |
| 3716 | "--input_file " + |
| 3717 | "$(location net/android/java/src/org/chromium/net/NetworkChangeNotifier.java) " + |
| 3718 | "--input_file " + |
| 3719 | "$(location net/android/java/src/org/chromium/net/ProxyChangeListener.java) " + |
| 3720 | "--input_file " + |
| 3721 | "$(location net/android/java/src/org/chromium/net/X509Util.java)", |
| 3722 | out: [ |
| 3723 | "net/net_jni_headers/AndroidCertVerifyResult_jni.h", |
| 3724 | "net/net_jni_headers/AndroidKeyStore_jni.h", |
| 3725 | "net/net_jni_headers/AndroidNetworkLibrary_jni.h", |
| 3726 | "net/net_jni_headers/AndroidTrafficStats_jni.h", |
| 3727 | "net/net_jni_headers/DnsStatus_jni.h", |
| 3728 | "net/net_jni_headers/GURLUtils_jni.h", |
| 3729 | "net/net_jni_headers/HttpNegotiateAuthenticator_jni.h", |
| 3730 | "net/net_jni_headers/HttpUtil_jni.h", |
| 3731 | "net/net_jni_headers/NetStringUtil_jni.h", |
| 3732 | "net/net_jni_headers/NetworkActiveNotifier_jni.h", |
| 3733 | "net/net_jni_headers/NetworkChangeNotifier_jni.h", |
| 3734 | "net/net_jni_headers/ProxyChangeListener_jni.h", |
| 3735 | "net/net_jni_headers/X509Util_jni.h", |
| 3736 | ], |
| 3737 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 3738 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3739 | "base/android/jni_generator/jni_generator.py", |
| 3740 | "build/android/gyp/util/__init__.py", |
| 3741 | "build/android/gyp/util/build_utils.py", |
| 3742 | "build/gn_helpers.py", |
| 3743 | ], |
| 3744 | } |
| 3745 | |
| 3746 | // GN: //net:net_nqe_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3747 | genrule { |
| 3748 | name: "cronet_aml_net_net_nqe_proto_gen", |
| 3749 | srcs: [ |
| 3750 | "net/nqe/proto/network_id_proto.proto", |
| 3751 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3752 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3753 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3754 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3755 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 3756 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3757 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3758 | ], |
| 3759 | } |
| 3760 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3761 | // GN: //net:net_nqe_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3762 | genrule { |
| 3763 | name: "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3764 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3765 | "net/nqe/proto/network_id_proto.proto", |
| 3766 | ], |
| 3767 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3768 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3769 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3770 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 3771 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3772 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3773 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3774 | export_include_dirs: [ |
| 3775 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3776 | "net/nqe/proto", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3777 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3778 | ], |
| 3779 | } |
| 3780 | |
| 3781 | // GN: //net:net_public_deps |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 3782 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3783 | name: "cronet_aml_net_net_public_deps", |
| 3784 | } |
| 3785 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3786 | // GN: //net:preload_decoder |
| 3787 | cc_library_static { |
| 3788 | name: "cronet_aml_net_preload_decoder", |
| 3789 | srcs: [ |
| 3790 | "net/extras/preload_data/decoder.cc", |
| 3791 | ], |
| 3792 | shared_libs: [ |
| 3793 | "libandroid", |
| 3794 | "liblog", |
| 3795 | ], |
| 3796 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3797 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3798 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3799 | "cronet_aml_base_base_static", |
| 3800 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3801 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 3802 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 3803 | "cronet_aml_third_party_icu_icui18n", |
| 3804 | "cronet_aml_third_party_icu_icuuc_private", |
| 3805 | "cronet_aml_third_party_libevent_libevent", |
| 3806 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3807 | ], |
| 3808 | defaults: [ |
| 3809 | "cronet_aml_defaults", |
| 3810 | ], |
| 3811 | cflags: [ |
| 3812 | "-DANDROID", |
| 3813 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3814 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3815 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3816 | "-DDCHECK_ALWAYS_ON=1", |
| 3817 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3818 | "-DHAVE_SYS_UIO_H", |
| 3819 | "-D_DEBUG", |
| 3820 | "-D_GNU_SOURCE", |
| 3821 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3822 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3823 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3824 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3825 | "-D__STDC_CONSTANT_MACROS", |
| 3826 | "-D__STDC_FORMAT_MACROS", |
| 3827 | ], |
| 3828 | local_include_dirs: [ |
| 3829 | "./", |
| 3830 | "buildtools/third_party/libc++/", |
| 3831 | "buildtools/third_party/libc++/trunk/include", |
| 3832 | "buildtools/third_party/libc++abi/trunk/include", |
| 3833 | "third_party/abseil-cpp/", |
| 3834 | "third_party/boringssl/src/include/", |
| 3835 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3836 | ], |
| 3837 | cpp_std: "c++20", |
| 3838 | } |
| 3839 | |
| 3840 | // GN: //net/third_party/quiche:net_quic_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3841 | genrule { |
| 3842 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
| 3843 | srcs: [ |
| 3844 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3845 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3846 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3847 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3848 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3849 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3850 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3851 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 3852 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3853 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc", |
| 3854 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc", |
| 3855 | "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] | 3856 | ], |
| 3857 | } |
| 3858 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3859 | // GN: //net/third_party/quiche:net_quic_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3860 | genrule { |
| 3861 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
| 3862 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3863 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3864 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3865 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3866 | ], |
| 3867 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3868 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3869 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3870 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 3871 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3872 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.h", |
| 3873 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.h", |
| 3874 | "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] | 3875 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3876 | export_include_dirs: [ |
| 3877 | ".", |
Mohannad Farrag | e558ead | 2022-11-08 18:44:04 +0000 | [diff] [blame] | 3878 | "net/third_party/quiche/src", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3879 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3880 | ], |
| 3881 | } |
| 3882 | |
| 3883 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3884 | genrule { |
| 3885 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
| 3886 | srcs: [ |
| 3887 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 3888 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3889 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3890 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3891 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3892 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 3893 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3894 | "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] | 3895 | ], |
| 3896 | } |
| 3897 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3898 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3899 | genrule { |
| 3900 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
| 3901 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3902 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 3903 | ], |
| 3904 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3905 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3906 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 3907 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --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] | 3908 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3909 | "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] | 3910 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3911 | export_include_dirs: [ |
| 3912 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3913 | "net/third_party/quiche/src/quiche/quic/test_tools", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3914 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3915 | ], |
| 3916 | } |
| 3917 | |
| 3918 | // GN: //net/third_party/quiche:quiche |
| 3919 | cc_library_static { |
| 3920 | name: "cronet_aml_net_third_party_quiche_quiche", |
| 3921 | srcs: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3922 | ":cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3923 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_mutex_impl.cc", |
| 3924 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_time_utils_impl.cc", |
| 3925 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_url_utils_impl.cc", |
| 3926 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_hostname_utils.cc", |
| 3927 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_mutex.cc", |
| 3928 | "net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc", |
| 3929 | "net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.cc", |
| 3930 | "net/third_party/quiche/src/quiche/common/quiche_crypto_logging.cc", |
| 3931 | "net/third_party/quiche/src/quiche/common/quiche_data_reader.cc", |
| 3932 | "net/third_party/quiche/src/quiche/common/quiche_data_writer.cc", |
| 3933 | "net/third_party/quiche/src/quiche/common/quiche_ip_address.cc", |
| 3934 | "net/third_party/quiche/src/quiche/common/quiche_ip_address_family.cc", |
| 3935 | "net/third_party/quiche/src/quiche/common/quiche_mem_slice_storage.cc", |
| 3936 | "net/third_party/quiche/src/quiche/common/quiche_random.cc", |
| 3937 | "net/third_party/quiche/src/quiche/common/quiche_text_utils.cc", |
| 3938 | "net/third_party/quiche/src/quiche/common/simple_buffer_allocator.cc", |
| 3939 | "net/third_party/quiche/src/quiche/common/structured_headers.cc", |
| 3940 | "net/third_party/quiche/src/quiche/http2/adapter/event_forwarder.cc", |
| 3941 | "net/third_party/quiche/src/quiche/http2/adapter/header_validator.cc", |
| 3942 | "net/third_party/quiche/src/quiche/http2/adapter/http2_protocol.cc", |
| 3943 | "net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc", |
| 3944 | "net/third_party/quiche/src/quiche/http2/adapter/noop_header_validator.cc", |
| 3945 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_adapter.cc", |
| 3946 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_session.cc", |
| 3947 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_util.cc", |
| 3948 | "net/third_party/quiche/src/quiche/http2/adapter/window_manager.cc", |
| 3949 | "net/third_party/quiche/src/quiche/http2/core/http2_trace_logging.cc", |
| 3950 | "net/third_party/quiche/src/quiche/http2/decoder/decode_buffer.cc", |
| 3951 | "net/third_party/quiche/src/quiche/http2/decoder/decode_http2_structures.cc", |
| 3952 | "net/third_party/quiche/src/quiche/http2/decoder/decode_status.cc", |
| 3953 | "net/third_party/quiche/src/quiche/http2/decoder/frame_decoder_state.cc", |
| 3954 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder.cc", |
| 3955 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder_listener.cc", |
| 3956 | "net/third_party/quiche/src/quiche/http2/decoder/http2_structure_decoder.cc", |
| 3957 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc", |
| 3958 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc", |
| 3959 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/data_payload_decoder.cc", |
| 3960 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc", |
| 3961 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc", |
| 3962 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc", |
| 3963 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc", |
| 3964 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc", |
| 3965 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc", |
| 3966 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc", |
| 3967 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc", |
| 3968 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc", |
| 3969 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc", |
| 3970 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_block_decoder.cc", |
| 3971 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder.cc", |
| 3972 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_listener.cc", |
| 3973 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_state.cc", |
| 3974 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc", |
| 3975 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_tables.cc", |
| 3976 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoding_error.cc", |
| 3977 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder.cc", |
| 3978 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc", |
| 3979 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc", |
| 3980 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder.cc", |
| 3981 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc", |
| 3982 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc", |
| 3983 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc", |
| 3984 | "net/third_party/quiche/src/quiche/http2/hpack/http2_hpack_constants.cc", |
| 3985 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc", |
| 3986 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_encoder.cc", |
| 3987 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/huffman_spec_tables.cc", |
| 3988 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_decoder.cc", |
| 3989 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_encoder.cc", |
| 3990 | "net/third_party/quiche/src/quiche/http2/http2_constants.cc", |
| 3991 | "net/third_party/quiche/src/quiche/http2/http2_structures.cc", |
| 3992 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.cc", |
| 3993 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_drain.cc", |
| 3994 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_misc.cc", |
| 3995 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_bw.cc", |
| 3996 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_rtt.cc", |
| 3997 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_sender.cc", |
| 3998 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_startup.cc", |
| 3999 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr_sender.cc", |
| 4000 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/cubic_bytes.cc", |
| 4001 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/general_loss_algorithm.cc", |
| 4002 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/hybrid_slow_start.cc", |
| 4003 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/pacing_sender.cc", |
| 4004 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/prr_sender.cc", |
| 4005 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/rtt_stats.cc", |
| 4006 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/send_algorithm_interface.cc", |
| 4007 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc", |
| 4008 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/uber_loss_algorithm.cc", |
| 4009 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_decrypter.cc", |
| 4010 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_encrypter.cc", |
| 4011 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc", |
| 4012 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc", |
| 4013 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_decrypter.cc", |
| 4014 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_encrypter.cc", |
| 4015 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_decrypter.cc", |
| 4016 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_encrypter.cc", |
| 4017 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_decrypter.cc", |
| 4018 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_encrypter.cc", |
| 4019 | "net/third_party/quiche/src/quiche/quic/core/crypto/cert_compressor.cc", |
| 4020 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_util.cc", |
| 4021 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view.cc", |
| 4022 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc", |
| 4023 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc", |
| 4024 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc", |
| 4025 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc", |
| 4026 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_decrypter.cc", |
| 4027 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_encrypter.cc", |
| 4028 | "net/third_party/quiche/src/quiche/quic/core/crypto/channel_id.cc", |
| 4029 | "net/third_party/quiche/src/quiche/quic/core/crypto/client_proof_source.cc", |
| 4030 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_framer.cc", |
| 4031 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake.cc", |
| 4032 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message.cc", |
| 4033 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_secret_boxer.cc", |
| 4034 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_utils.cc", |
| 4035 | "net/third_party/quiche/src/quiche/quic/core/crypto/curve25519_key_exchange.cc", |
| 4036 | "net/third_party/quiche/src/quiche/quic/core/crypto/key_exchange.cc", |
| 4037 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_decrypter.cc", |
| 4038 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_encrypter.cc", |
| 4039 | "net/third_party/quiche/src/quiche/quic/core/crypto/p256_key_exchange.cc", |
| 4040 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source.cc", |
| 4041 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source_x509.cc", |
| 4042 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_client_session_cache.cc", |
| 4043 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_compressed_certs_cache.cc", |
| 4044 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypter.cc", |
| 4045 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_client_config.cc", |
| 4046 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_proof.cc", |
| 4047 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_server_config.cc", |
| 4048 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_decrypter.cc", |
| 4049 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_encrypter.cc", |
| 4050 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.cc", |
| 4051 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_client_connection.cc", |
| 4052 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_connection.cc", |
| 4053 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_server_connection.cc", |
| 4054 | "net/third_party/quiche/src/quiche/quic/core/crypto/transport_parameters.cc", |
| 4055 | "net/third_party/quiche/src/quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc", |
| 4056 | "net/third_party/quiche/src/quiche/quic/core/deterministic_connection_id_generator.cc", |
| 4057 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frame.cc", |
| 4058 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frequency_frame.cc", |
| 4059 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_blocked_frame.cc", |
| 4060 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_connection_close_frame.cc", |
| 4061 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_crypto_frame.cc", |
| 4062 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_frame.cc", |
| 4063 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_goaway_frame.cc", |
| 4064 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_handshake_done_frame.cc", |
| 4065 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_max_streams_frame.cc", |
| 4066 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_message_frame.cc", |
| 4067 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_connection_id_frame.cc", |
| 4068 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_token_frame.cc", |
| 4069 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_padding_frame.cc", |
| 4070 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc", |
| 4071 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_response_frame.cc", |
| 4072 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ping_frame.cc", |
| 4073 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_retire_connection_id_frame.cc", |
| 4074 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_rst_stream_frame.cc", |
| 4075 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_sending_frame.cc", |
| 4076 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_waiting_frame.cc", |
| 4077 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stream_frame.cc", |
| 4078 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_streams_blocked_frame.cc", |
| 4079 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_window_update_frame.cc", |
| 4080 | "net/third_party/quiche/src/quiche/quic/core/http/capsule.cc", |
| 4081 | "net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc", |
| 4082 | "net/third_party/quiche/src/quiche/quic/core/http/http_decoder.cc", |
| 4083 | "net/third_party/quiche/src/quiche/quic/core/http/http_encoder.cc", |
| 4084 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_promised_info.cc", |
| 4085 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_push_promise_index.cc", |
| 4086 | "net/third_party/quiche/src/quiche/quic/core/http/quic_header_list.cc", |
| 4087 | "net/third_party/quiche/src/quiche/quic/core/http/quic_headers_stream.cc", |
| 4088 | "net/third_party/quiche/src/quiche/quic/core/http/quic_receive_control_stream.cc", |
| 4089 | "net/third_party/quiche/src/quiche/quic/core/http/quic_send_control_stream.cc", |
| 4090 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_initiated_spdy_stream.cc", |
| 4091 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_session_base.cc", |
| 4092 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session.cc", |
| 4093 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.cc", |
| 4094 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_stream.cc", |
| 4095 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_session.cc", |
| 4096 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream.cc", |
| 4097 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream_body_manager.cc", |
| 4098 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_server_push_utils.cc", |
| 4099 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_utils.cc", |
| 4100 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_http3.cc", |
| 4101 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_stream_adapter.cc", |
| 4102 | "net/third_party/quiche/src/quiche/quic/core/legacy_quic_stream_id_manager.cc", |
| 4103 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_blocking_manager.cc", |
| 4104 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc", |
| 4105 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder.cc", |
| 4106 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc", |
| 4107 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_sender.cc", |
| 4108 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder.cc", |
| 4109 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc", |
| 4110 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc", |
| 4111 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_header_table.cc", |
| 4112 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions.cc", |
| 4113 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_decoder.cc", |
| 4114 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_encoder.cc", |
| 4115 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instructions.cc", |
| 4116 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_progressive_decoder.cc", |
| 4117 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_receive_stream.cc", |
| 4118 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_required_insert_count.cc", |
| 4119 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_send_stream.cc", |
| 4120 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_static_table.cc", |
| 4121 | "net/third_party/quiche/src/quiche/quic/core/qpack/value_splitting_header_list.cc", |
| 4122 | "net/third_party/quiche/src/quiche/quic/core/quic_ack_listener_interface.cc", |
| 4123 | "net/third_party/quiche/src/quiche/quic/core/quic_alarm.cc", |
| 4124 | "net/third_party/quiche/src/quiche/quic/core/quic_bandwidth.cc", |
| 4125 | "net/third_party/quiche/src/quiche/quic/core/quic_chaos_protector.cc", |
| 4126 | "net/third_party/quiche/src/quiche/quic/core/quic_clock.cc", |
| 4127 | "net/third_party/quiche/src/quiche/quic/core/quic_coalesced_packet.cc", |
| 4128 | "net/third_party/quiche/src/quiche/quic/core/quic_config.cc", |
| 4129 | "net/third_party/quiche/src/quiche/quic/core/quic_connection.cc", |
| 4130 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_context.cc", |
| 4131 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id.cc", |
| 4132 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id_manager.cc", |
| 4133 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_stats.cc", |
| 4134 | "net/third_party/quiche/src/quiche/quic/core/quic_constants.cc", |
| 4135 | "net/third_party/quiche/src/quiche/quic/core/quic_control_frame_manager.cc", |
| 4136 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_handshaker.cc", |
| 4137 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_stream.cc", |
| 4138 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_handshaker.cc", |
| 4139 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream.cc", |
| 4140 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream_base.cc", |
| 4141 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_stream.cc", |
| 4142 | "net/third_party/quiche/src/quiche/quic/core/quic_data_reader.cc", |
| 4143 | "net/third_party/quiche/src/quiche/quic/core/quic_data_writer.cc", |
| 4144 | "net/third_party/quiche/src/quiche/quic/core/quic_datagram_queue.cc", |
| 4145 | "net/third_party/quiche/src/quiche/quic/core/quic_error_codes.cc", |
| 4146 | "net/third_party/quiche/src/quiche/quic/core/quic_flow_controller.cc", |
| 4147 | "net/third_party/quiche/src/quiche/quic/core/quic_framer.cc", |
| 4148 | "net/third_party/quiche/src/quiche/quic/core/quic_idle_network_detector.cc", |
| 4149 | "net/third_party/quiche/src/quiche/quic/core/quic_mtu_discovery.cc", |
| 4150 | "net/third_party/quiche/src/quiche/quic/core/quic_network_blackhole_detector.cc", |
| 4151 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_creator.cc", |
| 4152 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_number.cc", |
| 4153 | "net/third_party/quiche/src/quiche/quic/core/quic_packets.cc", |
| 4154 | "net/third_party/quiche/src/quiche/quic/core/quic_path_validator.cc", |
| 4155 | "net/third_party/quiche/src/quiche/quic/core/quic_ping_manager.cc", |
| 4156 | "net/third_party/quiche/src/quiche/quic/core/quic_received_packet_manager.cc", |
| 4157 | "net/third_party/quiche/src/quiche/quic/core/quic_sent_packet_manager.cc", |
| 4158 | "net/third_party/quiche/src/quiche/quic/core/quic_server_id.cc", |
| 4159 | "net/third_party/quiche/src/quiche/quic/core/quic_session.cc", |
| 4160 | "net/third_party/quiche/src/quiche/quic/core/quic_socket_address_coder.cc", |
| 4161 | "net/third_party/quiche/src/quiche/quic/core/quic_stream.cc", |
| 4162 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_id_manager.cc", |
| 4163 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_send_buffer.cc", |
| 4164 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer.cc", |
| 4165 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer_buffer.cc", |
| 4166 | "net/third_party/quiche/src/quiche/quic/core/quic_sustained_bandwidth_recorder.cc", |
| 4167 | "net/third_party/quiche/src/quiche/quic/core/quic_tag.cc", |
| 4168 | "net/third_party/quiche/src/quiche/quic/core/quic_time.cc", |
| 4169 | "net/third_party/quiche/src/quiche/quic/core/quic_transmission_info.cc", |
| 4170 | "net/third_party/quiche/src/quiche/quic/core/quic_types.cc", |
| 4171 | "net/third_party/quiche/src/quiche/quic/core/quic_unacked_packet_map.cc", |
| 4172 | "net/third_party/quiche/src/quiche/quic/core/quic_utils.cc", |
| 4173 | "net/third_party/quiche/src/quiche/quic/core/quic_version_manager.cc", |
| 4174 | "net/third_party/quiche/src/quiche/quic/core/quic_versions.cc", |
| 4175 | "net/third_party/quiche/src/quiche/quic/core/quic_write_blocked_list.cc", |
| 4176 | "net/third_party/quiche/src/quiche/quic/core/tls_client_handshaker.cc", |
| 4177 | "net/third_party/quiche/src/quiche/quic/core/tls_handshaker.cc", |
| 4178 | "net/third_party/quiche/src/quiche/quic/core/tls_server_handshaker.cc", |
| 4179 | "net/third_party/quiche/src/quiche/quic/core/uber_quic_stream_id_manager.cc", |
| 4180 | "net/third_party/quiche/src/quiche/quic/core/uber_received_packet_manager.cc", |
| 4181 | "net/third_party/quiche/src/quiche/quic/platform/api/quic_socket_address.cc", |
| 4182 | "net/third_party/quiche/src/quiche/spdy/core/array_output_buffer.cc", |
| 4183 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_constants.cc", |
| 4184 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_decoder_adapter.cc", |
| 4185 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_encoder.cc", |
| 4186 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_entry.cc", |
| 4187 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_header_table.cc", |
| 4188 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_output_stream.cc", |
| 4189 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_static_table.cc", |
| 4190 | "net/third_party/quiche/src/quiche/spdy/core/http2_frame_decoder_adapter.cc", |
| 4191 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.cc", |
| 4192 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_storage.cc", |
| 4193 | "net/third_party/quiche/src/quiche/spdy/core/recording_headers_handler.cc", |
| 4194 | "net/third_party/quiche/src/quiche/spdy/core/spdy_alt_svc_wire_format.cc", |
| 4195 | "net/third_party/quiche/src/quiche/spdy/core/spdy_frame_builder.cc", |
| 4196 | "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.cc", |
| 4197 | "net/third_party/quiche/src/quiche/spdy/core/spdy_no_op_visitor.cc", |
| 4198 | "net/third_party/quiche/src/quiche/spdy/core/spdy_pinnable_buffer_piece.cc", |
| 4199 | "net/third_party/quiche/src/quiche/spdy/core/spdy_prefixed_buffer_reader.cc", |
| 4200 | "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.cc", |
| 4201 | "net/third_party/quiche/src/quiche/spdy/core/spdy_simple_arena.cc", |
| 4202 | ], |
| 4203 | shared_libs: [ |
| 4204 | "libandroid", |
| 4205 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4206 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4207 | ], |
| 4208 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4209 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4210 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4211 | "cronet_aml_base_base_static", |
| 4212 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4213 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4214 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4215 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4216 | "cronet_aml_third_party_icu_icui18n", |
| 4217 | "cronet_aml_third_party_icu_icuuc_private", |
| 4218 | "cronet_aml_third_party_libevent_libevent", |
| 4219 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 4220 | "cronet_aml_third_party_protobuf_protobuf_full", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 4221 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 4222 | "cronet_aml_third_party_protobuf_protoc_lib", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4223 | "cronet_aml_third_party_zlib_zlib", |
| 4224 | "cronet_aml_url_url", |
| 4225 | ], |
| 4226 | generated_headers: [ |
| 4227 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4228 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4229 | ], |
| 4230 | export_generated_headers: [ |
| 4231 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 4232 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4233 | ], |
| 4234 | defaults: [ |
| 4235 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4236 | "cronet_aml_third_party_abseil_cpp_absl", |
| 4237 | "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 4238 | "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 4239 | "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 4240 | "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 4241 | "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 4242 | "cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 4243 | "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 4244 | "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 4245 | "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 4246 | "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 4247 | "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 4248 | "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 4249 | "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 4250 | "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 4251 | "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 4252 | "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 4253 | "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 4254 | "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 4255 | "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 4256 | "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 4257 | "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 4258 | "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 4259 | "cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 4260 | "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 4261 | "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 4262 | "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 4263 | "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 4264 | "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 4265 | "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 4266 | "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 4267 | "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 4268 | "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 4269 | "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 4270 | "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 4271 | "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 4272 | "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 4273 | "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 4274 | "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 4275 | "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 4276 | "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 4277 | "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 4278 | "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 4279 | "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 4280 | "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 4281 | "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 4282 | "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 4283 | "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 4284 | "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 4285 | "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 4286 | "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 4287 | "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 4288 | "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 4289 | "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 4290 | "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 4291 | "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 4292 | "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 4293 | "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 4294 | "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 4295 | "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 4296 | "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 4297 | "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 4298 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 4299 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 4300 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 4301 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 4302 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 4303 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 4304 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 4305 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 4306 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 4307 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 4308 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 4309 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 4310 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 4311 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 4312 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 4313 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 4314 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 4315 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 4316 | "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 4317 | "cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 4318 | "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 4319 | "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 4320 | "cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 4321 | "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 4322 | "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 4323 | "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 4324 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 4325 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 4326 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 4327 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 4328 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 4329 | "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 4330 | "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 4331 | "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 4332 | "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 4333 | "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 4334 | "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 4335 | "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 4336 | "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 4337 | "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 4338 | "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 4339 | "cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 4340 | "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 4341 | "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 4342 | "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 4343 | "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 4344 | "cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 4345 | "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 4346 | "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4347 | ], |
| 4348 | cflags: [ |
| 4349 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 4350 | "-DANDROID", |
| 4351 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4352 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4353 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4354 | "-DDCHECK_ALWAYS_ON=1", |
| 4355 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4356 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 4357 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 4358 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 4359 | "-DHAVE_PTHREAD", |
| 4360 | "-DHAVE_SYS_UIO_H", |
| 4361 | "-DIS_QUICHE_IMPL", |
| 4362 | "-D_DEBUG", |
| 4363 | "-D_GNU_SOURCE", |
| 4364 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4365 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4366 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4367 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4368 | "-D__STDC_CONSTANT_MACROS", |
| 4369 | "-D__STDC_FORMAT_MACROS", |
| 4370 | ], |
| 4371 | local_include_dirs: [ |
| 4372 | "./", |
| 4373 | "buildtools/third_party/libc++/", |
| 4374 | "buildtools/third_party/libc++/trunk/include", |
| 4375 | "buildtools/third_party/libc++abi/trunk/include", |
| 4376 | "net/third_party/quiche/overrides/", |
| 4377 | "net/third_party/quiche/src/", |
| 4378 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 4379 | "third_party/abseil-cpp/", |
| 4380 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 4381 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4382 | "third_party/zlib/", |
| 4383 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 4384 | ], |
| 4385 | cpp_std: "c++20", |
| 4386 | } |
| 4387 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4388 | // GN: //net/traffic_annotation:traffic_annotation |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4389 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4390 | name: "cronet_aml_net_traffic_annotation_traffic_annotation", |
| 4391 | srcs: [ |
| 4392 | "net/traffic_annotation/network_traffic_annotation_android.cc", |
| 4393 | ], |
| 4394 | } |
| 4395 | |
| 4396 | // GN: //net:uri_template |
| 4397 | cc_library_static { |
| 4398 | name: "cronet_aml_net_uri_template", |
| 4399 | srcs: [ |
| 4400 | "net/third_party/uri_template/uri_template.cc", |
| 4401 | ], |
| 4402 | shared_libs: [ |
| 4403 | "libandroid", |
| 4404 | "liblog", |
| 4405 | ], |
| 4406 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4407 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4408 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4409 | "cronet_aml_base_base_static", |
| 4410 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4411 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4412 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4413 | "cronet_aml_third_party_icu_icui18n", |
| 4414 | "cronet_aml_third_party_icu_icuuc_private", |
| 4415 | "cronet_aml_third_party_libevent_libevent", |
| 4416 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4417 | ], |
| 4418 | defaults: [ |
| 4419 | "cronet_aml_defaults", |
| 4420 | ], |
| 4421 | cflags: [ |
| 4422 | "-DANDROID", |
| 4423 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4424 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4425 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4426 | "-DDCHECK_ALWAYS_ON=1", |
| 4427 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4428 | "-DHAVE_SYS_UIO_H", |
| 4429 | "-DIS_URI_TEMPLATE_IMPL", |
| 4430 | "-D_DEBUG", |
| 4431 | "-D_GNU_SOURCE", |
| 4432 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4433 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4434 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4435 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4436 | "-D__STDC_CONSTANT_MACROS", |
| 4437 | "-D__STDC_FORMAT_MACROS", |
| 4438 | ], |
| 4439 | local_include_dirs: [ |
| 4440 | "./", |
| 4441 | "buildtools/third_party/libc++/", |
| 4442 | "buildtools/third_party/libc++/trunk/include", |
| 4443 | "buildtools/third_party/libc++abi/trunk/include", |
| 4444 | "third_party/abseil-cpp/", |
| 4445 | "third_party/boringssl/src/include/", |
| 4446 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 4447 | ], |
| 4448 | cpp_std: "c++20", |
| 4449 | } |
| 4450 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4451 | // GN: //third_party/abseil-cpp:absl |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4452 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4453 | name: "cronet_aml_third_party_abseil_cpp_absl", |
| 4454 | } |
| 4455 | |
| 4456 | // GN: //third_party/abseil-cpp/absl/algorithm:algorithm |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4457 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4458 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 4459 | } |
| 4460 | |
| 4461 | // GN: //third_party/abseil-cpp/absl/algorithm:container |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4462 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4463 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 4464 | } |
| 4465 | |
| 4466 | // GN: //third_party/abseil-cpp/absl/base:atomic_hook |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4467 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4468 | name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 4469 | } |
| 4470 | |
| 4471 | // GN: //third_party/abseil-cpp/absl/base:base |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4472 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4473 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 4474 | srcs: [ |
| 4475 | "third_party/abseil-cpp/absl/base/internal/cycleclock.cc", |
| 4476 | "third_party/abseil-cpp/absl/base/internal/spinlock.cc", |
| 4477 | "third_party/abseil-cpp/absl/base/internal/sysinfo.cc", |
| 4478 | "third_party/abseil-cpp/absl/base/internal/thread_identity.cc", |
| 4479 | "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc", |
| 4480 | ], |
| 4481 | } |
| 4482 | |
| 4483 | // GN: //third_party/abseil-cpp/absl/base:base_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4484 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4485 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 4486 | } |
| 4487 | |
| 4488 | // GN: //third_party/abseil-cpp/absl/base:config |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4489 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4490 | name: "cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 4491 | } |
| 4492 | |
| 4493 | // GN: //third_party/abseil-cpp/absl/base:core_headers |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4494 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4495 | name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 4496 | } |
| 4497 | |
| 4498 | // GN: //third_party/abseil-cpp/absl/base:cycleclock_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4499 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4500 | name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 4501 | } |
| 4502 | |
| 4503 | // GN: //third_party/abseil-cpp/absl/base:dynamic_annotations |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4504 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4505 | name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 4506 | } |
| 4507 | |
| 4508 | // GN: //third_party/abseil-cpp/absl/base:endian |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4509 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4510 | name: "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 4511 | } |
| 4512 | |
| 4513 | // GN: //third_party/abseil-cpp/absl/base:errno_saver |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4514 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4515 | name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 4516 | } |
| 4517 | |
| 4518 | // GN: //third_party/abseil-cpp/absl/base:fast_type_id |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4519 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4520 | name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 4521 | } |
| 4522 | |
| 4523 | // GN: //third_party/abseil-cpp/absl/base:log_severity |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4524 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4525 | name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 4526 | srcs: [ |
| 4527 | "third_party/abseil-cpp/absl/base/log_severity.cc", |
| 4528 | ], |
| 4529 | } |
| 4530 | |
| 4531 | // GN: //third_party/abseil-cpp/absl/base:malloc_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4532 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4533 | name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 4534 | srcs: [ |
| 4535 | "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc", |
| 4536 | ], |
| 4537 | } |
| 4538 | |
| 4539 | // GN: //third_party/abseil-cpp/absl/base:prefetch |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4540 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4541 | name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 4542 | } |
| 4543 | |
| 4544 | // GN: //third_party/abseil-cpp/absl/base:raw_logging_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4545 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4546 | name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 4547 | srcs: [ |
| 4548 | "third_party/abseil-cpp/absl/base/internal/raw_logging.cc", |
| 4549 | ], |
| 4550 | } |
| 4551 | |
| 4552 | // GN: //third_party/abseil-cpp/absl/base:spinlock_wait |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4553 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4554 | name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 4555 | srcs: [ |
| 4556 | "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc", |
| 4557 | ], |
| 4558 | } |
| 4559 | |
| 4560 | // GN: //third_party/abseil-cpp/absl/base:strerror |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4561 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4562 | name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 4563 | srcs: [ |
| 4564 | "third_party/abseil-cpp/absl/base/internal/strerror.cc", |
| 4565 | ], |
| 4566 | } |
| 4567 | |
| 4568 | // GN: //third_party/abseil-cpp/absl/base:throw_delegate |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4569 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4570 | name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 4571 | srcs: [ |
| 4572 | "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc", |
| 4573 | ], |
| 4574 | } |
| 4575 | |
| 4576 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4577 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4578 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 4579 | } |
| 4580 | |
| 4581 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4582 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4583 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 4584 | } |
| 4585 | |
| 4586 | // GN: //third_party/abseil-cpp/absl/container:btree |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4587 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4588 | name: "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 4589 | } |
| 4590 | |
| 4591 | // GN: //third_party/abseil-cpp/absl/container:common |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4592 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4593 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 4594 | } |
| 4595 | |
| 4596 | // GN: //third_party/abseil-cpp/absl/container:common_policy_traits |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4597 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4598 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 4599 | } |
| 4600 | |
| 4601 | // GN: //third_party/abseil-cpp/absl/container:compressed_tuple |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4602 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4603 | name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 4604 | } |
| 4605 | |
| 4606 | // GN: //third_party/abseil-cpp/absl/container:container_memory |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4607 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4608 | name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 4609 | } |
| 4610 | |
| 4611 | // GN: //third_party/abseil-cpp/absl/container:fixed_array |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4612 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4613 | name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 4614 | } |
| 4615 | |
| 4616 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_map |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4617 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4618 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 4619 | } |
| 4620 | |
| 4621 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_set |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4622 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4623 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 4624 | } |
| 4625 | |
| 4626 | // GN: //third_party/abseil-cpp/absl/container:hash_function_defaults |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4627 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4628 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 4629 | } |
| 4630 | |
| 4631 | // GN: //third_party/abseil-cpp/absl/container:hash_policy_traits |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4632 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4633 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 4634 | } |
| 4635 | |
| 4636 | // GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4637 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4638 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 4639 | } |
| 4640 | |
| 4641 | // GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4642 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4643 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 4644 | srcs: [ |
| 4645 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc", |
| 4646 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc", |
| 4647 | ], |
| 4648 | } |
| 4649 | |
| 4650 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4651 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4652 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 4653 | } |
| 4654 | |
| 4655 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4656 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4657 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 4658 | } |
| 4659 | |
| 4660 | // GN: //third_party/abseil-cpp/absl/container:layout |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4661 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4662 | name: "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 4663 | } |
| 4664 | |
| 4665 | // GN: //third_party/abseil-cpp/absl/container:node_hash_map |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4666 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4667 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 4668 | } |
| 4669 | |
| 4670 | // GN: //third_party/abseil-cpp/absl/container:node_hash_set |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4671 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4672 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 4673 | } |
| 4674 | |
| 4675 | // GN: //third_party/abseil-cpp/absl/container:node_slot_policy |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4676 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4677 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 4678 | } |
| 4679 | |
| 4680 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_map |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4681 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4682 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 4683 | } |
| 4684 | |
| 4685 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_set |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4686 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4687 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 4688 | srcs: [ |
| 4689 | "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc", |
| 4690 | ], |
| 4691 | } |
| 4692 | |
| 4693 | // GN: //third_party/abseil-cpp/absl/debugging:debugging_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4694 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4695 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 4696 | srcs: [ |
| 4697 | "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc", |
| 4698 | "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc", |
| 4699 | "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc", |
| 4700 | ], |
| 4701 | } |
| 4702 | |
| 4703 | // GN: //third_party/abseil-cpp/absl/debugging:demangle_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4704 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4705 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 4706 | srcs: [ |
| 4707 | "third_party/abseil-cpp/absl/debugging/internal/demangle.cc", |
| 4708 | ], |
| 4709 | } |
| 4710 | |
| 4711 | // GN: //third_party/abseil-cpp/absl/debugging:examine_stack |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4712 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4713 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 4714 | srcs: [ |
| 4715 | "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc", |
| 4716 | ], |
| 4717 | } |
| 4718 | |
| 4719 | // GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4720 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4721 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 4722 | srcs: [ |
| 4723 | "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc", |
| 4724 | ], |
| 4725 | } |
| 4726 | |
| 4727 | // GN: //third_party/abseil-cpp/absl/debugging:stacktrace |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4728 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4729 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 4730 | srcs: [ |
| 4731 | "third_party/abseil-cpp/absl/debugging/stacktrace.cc", |
| 4732 | ], |
| 4733 | } |
| 4734 | |
| 4735 | // GN: //third_party/abseil-cpp/absl/debugging:symbolize |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4736 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4737 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 4738 | srcs: [ |
| 4739 | "third_party/abseil-cpp/absl/debugging/symbolize.cc", |
| 4740 | ], |
| 4741 | } |
| 4742 | |
| 4743 | // GN: //third_party/abseil-cpp/absl/functional:any_invocable |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4744 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4745 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 4746 | } |
| 4747 | |
| 4748 | // GN: //third_party/abseil-cpp/absl/functional:bind_front |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4749 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4750 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 4751 | } |
| 4752 | |
| 4753 | // GN: //third_party/abseil-cpp/absl/functional:function_ref |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4754 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4755 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 4756 | } |
| 4757 | |
| 4758 | // GN: //third_party/abseil-cpp/absl/hash:city |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4759 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4760 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 4761 | srcs: [ |
| 4762 | "third_party/abseil-cpp/absl/hash/internal/city.cc", |
| 4763 | ], |
| 4764 | } |
| 4765 | |
| 4766 | // GN: //third_party/abseil-cpp/absl/hash:hash |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4767 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4768 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 4769 | srcs: [ |
| 4770 | "third_party/abseil-cpp/absl/hash/internal/hash.cc", |
| 4771 | ], |
| 4772 | } |
| 4773 | |
| 4774 | // GN: //third_party/abseil-cpp/absl/hash:low_level_hash |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4775 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4776 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 4777 | srcs: [ |
| 4778 | "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc", |
| 4779 | ], |
| 4780 | } |
| 4781 | |
| 4782 | // GN: //third_party/abseil-cpp/absl/memory:memory |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4783 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4784 | name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 4785 | } |
| 4786 | |
| 4787 | // GN: //third_party/abseil-cpp/absl/meta:type_traits |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4788 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4789 | name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 4790 | } |
| 4791 | |
| 4792 | // GN: //third_party/abseil-cpp/absl/numeric:bits |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4793 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4794 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 4795 | } |
| 4796 | |
| 4797 | // GN: //third_party/abseil-cpp/absl/numeric:int128 |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4798 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4799 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 4800 | srcs: [ |
| 4801 | "third_party/abseil-cpp/absl/numeric/int128.cc", |
| 4802 | ], |
| 4803 | } |
| 4804 | |
| 4805 | // GN: //third_party/abseil-cpp/absl/numeric:representation |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4806 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4807 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 4808 | } |
| 4809 | |
| 4810 | // GN: //third_party/abseil-cpp/absl/profiling:exponential_biased |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4811 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4812 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 4813 | srcs: [ |
| 4814 | "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc", |
| 4815 | ], |
| 4816 | } |
| 4817 | |
| 4818 | // GN: //third_party/abseil-cpp/absl/profiling:sample_recorder |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4819 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4820 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 4821 | } |
| 4822 | |
| 4823 | // GN: //third_party/abseil-cpp/absl/random:distributions |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4824 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4825 | name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 4826 | srcs: [ |
| 4827 | "third_party/abseil-cpp/absl/random/discrete_distribution.cc", |
| 4828 | "third_party/abseil-cpp/absl/random/gaussian_distribution.cc", |
| 4829 | ], |
| 4830 | } |
| 4831 | |
| 4832 | // GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4833 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4834 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 4835 | } |
| 4836 | |
| 4837 | // GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4838 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4839 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 4840 | } |
| 4841 | |
| 4842 | // GN: //third_party/abseil-cpp/absl/random/internal:fastmath |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4843 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4844 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 4845 | } |
| 4846 | |
| 4847 | // GN: //third_party/abseil-cpp/absl/random/internal:generate_real |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4848 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4849 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 4850 | } |
| 4851 | |
| 4852 | // GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4853 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4854 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 4855 | } |
| 4856 | |
| 4857 | // GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4858 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4859 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 4860 | } |
| 4861 | |
| 4862 | // GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4863 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4864 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 4865 | } |
| 4866 | |
| 4867 | // GN: //third_party/abseil-cpp/absl/random/internal:platform |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4868 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4869 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 4870 | srcs: [ |
| 4871 | "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc", |
| 4872 | ], |
| 4873 | } |
| 4874 | |
| 4875 | // GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4876 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4877 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 4878 | srcs: [ |
| 4879 | "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc", |
| 4880 | ], |
| 4881 | } |
| 4882 | |
| 4883 | // GN: //third_party/abseil-cpp/absl/random/internal:randen |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4884 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4885 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 4886 | srcs: [ |
| 4887 | "third_party/abseil-cpp/absl/random/internal/randen.cc", |
| 4888 | ], |
| 4889 | } |
| 4890 | |
| 4891 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_engine |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4892 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4893 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 4894 | } |
| 4895 | |
| 4896 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4897 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4898 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 4899 | srcs: [ |
| 4900 | "third_party/abseil-cpp/absl/random/internal/randen_detect.cc", |
| 4901 | ], |
| 4902 | } |
| 4903 | |
| 4904 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4905 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4906 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 4907 | srcs: [ |
| 4908 | "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc", |
| 4909 | ], |
| 4910 | } |
| 4911 | |
| 4912 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_slow |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4913 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4914 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 4915 | srcs: [ |
| 4916 | "third_party/abseil-cpp/absl/random/internal/randen_slow.cc", |
| 4917 | ], |
| 4918 | } |
| 4919 | |
| 4920 | // GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4921 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4922 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 4923 | } |
| 4924 | |
| 4925 | // GN: //third_party/abseil-cpp/absl/random/internal:seed_material |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4926 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4927 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 4928 | srcs: [ |
| 4929 | "third_party/abseil-cpp/absl/random/internal/seed_material.cc", |
| 4930 | ], |
| 4931 | } |
| 4932 | |
| 4933 | // GN: //third_party/abseil-cpp/absl/random/internal:traits |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4934 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4935 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 4936 | } |
| 4937 | |
| 4938 | // GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4939 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4940 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 4941 | } |
| 4942 | |
| 4943 | // GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4944 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4945 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 4946 | } |
| 4947 | |
| 4948 | // GN: //third_party/abseil-cpp/absl/random:random |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4949 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4950 | name: "cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 4951 | } |
| 4952 | |
| 4953 | // GN: //third_party/abseil-cpp/absl/random:seed_gen_exception |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4954 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4955 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 4956 | srcs: [ |
| 4957 | "third_party/abseil-cpp/absl/random/seed_gen_exception.cc", |
| 4958 | ], |
| 4959 | } |
| 4960 | |
| 4961 | // GN: //third_party/abseil-cpp/absl/random:seed_sequences |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4962 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4963 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 4964 | srcs: [ |
| 4965 | "third_party/abseil-cpp/absl/random/seed_sequences.cc", |
| 4966 | ], |
| 4967 | } |
| 4968 | |
| 4969 | // GN: //third_party/abseil-cpp/absl/status:status |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4970 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4971 | name: "cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 4972 | srcs: [ |
| 4973 | "third_party/abseil-cpp/absl/status/status.cc", |
| 4974 | "third_party/abseil-cpp/absl/status/status_payload_printer.cc", |
| 4975 | ], |
| 4976 | } |
| 4977 | |
| 4978 | // GN: //third_party/abseil-cpp/absl/status:statusor |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4979 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4980 | name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 4981 | srcs: [ |
| 4982 | "third_party/abseil-cpp/absl/status/statusor.cc", |
| 4983 | ], |
| 4984 | } |
| 4985 | |
| 4986 | // GN: //third_party/abseil-cpp/absl/strings:cord |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4987 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4988 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 4989 | srcs: [ |
| 4990 | "third_party/abseil-cpp/absl/strings/cord.cc", |
| 4991 | "third_party/abseil-cpp/absl/strings/cord_analysis.cc", |
| 4992 | "third_party/abseil-cpp/absl/strings/cord_buffer.cc", |
| 4993 | ], |
| 4994 | } |
| 4995 | |
| 4996 | // GN: //third_party/abseil-cpp/absl/strings:cord_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 4997 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4998 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 4999 | srcs: [ |
| 5000 | "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc", |
| 5001 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc", |
| 5002 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc", |
| 5003 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc", |
| 5004 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc", |
| 5005 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc", |
| 5006 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc", |
| 5007 | ], |
| 5008 | } |
| 5009 | |
| 5010 | // GN: //third_party/abseil-cpp/absl/strings:cordz_functions |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5011 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5012 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 5013 | srcs: [ |
| 5014 | "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc", |
| 5015 | ], |
| 5016 | } |
| 5017 | |
| 5018 | // GN: //third_party/abseil-cpp/absl/strings:cordz_handle |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5019 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5020 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 5021 | srcs: [ |
| 5022 | "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc", |
| 5023 | ], |
| 5024 | } |
| 5025 | |
| 5026 | // GN: //third_party/abseil-cpp/absl/strings:cordz_info |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5027 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5028 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 5029 | srcs: [ |
| 5030 | "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc", |
| 5031 | ], |
| 5032 | } |
| 5033 | |
| 5034 | // GN: //third_party/abseil-cpp/absl/strings:cordz_statistics |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5035 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5036 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 5037 | } |
| 5038 | |
| 5039 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5040 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5041 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 5042 | } |
| 5043 | |
| 5044 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5045 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5046 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 5047 | } |
| 5048 | |
| 5049 | // GN: //third_party/abseil-cpp/absl/strings:internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5050 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5051 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 5052 | srcs: [ |
| 5053 | "third_party/abseil-cpp/absl/strings/internal/escaping.cc", |
| 5054 | "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc", |
| 5055 | "third_party/abseil-cpp/absl/strings/internal/utf8.cc", |
| 5056 | ], |
| 5057 | } |
| 5058 | |
| 5059 | // GN: //third_party/abseil-cpp/absl/strings:str_format |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5060 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5061 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 5062 | } |
| 5063 | |
| 5064 | // GN: //third_party/abseil-cpp/absl/strings:str_format_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5065 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5066 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 5067 | srcs: [ |
| 5068 | "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc", |
| 5069 | "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc", |
| 5070 | "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc", |
| 5071 | "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc", |
| 5072 | "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc", |
| 5073 | "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc", |
| 5074 | ], |
| 5075 | } |
| 5076 | |
| 5077 | // GN: //third_party/abseil-cpp/absl/strings:strings |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5078 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5079 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 5080 | srcs: [ |
| 5081 | "third_party/abseil-cpp/absl/strings/ascii.cc", |
| 5082 | "third_party/abseil-cpp/absl/strings/charconv.cc", |
| 5083 | "third_party/abseil-cpp/absl/strings/escaping.cc", |
| 5084 | "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc", |
| 5085 | "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc", |
| 5086 | "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc", |
| 5087 | "third_party/abseil-cpp/absl/strings/internal/memutil.cc", |
| 5088 | "third_party/abseil-cpp/absl/strings/match.cc", |
| 5089 | "third_party/abseil-cpp/absl/strings/numbers.cc", |
| 5090 | "third_party/abseil-cpp/absl/strings/str_cat.cc", |
| 5091 | "third_party/abseil-cpp/absl/strings/str_replace.cc", |
| 5092 | "third_party/abseil-cpp/absl/strings/str_split.cc", |
| 5093 | "third_party/abseil-cpp/absl/strings/string_view.cc", |
| 5094 | "third_party/abseil-cpp/absl/strings/substitute.cc", |
| 5095 | ], |
| 5096 | } |
| 5097 | |
| 5098 | // GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5099 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5100 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 5101 | srcs: [ |
| 5102 | "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc", |
| 5103 | ], |
| 5104 | } |
| 5105 | |
| 5106 | // GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5107 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5108 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 5109 | } |
| 5110 | |
| 5111 | // GN: //third_party/abseil-cpp/absl/synchronization:synchronization |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5112 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5113 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 5114 | srcs: [ |
| 5115 | "third_party/abseil-cpp/absl/synchronization/barrier.cc", |
| 5116 | "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc", |
| 5117 | "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc", |
| 5118 | "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc", |
| 5119 | "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc", |
| 5120 | "third_party/abseil-cpp/absl/synchronization/mutex.cc", |
| 5121 | "third_party/abseil-cpp/absl/synchronization/notification.cc", |
| 5122 | ], |
| 5123 | } |
| 5124 | |
| 5125 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5126 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5127 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 5128 | srcs: [ |
| 5129 | "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc", |
| 5130 | ], |
| 5131 | } |
| 5132 | |
| 5133 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5134 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5135 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 5136 | srcs: [ |
| 5137 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc", |
| 5138 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc", |
| 5139 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc", |
| 5140 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc", |
| 5141 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc", |
| 5142 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc", |
| 5143 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc", |
| 5144 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc", |
| 5145 | "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc", |
| 5146 | ], |
| 5147 | } |
| 5148 | |
| 5149 | // GN: //third_party/abseil-cpp/absl/time:time |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5150 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5151 | name: "cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 5152 | srcs: [ |
| 5153 | "third_party/abseil-cpp/absl/time/civil_time.cc", |
| 5154 | "third_party/abseil-cpp/absl/time/clock.cc", |
| 5155 | "third_party/abseil-cpp/absl/time/duration.cc", |
| 5156 | "third_party/abseil-cpp/absl/time/format.cc", |
| 5157 | "third_party/abseil-cpp/absl/time/time.cc", |
| 5158 | ], |
| 5159 | } |
| 5160 | |
| 5161 | // GN: //third_party/abseil-cpp/absl/types:bad_optional_access |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5162 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5163 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 5164 | srcs: [ |
| 5165 | "third_party/abseil-cpp/absl/types/bad_optional_access.cc", |
| 5166 | ], |
| 5167 | } |
| 5168 | |
| 5169 | // GN: //third_party/abseil-cpp/absl/types:bad_variant_access |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5170 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5171 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 5172 | srcs: [ |
| 5173 | "third_party/abseil-cpp/absl/types/bad_variant_access.cc", |
| 5174 | ], |
| 5175 | } |
| 5176 | |
| 5177 | // GN: //third_party/abseil-cpp/absl/types:compare |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5178 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5179 | name: "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 5180 | } |
| 5181 | |
| 5182 | // GN: //third_party/abseil-cpp/absl/types:optional |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5183 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5184 | name: "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 5185 | } |
| 5186 | |
| 5187 | // GN: //third_party/abseil-cpp/absl/types:span |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5188 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5189 | name: "cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 5190 | } |
| 5191 | |
| 5192 | // GN: //third_party/abseil-cpp/absl/types:variant |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5193 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5194 | name: "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 5195 | } |
| 5196 | |
| 5197 | // GN: //third_party/abseil-cpp/absl/utility:utility |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5198 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5199 | name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 5200 | } |
| 5201 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5202 | // GN: //third_party/android_ndk:cpu_features |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5203 | cc_defaults { |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5204 | name: "cronet_aml_third_party_android_ndk_cpu_features", |
| 5205 | srcs: [ |
| 5206 | "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c", |
| 5207 | ], |
| 5208 | } |
| 5209 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5210 | // GN: //third_party/ashmem:ashmem |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5211 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5212 | name: "cronet_aml_third_party_ashmem_ashmem", |
| 5213 | srcs: [ |
| 5214 | "third_party/ashmem/ashmem-dev.c", |
| 5215 | ], |
| 5216 | } |
| 5217 | |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5218 | // GN: //third_party/boringssl:boringssl |
| 5219 | cc_library_static { |
| 5220 | name: "cronet_aml_third_party_boringssl_boringssl", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 5221 | srcs: [ |
| 5222 | "third_party/boringssl/err_data.c", |
| 5223 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 5224 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 5225 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 5226 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 5227 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 5228 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 5229 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 5230 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 5231 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 5232 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 5233 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 5234 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 5235 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 5236 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 5237 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 5238 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 5239 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 5240 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 5241 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 5242 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 5243 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 5244 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 5245 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 5246 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 5247 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 5248 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 5249 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 5250 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 5251 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 5252 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 5253 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 5254 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 5255 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 5256 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 5257 | "third_party/boringssl/src/crypto/bio/file.c", |
| 5258 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 5259 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 5260 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 5261 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 5262 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 5263 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 5264 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 5265 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 5266 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 5267 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 5268 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 5269 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 5270 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 5271 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 5272 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 5273 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 5274 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 5275 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 5276 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 5277 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 5278 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 5279 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 5280 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 5281 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 5282 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 5283 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 5284 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 5285 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 5286 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 5287 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 5288 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 5289 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 5290 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 5291 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 5292 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 5293 | "third_party/boringssl/src/crypto/crypto.c", |
| 5294 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 5295 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 5296 | "third_party/boringssl/src/crypto/des/des.c", |
| 5297 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 5298 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 5299 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 5300 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 5301 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 5302 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 5303 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 5304 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 5305 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 5306 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 5307 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 5308 | "third_party/boringssl/src/crypto/err/err.c", |
| 5309 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 5310 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 5311 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 5312 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 5313 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 5314 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 5315 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 5316 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 5317 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 5318 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 5319 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 5320 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 5321 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 5322 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 5323 | "third_party/boringssl/src/crypto/evp/print.c", |
| 5324 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 5325 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 5326 | "third_party/boringssl/src/crypto/ex_data.c", |
| 5327 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 5328 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 5329 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 5330 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 5331 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 5332 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 5333 | "third_party/boringssl/src/crypto/mem.c", |
| 5334 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 5335 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 5336 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 5337 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 5338 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 5339 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 5340 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 5341 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 5342 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 5343 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 5344 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 5345 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 5346 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 5347 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 5348 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 5349 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 5350 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 5351 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 5352 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 5353 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 5354 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 5355 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 5356 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 5357 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 5358 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 5359 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 5360 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 5361 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 5362 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 5363 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 5364 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 5365 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 5366 | "third_party/boringssl/src/crypto/thread.c", |
| 5367 | "third_party/boringssl/src/crypto/thread_none.c", |
| 5368 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 5369 | "third_party/boringssl/src/crypto/thread_win.c", |
| 5370 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 5371 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 5372 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 5373 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 5374 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 5375 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 5376 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 5377 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 5378 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 5379 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 5380 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 5381 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 5382 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 5383 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 5384 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 5385 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 5386 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 5387 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 5388 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 5389 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 5390 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 5391 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 5392 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 5393 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 5394 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 5395 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 5396 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 5397 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 5398 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 5399 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 5400 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 5401 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 5402 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 5403 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 5404 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 5405 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 5406 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 5407 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 5408 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 5409 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 5410 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 5411 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 5412 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 5413 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 5414 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 5415 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 5416 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 5417 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 5418 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 5419 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 5420 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 5421 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 5422 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 5423 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 5424 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 5425 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 5426 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 5427 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 5428 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 5429 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 5430 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 5431 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 5432 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 5433 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 5434 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 5435 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 5436 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 5437 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 5438 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 5439 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 5440 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 5441 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 5442 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 5443 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 5444 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 5445 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 5446 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 5447 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 5448 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 5449 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 5450 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 5451 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 5452 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 5453 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 5454 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 5455 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 5456 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 5457 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 5458 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 5459 | "third_party/boringssl/src/ssl/extensions.cc", |
| 5460 | "third_party/boringssl/src/ssl/handoff.cc", |
| 5461 | "third_party/boringssl/src/ssl/handshake.cc", |
| 5462 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 5463 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 5464 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 5465 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 5466 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 5467 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 5468 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 5469 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 5470 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 5471 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 5472 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 5473 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 5474 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 5475 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 5476 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 5477 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 5478 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 5479 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 5480 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 5481 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 5482 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 5483 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 5484 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 5485 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 5486 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 5487 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 5488 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 5489 | host_supported: true, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5490 | defaults: [ |
| 5491 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5492 | "cronet_aml_third_party_boringssl_boringssl_asm", |
| 5493 | "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5494 | ], |
| 5495 | cflags: [ |
| 5496 | "-DANDROID", |
| 5497 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5498 | "-DBORINGSSL_ALLOW_CXX_RUNTIME", |
| 5499 | "-DBORINGSSL_IMPLEMENTATION", |
| 5500 | "-DBORINGSSL_NO_STATIC_INITIALIZER", |
| 5501 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5502 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5503 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5504 | "-DDCHECK_ALWAYS_ON=1", |
| 5505 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5506 | "-DHAVE_SYS_UIO_H", |
| 5507 | "-DOPENSSL_SMALL", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5508 | "-DUSE_AURA=1", |
| 5509 | "-DUSE_OZONE=1", |
| 5510 | "-DUSE_UDEV", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5511 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5512 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5513 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5514 | "-D_LARGEFILE64_SOURCE", |
| 5515 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5516 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5517 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5518 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5519 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5520 | "-D__STDC_CONSTANT_MACROS", |
| 5521 | "-D__STDC_FORMAT_MACROS", |
| 5522 | ], |
| 5523 | local_include_dirs: [ |
| 5524 | "./", |
| 5525 | "buildtools/third_party/libc++/", |
| 5526 | "buildtools/third_party/libc++/trunk/include", |
| 5527 | "buildtools/third_party/libc++abi/trunk/include", |
| 5528 | "third_party/boringssl/src/include/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5529 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 5530 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 5531 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5532 | ], |
| 5533 | cpp_std: "c++20", |
| 5534 | } |
| 5535 | |
| 5536 | // GN: //third_party/boringssl:boringssl_asm |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5537 | cc_defaults { |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5538 | name: "cronet_aml_third_party_boringssl_boringssl_asm", |
| 5539 | srcs: [ |
| 5540 | "third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 5541 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", |
| 5542 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", |
| 5543 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", |
| 5544 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 5545 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", |
| 5546 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", |
| 5547 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 5548 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", |
| 5549 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", |
| 5550 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", |
| 5551 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", |
| 5552 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 5553 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 5554 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 5555 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 5556 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont.S", |
| 5557 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", |
| 5558 | "third_party/boringssl/linux-x86_64/crypto/test/trampoline-x86_64.S", |
| 5559 | "third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S", |
| 5560 | ], |
| 5561 | } |
| 5562 | |
| 5563 | // GN: //third_party/boringssl/src/third_party/fiat:fiat_license |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5564 | cc_defaults { |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 5565 | name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 5566 | } |
| 5567 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5568 | // GN: //third_party/brotli:common |
| 5569 | cc_library_static { |
| 5570 | name: "cronet_aml_third_party_brotli_common", |
| 5571 | srcs: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5572 | "third_party/brotli/common/constants.c", |
| 5573 | "third_party/brotli/common/context.c", |
| 5574 | "third_party/brotli/common/dictionary.c", |
| 5575 | "third_party/brotli/common/platform.c", |
| 5576 | "third_party/brotli/common/shared_dictionary.c", |
| 5577 | "third_party/brotli/common/transform.c", |
| 5578 | ], |
| 5579 | defaults: [ |
| 5580 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5581 | "cronet_aml_third_party_brotli_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5582 | ], |
| 5583 | cflags: [ |
| 5584 | "-DANDROID", |
| 5585 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5586 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5587 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5588 | "-DDCHECK_ALWAYS_ON=1", |
| 5589 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5590 | "-DHAVE_SYS_UIO_H", |
| 5591 | "-D_DEBUG", |
| 5592 | "-D_GNU_SOURCE", |
| 5593 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5594 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5595 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5596 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5597 | "-D__STDC_CONSTANT_MACROS", |
| 5598 | "-D__STDC_FORMAT_MACROS", |
| 5599 | ], |
| 5600 | local_include_dirs: [ |
| 5601 | "./", |
| 5602 | "buildtools/third_party/libc++/", |
| 5603 | "buildtools/third_party/libc++/trunk/include", |
| 5604 | "buildtools/third_party/libc++abi/trunk/include", |
| 5605 | "third_party/brotli/include/", |
| 5606 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 5607 | ], |
| 5608 | cpp_std: "c++20", |
| 5609 | } |
| 5610 | |
| 5611 | // GN: //third_party/brotli:dec |
| 5612 | cc_library_static { |
| 5613 | name: "cronet_aml_third_party_brotli_dec", |
| 5614 | srcs: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5615 | "third_party/brotli/dec/bit_reader.c", |
| 5616 | "third_party/brotli/dec/decode.c", |
| 5617 | "third_party/brotli/dec/huffman.c", |
| 5618 | "third_party/brotli/dec/state.c", |
| 5619 | ], |
| 5620 | static_libs: [ |
| 5621 | "cronet_aml_third_party_brotli_common", |
| 5622 | ], |
| 5623 | defaults: [ |
| 5624 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5625 | "cronet_aml_third_party_brotli_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5626 | ], |
| 5627 | cflags: [ |
| 5628 | "-DANDROID", |
| 5629 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5630 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5631 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5632 | "-DDCHECK_ALWAYS_ON=1", |
| 5633 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5634 | "-DHAVE_SYS_UIO_H", |
| 5635 | "-D_DEBUG", |
| 5636 | "-D_GNU_SOURCE", |
| 5637 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5638 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5639 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5640 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5641 | "-D__STDC_CONSTANT_MACROS", |
| 5642 | "-D__STDC_FORMAT_MACROS", |
| 5643 | ], |
| 5644 | local_include_dirs: [ |
| 5645 | "./", |
| 5646 | "buildtools/third_party/libc++/", |
| 5647 | "buildtools/third_party/libc++/trunk/include", |
| 5648 | "buildtools/third_party/libc++abi/trunk/include", |
| 5649 | "third_party/brotli/include/", |
| 5650 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 5651 | ], |
| 5652 | cpp_std: "c++20", |
| 5653 | } |
| 5654 | |
| 5655 | // GN: //third_party/brotli:headers |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 5656 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5657 | name: "cronet_aml_third_party_brotli_headers", |
| 5658 | } |
| 5659 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5660 | // GN: //third_party/icu:icui18n |
| 5661 | cc_library_static { |
| 5662 | name: "cronet_aml_third_party_icu_icui18n", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 5663 | srcs: [ |
| 5664 | "third_party/icu/source/i18n/alphaindex.cpp", |
| 5665 | "third_party/icu/source/i18n/anytrans.cpp", |
| 5666 | "third_party/icu/source/i18n/astro.cpp", |
| 5667 | "third_party/icu/source/i18n/basictz.cpp", |
| 5668 | "third_party/icu/source/i18n/bocsu.cpp", |
| 5669 | "third_party/icu/source/i18n/brktrans.cpp", |
| 5670 | "third_party/icu/source/i18n/buddhcal.cpp", |
| 5671 | "third_party/icu/source/i18n/calendar.cpp", |
| 5672 | "third_party/icu/source/i18n/casetrn.cpp", |
| 5673 | "third_party/icu/source/i18n/cecal.cpp", |
| 5674 | "third_party/icu/source/i18n/chnsecal.cpp", |
| 5675 | "third_party/icu/source/i18n/choicfmt.cpp", |
| 5676 | "third_party/icu/source/i18n/coleitr.cpp", |
| 5677 | "third_party/icu/source/i18n/coll.cpp", |
| 5678 | "third_party/icu/source/i18n/collation.cpp", |
| 5679 | "third_party/icu/source/i18n/collationbuilder.cpp", |
| 5680 | "third_party/icu/source/i18n/collationcompare.cpp", |
| 5681 | "third_party/icu/source/i18n/collationdata.cpp", |
| 5682 | "third_party/icu/source/i18n/collationdatabuilder.cpp", |
| 5683 | "third_party/icu/source/i18n/collationdatareader.cpp", |
| 5684 | "third_party/icu/source/i18n/collationdatawriter.cpp", |
| 5685 | "third_party/icu/source/i18n/collationfastlatin.cpp", |
| 5686 | "third_party/icu/source/i18n/collationfastlatinbuilder.cpp", |
| 5687 | "third_party/icu/source/i18n/collationfcd.cpp", |
| 5688 | "third_party/icu/source/i18n/collationiterator.cpp", |
| 5689 | "third_party/icu/source/i18n/collationkeys.cpp", |
| 5690 | "third_party/icu/source/i18n/collationroot.cpp", |
| 5691 | "third_party/icu/source/i18n/collationrootelements.cpp", |
| 5692 | "third_party/icu/source/i18n/collationruleparser.cpp", |
| 5693 | "third_party/icu/source/i18n/collationsets.cpp", |
| 5694 | "third_party/icu/source/i18n/collationsettings.cpp", |
| 5695 | "third_party/icu/source/i18n/collationtailoring.cpp", |
| 5696 | "third_party/icu/source/i18n/collationweights.cpp", |
| 5697 | "third_party/icu/source/i18n/compactdecimalformat.cpp", |
| 5698 | "third_party/icu/source/i18n/coptccal.cpp", |
| 5699 | "third_party/icu/source/i18n/cpdtrans.cpp", |
| 5700 | "third_party/icu/source/i18n/csdetect.cpp", |
| 5701 | "third_party/icu/source/i18n/csmatch.cpp", |
| 5702 | "third_party/icu/source/i18n/csr2022.cpp", |
| 5703 | "third_party/icu/source/i18n/csrecog.cpp", |
| 5704 | "third_party/icu/source/i18n/csrmbcs.cpp", |
| 5705 | "third_party/icu/source/i18n/csrsbcs.cpp", |
| 5706 | "third_party/icu/source/i18n/csrucode.cpp", |
| 5707 | "third_party/icu/source/i18n/csrutf8.cpp", |
| 5708 | "third_party/icu/source/i18n/curramt.cpp", |
| 5709 | "third_party/icu/source/i18n/currfmt.cpp", |
| 5710 | "third_party/icu/source/i18n/currpinf.cpp", |
| 5711 | "third_party/icu/source/i18n/currunit.cpp", |
| 5712 | "third_party/icu/source/i18n/dangical.cpp", |
| 5713 | "third_party/icu/source/i18n/datefmt.cpp", |
| 5714 | "third_party/icu/source/i18n/dayperiodrules.cpp", |
| 5715 | "third_party/icu/source/i18n/dcfmtsym.cpp", |
| 5716 | "third_party/icu/source/i18n/decContext.cpp", |
| 5717 | "third_party/icu/source/i18n/decNumber.cpp", |
| 5718 | "third_party/icu/source/i18n/decimfmt.cpp", |
| 5719 | "third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp", |
| 5720 | "third_party/icu/source/i18n/double-conversion-bignum.cpp", |
| 5721 | "third_party/icu/source/i18n/double-conversion-cached-powers.cpp", |
| 5722 | "third_party/icu/source/i18n/double-conversion-double-to-string.cpp", |
| 5723 | "third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp", |
| 5724 | "third_party/icu/source/i18n/double-conversion-string-to-double.cpp", |
| 5725 | "third_party/icu/source/i18n/double-conversion-strtod.cpp", |
| 5726 | "third_party/icu/source/i18n/dtfmtsym.cpp", |
| 5727 | "third_party/icu/source/i18n/dtitvfmt.cpp", |
| 5728 | "third_party/icu/source/i18n/dtitvinf.cpp", |
| 5729 | "third_party/icu/source/i18n/dtptngen.cpp", |
| 5730 | "third_party/icu/source/i18n/dtrule.cpp", |
| 5731 | "third_party/icu/source/i18n/erarules.cpp", |
| 5732 | "third_party/icu/source/i18n/esctrn.cpp", |
| 5733 | "third_party/icu/source/i18n/ethpccal.cpp", |
| 5734 | "third_party/icu/source/i18n/fmtable.cpp", |
| 5735 | "third_party/icu/source/i18n/fmtable_cnv.cpp", |
| 5736 | "third_party/icu/source/i18n/format.cpp", |
| 5737 | "third_party/icu/source/i18n/formatted_string_builder.cpp", |
| 5738 | "third_party/icu/source/i18n/formattedval_iterimpl.cpp", |
| 5739 | "third_party/icu/source/i18n/formattedval_sbimpl.cpp", |
| 5740 | "third_party/icu/source/i18n/formattedvalue.cpp", |
| 5741 | "third_party/icu/source/i18n/fphdlimp.cpp", |
| 5742 | "third_party/icu/source/i18n/fpositer.cpp", |
| 5743 | "third_party/icu/source/i18n/funcrepl.cpp", |
| 5744 | "third_party/icu/source/i18n/gender.cpp", |
| 5745 | "third_party/icu/source/i18n/gregocal.cpp", |
| 5746 | "third_party/icu/source/i18n/gregoimp.cpp", |
| 5747 | "third_party/icu/source/i18n/hebrwcal.cpp", |
| 5748 | "third_party/icu/source/i18n/indiancal.cpp", |
| 5749 | "third_party/icu/source/i18n/inputext.cpp", |
| 5750 | "third_party/icu/source/i18n/islamcal.cpp", |
| 5751 | "third_party/icu/source/i18n/japancal.cpp", |
| 5752 | "third_party/icu/source/i18n/listformatter.cpp", |
| 5753 | "third_party/icu/source/i18n/measfmt.cpp", |
| 5754 | "third_party/icu/source/i18n/measunit.cpp", |
| 5755 | "third_party/icu/source/i18n/measunit_extra.cpp", |
| 5756 | "third_party/icu/source/i18n/measure.cpp", |
| 5757 | "third_party/icu/source/i18n/msgfmt.cpp", |
| 5758 | "third_party/icu/source/i18n/name2uni.cpp", |
| 5759 | "third_party/icu/source/i18n/nfrs.cpp", |
| 5760 | "third_party/icu/source/i18n/nfrule.cpp", |
| 5761 | "third_party/icu/source/i18n/nfsubs.cpp", |
| 5762 | "third_party/icu/source/i18n/nortrans.cpp", |
| 5763 | "third_party/icu/source/i18n/nultrans.cpp", |
| 5764 | "third_party/icu/source/i18n/number_affixutils.cpp", |
| 5765 | "third_party/icu/source/i18n/number_asformat.cpp", |
| 5766 | "third_party/icu/source/i18n/number_capi.cpp", |
| 5767 | "third_party/icu/source/i18n/number_compact.cpp", |
| 5768 | "third_party/icu/source/i18n/number_currencysymbols.cpp", |
| 5769 | "third_party/icu/source/i18n/number_decimalquantity.cpp", |
| 5770 | "third_party/icu/source/i18n/number_decimfmtprops.cpp", |
| 5771 | "third_party/icu/source/i18n/number_fluent.cpp", |
| 5772 | "third_party/icu/source/i18n/number_formatimpl.cpp", |
| 5773 | "third_party/icu/source/i18n/number_grouping.cpp", |
| 5774 | "third_party/icu/source/i18n/number_integerwidth.cpp", |
| 5775 | "third_party/icu/source/i18n/number_longnames.cpp", |
| 5776 | "third_party/icu/source/i18n/number_mapper.cpp", |
| 5777 | "third_party/icu/source/i18n/number_modifiers.cpp", |
| 5778 | "third_party/icu/source/i18n/number_multiplier.cpp", |
| 5779 | "third_party/icu/source/i18n/number_notation.cpp", |
| 5780 | "third_party/icu/source/i18n/number_output.cpp", |
| 5781 | "third_party/icu/source/i18n/number_padding.cpp", |
| 5782 | "third_party/icu/source/i18n/number_patternmodifier.cpp", |
| 5783 | "third_party/icu/source/i18n/number_patternstring.cpp", |
| 5784 | "third_party/icu/source/i18n/number_rounding.cpp", |
| 5785 | "third_party/icu/source/i18n/number_scientific.cpp", |
| 5786 | "third_party/icu/source/i18n/number_skeletons.cpp", |
| 5787 | "third_party/icu/source/i18n/number_symbolswrapper.cpp", |
| 5788 | "third_party/icu/source/i18n/number_usageprefs.cpp", |
| 5789 | "third_party/icu/source/i18n/number_utils.cpp", |
| 5790 | "third_party/icu/source/i18n/numfmt.cpp", |
| 5791 | "third_party/icu/source/i18n/numparse_affixes.cpp", |
| 5792 | "third_party/icu/source/i18n/numparse_compositions.cpp", |
| 5793 | "third_party/icu/source/i18n/numparse_currency.cpp", |
| 5794 | "third_party/icu/source/i18n/numparse_decimal.cpp", |
| 5795 | "third_party/icu/source/i18n/numparse_impl.cpp", |
| 5796 | "third_party/icu/source/i18n/numparse_parsednumber.cpp", |
| 5797 | "third_party/icu/source/i18n/numparse_scientific.cpp", |
| 5798 | "third_party/icu/source/i18n/numparse_symbols.cpp", |
| 5799 | "third_party/icu/source/i18n/numparse_validators.cpp", |
| 5800 | "third_party/icu/source/i18n/numrange_capi.cpp", |
| 5801 | "third_party/icu/source/i18n/numrange_fluent.cpp", |
| 5802 | "third_party/icu/source/i18n/numrange_impl.cpp", |
| 5803 | "third_party/icu/source/i18n/numsys.cpp", |
| 5804 | "third_party/icu/source/i18n/olsontz.cpp", |
| 5805 | "third_party/icu/source/i18n/persncal.cpp", |
| 5806 | "third_party/icu/source/i18n/pluralranges.cpp", |
| 5807 | "third_party/icu/source/i18n/plurfmt.cpp", |
| 5808 | "third_party/icu/source/i18n/plurrule.cpp", |
| 5809 | "third_party/icu/source/i18n/quant.cpp", |
| 5810 | "third_party/icu/source/i18n/quantityformatter.cpp", |
| 5811 | "third_party/icu/source/i18n/rbnf.cpp", |
| 5812 | "third_party/icu/source/i18n/rbt.cpp", |
| 5813 | "third_party/icu/source/i18n/rbt_data.cpp", |
| 5814 | "third_party/icu/source/i18n/rbt_pars.cpp", |
| 5815 | "third_party/icu/source/i18n/rbt_rule.cpp", |
| 5816 | "third_party/icu/source/i18n/rbt_set.cpp", |
| 5817 | "third_party/icu/source/i18n/rbtz.cpp", |
| 5818 | "third_party/icu/source/i18n/regexcmp.cpp", |
| 5819 | "third_party/icu/source/i18n/regeximp.cpp", |
| 5820 | "third_party/icu/source/i18n/regexst.cpp", |
| 5821 | "third_party/icu/source/i18n/regextxt.cpp", |
| 5822 | "third_party/icu/source/i18n/region.cpp", |
| 5823 | "third_party/icu/source/i18n/reldatefmt.cpp", |
| 5824 | "third_party/icu/source/i18n/reldtfmt.cpp", |
| 5825 | "third_party/icu/source/i18n/rematch.cpp", |
| 5826 | "third_party/icu/source/i18n/remtrans.cpp", |
| 5827 | "third_party/icu/source/i18n/repattrn.cpp", |
| 5828 | "third_party/icu/source/i18n/rulebasedcollator.cpp", |
| 5829 | "third_party/icu/source/i18n/scientificnumberformatter.cpp", |
| 5830 | "third_party/icu/source/i18n/scriptset.cpp", |
| 5831 | "third_party/icu/source/i18n/search.cpp", |
| 5832 | "third_party/icu/source/i18n/selfmt.cpp", |
| 5833 | "third_party/icu/source/i18n/sharedbreakiterator.cpp", |
| 5834 | "third_party/icu/source/i18n/simpletz.cpp", |
| 5835 | "third_party/icu/source/i18n/smpdtfmt.cpp", |
| 5836 | "third_party/icu/source/i18n/smpdtfst.cpp", |
| 5837 | "third_party/icu/source/i18n/sortkey.cpp", |
| 5838 | "third_party/icu/source/i18n/standardplural.cpp", |
| 5839 | "third_party/icu/source/i18n/string_segment.cpp", |
| 5840 | "third_party/icu/source/i18n/strmatch.cpp", |
| 5841 | "third_party/icu/source/i18n/strrepl.cpp", |
| 5842 | "third_party/icu/source/i18n/stsearch.cpp", |
| 5843 | "third_party/icu/source/i18n/taiwncal.cpp", |
| 5844 | "third_party/icu/source/i18n/timezone.cpp", |
| 5845 | "third_party/icu/source/i18n/titletrn.cpp", |
| 5846 | "third_party/icu/source/i18n/tmunit.cpp", |
| 5847 | "third_party/icu/source/i18n/tmutamt.cpp", |
| 5848 | "third_party/icu/source/i18n/tmutfmt.cpp", |
| 5849 | "third_party/icu/source/i18n/tolowtrn.cpp", |
| 5850 | "third_party/icu/source/i18n/toupptrn.cpp", |
| 5851 | "third_party/icu/source/i18n/translit.cpp", |
| 5852 | "third_party/icu/source/i18n/transreg.cpp", |
| 5853 | "third_party/icu/source/i18n/tridpars.cpp", |
| 5854 | "third_party/icu/source/i18n/tzfmt.cpp", |
| 5855 | "third_party/icu/source/i18n/tzgnames.cpp", |
| 5856 | "third_party/icu/source/i18n/tznames.cpp", |
| 5857 | "third_party/icu/source/i18n/tznames_impl.cpp", |
| 5858 | "third_party/icu/source/i18n/tzrule.cpp", |
| 5859 | "third_party/icu/source/i18n/tztrans.cpp", |
| 5860 | "third_party/icu/source/i18n/ucal.cpp", |
| 5861 | "third_party/icu/source/i18n/ucln_in.cpp", |
| 5862 | "third_party/icu/source/i18n/ucol.cpp", |
| 5863 | "third_party/icu/source/i18n/ucol_res.cpp", |
| 5864 | "third_party/icu/source/i18n/ucol_sit.cpp", |
| 5865 | "third_party/icu/source/i18n/ucoleitr.cpp", |
| 5866 | "third_party/icu/source/i18n/ucsdet.cpp", |
| 5867 | "third_party/icu/source/i18n/udat.cpp", |
| 5868 | "third_party/icu/source/i18n/udateintervalformat.cpp", |
| 5869 | "third_party/icu/source/i18n/udatpg.cpp", |
| 5870 | "third_party/icu/source/i18n/ufieldpositer.cpp", |
| 5871 | "third_party/icu/source/i18n/uitercollationiterator.cpp", |
| 5872 | "third_party/icu/source/i18n/ulistformatter.cpp", |
| 5873 | "third_party/icu/source/i18n/ulocdata.cpp", |
| 5874 | "third_party/icu/source/i18n/umsg.cpp", |
| 5875 | "third_party/icu/source/i18n/unesctrn.cpp", |
| 5876 | "third_party/icu/source/i18n/uni2name.cpp", |
| 5877 | "third_party/icu/source/i18n/units_complexconverter.cpp", |
| 5878 | "third_party/icu/source/i18n/units_converter.cpp", |
| 5879 | "third_party/icu/source/i18n/units_data.cpp", |
| 5880 | "third_party/icu/source/i18n/units_router.cpp", |
| 5881 | "third_party/icu/source/i18n/unum.cpp", |
| 5882 | "third_party/icu/source/i18n/unumsys.cpp", |
| 5883 | "third_party/icu/source/i18n/upluralrules.cpp", |
| 5884 | "third_party/icu/source/i18n/uregex.cpp", |
| 5885 | "third_party/icu/source/i18n/uregexc.cpp", |
| 5886 | "third_party/icu/source/i18n/uregion.cpp", |
| 5887 | "third_party/icu/source/i18n/usearch.cpp", |
| 5888 | "third_party/icu/source/i18n/uspoof.cpp", |
| 5889 | "third_party/icu/source/i18n/uspoof_build.cpp", |
| 5890 | "third_party/icu/source/i18n/uspoof_conf.cpp", |
| 5891 | "third_party/icu/source/i18n/uspoof_impl.cpp", |
| 5892 | "third_party/icu/source/i18n/utf16collationiterator.cpp", |
| 5893 | "third_party/icu/source/i18n/utf8collationiterator.cpp", |
| 5894 | "third_party/icu/source/i18n/utmscale.cpp", |
| 5895 | "third_party/icu/source/i18n/utrans.cpp", |
| 5896 | "third_party/icu/source/i18n/vtzone.cpp", |
| 5897 | "third_party/icu/source/i18n/vzone.cpp", |
| 5898 | "third_party/icu/source/i18n/windtfmt.cpp", |
| 5899 | "third_party/icu/source/i18n/winnmfmt.cpp", |
| 5900 | "third_party/icu/source/i18n/wintzimpl.cpp", |
| 5901 | "third_party/icu/source/i18n/zonemeta.cpp", |
| 5902 | "third_party/icu/source/i18n/zrule.cpp", |
| 5903 | "third_party/icu/source/i18n/ztrans.cpp", |
| 5904 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5905 | static_libs: [ |
| 5906 | "cronet_aml_third_party_icu_icuuc_private", |
| 5907 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 5908 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5909 | defaults: [ |
| 5910 | "cronet_aml_defaults", |
| 5911 | ], |
| 5912 | cflags: [ |
| 5913 | "-DANDROID", |
| 5914 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5915 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5916 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5917 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5918 | "-DDCHECK_ALWAYS_ON=1", |
| 5919 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5920 | "-DHAVE_DLOPEN=0", |
| 5921 | "-DHAVE_SYS_UIO_H", |
| 5922 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 5923 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 5924 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5925 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5926 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5927 | "-DUSE_OZONE=1", |
| 5928 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5929 | "-DU_CHARSET_IS_UTF8=1", |
| 5930 | "-DU_ENABLE_DYLOAD=0", |
| 5931 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 5932 | "-DU_ENABLE_TRACING=1", |
| 5933 | "-DU_I18N_IMPLEMENTATION", |
| 5934 | "-DU_STATIC_IMPLEMENTATION", |
| 5935 | "-DU_USING_ICU_NAMESPACE=0", |
| 5936 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5937 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5938 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5939 | "-D_LARGEFILE64_SOURCE", |
| 5940 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5941 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5942 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5943 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5944 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5945 | ], |
| 5946 | local_include_dirs: [ |
| 5947 | "./", |
| 5948 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 5949 | "buildtools/third_party/libc++/trunk/include", |
| 5950 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5951 | "third_party/icu/source/common/", |
| 5952 | "third_party/icu/source/i18n/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 5953 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 5954 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 5955 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5956 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 5957 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 5958 | rtti: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5959 | } |
| 5960 | |
| 5961 | // GN: //third_party/icu:icuuc_private |
| 5962 | cc_library_static { |
| 5963 | name: "cronet_aml_third_party_icu_icuuc_private", |
| 5964 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 5965 | "third_party/icu/source/common/appendable.cpp", |
| 5966 | "third_party/icu/source/common/bmpset.cpp", |
| 5967 | "third_party/icu/source/common/brkeng.cpp", |
| 5968 | "third_party/icu/source/common/brkiter.cpp", |
| 5969 | "third_party/icu/source/common/bytesinkutil.cpp", |
| 5970 | "third_party/icu/source/common/bytestream.cpp", |
| 5971 | "third_party/icu/source/common/bytestrie.cpp", |
| 5972 | "third_party/icu/source/common/bytestriebuilder.cpp", |
| 5973 | "third_party/icu/source/common/bytestrieiterator.cpp", |
| 5974 | "third_party/icu/source/common/caniter.cpp", |
| 5975 | "third_party/icu/source/common/characterproperties.cpp", |
| 5976 | "third_party/icu/source/common/chariter.cpp", |
| 5977 | "third_party/icu/source/common/charstr.cpp", |
| 5978 | "third_party/icu/source/common/cmemory.cpp", |
| 5979 | "third_party/icu/source/common/cstr.cpp", |
| 5980 | "third_party/icu/source/common/cstring.cpp", |
| 5981 | "third_party/icu/source/common/cwchar.cpp", |
| 5982 | "third_party/icu/source/common/dictbe.cpp", |
| 5983 | "third_party/icu/source/common/dictionarydata.cpp", |
| 5984 | "third_party/icu/source/common/dtintrv.cpp", |
| 5985 | "third_party/icu/source/common/edits.cpp", |
| 5986 | "third_party/icu/source/common/emojiprops.cpp", |
| 5987 | "third_party/icu/source/common/errorcode.cpp", |
| 5988 | "third_party/icu/source/common/filteredbrk.cpp", |
| 5989 | "third_party/icu/source/common/filterednormalizer2.cpp", |
| 5990 | "third_party/icu/source/common/icudataver.cpp", |
| 5991 | "third_party/icu/source/common/icuplug.cpp", |
| 5992 | "third_party/icu/source/common/loadednormalizer2impl.cpp", |
| 5993 | "third_party/icu/source/common/localebuilder.cpp", |
| 5994 | "third_party/icu/source/common/localematcher.cpp", |
| 5995 | "third_party/icu/source/common/localeprioritylist.cpp", |
| 5996 | "third_party/icu/source/common/locavailable.cpp", |
| 5997 | "third_party/icu/source/common/locbased.cpp", |
| 5998 | "third_party/icu/source/common/locdispnames.cpp", |
| 5999 | "third_party/icu/source/common/locdistance.cpp", |
| 6000 | "third_party/icu/source/common/locdspnm.cpp", |
| 6001 | "third_party/icu/source/common/locid.cpp", |
| 6002 | "third_party/icu/source/common/loclikely.cpp", |
| 6003 | "third_party/icu/source/common/loclikelysubtags.cpp", |
| 6004 | "third_party/icu/source/common/locmap.cpp", |
| 6005 | "third_party/icu/source/common/locresdata.cpp", |
| 6006 | "third_party/icu/source/common/locutil.cpp", |
| 6007 | "third_party/icu/source/common/lsr.cpp", |
| 6008 | "third_party/icu/source/common/lstmbe.cpp", |
| 6009 | "third_party/icu/source/common/messagepattern.cpp", |
| 6010 | "third_party/icu/source/common/normalizer2.cpp", |
| 6011 | "third_party/icu/source/common/normalizer2impl.cpp", |
| 6012 | "third_party/icu/source/common/normlzr.cpp", |
| 6013 | "third_party/icu/source/common/parsepos.cpp", |
| 6014 | "third_party/icu/source/common/patternprops.cpp", |
| 6015 | "third_party/icu/source/common/pluralmap.cpp", |
| 6016 | "third_party/icu/source/common/propname.cpp", |
| 6017 | "third_party/icu/source/common/propsvec.cpp", |
| 6018 | "third_party/icu/source/common/punycode.cpp", |
| 6019 | "third_party/icu/source/common/putil.cpp", |
| 6020 | "third_party/icu/source/common/rbbi.cpp", |
| 6021 | "third_party/icu/source/common/rbbi_cache.cpp", |
| 6022 | "third_party/icu/source/common/rbbidata.cpp", |
| 6023 | "third_party/icu/source/common/rbbinode.cpp", |
| 6024 | "third_party/icu/source/common/rbbirb.cpp", |
| 6025 | "third_party/icu/source/common/rbbiscan.cpp", |
| 6026 | "third_party/icu/source/common/rbbisetb.cpp", |
| 6027 | "third_party/icu/source/common/rbbistbl.cpp", |
| 6028 | "third_party/icu/source/common/rbbitblb.cpp", |
| 6029 | "third_party/icu/source/common/resbund.cpp", |
| 6030 | "third_party/icu/source/common/resbund_cnv.cpp", |
| 6031 | "third_party/icu/source/common/resource.cpp", |
| 6032 | "third_party/icu/source/common/restrace.cpp", |
| 6033 | "third_party/icu/source/common/ruleiter.cpp", |
| 6034 | "third_party/icu/source/common/schriter.cpp", |
| 6035 | "third_party/icu/source/common/serv.cpp", |
| 6036 | "third_party/icu/source/common/servlk.cpp", |
| 6037 | "third_party/icu/source/common/servlkf.cpp", |
| 6038 | "third_party/icu/source/common/servls.cpp", |
| 6039 | "third_party/icu/source/common/servnotf.cpp", |
| 6040 | "third_party/icu/source/common/servrbf.cpp", |
| 6041 | "third_party/icu/source/common/servslkf.cpp", |
| 6042 | "third_party/icu/source/common/sharedobject.cpp", |
| 6043 | "third_party/icu/source/common/simpleformatter.cpp", |
| 6044 | "third_party/icu/source/common/static_unicode_sets.cpp", |
| 6045 | "third_party/icu/source/common/stringpiece.cpp", |
| 6046 | "third_party/icu/source/common/stringtriebuilder.cpp", |
| 6047 | "third_party/icu/source/common/uarrsort.cpp", |
| 6048 | "third_party/icu/source/common/ubidi.cpp", |
| 6049 | "third_party/icu/source/common/ubidi_props.cpp", |
| 6050 | "third_party/icu/source/common/ubidiln.cpp", |
| 6051 | "third_party/icu/source/common/ubiditransform.cpp", |
| 6052 | "third_party/icu/source/common/ubidiwrt.cpp", |
| 6053 | "third_party/icu/source/common/ubrk.cpp", |
| 6054 | "third_party/icu/source/common/ucase.cpp", |
| 6055 | "third_party/icu/source/common/ucasemap.cpp", |
| 6056 | "third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp", |
| 6057 | "third_party/icu/source/common/ucat.cpp", |
| 6058 | "third_party/icu/source/common/uchar.cpp", |
| 6059 | "third_party/icu/source/common/ucharstrie.cpp", |
| 6060 | "third_party/icu/source/common/ucharstriebuilder.cpp", |
| 6061 | "third_party/icu/source/common/ucharstrieiterator.cpp", |
| 6062 | "third_party/icu/source/common/uchriter.cpp", |
| 6063 | "third_party/icu/source/common/ucln_cmn.cpp", |
| 6064 | "third_party/icu/source/common/ucmndata.cpp", |
| 6065 | "third_party/icu/source/common/ucnv.cpp", |
| 6066 | "third_party/icu/source/common/ucnv2022.cpp", |
| 6067 | "third_party/icu/source/common/ucnv_bld.cpp", |
| 6068 | "third_party/icu/source/common/ucnv_cb.cpp", |
| 6069 | "third_party/icu/source/common/ucnv_cnv.cpp", |
| 6070 | "third_party/icu/source/common/ucnv_ct.cpp", |
| 6071 | "third_party/icu/source/common/ucnv_err.cpp", |
| 6072 | "third_party/icu/source/common/ucnv_ext.cpp", |
| 6073 | "third_party/icu/source/common/ucnv_io.cpp", |
| 6074 | "third_party/icu/source/common/ucnv_lmb.cpp", |
| 6075 | "third_party/icu/source/common/ucnv_set.cpp", |
| 6076 | "third_party/icu/source/common/ucnv_u16.cpp", |
| 6077 | "third_party/icu/source/common/ucnv_u32.cpp", |
| 6078 | "third_party/icu/source/common/ucnv_u7.cpp", |
| 6079 | "third_party/icu/source/common/ucnv_u8.cpp", |
| 6080 | "third_party/icu/source/common/ucnvbocu.cpp", |
| 6081 | "third_party/icu/source/common/ucnvdisp.cpp", |
| 6082 | "third_party/icu/source/common/ucnvhz.cpp", |
| 6083 | "third_party/icu/source/common/ucnvisci.cpp", |
| 6084 | "third_party/icu/source/common/ucnvlat1.cpp", |
| 6085 | "third_party/icu/source/common/ucnvmbcs.cpp", |
| 6086 | "third_party/icu/source/common/ucnvscsu.cpp", |
| 6087 | "third_party/icu/source/common/ucnvsel.cpp", |
| 6088 | "third_party/icu/source/common/ucol_swp.cpp", |
| 6089 | "third_party/icu/source/common/ucptrie.cpp", |
| 6090 | "third_party/icu/source/common/ucurr.cpp", |
| 6091 | "third_party/icu/source/common/udata.cpp", |
| 6092 | "third_party/icu/source/common/udatamem.cpp", |
| 6093 | "third_party/icu/source/common/udataswp.cpp", |
| 6094 | "third_party/icu/source/common/uenum.cpp", |
| 6095 | "third_party/icu/source/common/uhash.cpp", |
| 6096 | "third_party/icu/source/common/uhash_us.cpp", |
| 6097 | "third_party/icu/source/common/uidna.cpp", |
| 6098 | "third_party/icu/source/common/uinit.cpp", |
| 6099 | "third_party/icu/source/common/uinvchar.cpp", |
| 6100 | "third_party/icu/source/common/uiter.cpp", |
| 6101 | "third_party/icu/source/common/ulist.cpp", |
| 6102 | "third_party/icu/source/common/uloc.cpp", |
| 6103 | "third_party/icu/source/common/uloc_keytype.cpp", |
| 6104 | "third_party/icu/source/common/uloc_tag.cpp", |
| 6105 | "third_party/icu/source/common/umapfile.cpp", |
| 6106 | "third_party/icu/source/common/umath.cpp", |
| 6107 | "third_party/icu/source/common/umutablecptrie.cpp", |
| 6108 | "third_party/icu/source/common/umutex.cpp", |
| 6109 | "third_party/icu/source/common/unames.cpp", |
| 6110 | "third_party/icu/source/common/unifiedcache.cpp", |
| 6111 | "third_party/icu/source/common/unifilt.cpp", |
| 6112 | "third_party/icu/source/common/unifunct.cpp", |
| 6113 | "third_party/icu/source/common/uniset.cpp", |
| 6114 | "third_party/icu/source/common/uniset_closure.cpp", |
| 6115 | "third_party/icu/source/common/uniset_props.cpp", |
| 6116 | "third_party/icu/source/common/unisetspan.cpp", |
| 6117 | "third_party/icu/source/common/unistr.cpp", |
| 6118 | "third_party/icu/source/common/unistr_case.cpp", |
| 6119 | "third_party/icu/source/common/unistr_case_locale.cpp", |
| 6120 | "third_party/icu/source/common/unistr_cnv.cpp", |
| 6121 | "third_party/icu/source/common/unistr_props.cpp", |
| 6122 | "third_party/icu/source/common/unistr_titlecase_brkiter.cpp", |
| 6123 | "third_party/icu/source/common/unorm.cpp", |
| 6124 | "third_party/icu/source/common/unormcmp.cpp", |
| 6125 | "third_party/icu/source/common/uobject.cpp", |
| 6126 | "third_party/icu/source/common/uprops.cpp", |
| 6127 | "third_party/icu/source/common/ures_cnv.cpp", |
| 6128 | "third_party/icu/source/common/uresbund.cpp", |
| 6129 | "third_party/icu/source/common/uresdata.cpp", |
| 6130 | "third_party/icu/source/common/usc_impl.cpp", |
| 6131 | "third_party/icu/source/common/uscript.cpp", |
| 6132 | "third_party/icu/source/common/uscript_props.cpp", |
| 6133 | "third_party/icu/source/common/uset.cpp", |
| 6134 | "third_party/icu/source/common/uset_props.cpp", |
| 6135 | "third_party/icu/source/common/usetiter.cpp", |
| 6136 | "third_party/icu/source/common/ushape.cpp", |
| 6137 | "third_party/icu/source/common/usprep.cpp", |
| 6138 | "third_party/icu/source/common/ustack.cpp", |
| 6139 | "third_party/icu/source/common/ustr_cnv.cpp", |
| 6140 | "third_party/icu/source/common/ustr_titlecase_brkiter.cpp", |
| 6141 | "third_party/icu/source/common/ustr_wcs.cpp", |
| 6142 | "third_party/icu/source/common/ustrcase.cpp", |
| 6143 | "third_party/icu/source/common/ustrcase_locale.cpp", |
| 6144 | "third_party/icu/source/common/ustrenum.cpp", |
| 6145 | "third_party/icu/source/common/ustrfmt.cpp", |
| 6146 | "third_party/icu/source/common/ustring.cpp", |
| 6147 | "third_party/icu/source/common/ustrtrns.cpp", |
| 6148 | "third_party/icu/source/common/utext.cpp", |
| 6149 | "third_party/icu/source/common/utf_impl.cpp", |
| 6150 | "third_party/icu/source/common/util.cpp", |
| 6151 | "third_party/icu/source/common/util_props.cpp", |
| 6152 | "third_party/icu/source/common/utrace.cpp", |
| 6153 | "third_party/icu/source/common/utrie.cpp", |
| 6154 | "third_party/icu/source/common/utrie2.cpp", |
| 6155 | "third_party/icu/source/common/utrie2_builder.cpp", |
| 6156 | "third_party/icu/source/common/utrie_swap.cpp", |
| 6157 | "third_party/icu/source/common/uts46.cpp", |
| 6158 | "third_party/icu/source/common/utypes.cpp", |
| 6159 | "third_party/icu/source/common/uvector.cpp", |
| 6160 | "third_party/icu/source/common/uvectr32.cpp", |
| 6161 | "third_party/icu/source/common/uvectr64.cpp", |
| 6162 | "third_party/icu/source/common/wintz.cpp", |
| 6163 | "third_party/icu/source/stubdata/stubdata.cpp", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6164 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6165 | host_supported: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6166 | defaults: [ |
| 6167 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6168 | "cronet_aml_third_party_icu_icuuc_public", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6169 | ], |
| 6170 | cflags: [ |
| 6171 | "-DANDROID", |
| 6172 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6173 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6174 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6175 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6176 | "-DDCHECK_ALWAYS_ON=1", |
| 6177 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6178 | "-DHAVE_DLOPEN=0", |
| 6179 | "-DHAVE_SYS_UIO_H", |
| 6180 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 6181 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 6182 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6183 | "-DUSE_AURA=1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6184 | "-DUSE_CHROMIUM_ICU=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6185 | "-DUSE_OZONE=1", |
| 6186 | "-DUSE_UDEV", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6187 | "-DU_CHARSET_IS_UTF8=1", |
| 6188 | "-DU_COMMON_IMPLEMENTATION", |
| 6189 | "-DU_ENABLE_DYLOAD=0", |
| 6190 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 6191 | "-DU_ENABLE_TRACING=1", |
| 6192 | "-DU_ICUDATAENTRY_IN_COMMON", |
| 6193 | "-DU_STATIC_IMPLEMENTATION", |
| 6194 | "-DU_USING_ICU_NAMESPACE=0", |
| 6195 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6196 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6197 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6198 | "-D_LARGEFILE64_SOURCE", |
| 6199 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6200 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6201 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6202 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6203 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6204 | "-D__STDC_CONSTANT_MACROS", |
| 6205 | "-D__STDC_FORMAT_MACROS", |
| 6206 | ], |
| 6207 | local_include_dirs: [ |
| 6208 | "./", |
| 6209 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6210 | "buildtools/third_party/libc++/trunk/include", |
| 6211 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6212 | "third_party/icu/source/common/", |
| 6213 | "third_party/icu/source/i18n/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6214 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6215 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6216 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6217 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6218 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 6219 | rtti: true, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6220 | } |
| 6221 | |
| 6222 | // GN: //third_party/icu:icuuc_public |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6223 | cc_defaults { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6224 | name: "cronet_aml_third_party_icu_icuuc_public", |
| 6225 | } |
| 6226 | |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6227 | // GN: //third_party/libevent:libevent |
| 6228 | cc_library_static { |
| 6229 | name: "cronet_aml_third_party_libevent_libevent", |
| 6230 | srcs: [ |
| 6231 | "third_party/libevent/buffer.c", |
| 6232 | "third_party/libevent/epoll.c", |
| 6233 | "third_party/libevent/evbuffer.c", |
| 6234 | "third_party/libevent/evdns.c", |
| 6235 | "third_party/libevent/event.c", |
| 6236 | "third_party/libevent/event_tagging.c", |
| 6237 | "third_party/libevent/evrpc.c", |
| 6238 | "third_party/libevent/evutil.c", |
| 6239 | "third_party/libevent/http.c", |
| 6240 | "third_party/libevent/log.c", |
| 6241 | "third_party/libevent/poll.c", |
| 6242 | "third_party/libevent/select.c", |
| 6243 | "third_party/libevent/signal.c", |
| 6244 | "third_party/libevent/strlcpy.c", |
| 6245 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6246 | host_supported: true, |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6247 | defaults: [ |
| 6248 | "cronet_aml_defaults", |
| 6249 | ], |
| 6250 | cflags: [ |
| 6251 | "-DANDROID", |
| 6252 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6253 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6254 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6255 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6256 | "-DDCHECK_ALWAYS_ON=1", |
| 6257 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6258 | "-DHAVE_CONFIG_H", |
| 6259 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6260 | "-DUSE_AURA=1", |
| 6261 | "-DUSE_OZONE=1", |
| 6262 | "-DUSE_UDEV", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6263 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6264 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6265 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6266 | "-D_LARGEFILE64_SOURCE", |
| 6267 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6268 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6269 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6270 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6271 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6272 | ], |
| 6273 | local_include_dirs: [ |
| 6274 | "./", |
| 6275 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6276 | "buildtools/third_party/libc++/trunk/include", |
| 6277 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6278 | "third_party/libevent/android/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6279 | "third_party/libevent/linux/", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6280 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6281 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6282 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6283 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6284 | cpp_std: "c++20", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6285 | } |
| 6286 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6287 | // GN: //third_party/metrics_proto:metrics_proto |
| 6288 | genrule { |
| 6289 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 6290 | srcs: [ |
| 6291 | "third_party/metrics_proto/call_stack_profile.proto", |
| 6292 | "third_party/metrics_proto/cast_logs.proto", |
| 6293 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 6294 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 6295 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 6296 | "third_party/metrics_proto/custom_tab_session.proto", |
| 6297 | "third_party/metrics_proto/execution_context.proto", |
| 6298 | "third_party/metrics_proto/extension_install.proto", |
| 6299 | "third_party/metrics_proto/histogram_event.proto", |
| 6300 | "third_party/metrics_proto/omnibox_event.proto", |
| 6301 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 6302 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 6303 | "third_party/metrics_proto/perf_data.proto", |
| 6304 | "third_party/metrics_proto/perf_stat.proto", |
| 6305 | "third_party/metrics_proto/printer_event.proto", |
| 6306 | "third_party/metrics_proto/reporting_info.proto", |
| 6307 | "third_party/metrics_proto/sampled_profile.proto", |
| 6308 | "third_party/metrics_proto/structured_data.proto", |
| 6309 | "third_party/metrics_proto/system_profile.proto", |
| 6310 | "third_party/metrics_proto/trace_log.proto", |
| 6311 | "third_party/metrics_proto/translate_event.proto", |
| 6312 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 6313 | "third_party/metrics_proto/ukm/entry.proto", |
| 6314 | "third_party/metrics_proto/ukm/report.proto", |
| 6315 | "third_party/metrics_proto/ukm/source.proto", |
| 6316 | "third_party/metrics_proto/user_action_event.proto", |
| 6317 | "third_party/metrics_proto/user_demographics.proto", |
| 6318 | ], |
| 6319 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6320 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6321 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6322 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6323 | out: [ |
| 6324 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.cc", |
| 6325 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.cc", |
| 6326 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.cc", |
| 6327 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.cc", |
| 6328 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.cc", |
| 6329 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.cc", |
| 6330 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.cc", |
| 6331 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.cc", |
| 6332 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.cc", |
| 6333 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.cc", |
| 6334 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.cc", |
| 6335 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.cc", |
| 6336 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.cc", |
| 6337 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.cc", |
| 6338 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.cc", |
| 6339 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.cc", |
| 6340 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.cc", |
| 6341 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.cc", |
| 6342 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.cc", |
| 6343 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.cc", |
| 6344 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.cc", |
| 6345 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.cc", |
| 6346 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.cc", |
| 6347 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.cc", |
| 6348 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.cc", |
| 6349 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.cc", |
| 6350 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.cc", |
| 6351 | ], |
| 6352 | } |
| 6353 | |
| 6354 | // GN: //third_party/metrics_proto:metrics_proto |
| 6355 | genrule { |
| 6356 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 6357 | srcs: [ |
| 6358 | "third_party/metrics_proto/call_stack_profile.proto", |
| 6359 | "third_party/metrics_proto/cast_logs.proto", |
| 6360 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 6361 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 6362 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 6363 | "third_party/metrics_proto/custom_tab_session.proto", |
| 6364 | "third_party/metrics_proto/execution_context.proto", |
| 6365 | "third_party/metrics_proto/extension_install.proto", |
| 6366 | "third_party/metrics_proto/histogram_event.proto", |
| 6367 | "third_party/metrics_proto/omnibox_event.proto", |
| 6368 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 6369 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 6370 | "third_party/metrics_proto/perf_data.proto", |
| 6371 | "third_party/metrics_proto/perf_stat.proto", |
| 6372 | "third_party/metrics_proto/printer_event.proto", |
| 6373 | "third_party/metrics_proto/reporting_info.proto", |
| 6374 | "third_party/metrics_proto/sampled_profile.proto", |
| 6375 | "third_party/metrics_proto/structured_data.proto", |
| 6376 | "third_party/metrics_proto/system_profile.proto", |
| 6377 | "third_party/metrics_proto/trace_log.proto", |
| 6378 | "third_party/metrics_proto/translate_event.proto", |
| 6379 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 6380 | "third_party/metrics_proto/ukm/entry.proto", |
| 6381 | "third_party/metrics_proto/ukm/report.proto", |
| 6382 | "third_party/metrics_proto/ukm/source.proto", |
| 6383 | "third_party/metrics_proto/user_action_event.proto", |
| 6384 | "third_party/metrics_proto/user_demographics.proto", |
| 6385 | ], |
| 6386 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6387 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6388 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6389 | cmd: "$(location cronet_aml_third_party_protobuf_protoc) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 6390 | out: [ |
| 6391 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.h", |
| 6392 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.h", |
| 6393 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.h", |
| 6394 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.h", |
| 6395 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.h", |
| 6396 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.h", |
| 6397 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.h", |
| 6398 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.h", |
| 6399 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.h", |
| 6400 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.h", |
| 6401 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.h", |
| 6402 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.h", |
| 6403 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.h", |
| 6404 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.h", |
| 6405 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.h", |
| 6406 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.h", |
| 6407 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.h", |
| 6408 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.h", |
| 6409 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.h", |
| 6410 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.h", |
| 6411 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.h", |
| 6412 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.h", |
| 6413 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.h", |
| 6414 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.h", |
| 6415 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.h", |
| 6416 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.h", |
| 6417 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.h", |
| 6418 | ], |
| 6419 | export_include_dirs: [ |
| 6420 | ".", |
| 6421 | "protos", |
| 6422 | "third_party/metrics_proto", |
| 6423 | ], |
| 6424 | } |
| 6425 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6426 | // GN: //third_party/modp_b64:modp_b64 |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6427 | cc_library_static { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6428 | name: "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6429 | srcs: [ |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6430 | "third_party/modp_b64/modp_b64.cc", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6431 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6432 | host_supported: true, |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6433 | defaults: [ |
| 6434 | "cronet_aml_defaults", |
| 6435 | ], |
| 6436 | cflags: [ |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6437 | "-DANDROID", |
| 6438 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6439 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6440 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6441 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6442 | "-DDCHECK_ALWAYS_ON=1", |
| 6443 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6444 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6445 | "-DUSE_AURA=1", |
| 6446 | "-DUSE_OZONE=1", |
| 6447 | "-DUSE_UDEV", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6448 | "-D_DEBUG", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6449 | "-D_FILE_OFFSET_BITS=64", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6450 | "-D_GNU_SOURCE", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6451 | "-D_LARGEFILE64_SOURCE", |
| 6452 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6453 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6454 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 6455 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 6456 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 6457 | "-D__STDC_CONSTANT_MACROS", |
| 6458 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6459 | ], |
| 6460 | local_include_dirs: [ |
| 6461 | "./", |
| 6462 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 6463 | "buildtools/third_party/libc++/trunk/include", |
| 6464 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6465 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6466 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6467 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6468 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 6469 | cpp_std: "c++20", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 6470 | } |
| 6471 | |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6472 | // GN: //third_party/protobuf:protobuf_full |
| 6473 | cc_library_static { |
| 6474 | name: "cronet_aml_third_party_protobuf_protobuf_full", |
| 6475 | srcs: [ |
| 6476 | "third_party/protobuf/src/google/protobuf/any.cc", |
| 6477 | "third_party/protobuf/src/google/protobuf/any.pb.cc", |
| 6478 | "third_party/protobuf/src/google/protobuf/any_lite.cc", |
| 6479 | "third_party/protobuf/src/google/protobuf/api.pb.cc", |
| 6480 | "third_party/protobuf/src/google/protobuf/arena.cc", |
| 6481 | "third_party/protobuf/src/google/protobuf/arenastring.cc", |
| 6482 | "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc", |
| 6483 | "third_party/protobuf/src/google/protobuf/compiler/importer.cc", |
| 6484 | "third_party/protobuf/src/google/protobuf/compiler/parser.cc", |
| 6485 | "third_party/protobuf/src/google/protobuf/descriptor.cc", |
| 6486 | "third_party/protobuf/src/google/protobuf/descriptor.pb.cc", |
| 6487 | "third_party/protobuf/src/google/protobuf/descriptor_database.cc", |
| 6488 | "third_party/protobuf/src/google/protobuf/duration.pb.cc", |
| 6489 | "third_party/protobuf/src/google/protobuf/dynamic_message.cc", |
| 6490 | "third_party/protobuf/src/google/protobuf/empty.pb.cc", |
| 6491 | "third_party/protobuf/src/google/protobuf/extension_set.cc", |
| 6492 | "third_party/protobuf/src/google/protobuf/extension_set_heavy.cc", |
| 6493 | "third_party/protobuf/src/google/protobuf/field_mask.pb.cc", |
| 6494 | "third_party/protobuf/src/google/protobuf/generated_enum_util.cc", |
| 6495 | "third_party/protobuf/src/google/protobuf/generated_message_bases.cc", |
| 6496 | "third_party/protobuf/src/google/protobuf/generated_message_reflection.cc", |
| 6497 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_full.cc", |
| 6498 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc", |
| 6499 | "third_party/protobuf/src/google/protobuf/generated_message_util.cc", |
| 6500 | "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc", |
| 6501 | "third_party/protobuf/src/google/protobuf/inlined_string_field.cc", |
| 6502 | "third_party/protobuf/src/google/protobuf/io/coded_stream.cc", |
| 6503 | "third_party/protobuf/src/google/protobuf/io/gzip_stream.cc", |
| 6504 | "third_party/protobuf/src/google/protobuf/io/io_win32.cc", |
| 6505 | "third_party/protobuf/src/google/protobuf/io/printer.cc", |
| 6506 | "third_party/protobuf/src/google/protobuf/io/strtod.cc", |
| 6507 | "third_party/protobuf/src/google/protobuf/io/tokenizer.cc", |
| 6508 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc", |
| 6509 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc", |
| 6510 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", |
| 6511 | "third_party/protobuf/src/google/protobuf/map.cc", |
| 6512 | "third_party/protobuf/src/google/protobuf/map_field.cc", |
| 6513 | "third_party/protobuf/src/google/protobuf/message.cc", |
| 6514 | "third_party/protobuf/src/google/protobuf/message_lite.cc", |
| 6515 | "third_party/protobuf/src/google/protobuf/parse_context.cc", |
| 6516 | "third_party/protobuf/src/google/protobuf/reflection_ops.cc", |
| 6517 | "third_party/protobuf/src/google/protobuf/repeated_field.cc", |
| 6518 | "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc", |
| 6519 | "third_party/protobuf/src/google/protobuf/service.cc", |
| 6520 | "third_party/protobuf/src/google/protobuf/source_context.pb.cc", |
| 6521 | "third_party/protobuf/src/google/protobuf/struct.pb.cc", |
| 6522 | "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc", |
| 6523 | "third_party/protobuf/src/google/protobuf/stubs/common.cc", |
| 6524 | "third_party/protobuf/src/google/protobuf/stubs/int128.cc", |
| 6525 | "third_party/protobuf/src/google/protobuf/stubs/status.cc", |
| 6526 | "third_party/protobuf/src/google/protobuf/stubs/statusor.cc", |
| 6527 | "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc", |
| 6528 | "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc", |
| 6529 | "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc", |
| 6530 | "third_party/protobuf/src/google/protobuf/stubs/strutil.cc", |
| 6531 | "third_party/protobuf/src/google/protobuf/stubs/substitute.cc", |
| 6532 | "third_party/protobuf/src/google/protobuf/stubs/time.cc", |
| 6533 | "third_party/protobuf/src/google/protobuf/text_format.cc", |
| 6534 | "third_party/protobuf/src/google/protobuf/timestamp.pb.cc", |
| 6535 | "third_party/protobuf/src/google/protobuf/type.pb.cc", |
| 6536 | "third_party/protobuf/src/google/protobuf/unknown_field_set.cc", |
| 6537 | "third_party/protobuf/src/google/protobuf/util/delimited_message_util.cc", |
| 6538 | "third_party/protobuf/src/google/protobuf/util/field_comparator.cc", |
| 6539 | "third_party/protobuf/src/google/protobuf/util/field_mask_util.cc", |
| 6540 | "third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc", |
| 6541 | "third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc", |
| 6542 | "third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc", |
| 6543 | "third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc", |
| 6544 | "third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc", |
| 6545 | "third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc", |
| 6546 | "third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc", |
| 6547 | "third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc", |
| 6548 | "third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc", |
| 6549 | "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc", |
| 6550 | "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc", |
| 6551 | "third_party/protobuf/src/google/protobuf/util/internal/type_info.cc", |
| 6552 | "third_party/protobuf/src/google/protobuf/util/internal/utility.cc", |
| 6553 | "third_party/protobuf/src/google/protobuf/util/json_util.cc", |
| 6554 | "third_party/protobuf/src/google/protobuf/util/message_differencer.cc", |
| 6555 | "third_party/protobuf/src/google/protobuf/util/time_util.cc", |
| 6556 | "third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc", |
| 6557 | "third_party/protobuf/src/google/protobuf/wire_format.cc", |
| 6558 | "third_party/protobuf/src/google/protobuf/wire_format_lite.cc", |
| 6559 | "third_party/protobuf/src/google/protobuf/wrappers.pb.cc", |
| 6560 | ], |
| 6561 | static_libs: [ |
| 6562 | "cronet_aml_third_party_zlib_zlib", |
| 6563 | ], |
| 6564 | host_supported: true, |
| 6565 | device_supported: false, |
| 6566 | defaults: [ |
| 6567 | "cronet_aml_defaults", |
| 6568 | ], |
| 6569 | cflags: [ |
| 6570 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6571 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6572 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 6573 | "-DDCHECK_ALWAYS_ON=1", |
| 6574 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6575 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6576 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6577 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6578 | "-DHAVE_PTHREAD", |
| 6579 | "-DHAVE_ZLIB", |
| 6580 | "-DUSE_AURA=1", |
| 6581 | "-DUSE_OZONE=1", |
| 6582 | "-DUSE_UDEV", |
| 6583 | "-D_DEBUG", |
| 6584 | "-D_FILE_OFFSET_BITS=64", |
| 6585 | "-D_GNU_SOURCE", |
| 6586 | "-D_LARGEFILE64_SOURCE", |
| 6587 | "-D_LARGEFILE_SOURCE", |
| 6588 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6589 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6590 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6591 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6592 | "-UANDROID", |
| 6593 | ], |
| 6594 | local_include_dirs: [ |
| 6595 | "./", |
| 6596 | "buildtools/third_party/libc++/", |
| 6597 | "buildtools/third_party/libc++/trunk/include", |
| 6598 | "buildtools/third_party/libc++abi/trunk/include", |
| 6599 | "third_party/protobuf/src/", |
| 6600 | "third_party/zlib/", |
| 6601 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6602 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 6603 | ], |
| 6604 | cpp_std: "c++20", |
| 6605 | } |
| 6606 | |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 6607 | // GN: //third_party/protobuf:protobuf_lite |
| 6608 | cc_library_static { |
| 6609 | name: "cronet_aml_third_party_protobuf_protobuf_lite", |
| 6610 | srcs: [ |
| 6611 | "third_party/protobuf/src/google/protobuf/any_lite.cc", |
| 6612 | "third_party/protobuf/src/google/protobuf/arena.cc", |
| 6613 | "third_party/protobuf/src/google/protobuf/arenastring.cc", |
| 6614 | "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc", |
| 6615 | "third_party/protobuf/src/google/protobuf/extension_set.cc", |
| 6616 | "third_party/protobuf/src/google/protobuf/generated_enum_util.cc", |
| 6617 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc", |
| 6618 | "third_party/protobuf/src/google/protobuf/generated_message_util.cc", |
| 6619 | "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc", |
| 6620 | "third_party/protobuf/src/google/protobuf/inlined_string_field.cc", |
| 6621 | "third_party/protobuf/src/google/protobuf/io/coded_stream.cc", |
| 6622 | "third_party/protobuf/src/google/protobuf/io/io_win32.cc", |
| 6623 | "third_party/protobuf/src/google/protobuf/io/strtod.cc", |
| 6624 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc", |
| 6625 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc", |
| 6626 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", |
| 6627 | "third_party/protobuf/src/google/protobuf/map.cc", |
| 6628 | "third_party/protobuf/src/google/protobuf/message_lite.cc", |
| 6629 | "third_party/protobuf/src/google/protobuf/parse_context.cc", |
| 6630 | "third_party/protobuf/src/google/protobuf/repeated_field.cc", |
| 6631 | "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc", |
| 6632 | "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc", |
| 6633 | "third_party/protobuf/src/google/protobuf/stubs/common.cc", |
| 6634 | "third_party/protobuf/src/google/protobuf/stubs/int128.cc", |
| 6635 | "third_party/protobuf/src/google/protobuf/stubs/status.cc", |
| 6636 | "third_party/protobuf/src/google/protobuf/stubs/statusor.cc", |
| 6637 | "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc", |
| 6638 | "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc", |
| 6639 | "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc", |
| 6640 | "third_party/protobuf/src/google/protobuf/stubs/strutil.cc", |
| 6641 | "third_party/protobuf/src/google/protobuf/stubs/time.cc", |
| 6642 | "third_party/protobuf/src/google/protobuf/wire_format_lite.cc", |
| 6643 | ], |
| 6644 | shared_libs: [ |
| 6645 | "liblog", |
| 6646 | ], |
| 6647 | defaults: [ |
| 6648 | "cronet_aml_defaults", |
| 6649 | ], |
| 6650 | cflags: [ |
| 6651 | "-DANDROID", |
| 6652 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6653 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6654 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6655 | "-DDCHECK_ALWAYS_ON=1", |
| 6656 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6657 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6658 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6659 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6660 | "-DHAVE_PTHREAD", |
| 6661 | "-DHAVE_SYS_UIO_H", |
| 6662 | "-D_DEBUG", |
| 6663 | "-D_GNU_SOURCE", |
| 6664 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6665 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6666 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6667 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6668 | ], |
| 6669 | local_include_dirs: [ |
| 6670 | "./", |
| 6671 | "buildtools/third_party/libc++/", |
| 6672 | "buildtools/third_party/libc++/trunk/include", |
| 6673 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 6674 | "third_party/protobuf/src/", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 6675 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 6676 | ], |
| 6677 | cpp_std: "c++20", |
| 6678 | } |
| 6679 | |
Patrick Rohr | ad7a29c | 2022-11-16 21:48:09 -0800 | [diff] [blame] | 6680 | // GN: //third_party/protobuf:protoc |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6681 | cc_binary { |
Patrick Rohr | ad7a29c | 2022-11-16 21:48:09 -0800 | [diff] [blame] | 6682 | name: "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6683 | srcs: [ |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6684 | "third_party/protobuf/src/google/protobuf/compiler/main.cc", |
| 6685 | ], |
| 6686 | static_libs: [ |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 6687 | "cronet_aml_third_party_protobuf_protobuf_full", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6688 | "cronet_aml_third_party_protobuf_protoc_lib", |
| 6689 | "cronet_aml_third_party_zlib_zlib", |
| 6690 | ], |
| 6691 | host_supported: true, |
| 6692 | device_supported: false, |
| 6693 | defaults: [ |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6694 | "cronet_aml_buildtools_third_party_libc___libc__", |
| 6695 | "cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
| 6696 | "cronet_aml_buildtools_third_party_libunwind_libunwind", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6697 | "cronet_aml_defaults", |
| 6698 | ], |
| 6699 | cflags: [ |
| 6700 | "-DANDROID", |
| 6701 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6702 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6703 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6704 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 6705 | "-DDCHECK_ALWAYS_ON=1", |
| 6706 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6707 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6708 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6709 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6710 | "-DHAVE_PTHREAD", |
| 6711 | "-DHAVE_SYS_UIO_H", |
| 6712 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 6713 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 6714 | "-DUSE_AURA=1", |
| 6715 | "-DUSE_OZONE=1", |
| 6716 | "-DUSE_UDEV", |
| 6717 | "-D_DEBUG", |
| 6718 | "-D_FILE_OFFSET_BITS=64", |
| 6719 | "-D_GNU_SOURCE", |
| 6720 | "-D_LARGEFILE64_SOURCE", |
| 6721 | "-D_LARGEFILE_SOURCE", |
| 6722 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6723 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 6724 | "-D_LIBCPP_CONSTINIT=constinit", |
| 6725 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6726 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6727 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 6728 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6729 | "-D_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6730 | "-D_LIBUNWIND_IS_NATIVE_ONLY", |
| 6731 | ], |
| 6732 | local_include_dirs: [ |
| 6733 | "./", |
| 6734 | "buildtools/third_party/libc++/", |
| 6735 | "buildtools/third_party/libc++/trunk/include", |
| 6736 | "buildtools/third_party/libc++/trunk/src/", |
| 6737 | "buildtools/third_party/libc++abi/trunk/include", |
| 6738 | "buildtools/third_party/libunwind/trunk/include/", |
| 6739 | "third_party/protobuf/src/", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 6740 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6741 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 6742 | ], |
| 6743 | cpp_std: "c++20", |
| 6744 | cppflags: [ |
| 6745 | "-fexceptions", |
| 6746 | ], |
| 6747 | rtti: true, |
| 6748 | } |
| 6749 | |
| 6750 | // GN: //third_party/protobuf:protoc_lib |
| 6751 | cc_library_static { |
| 6752 | name: "cronet_aml_third_party_protobuf_protoc_lib", |
| 6753 | srcs: [ |
| 6754 | "third_party/protobuf/src/google/protobuf/compiler/code_generator.cc", |
| 6755 | "third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc", |
| 6756 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc", |
| 6757 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc", |
| 6758 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc", |
| 6759 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc", |
| 6760 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc", |
| 6761 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc", |
| 6762 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc", |
| 6763 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc", |
| 6764 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc", |
| 6765 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc", |
| 6766 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc", |
| 6767 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc", |
| 6768 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc", |
| 6769 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc", |
| 6770 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc", |
| 6771 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc", |
| 6772 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc", |
| 6773 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc", |
| 6774 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc", |
| 6775 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc", |
| 6776 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc", |
| 6777 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc", |
| 6778 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc", |
| 6779 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc", |
| 6780 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc", |
| 6781 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc", |
| 6782 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc", |
| 6783 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc", |
| 6784 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc", |
| 6785 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc", |
| 6786 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc", |
| 6787 | "third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc", |
| 6788 | "third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc", |
| 6789 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc", |
| 6790 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc", |
| 6791 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc", |
| 6792 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc", |
| 6793 | "third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc", |
| 6794 | "third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc", |
| 6795 | "third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc", |
| 6796 | "third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc", |
| 6797 | "third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc", |
| 6798 | "third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc", |
| 6799 | "third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc", |
| 6800 | "third_party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.cc", |
| 6801 | "third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc", |
| 6802 | "third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc", |
| 6803 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc", |
| 6804 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc", |
| 6805 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc", |
| 6806 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc", |
| 6807 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc", |
| 6808 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc", |
| 6809 | "third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc", |
| 6810 | "third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc", |
| 6811 | "third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc", |
| 6812 | "third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc", |
| 6813 | "third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc", |
| 6814 | "third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc", |
| 6815 | "third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc", |
| 6816 | "third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc", |
| 6817 | "third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc", |
| 6818 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc", |
| 6819 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc", |
| 6820 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc", |
| 6821 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc", |
| 6822 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc", |
| 6823 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc", |
| 6824 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc", |
| 6825 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc", |
| 6826 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc", |
| 6827 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc", |
| 6828 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc", |
| 6829 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc", |
| 6830 | "third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc", |
| 6831 | "third_party/protobuf/src/google/protobuf/compiler/plugin.cc", |
| 6832 | "third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc", |
| 6833 | "third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc", |
| 6834 | "third_party/protobuf/src/google/protobuf/compiler/python/python_helpers.cc", |
| 6835 | "third_party/protobuf/src/google/protobuf/compiler/python/python_pyi_generator.cc", |
| 6836 | "third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc", |
| 6837 | "third_party/protobuf/src/google/protobuf/compiler/subprocess.cc", |
| 6838 | "third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc", |
| 6839 | ], |
| 6840 | static_libs: [ |
| 6841 | "cronet_aml_third_party_protobuf_protobuf_full", |
| 6842 | "cronet_aml_third_party_zlib_zlib", |
| 6843 | ], |
| 6844 | host_supported: true, |
| 6845 | device_supported: false, |
| 6846 | defaults: [ |
| 6847 | "cronet_aml_defaults", |
| 6848 | ], |
| 6849 | cflags: [ |
| 6850 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6851 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6852 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 6853 | "-DDCHECK_ALWAYS_ON=1", |
| 6854 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6855 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6856 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6857 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6858 | "-DHAVE_PTHREAD", |
| 6859 | "-DUSE_AURA=1", |
| 6860 | "-DUSE_OZONE=1", |
| 6861 | "-DUSE_UDEV", |
| 6862 | "-D_DEBUG", |
| 6863 | "-D_FILE_OFFSET_BITS=64", |
| 6864 | "-D_GNU_SOURCE", |
| 6865 | "-D_LARGEFILE64_SOURCE", |
| 6866 | "-D_LARGEFILE_SOURCE", |
| 6867 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6868 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6869 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6870 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6871 | "-UANDROID", |
| 6872 | ], |
| 6873 | local_include_dirs: [ |
| 6874 | "./", |
| 6875 | "buildtools/third_party/libc++/", |
| 6876 | "buildtools/third_party/libc++/trunk/include", |
| 6877 | "buildtools/third_party/libc++abi/trunk/include", |
| 6878 | "third_party/protobuf/src/", |
| 6879 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
| 6880 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 6881 | ], |
| 6882 | cpp_std: "c++20", |
| 6883 | } |
| 6884 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6885 | // GN: //third_party/zlib:zlib |
| 6886 | cc_library_static { |
| 6887 | name: "cronet_aml_third_party_zlib_zlib", |
| 6888 | srcs: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6889 | "third_party/zlib/adler32.c", |
| 6890 | "third_party/zlib/compress.c", |
| 6891 | "third_party/zlib/cpu_features.c", |
| 6892 | "third_party/zlib/crc32.c", |
| 6893 | "third_party/zlib/deflate.c", |
| 6894 | "third_party/zlib/gzclose.c", |
| 6895 | "third_party/zlib/gzlib.c", |
| 6896 | "third_party/zlib/gzread.c", |
| 6897 | "third_party/zlib/gzwrite.c", |
| 6898 | "third_party/zlib/infback.c", |
| 6899 | "third_party/zlib/inffast.c", |
| 6900 | "third_party/zlib/inftrees.c", |
| 6901 | "third_party/zlib/trees.c", |
| 6902 | "third_party/zlib/uncompr.c", |
| 6903 | "third_party/zlib/zutil.c", |
| 6904 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 6905 | host_supported: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6906 | defaults: [ |
| 6907 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6908 | "cronet_aml_third_party_android_ndk_cpu_features", |
| 6909 | "cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 6910 | "cronet_aml_third_party_zlib_zlib_common_headers", |
| 6911 | "cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 6912 | "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 6913 | "cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6914 | ], |
| 6915 | cflags: [ |
| 6916 | "-DADLER32_SIMD_SSSE3", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6917 | "-DANDROID", |
| 6918 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6919 | "-DCRC32_SIMD_SSE42_PCLMUL", |
| 6920 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6921 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6922 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6923 | "-DDCHECK_ALWAYS_ON=1", |
| 6924 | "-DDEFLATE_SLIDE_HASH_SSE2", |
| 6925 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6926 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6927 | "-DINFLATE_CHUNK_READ_64LE", |
| 6928 | "-DINFLATE_CHUNK_SIMD_SSE2", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6929 | "-DUSE_AURA=1", |
| 6930 | "-DUSE_OZONE=1", |
| 6931 | "-DUSE_UDEV", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6932 | "-DX86_NOT_WINDOWS", |
| 6933 | "-DZLIB_DEBUG", |
| 6934 | "-DZLIB_IMPLEMENTATION", |
| 6935 | "-D_DEBUG", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6936 | "-D_FILE_OFFSET_BITS=64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6937 | "-D_GNU_SOURCE", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6938 | "-D_LARGEFILE64_SOURCE", |
| 6939 | "-D_LARGEFILE_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6940 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6941 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6942 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6943 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6944 | "-D__STDC_CONSTANT_MACROS", |
| 6945 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | cf68d73 | 2022-11-16 18:15:21 +0900 | [diff] [blame] | 6946 | "-mpclmul", |
| 6947 | "-mssse3", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6948 | ], |
| 6949 | local_include_dirs: [ |
| 6950 | "./", |
| 6951 | "buildtools/third_party/libc++/", |
| 6952 | "buildtools/third_party/libc++/trunk/include", |
| 6953 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 6954 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6955 | "third_party/zlib/", |
Motomu Utsumi | 19e0c6f | 2022-11-15 20:22:45 +0900 | [diff] [blame] | 6956 | "build/linux/debian_bullseye_amd64-sysroot/usr/include/x86_64-linux-gnu", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 6957 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
Patrick Rohr | bfdc5fd | 2022-11-16 10:03:49 -0800 | [diff] [blame] | 6958 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6959 | ], |
| 6960 | cpp_std: "c++20", |
| 6961 | } |
| 6962 | |
| 6963 | // GN: //third_party/zlib:zlib_adler32_simd |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6964 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6965 | name: "cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 6966 | srcs: [ |
| 6967 | "third_party/zlib/adler32_simd.c", |
| 6968 | ], |
| 6969 | } |
| 6970 | |
| 6971 | // GN: //third_party/zlib:zlib_common_headers |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6972 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6973 | name: "cronet_aml_third_party_zlib_zlib_common_headers", |
| 6974 | } |
| 6975 | |
| 6976 | // GN: //third_party/zlib:zlib_crc32_simd |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6977 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6978 | name: "cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 6979 | srcs: [ |
| 6980 | "third_party/zlib/crc32_simd.c", |
| 6981 | "third_party/zlib/crc_folding.c", |
| 6982 | ], |
| 6983 | } |
| 6984 | |
| 6985 | // GN: //third_party/zlib:zlib_inflate_chunk_simd |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6986 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6987 | name: "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 6988 | srcs: [ |
| 6989 | "third_party/zlib/contrib/optimizations/inffast_chunk.c", |
| 6990 | "third_party/zlib/contrib/optimizations/inflate.c", |
| 6991 | ], |
| 6992 | } |
| 6993 | |
| 6994 | // GN: //third_party/zlib:zlib_slide_hash_simd |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 6995 | cc_defaults { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6996 | name: "cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
| 6997 | } |
| 6998 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6999 | // GN: //url:buildflags |
| 7000 | genrule { |
| 7001 | name: "cronet_aml_url_buildflags", |
| 7002 | cmd: "echo '--flags USE_PLATFORM_ICU_ALTERNATIVES=\"true\"' | " + |
| 7003 | "$(location build/write_buildflag_header.py) --output " + |
| 7004 | "$(out) " + |
| 7005 | "--rulename " + |
| 7006 | "//url:buildflags " + |
| 7007 | "--gen-dir " + |
| 7008 | ". " + |
| 7009 | "--definitions " + |
| 7010 | "/dev/stdin", |
| 7011 | out: [ |
| 7012 | "url/buildflags.h", |
| 7013 | ], |
| 7014 | tool_files: [ |
| 7015 | "build/write_buildflag_header.py", |
| 7016 | ], |
| 7017 | } |
| 7018 | |
| 7019 | // GN: //url:url |
| 7020 | cc_library_static { |
| 7021 | name: "cronet_aml_url_url", |
| 7022 | srcs: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7023 | "url/gurl.cc", |
| 7024 | "url/origin.cc", |
| 7025 | "url/scheme_host_port.cc", |
| 7026 | "url/third_party/mozilla/url_parse.cc", |
| 7027 | "url/url_canon.cc", |
| 7028 | "url/url_canon_etc.cc", |
| 7029 | "url/url_canon_filesystemurl.cc", |
| 7030 | "url/url_canon_fileurl.cc", |
| 7031 | "url/url_canon_host.cc", |
| 7032 | "url/url_canon_internal.cc", |
| 7033 | "url/url_canon_ip.cc", |
| 7034 | "url/url_canon_mailtourl.cc", |
| 7035 | "url/url_canon_path.cc", |
| 7036 | "url/url_canon_pathurl.cc", |
| 7037 | "url/url_canon_query.cc", |
| 7038 | "url/url_canon_relative.cc", |
| 7039 | "url/url_canon_stdstring.cc", |
| 7040 | "url/url_canon_stdurl.cc", |
| 7041 | "url/url_constants.cc", |
| 7042 | "url/url_idna_icu_alternatives_android.cc", |
| 7043 | "url/url_parse_file.cc", |
| 7044 | "url/url_util.cc", |
| 7045 | ], |
| 7046 | shared_libs: [ |
| 7047 | "libandroid", |
| 7048 | "liblog", |
| 7049 | ], |
| 7050 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7051 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7052 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7053 | "cronet_aml_base_base_static", |
| 7054 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7055 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 7056 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7057 | "cronet_aml_third_party_icu_icui18n", |
| 7058 | "cronet_aml_third_party_icu_icuuc_private", |
| 7059 | "cronet_aml_third_party_libevent_libevent", |
| 7060 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 7061 | "cronet_aml_third_party_zlib_zlib", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7062 | ], |
| 7063 | generated_headers: [ |
| 7064 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7065 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7066 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7067 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7068 | "cronet_aml_url_url_jni_headers", |
| 7069 | ], |
| 7070 | export_generated_headers: [ |
| 7071 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7072 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7073 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7074 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7075 | "cronet_aml_url_url_jni_headers", |
| 7076 | ], |
| 7077 | defaults: [ |
| 7078 | "cronet_aml_defaults", |
Patrick Rohr | 82e96f3 | 2022-11-16 22:09:48 -0800 | [diff] [blame] | 7079 | "cronet_aml_ipc_param_traits", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7080 | ], |
| 7081 | cflags: [ |
| 7082 | "-DANDROID", |
| 7083 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 7084 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7085 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7086 | "-DDCHECK_ALWAYS_ON=1", |
| 7087 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7088 | "-DHAVE_SYS_UIO_H", |
| 7089 | "-DIS_URL_IMPL", |
| 7090 | "-D_DEBUG", |
| 7091 | "-D_GNU_SOURCE", |
| 7092 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7093 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7094 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7095 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7096 | "-D__STDC_CONSTANT_MACROS", |
| 7097 | "-D__STDC_FORMAT_MACROS", |
| 7098 | ], |
| 7099 | local_include_dirs: [ |
| 7100 | "./", |
| 7101 | "buildtools/third_party/libc++/", |
| 7102 | "buildtools/third_party/libc++/trunk/include", |
| 7103 | "buildtools/third_party/libc++abi/trunk/include", |
| 7104 | "third_party/abseil-cpp/", |
| 7105 | "third_party/boringssl/src/include/", |
| 7106 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 7107 | ], |
| 7108 | header_libs: [ |
| 7109 | "jni_headers", |
| 7110 | ], |
| 7111 | cpp_std: "c++20", |
| 7112 | } |
| 7113 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7114 | // GN: //url:url_jni_headers |
| 7115 | genrule { |
| 7116 | name: "cronet_aml_url_url_jni_headers", |
| 7117 | srcs: [ |
| 7118 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 7119 | "url/android/java/src/org/chromium/url/Origin.java", |
| 7120 | ], |
| 7121 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 7122 | "long " + |
| 7123 | " " + |
| 7124 | " " + |
| 7125 | "--output_dir " + |
| 7126 | "$(genDir)/url/url_jni_headers " + |
| 7127 | "--includes " + |
| 7128 | "base/android/jni_generator/jni_generator_helper.h " + |
| 7129 | "--use_proxy_hash " + |
| 7130 | "--output_name " + |
| 7131 | "IDNStringUtil_jni.h " + |
| 7132 | "--output_name " + |
| 7133 | "Origin_jni.h " + |
| 7134 | "--input_file " + |
| 7135 | "$(location url/android/java/src/org/chromium/url/IDNStringUtil.java) " + |
| 7136 | "--input_file " + |
| 7137 | "$(location url/android/java/src/org/chromium/url/Origin.java)", |
| 7138 | out: [ |
| 7139 | "url/url_jni_headers/IDNStringUtil_jni.h", |
| 7140 | "url/url_jni_headers/Origin_jni.h", |
| 7141 | ], |
| 7142 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 7143 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7144 | "base/android/jni_generator/jni_generator.py", |
| 7145 | "build/android/gyp/util/__init__.py", |
| 7146 | "build/android/gyp/util/build_utils.py", |
| 7147 | "build/gn_helpers.py", |
| 7148 | ], |
| 7149 | } |
| 7150 | |