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 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 17 | // GN: //base/allocator:buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 18 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 19 | name: "cronet_aml_base_allocator_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [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\"' | " + |
| 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", |
| 29 | out: [ |
| 30 | "base/allocator/buildflags.h", |
| 31 | ], |
| 32 | tool_files: [ |
| 33 | "build/write_buildflag_header.py", |
| 34 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 35 | apex_available: [ |
| 36 | "com.android.tethering", |
| 37 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 38 | } |
| 39 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 40 | // GN: //base/allocator/partition_allocator:chromecast_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 41 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 42 | name: "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 43 | cmd: "echo '--flags PA_IS_CAST_ANDROID=\"false\" PA_IS_CASTOS=\"false\"' | " + |
| 44 | "$(location build/write_buildflag_header.py) --output " + |
| 45 | "$(out) " + |
| 46 | "--rulename " + |
| 47 | "//base/allocator/partition_allocator:chromecast_buildflags " + |
| 48 | "--gen-dir " + |
| 49 | ". " + |
| 50 | "--definitions " + |
| 51 | "/dev/stdin", |
| 52 | out: [ |
| 53 | "base/allocator/partition_allocator/chromecast_buildflags.h", |
| 54 | ], |
| 55 | tool_files: [ |
| 56 | "build/write_buildflag_header.py", |
| 57 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 58 | apex_available: [ |
| 59 | "com.android.tethering", |
| 60 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 61 | } |
| 62 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 63 | // GN: //base/allocator/partition_allocator:chromeos_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 64 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 65 | name: "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 66 | cmd: "echo '--flags PA_IS_CHROMEOS_ASH=\"false\"' | " + |
| 67 | "$(location build/write_buildflag_header.py) --output " + |
| 68 | "$(out) " + |
| 69 | "--rulename " + |
| 70 | "//base/allocator/partition_allocator:chromeos_buildflags " + |
| 71 | "--gen-dir " + |
| 72 | ". " + |
| 73 | "--definitions " + |
| 74 | "/dev/stdin", |
| 75 | out: [ |
| 76 | "base/allocator/partition_allocator/chromeos_buildflags.h", |
| 77 | ], |
| 78 | tool_files: [ |
| 79 | "build/write_buildflag_header.py", |
| 80 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 81 | apex_available: [ |
| 82 | "com.android.tethering", |
| 83 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 84 | } |
| 85 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 86 | // GN: //base/allocator/partition_allocator:debugging_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 87 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 88 | name: "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 89 | cmd: "echo '--flags PA_DCHECK_IS_ON=\"true\" PA_EXPENSIVE_DCHECKS_ARE_ON=\"true\" PA_DCHECK_IS_CONFIGURABLE=\"false\"' | " + |
| 90 | "$(location build/write_buildflag_header.py) --output " + |
| 91 | "$(out) " + |
| 92 | "--rulename " + |
| 93 | "//base/allocator/partition_allocator:debugging_buildflags " + |
| 94 | "--gen-dir " + |
| 95 | ". " + |
| 96 | "--definitions " + |
| 97 | "/dev/stdin", |
| 98 | out: [ |
| 99 | "base/allocator/partition_allocator/partition_alloc_base/debug/debugging_buildflags.h", |
| 100 | ], |
| 101 | tool_files: [ |
| 102 | "build/write_buildflag_header.py", |
| 103 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 104 | apex_available: [ |
| 105 | "com.android.tethering", |
| 106 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 107 | } |
| 108 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 109 | // GN: //base/allocator/partition_allocator:logging_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 110 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 111 | name: "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 112 | cmd: "echo '--flags PA_ENABLE_LOG_ERROR_NOT_REACHED=\"false\"' | " + |
| 113 | "$(location build/write_buildflag_header.py) --output " + |
| 114 | "$(out) " + |
| 115 | "--rulename " + |
| 116 | "//base/allocator/partition_allocator:logging_buildflags " + |
| 117 | "--gen-dir " + |
| 118 | ". " + |
| 119 | "--definitions " + |
| 120 | "/dev/stdin", |
| 121 | out: [ |
| 122 | "base/allocator/partition_allocator/logging_buildflags.h", |
| 123 | ], |
| 124 | tool_files: [ |
| 125 | "build/write_buildflag_header.py", |
| 126 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 127 | apex_available: [ |
| 128 | "com.android.tethering", |
| 129 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 130 | } |
| 131 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 132 | // GN: //base/allocator/partition_allocator:partition_alloc |
| 133 | cc_library_static { |
| 134 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 135 | srcs: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 136 | ":cronet_aml_third_party_android_ndk_cpu_features", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 137 | "base/allocator/partition_allocator/address_pool_manager.cc", |
| 138 | "base/allocator/partition_allocator/address_pool_manager_bitmap.cc", |
| 139 | "base/allocator/partition_allocator/address_space_randomization.cc", |
| 140 | "base/allocator/partition_allocator/allocation_guard.cc", |
| 141 | "base/allocator/partition_allocator/dangling_raw_ptr_checks.cc", |
| 142 | "base/allocator/partition_allocator/gwp_asan_support.cc", |
| 143 | "base/allocator/partition_allocator/memory_reclaimer.cc", |
| 144 | "base/allocator/partition_allocator/oom.cc", |
| 145 | "base/allocator/partition_allocator/oom_callback.cc", |
| 146 | "base/allocator/partition_allocator/page_allocator.cc", |
| 147 | "base/allocator/partition_allocator/page_allocator_internals_posix.cc", |
| 148 | "base/allocator/partition_allocator/partition_address_space.cc", |
| 149 | "base/allocator/partition_allocator/partition_alloc.cc", |
| 150 | "base/allocator/partition_allocator/partition_alloc_base/check.cc", |
| 151 | "base/allocator/partition_allocator/partition_alloc_base/cpu.cc", |
| 152 | "base/allocator/partition_allocator/partition_alloc_base/debug/alias.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 153 | "base/allocator/partition_allocator/partition_alloc_base/files/file_path.cc", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 154 | "base/allocator/partition_allocator/partition_alloc_base/files/file_util_posix.cc", |
| 155 | "base/allocator/partition_allocator/partition_alloc_base/logging.cc", |
| 156 | "base/allocator/partition_allocator/partition_alloc_base/memory/ref_counted.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 157 | "base/allocator/partition_allocator/partition_alloc_base/native_library.cc", |
| 158 | "base/allocator/partition_allocator/partition_alloc_base/native_library_posix.cc", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 159 | "base/allocator/partition_allocator/partition_alloc_base/pkey.cc", |
| 160 | "base/allocator/partition_allocator/partition_alloc_base/posix/safe_strerror.cc", |
| 161 | "base/allocator/partition_allocator/partition_alloc_base/rand_util.cc", |
| 162 | "base/allocator/partition_allocator/partition_alloc_base/rand_util_posix.cc", |
| 163 | "base/allocator/partition_allocator/partition_alloc_base/strings/stringprintf.cc", |
| 164 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread.cc", |
| 165 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread_posix.cc", |
| 166 | "base/allocator/partition_allocator/partition_alloc_base/time/time.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 167 | "base/allocator/partition_allocator/partition_alloc_base/time/time_android.cc", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 168 | "base/allocator/partition_allocator/partition_alloc_base/time/time_conversion_posix.cc", |
| 169 | "base/allocator/partition_allocator/partition_alloc_base/time/time_now_posix.cc", |
| 170 | "base/allocator/partition_allocator/partition_alloc_base/time/time_override.cc", |
| 171 | "base/allocator/partition_allocator/partition_alloc_hooks.cc", |
| 172 | "base/allocator/partition_allocator/partition_bucket.cc", |
| 173 | "base/allocator/partition_allocator/partition_oom.cc", |
| 174 | "base/allocator/partition_allocator/partition_page.cc", |
| 175 | "base/allocator/partition_allocator/partition_root.cc", |
| 176 | "base/allocator/partition_allocator/partition_stats.cc", |
| 177 | "base/allocator/partition_allocator/random.cc", |
| 178 | "base/allocator/partition_allocator/reservation_offset_table.cc", |
| 179 | "base/allocator/partition_allocator/spinning_mutex.cc", |
| 180 | "base/allocator/partition_allocator/starscan/metadata_allocator.cc", |
| 181 | "base/allocator/partition_allocator/starscan/pcscan.cc", |
| 182 | "base/allocator/partition_allocator/starscan/pcscan_internal.cc", |
| 183 | "base/allocator/partition_allocator/starscan/pcscan_scheduling.cc", |
| 184 | "base/allocator/partition_allocator/starscan/snapshot.cc", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 185 | "base/allocator/partition_allocator/starscan/stack/stack.cc", |
| 186 | "base/allocator/partition_allocator/starscan/stats_collector.cc", |
| 187 | "base/allocator/partition_allocator/starscan/write_protector.cc", |
| 188 | "base/allocator/partition_allocator/tagging.cc", |
| 189 | "base/allocator/partition_allocator/thread_cache.cc", |
| 190 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 191 | generated_headers: [ |
| 192 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 193 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 194 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 195 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 196 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 197 | ], |
| 198 | export_generated_headers: [ |
| 199 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 200 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 201 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 202 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 203 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 204 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 205 | defaults: [ |
| 206 | "cronet_aml_defaults", |
| 207 | ], |
| 208 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 209 | "-DANDROID", |
| 210 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 211 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 212 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 213 | "-DDCHECK_ALWAYS_ON=1", |
| 214 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 215 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 216 | "-DIS_PARTITION_ALLOC_IMPL", |
| 217 | "-DPA_PCSCAN_STACK_SUPPORTED", |
| 218 | "-D_DEBUG", |
| 219 | "-D_GNU_SOURCE", |
| 220 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 221 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 222 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 223 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 224 | "-D__STDC_CONSTANT_MACROS", |
| 225 | "-D__STDC_FORMAT_MACROS", |
| 226 | ], |
| 227 | local_include_dirs: [ |
| 228 | "./", |
| 229 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 230 | "buildtools/third_party/libc++/trunk/include", |
| 231 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 232 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 233 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 234 | cpp_std: "c++20", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 235 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 236 | android_arm: { |
| 237 | srcs: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 238 | "base/allocator/partition_allocator/starscan/stack/asm/arm/push_registers_asm.cc", |
| 239 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 240 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 241 | android_arm64: { |
| 242 | srcs: [ |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 243 | "base/allocator/partition_allocator/starscan/stack/asm/arm64/push_registers_asm.cc", |
| 244 | ], |
| 245 | cflags: [ |
Motomu Utsumi | 3371d68 | 2022-11-28 16:56:52 +0900 | [diff] [blame] | 246 | "-march=armv8-a+memtag", |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 247 | ], |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 248 | }, |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 249 | android_x86: { |
| 250 | srcs: [ |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 251 | "base/allocator/partition_allocator/starscan/stack/asm/x86/push_registers_asm.cc", |
| 252 | ], |
| 253 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 254 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 255 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 256 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 257 | android_x86_64: { |
| 258 | srcs: [ |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 259 | "base/allocator/partition_allocator/starscan/stack/asm/x64/push_registers_asm.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 260 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 261 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 262 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 263 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 264 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 265 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 266 | } |
| 267 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 268 | // GN: //base/allocator/partition_allocator:partition_alloc_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 269 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 270 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 271 | cmd: "echo '--flags ENABLE_PARTITION_ALLOC_AS_MALLOC_SUPPORT=\"true\" ENABLE_BACKUP_REF_PTR_SUPPORT=\"true\" ENABLE_BACKUP_REF_PTR_SLOW_CHECKS=\"false\" ENABLE_DANGLING_RAW_PTR_CHECKS=\"false\" PUT_REF_COUNT_IN_PREVIOUS_SLOT=\"true\" ENABLE_GWP_ASAN_SUPPORT=\"true\" ENABLE_MTE_CHECKED_PTR_SUPPORT=\"false\" RECORD_ALLOC_INFO=\"false\" USE_FREESLOT_BITMAP=\"false\" GLUE_CORE_POOLS=\"false\" ENABLE_SHADOW_METADATA_FOR_64_BITS_POINTERS=\"false\" STARSCAN=\"true\" PA_USE_BASE_TRACING=\"true\" ENABLE_PKEYS=\"false\"' | " + |
| 272 | "$(location build/write_buildflag_header.py) --output " + |
| 273 | "$(out) " + |
| 274 | "--rulename " + |
| 275 | "//base/allocator/partition_allocator:partition_alloc_buildflags " + |
| 276 | "--gen-dir " + |
| 277 | ". " + |
| 278 | "--definitions " + |
| 279 | "/dev/stdin", |
| 280 | out: [ |
| 281 | "base/allocator/partition_allocator/partition_alloc_buildflags.h", |
| 282 | ], |
| 283 | tool_files: [ |
| 284 | "build/write_buildflag_header.py", |
| 285 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 286 | apex_available: [ |
| 287 | "com.android.tethering", |
| 288 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 289 | } |
| 290 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 291 | // GN: //base:anchor_functions_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 292 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 293 | name: "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 294 | cmd: "echo '--flags USE_LLD=\"true\" SUPPORTS_CODE_ORDERING=\"true\"' | " + |
| 295 | "$(location build/write_buildflag_header.py) --output " + |
| 296 | "$(out) " + |
| 297 | "--rulename " + |
| 298 | "//base:anchor_functions_buildflags " + |
| 299 | "--gen-dir " + |
| 300 | ". " + |
| 301 | "--definitions " + |
| 302 | "/dev/stdin", |
| 303 | out: [ |
| 304 | "base/android/library_loader/anchor_functions_buildflags.h", |
| 305 | ], |
| 306 | tool_files: [ |
| 307 | "build/write_buildflag_header.py", |
| 308 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 309 | apex_available: [ |
| 310 | "com.android.tethering", |
| 311 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 312 | } |
| 313 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 314 | // GN: //base:android_runtime_jni_headers |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 315 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 316 | name: "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 317 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 318 | "long " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 319 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 320 | "$(genDir)/base/android_runtime_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 321 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 322 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 323 | "--jar_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 324 | "$(location third_party/android_sdk/public/platforms/android-33/android.jar) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 325 | "--output_name " + |
| 326 | "Runnable_jni.h " + |
| 327 | "--output_name " + |
| 328 | "Runtime_jni.h " + |
| 329 | "--input_file " + |
| 330 | "java/lang/Runnable.class " + |
| 331 | "--input_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 332 | "java/lang/Runtime.class " + |
| 333 | "--javap " + |
| 334 | "$$(find out/.path -name javap)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 335 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 336 | "base/android_runtime_jni_headers/Runnable_jni.h", |
| 337 | "base/android_runtime_jni_headers/Runtime_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 338 | ], |
| 339 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 340 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 341 | "base/android/jni_generator/jni_generator.py", |
| 342 | "build/android/gyp/util/__init__.py", |
| 343 | "build/android/gyp/util/build_utils.py", |
| 344 | "build/gn_helpers.py", |
| 345 | "third_party/android_sdk/public/platforms/android-33/android.jar", |
| 346 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 347 | apex_available: [ |
| 348 | "com.android.tethering", |
| 349 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 350 | } |
| 351 | |
| 352 | // GN: //base:base |
| 353 | cc_library_static { |
| 354 | name: "cronet_aml_base_base", |
| 355 | srcs: [ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 356 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 357 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 358 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 359 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 360 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 361 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 362 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 363 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 364 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 365 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 366 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 367 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 368 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 369 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 370 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 371 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 372 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 373 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 374 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 375 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 376 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 377 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 378 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 379 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 380 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 381 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 382 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 383 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 384 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 385 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 386 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 387 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 388 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 389 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 390 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 391 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 392 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 393 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 394 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 395 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 396 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 397 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 398 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 399 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 400 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 401 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 402 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 403 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 404 | ":cronet_aml_third_party_ashmem_ashmem", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 405 | "base/allocator/allocator_check.cc", |
| 406 | "base/allocator/allocator_extension.cc", |
| 407 | "base/allocator/dispatcher/dispatcher.cc", |
| 408 | "base/allocator/dispatcher/internal/dispatch_data.cc", |
| 409 | "base/allocator/dispatcher/reentry_guard.cc", |
| 410 | "base/allocator/partition_allocator/shim/allocator_shim.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 411 | "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", |
| 412 | "base/android/android_hardware_buffer_compat.cc", |
| 413 | "base/android/android_image_reader_compat.cc", |
| 414 | "base/android/apk_assets.cc", |
| 415 | "base/android/application_status_listener.cc", |
| 416 | "base/android/base_feature_list.cc", |
| 417 | "base/android/base_features.cc", |
| 418 | "base/android/base_jni_onload.cc", |
| 419 | "base/android/build_info.cc", |
| 420 | "base/android/bundle_utils.cc", |
| 421 | "base/android/callback_android.cc", |
| 422 | "base/android/child_process_service.cc", |
| 423 | "base/android/command_line_android.cc", |
| 424 | "base/android/content_uri_utils.cc", |
| 425 | "base/android/cpu_features.cc", |
| 426 | "base/android/early_trace_event_binding.cc", |
| 427 | "base/android/event_log.cc", |
| 428 | "base/android/feature_list_jni.cc", |
| 429 | "base/android/features_jni.cc", |
| 430 | "base/android/field_trial_list.cc", |
| 431 | "base/android/important_file_writer_android.cc", |
| 432 | "base/android/int_string_callback.cc", |
| 433 | "base/android/jank_metric_uma_recorder.cc", |
| 434 | "base/android/java_exception_reporter.cc", |
| 435 | "base/android/java_handler_thread.cc", |
| 436 | "base/android/java_heap_dump_generator.cc", |
| 437 | "base/android/java_runtime.cc", |
| 438 | "base/android/jni_android.cc", |
| 439 | "base/android/jni_array.cc", |
| 440 | "base/android/jni_registrar.cc", |
| 441 | "base/android/jni_string.cc", |
| 442 | "base/android/jni_utils.cc", |
| 443 | "base/android/jni_weak_ref.cc", |
| 444 | "base/android/library_loader/anchor_functions.cc", |
| 445 | "base/android/library_loader/library_loader_hooks.cc", |
| 446 | "base/android/library_loader/library_prefetcher.cc", |
| 447 | "base/android/library_loader/library_prefetcher_hooks.cc", |
| 448 | "base/android/locale_utils.cc", |
| 449 | "base/android/memory_pressure_listener_android.cc", |
| 450 | "base/android/native_uma_recorder.cc", |
| 451 | "base/android/path_service_android.cc", |
| 452 | "base/android/path_utils.cc", |
| 453 | "base/android/radio_utils.cc", |
| 454 | "base/android/reached_addresses_bitset.cc", |
| 455 | "base/android/remove_stale_data.cc", |
| 456 | "base/android/scoped_hardware_buffer_fence_sync.cc", |
| 457 | "base/android/scoped_hardware_buffer_handle.cc", |
| 458 | "base/android/scoped_java_ref.cc", |
| 459 | "base/android/statistics_recorder_android.cc", |
| 460 | "base/android/sys_utils.cc", |
| 461 | "base/android/task_scheduler/post_task_android.cc", |
| 462 | "base/android/task_scheduler/task_runner_android.cc", |
| 463 | "base/android/thread_instruction_count.cc", |
| 464 | "base/android/timezone_utils.cc", |
| 465 | "base/android/trace_event_binding.cc", |
| 466 | "base/android/unguessable_token_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 467 | "base/at_exit.cc", |
| 468 | "base/barrier_closure.cc", |
| 469 | "base/base64.cc", |
| 470 | "base/base64url.cc", |
| 471 | "base/base_paths.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 472 | "base/base_paths_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 473 | "base/big_endian.cc", |
| 474 | "base/build_time.cc", |
| 475 | "base/callback_list.cc", |
| 476 | "base/check.cc", |
| 477 | "base/check_is_test.cc", |
| 478 | "base/check_op.cc", |
| 479 | "base/command_line.cc", |
| 480 | "base/containers/flat_tree.cc", |
| 481 | "base/containers/intrusive_heap.cc", |
| 482 | "base/containers/linked_list.cc", |
| 483 | "base/cpu.cc", |
| 484 | "base/cpu_reduction_experiment.cc", |
| 485 | "base/debug/activity_analyzer.cc", |
| 486 | "base/debug/activity_tracker.cc", |
| 487 | "base/debug/alias.cc", |
| 488 | "base/debug/asan_invalid_access.cc", |
| 489 | "base/debug/buffered_dwarf_reader.cc", |
| 490 | "base/debug/crash_logging.cc", |
| 491 | "base/debug/debugger.cc", |
| 492 | "base/debug/debugger_posix.cc", |
| 493 | "base/debug/dump_without_crashing.cc", |
| 494 | "base/debug/dwarf_line_no.cc", |
| 495 | "base/debug/elf_reader.cc", |
| 496 | "base/debug/proc_maps_linux.cc", |
| 497 | "base/debug/profiler.cc", |
| 498 | "base/debug/stack_trace.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 499 | "base/debug/stack_trace_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 500 | "base/debug/task_trace.cc", |
| 501 | "base/environment.cc", |
| 502 | "base/feature_list.cc", |
| 503 | "base/features.cc", |
| 504 | "base/file_descriptor_posix.cc", |
| 505 | "base/file_descriptor_store.cc", |
| 506 | "base/files/file.cc", |
| 507 | "base/files/file_descriptor_watcher_posix.cc", |
| 508 | "base/files/file_enumerator.cc", |
| 509 | "base/files/file_enumerator_posix.cc", |
| 510 | "base/files/file_path.cc", |
| 511 | "base/files/file_path_watcher.cc", |
| 512 | "base/files/file_path_watcher_inotify.cc", |
| 513 | "base/files/file_posix.cc", |
| 514 | "base/files/file_proxy.cc", |
| 515 | "base/files/file_tracing.cc", |
| 516 | "base/files/file_util.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 517 | "base/files/file_util_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 518 | "base/files/file_util_posix.cc", |
| 519 | "base/files/important_file_writer.cc", |
| 520 | "base/files/important_file_writer_cleaner.cc", |
| 521 | "base/files/memory_mapped_file.cc", |
| 522 | "base/files/memory_mapped_file_posix.cc", |
| 523 | "base/files/safe_base_name.cc", |
| 524 | "base/files/scoped_file.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 525 | "base/files/scoped_file_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 526 | "base/files/scoped_temp_dir.cc", |
| 527 | "base/functional/callback_helpers.cc", |
| 528 | "base/functional/callback_internal.cc", |
| 529 | "base/guid.cc", |
| 530 | "base/hash/hash.cc", |
| 531 | "base/hash/legacy_hash.cc", |
| 532 | "base/hash/md5_boringssl.cc", |
| 533 | "base/hash/sha1_boringssl.cc", |
| 534 | "base/json/json_file_value_serializer.cc", |
| 535 | "base/json/json_parser.cc", |
| 536 | "base/json/json_reader.cc", |
| 537 | "base/json/json_string_value_serializer.cc", |
| 538 | "base/json/json_value_converter.cc", |
| 539 | "base/json/json_writer.cc", |
| 540 | "base/json/string_escape.cc", |
| 541 | "base/json/values_util.cc", |
| 542 | "base/lazy_instance_helpers.cc", |
| 543 | "base/linux_util.cc", |
| 544 | "base/location.cc", |
| 545 | "base/logging.cc", |
| 546 | "base/memory/aligned_memory.cc", |
| 547 | "base/memory/discardable_memory.cc", |
| 548 | "base/memory/discardable_memory_allocator.cc", |
| 549 | "base/memory/discardable_shared_memory.cc", |
| 550 | "base/memory/madv_free_discardable_memory_allocator_posix.cc", |
| 551 | "base/memory/madv_free_discardable_memory_posix.cc", |
| 552 | "base/memory/memory_pressure_listener.cc", |
| 553 | "base/memory/memory_pressure_monitor.cc", |
| 554 | "base/memory/nonscannable_memory.cc", |
| 555 | "base/memory/page_size_posix.cc", |
| 556 | "base/memory/platform_shared_memory_handle.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 557 | "base/memory/platform_shared_memory_mapper_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 558 | "base/memory/platform_shared_memory_region.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 559 | "base/memory/platform_shared_memory_region_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 560 | "base/memory/raw_ptr.cc", |
| 561 | "base/memory/raw_ptr_asan_bound_arg_tracker.cc", |
| 562 | "base/memory/raw_ptr_asan_service.cc", |
| 563 | "base/memory/read_only_shared_memory_region.cc", |
| 564 | "base/memory/ref_counted.cc", |
| 565 | "base/memory/ref_counted_memory.cc", |
| 566 | "base/memory/shared_memory_mapper.cc", |
| 567 | "base/memory/shared_memory_mapping.cc", |
| 568 | "base/memory/shared_memory_security_policy.cc", |
| 569 | "base/memory/shared_memory_tracker.cc", |
| 570 | "base/memory/unsafe_shared_memory_pool.cc", |
| 571 | "base/memory/unsafe_shared_memory_region.cc", |
| 572 | "base/memory/weak_ptr.cc", |
| 573 | "base/memory/writable_shared_memory_region.cc", |
| 574 | "base/message_loop/message_pump.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 575 | "base/message_loop/message_pump_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 576 | "base/message_loop/message_pump_default.cc", |
| 577 | "base/message_loop/message_pump_epoll.cc", |
| 578 | "base/message_loop/message_pump_libevent.cc", |
| 579 | "base/message_loop/watchable_io_message_pump_posix.cc", |
| 580 | "base/message_loop/work_id_provider.cc", |
| 581 | "base/metrics/bucket_ranges.cc", |
| 582 | "base/metrics/crc32.cc", |
| 583 | "base/metrics/dummy_histogram.cc", |
| 584 | "base/metrics/field_trial.cc", |
| 585 | "base/metrics/field_trial_param_associator.cc", |
| 586 | "base/metrics/field_trial_params.cc", |
| 587 | "base/metrics/histogram.cc", |
| 588 | "base/metrics/histogram_base.cc", |
| 589 | "base/metrics/histogram_delta_serialization.cc", |
| 590 | "base/metrics/histogram_functions.cc", |
| 591 | "base/metrics/histogram_samples.cc", |
| 592 | "base/metrics/histogram_snapshot_manager.cc", |
| 593 | "base/metrics/metrics_hashes.cc", |
| 594 | "base/metrics/persistent_histogram_allocator.cc", |
| 595 | "base/metrics/persistent_histogram_storage.cc", |
| 596 | "base/metrics/persistent_memory_allocator.cc", |
| 597 | "base/metrics/persistent_sample_map.cc", |
| 598 | "base/metrics/ranges_manager.cc", |
| 599 | "base/metrics/sample_map.cc", |
| 600 | "base/metrics/sample_vector.cc", |
| 601 | "base/metrics/single_sample_metrics.cc", |
| 602 | "base/metrics/sparse_histogram.cc", |
| 603 | "base/metrics/statistics_recorder.cc", |
| 604 | "base/metrics/user_metrics.cc", |
| 605 | "base/native_library.cc", |
| 606 | "base/native_library_posix.cc", |
| 607 | "base/observer_list_internal.cc", |
| 608 | "base/observer_list_threadsafe.cc", |
| 609 | "base/observer_list_types.cc", |
| 610 | "base/one_shot_event.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 611 | "base/os_compat_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 612 | "base/path_service.cc", |
| 613 | "base/pending_task.cc", |
| 614 | "base/pickle.cc", |
| 615 | "base/posix/can_lower_nice_to.cc", |
| 616 | "base/posix/file_descriptor_shuffle.cc", |
| 617 | "base/posix/global_descriptors.cc", |
| 618 | "base/posix/safe_strerror.cc", |
| 619 | "base/posix/unix_domain_socket.cc", |
| 620 | "base/power_monitor/battery_level_provider.cc", |
| 621 | "base/power_monitor/battery_state_sampler.cc", |
| 622 | "base/power_monitor/moving_average.cc", |
| 623 | "base/power_monitor/power_monitor.cc", |
| 624 | "base/power_monitor/power_monitor_device_source.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 625 | "base/power_monitor/power_monitor_device_source_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 626 | "base/power_monitor/power_monitor_features.cc", |
| 627 | "base/power_monitor/power_monitor_source.cc", |
| 628 | "base/power_monitor/sampling_event_source.cc", |
| 629 | "base/power_monitor/timer_sampling_event_source.cc", |
| 630 | "base/process/environment_internal.cc", |
| 631 | "base/process/internal_linux.cc", |
| 632 | "base/process/kill.cc", |
| 633 | "base/process/kill_posix.cc", |
| 634 | "base/process/launch.cc", |
| 635 | "base/process/launch_posix.cc", |
| 636 | "base/process/memory.cc", |
| 637 | "base/process/memory_linux.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 638 | "base/process/process_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 639 | "base/process/process_handle.cc", |
| 640 | "base/process/process_handle_linux.cc", |
| 641 | "base/process/process_handle_posix.cc", |
| 642 | "base/process/process_iterator.cc", |
| 643 | "base/process/process_iterator_linux.cc", |
| 644 | "base/process/process_metrics.cc", |
| 645 | "base/process/process_metrics_linux.cc", |
| 646 | "base/process/process_metrics_posix.cc", |
| 647 | "base/process/process_posix.cc", |
| 648 | "base/profiler/arm_cfi_table.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 649 | "base/profiler/frame.cc", |
| 650 | "base/profiler/metadata_recorder.cc", |
| 651 | "base/profiler/module_cache.cc", |
| 652 | "base/profiler/module_cache_posix.cc", |
| 653 | "base/profiler/sample_metadata.cc", |
| 654 | "base/profiler/sampling_profiler_thread_token.cc", |
| 655 | "base/profiler/stack_base_address_posix.cc", |
| 656 | "base/profiler/stack_buffer.cc", |
| 657 | "base/profiler/stack_copier.cc", |
| 658 | "base/profiler/stack_copier_signal.cc", |
| 659 | "base/profiler/stack_copier_suspend.cc", |
| 660 | "base/profiler/stack_sampler.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 661 | "base/profiler/stack_sampler_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 662 | "base/profiler/stack_sampler_impl.cc", |
| 663 | "base/profiler/stack_sampling_profiler.cc", |
| 664 | "base/profiler/thread_delegate_posix.cc", |
| 665 | "base/profiler/unwinder.cc", |
| 666 | "base/rand_util.cc", |
| 667 | "base/rand_util_posix.cc", |
| 668 | "base/run_loop.cc", |
| 669 | "base/sampling_heap_profiler/lock_free_address_hash_set.cc", |
| 670 | "base/sampling_heap_profiler/poisson_allocation_sampler.cc", |
| 671 | "base/sampling_heap_profiler/sampling_heap_profiler.cc", |
| 672 | "base/scoped_add_feature_flags.cc", |
| 673 | "base/scoped_environment_variable_override.cc", |
| 674 | "base/scoped_native_library.cc", |
| 675 | "base/sequence_checker.cc", |
| 676 | "base/sequence_checker_impl.cc", |
| 677 | "base/sequence_token.cc", |
| 678 | "base/strings/abseil_string_conversions.cc", |
| 679 | "base/strings/abseil_string_number_conversions.cc", |
| 680 | "base/strings/escape.cc", |
| 681 | "base/strings/latin1_string_conversions.cc", |
| 682 | "base/strings/pattern.cc", |
| 683 | "base/strings/safe_sprintf.cc", |
| 684 | "base/strings/strcat.cc", |
| 685 | "base/strings/string_number_conversions.cc", |
| 686 | "base/strings/string_piece.cc", |
| 687 | "base/strings/string_split.cc", |
| 688 | "base/strings/string_util.cc", |
| 689 | "base/strings/string_util_constants.cc", |
| 690 | "base/strings/stringprintf.cc", |
| 691 | "base/strings/sys_string_conversions_posix.cc", |
| 692 | "base/strings/utf_offset_string_conversions.cc", |
| 693 | "base/strings/utf_string_conversion_utils.cc", |
| 694 | "base/strings/utf_string_conversions.cc", |
| 695 | "base/substring_set_matcher/matcher_string_pattern.cc", |
| 696 | "base/substring_set_matcher/substring_set_matcher.cc", |
| 697 | "base/supports_user_data.cc", |
| 698 | "base/sync_socket.cc", |
| 699 | "base/sync_socket_posix.cc", |
| 700 | "base/synchronization/atomic_flag.cc", |
| 701 | "base/synchronization/condition_variable_posix.cc", |
| 702 | "base/synchronization/lock.cc", |
| 703 | "base/synchronization/lock_impl_posix.cc", |
| 704 | "base/synchronization/waitable_event_posix.cc", |
| 705 | "base/synchronization/waitable_event_watcher_posix.cc", |
| 706 | "base/syslog_logging.cc", |
| 707 | "base/system/sys_info.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 708 | "base/system/sys_info_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 709 | "base/system/sys_info_linux.cc", |
| 710 | "base/system/sys_info_posix.cc", |
| 711 | "base/system/system_monitor.cc", |
| 712 | "base/task/cancelable_task_tracker.cc", |
| 713 | "base/task/common/checked_lock_impl.cc", |
| 714 | "base/task/common/lazy_now.cc", |
| 715 | "base/task/common/operations_controller.cc", |
| 716 | "base/task/common/scoped_defer_task_posting.cc", |
| 717 | "base/task/common/task_annotator.cc", |
| 718 | "base/task/current_thread.cc", |
| 719 | "base/task/default_delayed_task_handle_delegate.cc", |
| 720 | "base/task/deferred_sequenced_task_runner.cc", |
| 721 | "base/task/delayed_task_handle.cc", |
| 722 | "base/task/lazy_thread_pool_task_runner.cc", |
| 723 | "base/task/post_job.cc", |
| 724 | "base/task/scoped_set_task_priority_for_current_thread.cc", |
| 725 | "base/task/sequence_manager/associated_thread_id.cc", |
| 726 | "base/task/sequence_manager/atomic_flag_set.cc", |
| 727 | "base/task/sequence_manager/delayed_task_handle_delegate.cc", |
| 728 | "base/task/sequence_manager/enqueue_order_generator.cc", |
| 729 | "base/task/sequence_manager/fence.cc", |
| 730 | "base/task/sequence_manager/hierarchical_timing_wheel.cc", |
| 731 | "base/task/sequence_manager/sequence_manager.cc", |
| 732 | "base/task/sequence_manager/sequence_manager_impl.cc", |
| 733 | "base/task/sequence_manager/sequenced_task_source.cc", |
| 734 | "base/task/sequence_manager/task_order.cc", |
| 735 | "base/task/sequence_manager/task_queue.cc", |
| 736 | "base/task/sequence_manager/task_queue_impl.cc", |
| 737 | "base/task/sequence_manager/task_queue_selector.cc", |
| 738 | "base/task/sequence_manager/tasks.cc", |
| 739 | "base/task/sequence_manager/thread_controller.cc", |
| 740 | "base/task/sequence_manager/thread_controller_impl.cc", |
| 741 | "base/task/sequence_manager/thread_controller_power_monitor.cc", |
| 742 | "base/task/sequence_manager/thread_controller_with_message_pump_impl.cc", |
| 743 | "base/task/sequence_manager/time_domain.cc", |
| 744 | "base/task/sequence_manager/timing_wheel.cc", |
| 745 | "base/task/sequence_manager/wake_up_queue.cc", |
| 746 | "base/task/sequence_manager/work_deduplicator.cc", |
| 747 | "base/task/sequence_manager/work_queue.cc", |
| 748 | "base/task/sequence_manager/work_queue_sets.cc", |
| 749 | "base/task/sequenced_task_runner.cc", |
| 750 | "base/task/simple_task_executor.cc", |
| 751 | "base/task/single_thread_task_executor.cc", |
| 752 | "base/task/single_thread_task_runner.cc", |
| 753 | "base/task/task_executor.cc", |
| 754 | "base/task/task_features.cc", |
| 755 | "base/task/task_runner.cc", |
| 756 | "base/task/task_traits.cc", |
| 757 | "base/task/thread_pool.cc", |
| 758 | "base/task/thread_pool/delayed_priority_queue.cc", |
| 759 | "base/task/thread_pool/delayed_task_manager.cc", |
| 760 | "base/task/thread_pool/environment_config.cc", |
| 761 | "base/task/thread_pool/initialization_util.cc", |
| 762 | "base/task/thread_pool/job_task_source.cc", |
| 763 | "base/task/thread_pool/pooled_parallel_task_runner.cc", |
| 764 | "base/task/thread_pool/pooled_sequenced_task_runner.cc", |
| 765 | "base/task/thread_pool/pooled_single_thread_task_runner_manager.cc", |
| 766 | "base/task/thread_pool/pooled_task_runner_delegate.cc", |
| 767 | "base/task/thread_pool/priority_queue.cc", |
| 768 | "base/task/thread_pool/sequence.cc", |
| 769 | "base/task/thread_pool/service_thread.cc", |
| 770 | "base/task/thread_pool/task.cc", |
| 771 | "base/task/thread_pool/task_source.cc", |
| 772 | "base/task/thread_pool/task_source_sort_key.cc", |
| 773 | "base/task/thread_pool/task_tracker.cc", |
| 774 | "base/task/thread_pool/thread_group.cc", |
| 775 | "base/task/thread_pool/thread_group_impl.cc", |
| 776 | "base/task/thread_pool/thread_group_native.cc", |
| 777 | "base/task/thread_pool/thread_pool_impl.cc", |
| 778 | "base/task/thread_pool/thread_pool_instance.cc", |
| 779 | "base/task/thread_pool/worker_thread.cc", |
| 780 | "base/task/thread_pool/worker_thread_stack.cc", |
| 781 | "base/third_party/cityhash/city.cc", |
| 782 | "base/third_party/cityhash_v103/src/city_v103.cc", |
| 783 | "base/third_party/nspr/prtime.cc", |
| 784 | "base/third_party/superfasthash/superfasthash.c", |
| 785 | "base/threading/hang_watcher.cc", |
| 786 | "base/threading/platform_thread.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 787 | "base/threading/platform_thread_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 788 | "base/threading/platform_thread_internal_posix.cc", |
| 789 | "base/threading/platform_thread_posix.cc", |
| 790 | "base/threading/platform_thread_ref.cc", |
| 791 | "base/threading/post_task_and_reply_impl.cc", |
| 792 | "base/threading/scoped_blocking_call.cc", |
| 793 | "base/threading/scoped_blocking_call_internal.cc", |
| 794 | "base/threading/scoped_thread_priority.cc", |
| 795 | "base/threading/sequence_local_storage_map.cc", |
| 796 | "base/threading/sequence_local_storage_slot.cc", |
| 797 | "base/threading/sequenced_task_runner_handle.cc", |
| 798 | "base/threading/simple_thread.cc", |
| 799 | "base/threading/thread.cc", |
| 800 | "base/threading/thread_checker.cc", |
| 801 | "base/threading/thread_checker_impl.cc", |
| 802 | "base/threading/thread_collision_warner.cc", |
| 803 | "base/threading/thread_id_name_manager.cc", |
| 804 | "base/threading/thread_local_storage.cc", |
| 805 | "base/threading/thread_local_storage_posix.cc", |
| 806 | "base/threading/thread_restrictions.cc", |
| 807 | "base/threading/thread_task_runner_handle.cc", |
| 808 | "base/threading/watchdog.cc", |
| 809 | "base/time/clock.cc", |
| 810 | "base/time/default_clock.cc", |
| 811 | "base/time/default_tick_clock.cc", |
| 812 | "base/time/tick_clock.cc", |
| 813 | "base/time/time.cc", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 814 | "base/time/time_android.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 815 | "base/time/time_conversion_posix.cc", |
| 816 | "base/time/time_delta_from_string.cc", |
| 817 | "base/time/time_exploded_icu.cc", |
| 818 | "base/time/time_exploded_posix.cc", |
| 819 | "base/time/time_now_posix.cc", |
| 820 | "base/time/time_override.cc", |
| 821 | "base/time/time_to_iso8601.cc", |
| 822 | "base/timer/elapsed_timer.cc", |
| 823 | "base/timer/hi_res_timer_manager_posix.cc", |
| 824 | "base/timer/lap_timer.cc", |
| 825 | "base/timer/timer.cc", |
| 826 | "base/timer/wall_clock_timer.cc", |
| 827 | "base/token.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 828 | "base/trace_event/heap_profiler_allocation_context.cc", |
| 829 | "base/trace_event/heap_profiler_allocation_context_tracker.cc", |
| 830 | "base/trace_event/memory_allocator_dump_guid.cc", |
| 831 | "base/trace_event/trace_event_stub.cc", |
| 832 | "base/trace_event/trace_id_helper.cc", |
| 833 | "base/unguessable_token.cc", |
| 834 | "base/value_iterators.cc", |
| 835 | "base/values.cc", |
| 836 | "base/version.cc", |
| 837 | "base/vlog.cc", |
| 838 | ], |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 839 | shared_libs: [ |
| 840 | "libandroid", |
| 841 | "liblog", |
| 842 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 843 | static_libs: [ |
| 844 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 845 | "cronet_aml_base_base_static", |
| 846 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 847 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 848 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 849 | "cronet_aml_third_party_icu_icui18n", |
| 850 | "cronet_aml_third_party_icu_icuuc_private", |
| 851 | "cronet_aml_third_party_libevent_libevent", |
| 852 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 853 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 854 | generated_headers: [ |
| 855 | "cronet_aml_base_allocator_buildflags", |
| 856 | "cronet_aml_base_anchor_functions_buildflags", |
| 857 | "cronet_aml_base_android_runtime_jni_headers", |
| 858 | "cronet_aml_base_base_jni_headers", |
| 859 | "cronet_aml_base_build_date", |
| 860 | "cronet_aml_base_cfi_buildflags", |
| 861 | "cronet_aml_base_clang_profiling_buildflags", |
| 862 | "cronet_aml_base_debugging_buildflags", |
| 863 | "cronet_aml_base_feature_list_buildflags", |
| 864 | "cronet_aml_base_ios_cronet_buildflags", |
| 865 | "cronet_aml_base_logging_buildflags", |
| 866 | "cronet_aml_base_message_pump_buildflags", |
| 867 | "cronet_aml_base_orderfile_buildflags", |
| 868 | "cronet_aml_base_parsing_buildflags", |
| 869 | "cronet_aml_base_power_monitor_buildflags", |
| 870 | "cronet_aml_base_profiler_buildflags", |
| 871 | "cronet_aml_base_sanitizer_buildflags", |
| 872 | "cronet_aml_base_synchronization_buildflags", |
| 873 | "cronet_aml_base_tracing_buildflags", |
| 874 | "cronet_aml_build_branding_buildflags", |
| 875 | "cronet_aml_build_chromecast_buildflags", |
| 876 | "cronet_aml_build_chromeos_buildflags", |
| 877 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 878 | ], |
| 879 | export_generated_headers: [ |
| 880 | "cronet_aml_base_allocator_buildflags", |
| 881 | "cronet_aml_base_anchor_functions_buildflags", |
| 882 | "cronet_aml_base_android_runtime_jni_headers", |
| 883 | "cronet_aml_base_base_jni_headers", |
| 884 | "cronet_aml_base_build_date", |
| 885 | "cronet_aml_base_cfi_buildflags", |
| 886 | "cronet_aml_base_clang_profiling_buildflags", |
| 887 | "cronet_aml_base_debugging_buildflags", |
| 888 | "cronet_aml_base_feature_list_buildflags", |
| 889 | "cronet_aml_base_ios_cronet_buildflags", |
| 890 | "cronet_aml_base_logging_buildflags", |
| 891 | "cronet_aml_base_message_pump_buildflags", |
| 892 | "cronet_aml_base_orderfile_buildflags", |
| 893 | "cronet_aml_base_parsing_buildflags", |
| 894 | "cronet_aml_base_power_monitor_buildflags", |
| 895 | "cronet_aml_base_profiler_buildflags", |
| 896 | "cronet_aml_base_sanitizer_buildflags", |
| 897 | "cronet_aml_base_synchronization_buildflags", |
| 898 | "cronet_aml_base_tracing_buildflags", |
| 899 | "cronet_aml_build_branding_buildflags", |
| 900 | "cronet_aml_build_chromecast_buildflags", |
| 901 | "cronet_aml_build_chromeos_buildflags", |
| 902 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 903 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 904 | defaults: [ |
| 905 | "cronet_aml_defaults", |
| 906 | ], |
| 907 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 908 | "-DANDROID", |
| 909 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 910 | "-DBASE_IMPLEMENTATION", |
| 911 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 912 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 913 | "-DDCHECK_ALWAYS_ON=1", |
| 914 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 915 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 916 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 917 | "-DUSE_CHROMIUM_ICU=1", |
| 918 | "-DU_ENABLE_DYLOAD=0", |
| 919 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 920 | "-DU_ENABLE_TRACING=1", |
| 921 | "-DU_STATIC_IMPLEMENTATION", |
| 922 | "-DU_USING_ICU_NAMESPACE=0", |
| 923 | "-D_DEBUG", |
| 924 | "-D_GNU_SOURCE", |
| 925 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 926 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 927 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 928 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 929 | "-D__STDC_CONSTANT_MACROS", |
| 930 | "-D__STDC_FORMAT_MACROS", |
| 931 | ], |
| 932 | local_include_dirs: [ |
| 933 | "./", |
| 934 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 935 | "buildtools/third_party/libc++/trunk/include", |
| 936 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 937 | "third_party/abseil-cpp/", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 938 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 939 | "third_party/boringssl/src/include/", |
| 940 | "third_party/icu/source/common/", |
| 941 | "third_party/icu/source/i18n/", |
| 942 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 943 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 944 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 945 | android_arm: { |
| 946 | srcs: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 947 | "base/android/reached_code_profiler.cc", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 948 | "base/profiler/chrome_unwind_info_android.cc", |
| 949 | "base/profiler/chrome_unwinder_android.cc", |
| 950 | "base/profiler/chrome_unwinder_android_v2.cc", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 951 | "base/trace_event/cfi_backtrace_android.cc", |
| 952 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 953 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 954 | android_arm64: { |
| 955 | srcs: [ |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 956 | "base/android/reached_code_profiler.cc", |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 957 | ], |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 958 | }, |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 959 | android_x86: { |
| 960 | srcs: [ |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 961 | "base/android/reached_code_profiler_stub.cc", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 962 | ], |
| 963 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 964 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 965 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 966 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 967 | android_x86_64: { |
| 968 | srcs: [ |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 969 | "base/android/reached_code_profiler_stub.cc", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 970 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 971 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 972 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 973 | ], |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 974 | }, |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 975 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 976 | } |
| 977 | |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 978 | // GN: //base:base_android_java_enums_srcjar |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 979 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 980 | name: "cronet_aml_base_base_android_java_enums_srcjar", |
| 981 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 982 | "$(out) " + |
| 983 | "$(location base/android/application_status_listener.h) " + |
| 984 | "$(location base/android/child_process_binding_types.h) " + |
| 985 | "$(location base/android/library_loader/library_loader_hooks.h) " + |
| 986 | "$(location base/android/linker/modern_linker_jni.h) " + |
| 987 | "$(location base/android/task_scheduler/task_runner_android.h) " + |
| 988 | "$(location base/memory/memory_pressure_listener.h) " + |
| 989 | "$(location base/metrics/histogram_base.h) " + |
| 990 | "$(location base/task/task_traits.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 991 | out: [ |
| 992 | "base/base_android_java_enums_srcjar.srcjar", |
| 993 | ], |
| 994 | tool_files: [ |
| 995 | "base/android/application_status_listener.h", |
| 996 | "base/android/child_process_binding_types.h", |
| 997 | "base/android/library_loader/library_loader_hooks.h", |
| 998 | "base/android/linker/modern_linker_jni.h", |
| 999 | "base/android/task_scheduler/task_runner_android.h", |
| 1000 | "base/memory/memory_pressure_listener.h", |
| 1001 | "base/metrics/histogram_base.h", |
| 1002 | "base/task/task_traits.h", |
| 1003 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 1004 | "build/android/gyp/util/__init__.py", |
| 1005 | "build/android/gyp/util/build_utils.py", |
| 1006 | "build/android/gyp/util/java_cpp_utils.py", |
| 1007 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1008 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1009 | } |
| 1010 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1011 | // GN: //base:base_jni_headers |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1012 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1013 | name: "cronet_aml_base_base_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1014 | srcs: [ |
| 1015 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 1016 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 1017 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 1018 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 1019 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 1020 | "base/android/java/src/org/chromium/base/Callback.java", |
| 1021 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 1022 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 1023 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 1024 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 1025 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 1026 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 1027 | "base/android/java/src/org/chromium/base/Features.java", |
| 1028 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 1029 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 1030 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 1031 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 1032 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 1033 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 1034 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
| 1035 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 1036 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
| 1037 | "base/android/java/src/org/chromium/base/PathService.java", |
| 1038 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 1039 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 1040 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 1041 | "base/android/java/src/org/chromium/base/SysUtils.java", |
| 1042 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 1043 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 1044 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 1045 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 1046 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 1047 | "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java", |
| 1048 | "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java", |
| 1049 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 1050 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 1051 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 1052 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java", |
| 1053 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 1054 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 1055 | ], |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1056 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 1057 | "long " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1058 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1059 | "$(genDir)/base/base_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1060 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 1061 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1062 | "--use_proxy_hash " + |
| 1063 | "--output_name " + |
| 1064 | "ApkAssets_jni.h " + |
| 1065 | "--output_name " + |
| 1066 | "ApplicationStatus_jni.h " + |
| 1067 | "--output_name " + |
| 1068 | "BaseFeatureList_jni.h " + |
| 1069 | "--output_name " + |
| 1070 | "BuildInfo_jni.h " + |
| 1071 | "--output_name " + |
| 1072 | "BundleUtils_jni.h " + |
| 1073 | "--output_name " + |
| 1074 | "Callback_jni.h " + |
| 1075 | "--output_name " + |
| 1076 | "CommandLine_jni.h " + |
| 1077 | "--output_name " + |
| 1078 | "ContentUriUtils_jni.h " + |
| 1079 | "--output_name " + |
| 1080 | "CpuFeatures_jni.h " + |
| 1081 | "--output_name " + |
| 1082 | "EarlyTraceEvent_jni.h " + |
| 1083 | "--output_name " + |
| 1084 | "EventLog_jni.h " + |
| 1085 | "--output_name " + |
| 1086 | "FeatureList_jni.h " + |
| 1087 | "--output_name " + |
| 1088 | "Features_jni.h " + |
| 1089 | "--output_name " + |
| 1090 | "FieldTrialList_jni.h " + |
| 1091 | "--output_name " + |
| 1092 | "FileUtils_jni.h " + |
| 1093 | "--output_name " + |
| 1094 | "ImportantFileWriterAndroid_jni.h " + |
| 1095 | "--output_name " + |
| 1096 | "IntStringCallback_jni.h " + |
| 1097 | "--output_name " + |
| 1098 | "JNIUtils_jni.h " + |
| 1099 | "--output_name " + |
| 1100 | "JavaExceptionReporter_jni.h " + |
| 1101 | "--output_name " + |
| 1102 | "JavaHandlerThread_jni.h " + |
| 1103 | "--output_name " + |
| 1104 | "LocaleUtils_jni.h " + |
| 1105 | "--output_name " + |
| 1106 | "MemoryPressureListener_jni.h " + |
| 1107 | "--output_name " + |
| 1108 | "PathService_jni.h " + |
| 1109 | "--output_name " + |
| 1110 | "PathUtils_jni.h " + |
| 1111 | "--output_name " + |
| 1112 | "PowerMonitor_jni.h " + |
| 1113 | "--output_name " + |
| 1114 | "RadioUtils_jni.h " + |
| 1115 | "--output_name " + |
| 1116 | "SysUtils_jni.h " + |
| 1117 | "--output_name " + |
| 1118 | "ThreadUtils_jni.h " + |
| 1119 | "--output_name " + |
| 1120 | "TimezoneUtils_jni.h " + |
| 1121 | "--output_name " + |
| 1122 | "TraceEvent_jni.h " + |
| 1123 | "--output_name " + |
| 1124 | "UnguessableToken_jni.h " + |
| 1125 | "--output_name " + |
| 1126 | "JankMetricUMARecorder_jni.h " + |
| 1127 | "--output_name " + |
| 1128 | "LibraryLoader_jni.h " + |
| 1129 | "--output_name " + |
| 1130 | "LibraryPrefetcher_jni.h " + |
| 1131 | "--output_name " + |
| 1132 | "JavaHeapDumpGenerator_jni.h " + |
| 1133 | "--output_name " + |
| 1134 | "NativeUmaRecorder_jni.h " + |
| 1135 | "--output_name " + |
| 1136 | "StatisticsRecorderAndroid_jni.h " + |
| 1137 | "--output_name " + |
| 1138 | "ChildProcessService_jni.h " + |
| 1139 | "--output_name " + |
| 1140 | "PostTask_jni.h " + |
| 1141 | "--output_name " + |
| 1142 | "TaskRunnerImpl_jni.h " + |
| 1143 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1144 | "$(location base/android/java/src/org/chromium/base/ApkAssets.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1145 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1146 | "$(location base/android/java/src/org/chromium/base/ApplicationStatus.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1147 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1148 | "$(location base/android/java/src/org/chromium/base/BaseFeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1149 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1150 | "$(location base/android/java/src/org/chromium/base/BuildInfo.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1151 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1152 | "$(location base/android/java/src/org/chromium/base/BundleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1153 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1154 | "$(location base/android/java/src/org/chromium/base/Callback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1155 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1156 | "$(location base/android/java/src/org/chromium/base/CommandLine.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1157 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1158 | "$(location base/android/java/src/org/chromium/base/ContentUriUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1159 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1160 | "$(location base/android/java/src/org/chromium/base/CpuFeatures.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1161 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1162 | "$(location base/android/java/src/org/chromium/base/EarlyTraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1163 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1164 | "$(location base/android/java/src/org/chromium/base/EventLog.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1165 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1166 | "$(location base/android/java/src/org/chromium/base/FeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1167 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1168 | "$(location base/android/java/src/org/chromium/base/Features.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/FieldTrialList.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/FileUtils.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/ImportantFileWriterAndroid.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/IntStringCallback.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/JNIUtils.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/JavaExceptionReporter.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/JavaHandlerThread.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/LocaleUtils.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/MemoryPressureListener.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/PathService.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/PathUtils.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/PowerMonitor.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/RadioUtils.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/SysUtils.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/ThreadUtils.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/TimezoneUtils.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/TraceEvent.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/UnguessableToken.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/jank_tracker/JankMetricUMARecorder.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/library_loader/LibraryLoader.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/library_loader/LibraryPrefetcher.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/memory/JavaHeapDumpGenerator.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/metrics/NativeUmaRecorder.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/metrics/StatisticsRecorderAndroid.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/process_launcher/ChildProcessService.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/task/PostTask.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/task/TaskRunnerImpl.java)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1223 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1224 | "base/base_jni_headers/ApkAssets_jni.h", |
| 1225 | "base/base_jni_headers/ApplicationStatus_jni.h", |
| 1226 | "base/base_jni_headers/BaseFeatureList_jni.h", |
| 1227 | "base/base_jni_headers/BuildInfo_jni.h", |
| 1228 | "base/base_jni_headers/BundleUtils_jni.h", |
| 1229 | "base/base_jni_headers/Callback_jni.h", |
| 1230 | "base/base_jni_headers/ChildProcessService_jni.h", |
| 1231 | "base/base_jni_headers/CommandLine_jni.h", |
| 1232 | "base/base_jni_headers/ContentUriUtils_jni.h", |
| 1233 | "base/base_jni_headers/CpuFeatures_jni.h", |
| 1234 | "base/base_jni_headers/EarlyTraceEvent_jni.h", |
| 1235 | "base/base_jni_headers/EventLog_jni.h", |
| 1236 | "base/base_jni_headers/FeatureList_jni.h", |
| 1237 | "base/base_jni_headers/Features_jni.h", |
| 1238 | "base/base_jni_headers/FieldTrialList_jni.h", |
| 1239 | "base/base_jni_headers/FileUtils_jni.h", |
| 1240 | "base/base_jni_headers/ImportantFileWriterAndroid_jni.h", |
| 1241 | "base/base_jni_headers/IntStringCallback_jni.h", |
| 1242 | "base/base_jni_headers/JNIUtils_jni.h", |
| 1243 | "base/base_jni_headers/JankMetricUMARecorder_jni.h", |
| 1244 | "base/base_jni_headers/JavaExceptionReporter_jni.h", |
| 1245 | "base/base_jni_headers/JavaHandlerThread_jni.h", |
| 1246 | "base/base_jni_headers/JavaHeapDumpGenerator_jni.h", |
| 1247 | "base/base_jni_headers/LibraryLoader_jni.h", |
| 1248 | "base/base_jni_headers/LibraryPrefetcher_jni.h", |
| 1249 | "base/base_jni_headers/LocaleUtils_jni.h", |
| 1250 | "base/base_jni_headers/MemoryPressureListener_jni.h", |
| 1251 | "base/base_jni_headers/NativeUmaRecorder_jni.h", |
| 1252 | "base/base_jni_headers/PathService_jni.h", |
| 1253 | "base/base_jni_headers/PathUtils_jni.h", |
| 1254 | "base/base_jni_headers/PostTask_jni.h", |
| 1255 | "base/base_jni_headers/PowerMonitor_jni.h", |
| 1256 | "base/base_jni_headers/RadioUtils_jni.h", |
| 1257 | "base/base_jni_headers/StatisticsRecorderAndroid_jni.h", |
| 1258 | "base/base_jni_headers/SysUtils_jni.h", |
| 1259 | "base/base_jni_headers/TaskRunnerImpl_jni.h", |
| 1260 | "base/base_jni_headers/ThreadUtils_jni.h", |
| 1261 | "base/base_jni_headers/TimezoneUtils_jni.h", |
| 1262 | "base/base_jni_headers/TraceEvent_jni.h", |
| 1263 | "base/base_jni_headers/UnguessableToken_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1264 | ], |
| 1265 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 1266 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1267 | "base/android/jni_generator/jni_generator.py", |
| 1268 | "build/android/gyp/util/__init__.py", |
| 1269 | "build/android/gyp/util/build_utils.py", |
| 1270 | "build/gn_helpers.py", |
| 1271 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1272 | apex_available: [ |
| 1273 | "com.android.tethering", |
| 1274 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1275 | } |
| 1276 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1277 | // GN: //base:base_static |
| 1278 | cc_library_static { |
| 1279 | name: "cronet_aml_base_base_static", |
| 1280 | srcs: [ |
| 1281 | "base/base_switches.cc", |
| 1282 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1283 | generated_headers: [ |
| 1284 | "cronet_aml_build_chromeos_buildflags", |
| 1285 | ], |
| 1286 | export_generated_headers: [ |
| 1287 | "cronet_aml_build_chromeos_buildflags", |
| 1288 | ], |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1289 | defaults: [ |
| 1290 | "cronet_aml_defaults", |
| 1291 | ], |
| 1292 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1293 | "-DANDROID", |
| 1294 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1295 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1296 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1297 | "-DDCHECK_ALWAYS_ON=1", |
| 1298 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1299 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1300 | "-D_DEBUG", |
| 1301 | "-D_GNU_SOURCE", |
| 1302 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1303 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1304 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1305 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1306 | "-D__STDC_CONSTANT_MACROS", |
| 1307 | "-D__STDC_FORMAT_MACROS", |
| 1308 | ], |
| 1309 | local_include_dirs: [ |
| 1310 | "./", |
| 1311 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1312 | "buildtools/third_party/libc++/trunk/include", |
| 1313 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1314 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1315 | cpp_std: "c++20", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1316 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 1317 | android_x86: { |
| 1318 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1319 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 1320 | ], |
| 1321 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1322 | android_x86_64: { |
| 1323 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1324 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1325 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1326 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1327 | }, |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1328 | } |
| 1329 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1330 | // GN: //base:build_date |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1331 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1332 | name: "cronet_aml_base_build_date", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1333 | cmd: "$(location build/write_build_date_header.py) $(out) " + |
| 1334 | "1664686800", |
| 1335 | out: [ |
| 1336 | "base/generated_build_date.h", |
| 1337 | ], |
| 1338 | tool_files: [ |
| 1339 | "build/write_build_date_header.py", |
| 1340 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1341 | apex_available: [ |
| 1342 | "com.android.tethering", |
| 1343 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1344 | } |
| 1345 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1346 | // GN: //base:cfi_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1347 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1348 | name: "cronet_aml_base_cfi_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1349 | 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\"' | " + |
| 1350 | "$(location build/write_buildflag_header.py) --output " + |
| 1351 | "$(out) " + |
| 1352 | "--rulename " + |
| 1353 | "//base:cfi_buildflags " + |
| 1354 | "--gen-dir " + |
| 1355 | ". " + |
| 1356 | "--definitions " + |
| 1357 | "/dev/stdin", |
| 1358 | out: [ |
| 1359 | "base/cfi_buildflags.h", |
| 1360 | ], |
| 1361 | tool_files: [ |
| 1362 | "build/write_buildflag_header.py", |
| 1363 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1364 | apex_available: [ |
| 1365 | "com.android.tethering", |
| 1366 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1367 | } |
| 1368 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1369 | // GN: //base:clang_profiling_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1370 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1371 | name: "cronet_aml_base_clang_profiling_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1372 | cmd: "echo '--flags CLANG_PROFILING=\"false\" CLANG_PROFILING_INSIDE_SANDBOX=\"false\" USE_CLANG_COVERAGE=\"false\"' | " + |
| 1373 | "$(location build/write_buildflag_header.py) --output " + |
| 1374 | "$(out) " + |
| 1375 | "--rulename " + |
| 1376 | "//base:clang_profiling_buildflags " + |
| 1377 | "--gen-dir " + |
| 1378 | ". " + |
| 1379 | "--definitions " + |
| 1380 | "/dev/stdin", |
| 1381 | out: [ |
| 1382 | "base/clang_profiling_buildflags.h", |
| 1383 | ], |
| 1384 | tool_files: [ |
| 1385 | "build/write_buildflag_header.py", |
| 1386 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1387 | apex_available: [ |
| 1388 | "com.android.tethering", |
| 1389 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1390 | } |
| 1391 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1392 | // GN: //base:debugging_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1393 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1394 | name: "cronet_aml_base_debugging_buildflags", |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 1395 | 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\"' | " + |
| 1396 | "$(location build/write_buildflag_header.py) --output " + |
| 1397 | "$(out) " + |
| 1398 | "--rulename " + |
| 1399 | "//base:debugging_buildflags " + |
| 1400 | "--gen-dir " + |
| 1401 | ". " + |
| 1402 | "--definitions " + |
| 1403 | "/dev/stdin", |
| 1404 | out: [ |
| 1405 | "base/debug/debugging_buildflags.h", |
| 1406 | ], |
| 1407 | tool_files: [ |
| 1408 | "build/write_buildflag_header.py", |
| 1409 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1410 | apex_available: [ |
| 1411 | "com.android.tethering", |
| 1412 | ], |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 1413 | } |
| 1414 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1415 | // GN: //base:feature_list_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1416 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1417 | name: "cronet_aml_base_feature_list_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1418 | cmd: "echo '--flags ENABLE_BANNED_BASE_FEATURE_PREFIX=\"false\"' | " + |
| 1419 | "$(location build/write_buildflag_header.py) --output " + |
| 1420 | "$(out) " + |
| 1421 | "--rulename " + |
| 1422 | "//base:feature_list_buildflags " + |
| 1423 | "--gen-dir " + |
| 1424 | ". " + |
| 1425 | "--definitions " + |
| 1426 | "/dev/stdin", |
| 1427 | out: [ |
| 1428 | "base/feature_list_buildflags.h", |
| 1429 | ], |
| 1430 | tool_files: [ |
| 1431 | "build/write_buildflag_header.py", |
| 1432 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1433 | apex_available: [ |
| 1434 | "com.android.tethering", |
| 1435 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1436 | } |
| 1437 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1438 | // GN: //base:ios_cronet_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1439 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1440 | name: "cronet_aml_base_ios_cronet_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1441 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
| 1442 | "$(location build/write_buildflag_header.py) --output " + |
| 1443 | "$(out) " + |
| 1444 | "--rulename " + |
| 1445 | "//base:ios_cronet_buildflags " + |
| 1446 | "--gen-dir " + |
| 1447 | ". " + |
| 1448 | "--definitions " + |
| 1449 | "/dev/stdin", |
| 1450 | out: [ |
| 1451 | "base/message_loop/ios_cronet_buildflags.h", |
| 1452 | ], |
| 1453 | tool_files: [ |
| 1454 | "build/write_buildflag_header.py", |
| 1455 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1456 | apex_available: [ |
| 1457 | "com.android.tethering", |
| 1458 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1459 | } |
| 1460 | |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1461 | // GN: //base:java_features_srcjar |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 1462 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1463 | name: "cronet_aml_base_java_features_srcjar", |
| 1464 | srcs: [ |
| 1465 | "base/android/base_features.cc", |
| 1466 | "base/features.cc", |
| 1467 | "base/task/task_features.cc", |
| 1468 | ], |
| 1469 | cmd: "$(location build/android/gyp/java_cpp_features.py) --srcjar " + |
Motomu Utsumi | d7c3677 | 2022-12-05 16:04:37 +0900 | [diff] [blame] | 1470 | "$(out) " + |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1471 | "--template " + |
Motomu Utsumi | d7c3677 | 2022-12-05 16:04:37 +0900 | [diff] [blame] | 1472 | "$(location base/android/java/src/org/chromium/base/BaseFeatures.java.tmpl) " + |
| 1473 | "$(location base/android/base_features.cc) " + |
| 1474 | "$(location base/features.cc) " + |
| 1475 | "$(location base/task/task_features.cc)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1476 | out: [ |
| 1477 | "base/java_features_srcjar.srcjar", |
| 1478 | ], |
| 1479 | tool_files: [ |
| 1480 | "base/android/java/src/org/chromium/base/BaseFeatures.java.tmpl", |
| 1481 | "build/android/gyp/java_cpp_features.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 1482 | "build/android/gyp/util/__init__.py", |
| 1483 | "build/android/gyp/util/build_utils.py", |
| 1484 | "build/android/gyp/util/java_cpp_utils.py", |
| 1485 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1486 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1487 | } |
| 1488 | |
| 1489 | // GN: //base:java_switches_srcjar |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 1490 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1491 | name: "cronet_aml_base_java_switches_srcjar", |
| 1492 | srcs: [ |
| 1493 | "base/base_switches.cc", |
| 1494 | ], |
| 1495 | cmd: "$(location build/android/gyp/java_cpp_strings.py) --srcjar " + |
Motomu Utsumi | 3f7ab31 | 2022-12-05 16:12:21 +0900 | [diff] [blame] | 1496 | "$(out) " + |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1497 | "--template " + |
Motomu Utsumi | 3f7ab31 | 2022-12-05 16:12:21 +0900 | [diff] [blame] | 1498 | "$(location base/android/java/src/org/chromium/base/BaseSwitches.java.tmpl) " + |
| 1499 | "$(location base/base_switches.cc)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1500 | out: [ |
| 1501 | "base/java_switches_srcjar.srcjar", |
| 1502 | ], |
| 1503 | tool_files: [ |
| 1504 | "base/android/java/src/org/chromium/base/BaseSwitches.java.tmpl", |
| 1505 | "build/android/gyp/java_cpp_strings.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 1506 | "build/android/gyp/util/__init__.py", |
| 1507 | "build/android/gyp/util/build_utils.py", |
| 1508 | "build/android/gyp/util/java_cpp_utils.py", |
| 1509 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1510 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1511 | } |
| 1512 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1513 | // GN: //base:logging_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1514 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1515 | name: "cronet_aml_base_logging_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1516 | cmd: "echo '--flags ENABLE_LOG_ERROR_NOT_REACHED=\"false\" USE_RUNTIME_VLOG=\"true\"' | " + |
| 1517 | "$(location build/write_buildflag_header.py) --output " + |
| 1518 | "$(out) " + |
| 1519 | "--rulename " + |
| 1520 | "//base:logging_buildflags " + |
| 1521 | "--gen-dir " + |
| 1522 | ". " + |
| 1523 | "--definitions " + |
| 1524 | "/dev/stdin", |
| 1525 | out: [ |
| 1526 | "base/logging_buildflags.h", |
| 1527 | ], |
| 1528 | tool_files: [ |
| 1529 | "build/write_buildflag_header.py", |
| 1530 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1531 | apex_available: [ |
| 1532 | "com.android.tethering", |
| 1533 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1534 | } |
| 1535 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1536 | // GN: //base:message_pump_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1537 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1538 | name: "cronet_aml_base_message_pump_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1539 | cmd: "echo '--flags ENABLE_MESSAGE_PUMP_EPOLL=\"true\"' | " + |
| 1540 | "$(location build/write_buildflag_header.py) --output " + |
| 1541 | "$(out) " + |
| 1542 | "--rulename " + |
| 1543 | "//base:message_pump_buildflags " + |
| 1544 | "--gen-dir " + |
| 1545 | ". " + |
| 1546 | "--definitions " + |
| 1547 | "/dev/stdin", |
| 1548 | out: [ |
| 1549 | "base/message_loop/message_pump_buildflags.h", |
| 1550 | ], |
| 1551 | tool_files: [ |
| 1552 | "build/write_buildflag_header.py", |
| 1553 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1554 | apex_available: [ |
| 1555 | "com.android.tethering", |
| 1556 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1557 | } |
| 1558 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1559 | // GN: //base/numerics:base_numerics |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1560 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1561 | name: "cronet_aml_base_numerics_base_numerics", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1562 | defaults: [ |
| 1563 | "cronet_aml_defaults", |
| 1564 | ], |
| 1565 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1566 | "-DANDROID", |
| 1567 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1568 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1569 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1570 | "-DDCHECK_ALWAYS_ON=1", |
| 1571 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1572 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1573 | "-D_DEBUG", |
| 1574 | "-D_GNU_SOURCE", |
| 1575 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1576 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1577 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1578 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1579 | "-D__STDC_CONSTANT_MACROS", |
| 1580 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1581 | ], |
| 1582 | local_include_dirs: [ |
| 1583 | "./", |
| 1584 | "buildtools/third_party/libc++/", |
| 1585 | "buildtools/third_party/libc++/trunk/include", |
| 1586 | "buildtools/third_party/libc++abi/trunk/include", |
| 1587 | ], |
| 1588 | cpp_std: "c++20", |
| 1589 | target: { |
| 1590 | android_x86: { |
| 1591 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1592 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1593 | ], |
| 1594 | }, |
| 1595 | android_x86_64: { |
| 1596 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1597 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1598 | ], |
| 1599 | }, |
| 1600 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1601 | } |
| 1602 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1603 | // GN: //base:orderfile_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1604 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1605 | name: "cronet_aml_base_orderfile_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1606 | cmd: "echo '--flags DEVTOOLS_INSTRUMENTATION_DUMPING=\"false\" ORDERFILE_INSTRUMENTATION=\"false\"' | " + |
| 1607 | "$(location build/write_buildflag_header.py) --output " + |
| 1608 | "$(out) " + |
| 1609 | "--rulename " + |
| 1610 | "//base:orderfile_buildflags " + |
| 1611 | "--gen-dir " + |
| 1612 | ". " + |
| 1613 | "--definitions " + |
| 1614 | "/dev/stdin", |
| 1615 | out: [ |
| 1616 | "base/android/orderfile/orderfile_buildflags.h", |
| 1617 | ], |
| 1618 | tool_files: [ |
| 1619 | "build/write_buildflag_header.py", |
| 1620 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1621 | apex_available: [ |
| 1622 | "com.android.tethering", |
| 1623 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1624 | } |
| 1625 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1626 | // GN: //base:parsing_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1627 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1628 | name: "cronet_aml_base_parsing_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1629 | cmd: "echo '--flags BUILD_RUST_JSON_PARSER=\"false\"' | " + |
| 1630 | "$(location build/write_buildflag_header.py) --output " + |
| 1631 | "$(out) " + |
| 1632 | "--rulename " + |
| 1633 | "//base:parsing_buildflags " + |
| 1634 | "--gen-dir " + |
| 1635 | ". " + |
| 1636 | "--definitions " + |
| 1637 | "/dev/stdin", |
| 1638 | out: [ |
| 1639 | "base/parsing_buildflags.h", |
| 1640 | ], |
| 1641 | tool_files: [ |
| 1642 | "build/write_buildflag_header.py", |
| 1643 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1644 | apex_available: [ |
| 1645 | "com.android.tethering", |
| 1646 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1647 | } |
| 1648 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1649 | // GN: //base:power_monitor_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1650 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1651 | name: "cronet_aml_base_power_monitor_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1652 | cmd: "echo '--flags HAS_BATTERY_LEVEL_PROVIDER_IMPL=\"false\"' | " + |
| 1653 | "$(location build/write_buildflag_header.py) --output " + |
| 1654 | "$(out) " + |
| 1655 | "--rulename " + |
| 1656 | "//base:power_monitor_buildflags " + |
| 1657 | "--gen-dir " + |
| 1658 | ". " + |
| 1659 | "--definitions " + |
| 1660 | "/dev/stdin", |
| 1661 | out: [ |
| 1662 | "base/power_monitor/power_monitor_buildflags.h", |
| 1663 | ], |
| 1664 | tool_files: [ |
| 1665 | "build/write_buildflag_header.py", |
| 1666 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1667 | apex_available: [ |
| 1668 | "com.android.tethering", |
| 1669 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1670 | } |
| 1671 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1672 | // GN: //base:profiler_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1673 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1674 | name: "cronet_aml_base_profiler_buildflags", |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 1675 | cmd: "echo '--flags ENABLE_ARM_CFI_TABLE=\"false\" IOS_STACK_PROFILER_ENABLED=\"true\" USE_ANDROID_UNWINDER_V2=\"true\"' | " + |
| 1676 | "$(location build/write_buildflag_header.py) --output " + |
| 1677 | "$(out) " + |
| 1678 | "--rulename " + |
| 1679 | "//base:profiler_buildflags " + |
| 1680 | "--gen-dir " + |
| 1681 | ". " + |
| 1682 | "--definitions " + |
| 1683 | "/dev/stdin", |
| 1684 | out: [ |
| 1685 | "base/profiler/profiler_buildflags.h", |
| 1686 | ], |
| 1687 | tool_files: [ |
| 1688 | "build/write_buildflag_header.py", |
| 1689 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1690 | apex_available: [ |
| 1691 | "com.android.tethering", |
| 1692 | ], |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 1693 | } |
| 1694 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1695 | // GN: //base:sanitizer_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1696 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1697 | name: "cronet_aml_base_sanitizer_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1698 | cmd: "echo '--flags IS_HWASAN=\"false\" USING_SANITIZER=\"false\"' | " + |
| 1699 | "$(location build/write_buildflag_header.py) --output " + |
| 1700 | "$(out) " + |
| 1701 | "--rulename " + |
| 1702 | "//base:sanitizer_buildflags " + |
| 1703 | "--gen-dir " + |
| 1704 | ". " + |
| 1705 | "--definitions " + |
| 1706 | "/dev/stdin", |
| 1707 | out: [ |
| 1708 | "base/sanitizer_buildflags.h", |
| 1709 | ], |
| 1710 | tool_files: [ |
| 1711 | "build/write_buildflag_header.py", |
| 1712 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1713 | apex_available: [ |
| 1714 | "com.android.tethering", |
| 1715 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1716 | } |
| 1717 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1718 | // GN: //base:synchronization_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1719 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1720 | name: "cronet_aml_base_synchronization_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1721 | cmd: "echo '--flags ENABLE_MUTEX_PRIORITY_INHERITANCE=\"false\"' | " + |
| 1722 | "$(location build/write_buildflag_header.py) --output " + |
| 1723 | "$(out) " + |
| 1724 | "--rulename " + |
| 1725 | "//base:synchronization_buildflags " + |
| 1726 | "--gen-dir " + |
| 1727 | ". " + |
| 1728 | "--definitions " + |
| 1729 | "/dev/stdin", |
| 1730 | out: [ |
| 1731 | "base/synchronization/synchronization_buildflags.h", |
| 1732 | ], |
| 1733 | tool_files: [ |
| 1734 | "build/write_buildflag_header.py", |
| 1735 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1736 | apex_available: [ |
| 1737 | "com.android.tethering", |
| 1738 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1739 | } |
| 1740 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1741 | // GN: //base/third_party/double_conversion:double_conversion |
| 1742 | cc_library_static { |
| 1743 | name: "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 1744 | srcs: [ |
| 1745 | "base/third_party/double_conversion/double-conversion/bignum-dtoa.cc", |
| 1746 | "base/third_party/double_conversion/double-conversion/bignum.cc", |
| 1747 | "base/third_party/double_conversion/double-conversion/cached-powers.cc", |
| 1748 | "base/third_party/double_conversion/double-conversion/double-to-string.cc", |
| 1749 | "base/third_party/double_conversion/double-conversion/fast-dtoa.cc", |
| 1750 | "base/third_party/double_conversion/double-conversion/fixed-dtoa.cc", |
| 1751 | "base/third_party/double_conversion/double-conversion/string-to-double.cc", |
| 1752 | "base/third_party/double_conversion/double-conversion/strtod.cc", |
| 1753 | ], |
| 1754 | defaults: [ |
| 1755 | "cronet_aml_defaults", |
| 1756 | ], |
| 1757 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1758 | "-DANDROID", |
| 1759 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1760 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1761 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1762 | "-DDCHECK_ALWAYS_ON=1", |
| 1763 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1764 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1765 | "-D_DEBUG", |
| 1766 | "-D_GNU_SOURCE", |
| 1767 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1768 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1769 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1770 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1771 | "-D__STDC_CONSTANT_MACROS", |
| 1772 | "-D__STDC_FORMAT_MACROS", |
| 1773 | ], |
| 1774 | local_include_dirs: [ |
| 1775 | "./", |
| 1776 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1777 | "buildtools/third_party/libc++/trunk/include", |
| 1778 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1779 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1780 | cpp_std: "c++20", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1781 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 1782 | android_x86: { |
| 1783 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1784 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 1785 | ], |
| 1786 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1787 | android_x86_64: { |
| 1788 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1789 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1790 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1791 | }, |
| 1792 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1793 | } |
| 1794 | |
| 1795 | // GN: //base/third_party/dynamic_annotations:dynamic_annotations |
| 1796 | cc_library_static { |
| 1797 | name: "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 1798 | srcs: [ |
| 1799 | "base/third_party/dynamic_annotations/dynamic_annotations.c", |
| 1800 | ], |
| 1801 | defaults: [ |
| 1802 | "cronet_aml_defaults", |
| 1803 | ], |
| 1804 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1805 | "-DANDROID", |
| 1806 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1807 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1808 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1809 | "-DDCHECK_ALWAYS_ON=1", |
| 1810 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1811 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1812 | "-D_DEBUG", |
| 1813 | "-D_GNU_SOURCE", |
| 1814 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1815 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1816 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1817 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1818 | ], |
| 1819 | local_include_dirs: [ |
| 1820 | "./", |
| 1821 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1822 | "buildtools/third_party/libc++/trunk/include", |
| 1823 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1824 | ], |
| 1825 | cpp_std: "c++20", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1826 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 1827 | android_x86: { |
| 1828 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1829 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 1830 | ], |
| 1831 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1832 | android_x86_64: { |
| 1833 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1834 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1835 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 1836 | }, |
| 1837 | }, |
Patrick Rohr | 81a4ac3 | 2022-11-15 14:38:21 -0800 | [diff] [blame] | 1838 | } |
| 1839 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1840 | // GN: //base:tracing_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1841 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1842 | name: "cronet_aml_base_tracing_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1843 | cmd: "echo '--flags ENABLE_BASE_TRACING=\"false\" USE_PERFETTO_CLIENT_LIBRARY=\"false\" OPTIONAL_TRACE_EVENTS_ENABLED=\"false\"' | " + |
| 1844 | "$(location build/write_buildflag_header.py) --output " + |
| 1845 | "$(out) " + |
| 1846 | "--rulename " + |
| 1847 | "//base:tracing_buildflags " + |
| 1848 | "--gen-dir " + |
| 1849 | ". " + |
| 1850 | "--definitions " + |
| 1851 | "/dev/stdin", |
| 1852 | out: [ |
| 1853 | "base/tracing_buildflags.h", |
| 1854 | ], |
| 1855 | tool_files: [ |
| 1856 | "build/write_buildflag_header.py", |
| 1857 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1858 | apex_available: [ |
| 1859 | "com.android.tethering", |
| 1860 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1861 | } |
| 1862 | |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1863 | // GN: //build/android:build_config_gen |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 1864 | genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1865 | name: "cronet_aml_build_android_build_config_gen", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 1866 | srcs: [ |
| 1867 | ":cronet_aml_build_android_build_config_gen_preprocess", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1868 | ], |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 1869 | tools: [ |
| 1870 | "soong_zip", |
| 1871 | ], |
| 1872 | cmd: "cp $(in) $(genDir)/BuildConfig.java && " + |
| 1873 | "$(location soong_zip) -o $(out) -srcjar -f $(genDir)/BuildConfig.java", |
| 1874 | out: [ |
| 1875 | "BuildConfig.srcjar", |
| 1876 | ], |
| 1877 | } |
| 1878 | |
| 1879 | // GN: //build/android:build_config_gen |
| 1880 | cc_object { |
| 1881 | name: "cronet_aml_build_android_build_config_gen_preprocess", |
| 1882 | srcs: [ |
| 1883 | ":cronet_aml_build_android_build_config_gen_rename", |
| 1884 | ], |
| 1885 | cflags: [ |
| 1886 | "-DANDROID", |
| 1887 | "-D_ENABLE_ASSERTS", |
| 1888 | "-E", |
| 1889 | "-P", |
| 1890 | ], |
Motomu Utsumi | 4fb65c7 | 2022-12-09 17:08:48 +0900 | [diff] [blame] | 1891 | compile_multilib: "first", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 1892 | } |
| 1893 | |
| 1894 | // GN: //build/android:build_config_gen |
| 1895 | genrule { |
| 1896 | name: "cronet_aml_build_android_build_config_gen_rename", |
| 1897 | srcs: [ |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1898 | "build/android/java/templates/BuildConfig.template", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 1899 | ], |
| 1900 | cmd: "cp $(in) $(out)", |
| 1901 | out: [ |
| 1902 | "BuildConfig.cc", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1903 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1904 | } |
| 1905 | |
| 1906 | // GN: //build/android:native_libraries_gen |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 1907 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1908 | name: "cronet_aml_build_android_native_libraries_gen", |
| 1909 | cmd: "$(location build/android/gyp/write_native_libraries_java.py) --output " + |
Motomu Utsumi | 3dbc276 | 2022-12-05 16:20:21 +0900 | [diff] [blame] | 1910 | "$(out) " + |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1911 | "--cpu-family " + |
| 1912 | "CPU_FAMILY_ARM", |
| 1913 | out: [ |
| 1914 | "build/android/native_libraries_gen.srcjar", |
| 1915 | ], |
| 1916 | tool_files: [ |
| 1917 | "build/android/gyp/util/__init__.py", |
| 1918 | "build/android/gyp/util/build_utils.py", |
| 1919 | "build/android/gyp/write_native_libraries_java.py", |
| 1920 | "build/gn_helpers.py", |
| 1921 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 1922 | } |
| 1923 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1924 | // GN: //build:branding_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1925 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1926 | name: "cronet_aml_build_branding_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1927 | cmd: "echo '--flags CHROMIUM_BRANDING=\"1\" GOOGLE_CHROME_BRANDING=\"0\"' | " + |
| 1928 | "$(location build/write_buildflag_header.py) --output " + |
| 1929 | "$(out) " + |
| 1930 | "--rulename " + |
| 1931 | "//build:branding_buildflags " + |
| 1932 | "--gen-dir " + |
| 1933 | ". " + |
| 1934 | "--definitions " + |
| 1935 | "/dev/stdin", |
| 1936 | out: [ |
| 1937 | "build/branding_buildflags.h", |
| 1938 | ], |
| 1939 | tool_files: [ |
| 1940 | "build/write_buildflag_header.py", |
| 1941 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 1942 | apex_available: [ |
| 1943 | "com.android.tethering", |
| 1944 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 1945 | } |
| 1946 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1947 | // GN: //build:buildflag_header_h |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1948 | cc_object { |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1949 | name: "cronet_aml_build_buildflag_header_h", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1950 | defaults: [ |
| 1951 | "cronet_aml_defaults", |
| 1952 | ], |
| 1953 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1954 | "-DANDROID", |
| 1955 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1956 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1957 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1958 | "-DDCHECK_ALWAYS_ON=1", |
| 1959 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 1960 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1961 | "-D_DEBUG", |
| 1962 | "-D_GNU_SOURCE", |
| 1963 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1964 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1965 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1966 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1967 | "-D__STDC_CONSTANT_MACROS", |
| 1968 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1969 | ], |
| 1970 | local_include_dirs: [ |
| 1971 | "./", |
| 1972 | "buildtools/third_party/libc++/", |
| 1973 | "buildtools/third_party/libc++/trunk/include", |
| 1974 | "buildtools/third_party/libc++abi/trunk/include", |
| 1975 | ], |
| 1976 | cpp_std: "c++20", |
| 1977 | target: { |
| 1978 | android_x86: { |
| 1979 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1980 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1981 | ], |
| 1982 | }, |
| 1983 | android_x86_64: { |
| 1984 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1985 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 1986 | ], |
| 1987 | }, |
| 1988 | }, |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1989 | } |
| 1990 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1991 | // GN: //build:chromecast_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 1992 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 1993 | name: "cronet_aml_build_chromecast_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 1994 | cmd: "echo '--flags IS_CASTOS=\"false\" IS_CAST_ANDROID=\"false\" ENABLE_CAST_RECEIVER=\"false\" IS_CHROMECAST=\"false\"' | " + |
| 1995 | "$(location build/write_buildflag_header.py) --output " + |
| 1996 | "$(out) " + |
| 1997 | "--rulename " + |
| 1998 | "//build:chromecast_buildflags " + |
| 1999 | "--gen-dir " + |
| 2000 | ". " + |
| 2001 | "--definitions " + |
| 2002 | "/dev/stdin", |
| 2003 | out: [ |
| 2004 | "build/chromecast_buildflags.h", |
| 2005 | ], |
| 2006 | tool_files: [ |
| 2007 | "build/write_buildflag_header.py", |
| 2008 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 2009 | apex_available: [ |
| 2010 | "com.android.tethering", |
| 2011 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2012 | } |
| 2013 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2014 | // GN: //build:chromeos_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 2015 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2016 | name: "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2017 | cmd: "echo '--flags IS_CHROMEOS_DEVICE=\"false\" IS_CHROMEOS_LACROS=\"false\" IS_CHROMEOS_ASH=\"false\" IS_CHROMEOS_WITH_HW_DETAILS=\"false\" IS_REVEN=\"false\"' | " + |
| 2018 | "$(location build/write_buildflag_header.py) --output " + |
| 2019 | "$(out) " + |
| 2020 | "--rulename " + |
| 2021 | "//build:chromeos_buildflags " + |
| 2022 | "--gen-dir " + |
| 2023 | ". " + |
| 2024 | "--definitions " + |
| 2025 | "/dev/stdin", |
| 2026 | out: [ |
| 2027 | "build/chromeos_buildflags.h", |
| 2028 | ], |
| 2029 | tool_files: [ |
| 2030 | "build/write_buildflag_header.py", |
| 2031 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 2032 | apex_available: [ |
| 2033 | "com.android.tethering", |
| 2034 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2035 | } |
| 2036 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2037 | // GN: //build/config/compiler:compiler_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 2038 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2039 | name: "cronet_aml_build_config_compiler_compiler_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 2040 | cmd: "echo '--flags CLANG_PGO=\"0\" SYMBOL_LEVEL=\"1\"' | " + |
| 2041 | "$(location build/write_buildflag_header.py) --output " + |
| 2042 | "$(out) " + |
| 2043 | "--rulename " + |
| 2044 | "//build/config/compiler:compiler_buildflags " + |
| 2045 | "--gen-dir " + |
| 2046 | ". " + |
| 2047 | "--definitions " + |
| 2048 | "/dev/stdin", |
| 2049 | out: [ |
| 2050 | "build/config/compiler/compiler_buildflags.h", |
| 2051 | ], |
| 2052 | tool_files: [ |
| 2053 | "build/write_buildflag_header.py", |
| 2054 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 2055 | apex_available: [ |
| 2056 | "com.android.tethering", |
| 2057 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 2058 | } |
| 2059 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2060 | // GN: //buildtools/third_party/libc++:libc++ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 2061 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2062 | name: "cronet_aml_buildtools_third_party_libc___libc__", |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2063 | srcs: [ |
| 2064 | "buildtools/third_party/libc++/trunk/src/algorithm.cpp", |
| 2065 | "buildtools/third_party/libc++/trunk/src/any.cpp", |
| 2066 | "buildtools/third_party/libc++/trunk/src/atomic.cpp", |
| 2067 | "buildtools/third_party/libc++/trunk/src/barrier.cpp", |
| 2068 | "buildtools/third_party/libc++/trunk/src/bind.cpp", |
| 2069 | "buildtools/third_party/libc++/trunk/src/charconv.cpp", |
| 2070 | "buildtools/third_party/libc++/trunk/src/chrono.cpp", |
| 2071 | "buildtools/third_party/libc++/trunk/src/condition_variable.cpp", |
| 2072 | "buildtools/third_party/libc++/trunk/src/condition_variable_destructor.cpp", |
| 2073 | "buildtools/third_party/libc++/trunk/src/exception.cpp", |
| 2074 | "buildtools/third_party/libc++/trunk/src/format.cpp", |
| 2075 | "buildtools/third_party/libc++/trunk/src/functional.cpp", |
| 2076 | "buildtools/third_party/libc++/trunk/src/future.cpp", |
| 2077 | "buildtools/third_party/libc++/trunk/src/hash.cpp", |
| 2078 | "buildtools/third_party/libc++/trunk/src/ios.cpp", |
| 2079 | "buildtools/third_party/libc++/trunk/src/ios.instantiations.cpp", |
| 2080 | "buildtools/third_party/libc++/trunk/src/iostream.cpp", |
| 2081 | "buildtools/third_party/libc++/trunk/src/legacy_pointer_safety.cpp", |
| 2082 | "buildtools/third_party/libc++/trunk/src/locale.cpp", |
| 2083 | "buildtools/third_party/libc++/trunk/src/memory.cpp", |
| 2084 | "buildtools/third_party/libc++/trunk/src/mutex.cpp", |
| 2085 | "buildtools/third_party/libc++/trunk/src/mutex_destructor.cpp", |
| 2086 | "buildtools/third_party/libc++/trunk/src/new.cpp", |
| 2087 | "buildtools/third_party/libc++/trunk/src/optional.cpp", |
| 2088 | "buildtools/third_party/libc++/trunk/src/random.cpp", |
| 2089 | "buildtools/third_party/libc++/trunk/src/random_shuffle.cpp", |
| 2090 | "buildtools/third_party/libc++/trunk/src/regex.cpp", |
| 2091 | "buildtools/third_party/libc++/trunk/src/ryu/d2fixed.cpp", |
| 2092 | "buildtools/third_party/libc++/trunk/src/ryu/d2s.cpp", |
| 2093 | "buildtools/third_party/libc++/trunk/src/ryu/f2s.cpp", |
| 2094 | "buildtools/third_party/libc++/trunk/src/shared_mutex.cpp", |
| 2095 | "buildtools/third_party/libc++/trunk/src/stdexcept.cpp", |
| 2096 | "buildtools/third_party/libc++/trunk/src/string.cpp", |
| 2097 | "buildtools/third_party/libc++/trunk/src/strstream.cpp", |
| 2098 | "buildtools/third_party/libc++/trunk/src/system_error.cpp", |
| 2099 | "buildtools/third_party/libc++/trunk/src/thread.cpp", |
| 2100 | "buildtools/third_party/libc++/trunk/src/typeinfo.cpp", |
| 2101 | "buildtools/third_party/libc++/trunk/src/utility.cpp", |
| 2102 | "buildtools/third_party/libc++/trunk/src/valarray.cpp", |
| 2103 | "buildtools/third_party/libc++/trunk/src/variant.cpp", |
| 2104 | "buildtools/third_party/libc++/trunk/src/vector.cpp", |
| 2105 | "buildtools/third_party/libc++/trunk/src/verbose_abort.cpp", |
| 2106 | ], |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2107 | host_supported: true, |
| 2108 | defaults: [ |
| 2109 | "cronet_aml_defaults", |
| 2110 | ], |
| 2111 | cflags: [ |
| 2112 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2113 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2114 | "-DDCHECK_ALWAYS_ON=1", |
| 2115 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2116 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 2117 | "-D_DEBUG", |
| 2118 | "-D_GNU_SOURCE", |
| 2119 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2120 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 2121 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2122 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2123 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 2124 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2125 | ], |
| 2126 | local_include_dirs: [ |
| 2127 | "./", |
| 2128 | "buildtools/third_party/libc++/", |
| 2129 | "buildtools/third_party/libc++/trunk/include", |
| 2130 | "buildtools/third_party/libc++/trunk/src/", |
| 2131 | "buildtools/third_party/libc++abi/trunk/include", |
| 2132 | ], |
| 2133 | cpp_std: "c++20", |
| 2134 | cppflags: [ |
| 2135 | "-fexceptions", |
| 2136 | ], |
| 2137 | rtti: true, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 2138 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2139 | android_arm: { |
| 2140 | cflags: [ |
| 2141 | "-DANDROID", |
| 2142 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2143 | "-DHAVE_SYS_UIO_H", |
| 2144 | ], |
| 2145 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 2146 | android_arm64: { |
| 2147 | cflags: [ |
| 2148 | "-DANDROID", |
| 2149 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2150 | "-DHAVE_SYS_UIO_H", |
| 2151 | ], |
| 2152 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 2153 | android_x86: { |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2154 | cflags: [ |
| 2155 | "-DANDROID", |
| 2156 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2157 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2158 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 2159 | ], |
| 2160 | }, |
| 2161 | android_x86_64: { |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2162 | cflags: [ |
| 2163 | "-DANDROID", |
| 2164 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2165 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2166 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 2167 | ], |
| 2168 | }, |
| 2169 | host: { |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2170 | cflags: [ |
| 2171 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 2172 | "-DUSE_AURA=1", |
| 2173 | "-DUSE_OZONE=1", |
| 2174 | "-DUSE_UDEV", |
| 2175 | "-D_FILE_OFFSET_BITS=64", |
| 2176 | "-D_LARGEFILE64_SOURCE", |
| 2177 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2178 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 2179 | ], |
| 2180 | }, |
| 2181 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2182 | } |
| 2183 | |
| 2184 | // GN: //buildtools/third_party/libc++abi:libc++abi |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 2185 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2186 | name: "cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2187 | srcs: [ |
| 2188 | "buildtools/third_party/libc++abi/trunk/src/abort_message.cpp", |
| 2189 | "buildtools/third_party/libc++abi/trunk/src/cxa_aux_runtime.cpp", |
| 2190 | "buildtools/third_party/libc++abi/trunk/src/cxa_default_handlers.cpp", |
| 2191 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception.cpp", |
| 2192 | "buildtools/third_party/libc++abi/trunk/src/cxa_exception_storage.cpp", |
| 2193 | "buildtools/third_party/libc++abi/trunk/src/cxa_guard.cpp", |
| 2194 | "buildtools/third_party/libc++abi/trunk/src/cxa_handlers.cpp", |
| 2195 | "buildtools/third_party/libc++abi/trunk/src/cxa_personality.cpp", |
| 2196 | "buildtools/third_party/libc++abi/trunk/src/cxa_thread_atexit.cpp", |
| 2197 | "buildtools/third_party/libc++abi/trunk/src/cxa_vector.cpp", |
| 2198 | "buildtools/third_party/libc++abi/trunk/src/cxa_virtual.cpp", |
| 2199 | "buildtools/third_party/libc++abi/trunk/src/fallback_malloc.cpp", |
| 2200 | "buildtools/third_party/libc++abi/trunk/src/private_typeinfo.cpp", |
| 2201 | "buildtools/third_party/libc++abi/trunk/src/stdlib_exception.cpp", |
| 2202 | "buildtools/third_party/libc++abi/trunk/src/stdlib_stdexcept.cpp", |
| 2203 | "buildtools/third_party/libc++abi/trunk/src/stdlib_typeinfo.cpp", |
| 2204 | ], |
| 2205 | host_supported: true, |
| 2206 | defaults: [ |
| 2207 | "cronet_aml_defaults", |
| 2208 | ], |
| 2209 | cflags: [ |
| 2210 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2211 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2212 | "-DDCHECK_ALWAYS_ON=1", |
| 2213 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2214 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 2215 | "-D_DEBUG", |
| 2216 | "-D_GNU_SOURCE", |
| 2217 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2218 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 2219 | "-D_LIBCPP_CONSTINIT=constinit", |
| 2220 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2221 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2222 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2223 | ], |
| 2224 | local_include_dirs: [ |
| 2225 | "./", |
| 2226 | "buildtools/third_party/libc++/", |
| 2227 | "buildtools/third_party/libc++/trunk/include", |
| 2228 | "buildtools/third_party/libc++/trunk/src/", |
| 2229 | "buildtools/third_party/libc++abi/trunk/include", |
| 2230 | ], |
| 2231 | cpp_std: "c++20", |
| 2232 | cppflags: [ |
| 2233 | "-fexceptions", |
| 2234 | ], |
| 2235 | rtti: true, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2236 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2237 | android_arm: { |
| 2238 | srcs: [ |
| 2239 | "buildtools/third_party/libc++abi/cxa_demangle_stub.cc", |
| 2240 | ], |
| 2241 | cflags: [ |
| 2242 | "-DANDROID", |
| 2243 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2244 | "-DHAVE_SYS_UIO_H", |
| 2245 | ], |
| 2246 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 2247 | android_arm64: { |
| 2248 | srcs: [ |
| 2249 | "buildtools/third_party/libc++abi/cxa_demangle_stub.cc", |
| 2250 | ], |
| 2251 | cflags: [ |
| 2252 | "-DANDROID", |
| 2253 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2254 | "-DHAVE_SYS_UIO_H", |
| 2255 | ], |
| 2256 | }, |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 2257 | android_x86: { |
| 2258 | srcs: [ |
| 2259 | "buildtools/third_party/libc++abi/cxa_demangle_stub.cc", |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2260 | ], |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2261 | cflags: [ |
| 2262 | "-DANDROID", |
| 2263 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2264 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2265 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 2266 | ], |
| 2267 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2268 | android_x86_64: { |
| 2269 | srcs: [ |
| 2270 | "buildtools/third_party/libc++abi/cxa_demangle_stub.cc", |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2271 | ], |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2272 | cflags: [ |
| 2273 | "-DANDROID", |
| 2274 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2275 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2276 | "-msse3", |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2277 | ], |
| 2278 | }, |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 2279 | host: { |
| 2280 | srcs: [ |
| 2281 | "buildtools/third_party/libc++abi/trunk/src/cxa_demangle.cpp", |
Mohannad Farrag | baf0d57 | 2022-11-22 11:53:54 +0000 | [diff] [blame] | 2282 | ], |
| 2283 | cflags: [ |
| 2284 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 2285 | "-DUSE_AURA=1", |
| 2286 | "-DUSE_OZONE=1", |
| 2287 | "-DUSE_UDEV", |
| 2288 | "-D_FILE_OFFSET_BITS=64", |
| 2289 | "-D_LARGEFILE64_SOURCE", |
| 2290 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2291 | "-msse3", |
Patrick Rohr | 09ee70e | 2022-11-16 15:20:03 -0800 | [diff] [blame] | 2292 | ], |
| 2293 | }, |
Patrick Rohr | 3b5ff76 | 2022-11-16 10:22:16 -0800 | [diff] [blame] | 2294 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2295 | } |
| 2296 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2297 | // GN: //components/cronet/android:buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 2298 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2299 | name: "cronet_aml_components_cronet_android_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2300 | cmd: "echo '--flags INTEGRATED_MODE=\"false\"' | " + |
| 2301 | "$(location build/write_buildflag_header.py) --output " + |
| 2302 | "$(out) " + |
| 2303 | "--rulename " + |
| 2304 | "//components/cronet/android:buildflags " + |
| 2305 | "--gen-dir " + |
| 2306 | ". " + |
| 2307 | "--definitions " + |
| 2308 | "/dev/stdin", |
| 2309 | out: [ |
| 2310 | "components/cronet/android/buildflags.h", |
| 2311 | ], |
| 2312 | tool_files: [ |
| 2313 | "build/write_buildflag_header.py", |
| 2314 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 2315 | apex_available: [ |
| 2316 | "com.android.tethering", |
| 2317 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2318 | } |
| 2319 | |
| 2320 | // GN: //components/cronet/android:cronet |
| 2321 | cc_library_shared { |
| 2322 | name: "cronet_aml_components_cronet_android_cronet", |
| 2323 | srcs: [ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 2324 | ":cronet_aml_buildtools_third_party_libc___libc__", |
| 2325 | ":cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 2326 | ":cronet_aml_components_cronet_android_cronet_static", |
| 2327 | ":cronet_aml_components_cronet_cronet_common", |
| 2328 | ":cronet_aml_components_cronet_metrics_util", |
| 2329 | ":cronet_aml_components_cronet_native_cronet_native_impl", |
| 2330 | ":cronet_aml_components_grpc_support_grpc_support", |
| 2331 | ":cronet_aml_components_metrics_library_support", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2332 | "components/cronet/android/cronet_jni.cc", |
| 2333 | ], |
| 2334 | shared_libs: [ |
| 2335 | "libandroid", |
| 2336 | "liblog", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2337 | ], |
| 2338 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2339 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2340 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2341 | "cronet_aml_base_base_static", |
| 2342 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2343 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 2344 | "cronet_aml_components_prefs_prefs", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2345 | "cronet_aml_crypto_crypto", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2346 | "cronet_aml_net_net", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2347 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2348 | "cronet_aml_net_third_party_quiche_quiche", |
| 2349 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 2350 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | a9c1dda | 2022-11-14 19:02:40 -0800 | [diff] [blame] | 2351 | "cronet_aml_third_party_brotli_common", |
| 2352 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 2353 | "cronet_aml_third_party_icu_icui18n", |
| 2354 | "cronet_aml_third_party_icu_icuuc_private", |
| 2355 | "cronet_aml_third_party_libevent_libevent", |
| 2356 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 2357 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2358 | "cronet_aml_third_party_zlib_zlib", |
| 2359 | "cronet_aml_url_url", |
| 2360 | ], |
| 2361 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2362 | "cronet_aml_base_debugging_buildflags", |
| 2363 | "cronet_aml_base_logging_buildflags", |
| 2364 | "cronet_aml_build_chromeos_buildflags", |
| 2365 | "cronet_aml_components_cronet_android_buildflags", |
| 2366 | "cronet_aml_components_cronet_android_cronet_jni_headers", |
| 2367 | "cronet_aml_components_cronet_android_cronet_jni_registration", |
| 2368 | "cronet_aml_components_cronet_cronet_buildflags", |
| 2369 | "cronet_aml_components_cronet_cronet_version_header_action", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2370 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2371 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 2372 | ], |
| 2373 | export_generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2374 | "cronet_aml_base_debugging_buildflags", |
| 2375 | "cronet_aml_base_logging_buildflags", |
| 2376 | "cronet_aml_build_chromeos_buildflags", |
| 2377 | "cronet_aml_components_cronet_android_buildflags", |
| 2378 | "cronet_aml_components_cronet_android_cronet_jni_headers", |
| 2379 | "cronet_aml_components_cronet_android_cronet_jni_registration", |
| 2380 | "cronet_aml_components_cronet_cronet_buildflags", |
| 2381 | "cronet_aml_components_cronet_cronet_version_header_action", |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 2382 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2383 | "cronet_aml_url_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2384 | ], |
| 2385 | defaults: [ |
| 2386 | "cronet_aml_defaults", |
| 2387 | ], |
| 2388 | cflags: [ |
| 2389 | "-DANDROID", |
| 2390 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2391 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2392 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2393 | "-DDCHECK_ALWAYS_ON=1", |
| 2394 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2395 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 2396 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 2397 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 2398 | "-DHAVE_PTHREAD", |
| 2399 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2400 | "-D_DEBUG", |
| 2401 | "-D_GNU_SOURCE", |
| 2402 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2403 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2404 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2405 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2406 | "-D__STDC_CONSTANT_MACROS", |
| 2407 | "-D__STDC_FORMAT_MACROS", |
| 2408 | ], |
| 2409 | local_include_dirs: [ |
| 2410 | "./", |
| 2411 | "buildtools/third_party/libc++/", |
| 2412 | "buildtools/third_party/libc++/trunk/include", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2413 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2414 | "net/third_party/quiche/overrides/", |
| 2415 | "net/third_party/quiche/src/", |
| 2416 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 2417 | "third_party/abseil-cpp/", |
| 2418 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 2419 | "third_party/protobuf/src/", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2420 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2421 | cpp_std: "c++20", |
Patrick Rohr | d90025f | 2022-11-11 14:18:35 -0800 | [diff] [blame] | 2422 | linker_scripts: [ |
| 2423 | "base/android/library_loader/anchor_functions.lds", |
| 2424 | ], |
Motomu Utsumi | ee47af6 | 2022-11-30 16:41:15 +0900 | [diff] [blame] | 2425 | stem: "libcronet.109.0.5386.0", |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 2426 | target: { |
| 2427 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2428 | cflags: [ |
| 2429 | "-msse3", |
| 2430 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 2431 | }, |
| 2432 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2433 | cflags: [ |
| 2434 | "-msse3", |
| 2435 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 2436 | }, |
| 2437 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2438 | } |
| 2439 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2440 | // GN: //components/cronet/android:cronet_jni_headers |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 2441 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2442 | name: "cronet_aml_components_cronet_android_cronet_jni_headers", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2443 | srcs: [ |
| 2444 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 2445 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 2446 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
| 2447 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
| 2448 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 2449 | ], |
| 2450 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2451 | "long " + |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2452 | "--output_dir " + |
| 2453 | "$(genDir)/components/cronet/android/cronet_jni_headers " + |
| 2454 | "--includes " + |
| 2455 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2456 | "--use_proxy_hash " + |
| 2457 | "--output_name " + |
| 2458 | "CronetBidirectionalStream_jni.h " + |
| 2459 | "--output_name " + |
| 2460 | "CronetLibraryLoader_jni.h " + |
| 2461 | "--output_name " + |
| 2462 | "CronetUploadDataStream_jni.h " + |
| 2463 | "--output_name " + |
| 2464 | "CronetUrlRequest_jni.h " + |
| 2465 | "--output_name " + |
| 2466 | "CronetUrlRequestContext_jni.h " + |
| 2467 | "--input_file " + |
| 2468 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java) " + |
| 2469 | "--input_file " + |
| 2470 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java) " + |
| 2471 | "--input_file " + |
| 2472 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java) " + |
| 2473 | "--input_file " + |
| 2474 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java) " + |
| 2475 | "--input_file " + |
| 2476 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java)", |
| 2477 | out: [ |
| 2478 | "components/cronet/android/cronet_jni_headers/CronetBidirectionalStream_jni.h", |
| 2479 | "components/cronet/android/cronet_jni_headers/CronetLibraryLoader_jni.h", |
| 2480 | "components/cronet/android/cronet_jni_headers/CronetUploadDataStream_jni.h", |
| 2481 | "components/cronet/android/cronet_jni_headers/CronetUrlRequestContext_jni.h", |
| 2482 | "components/cronet/android/cronet_jni_headers/CronetUrlRequest_jni.h", |
| 2483 | ], |
| 2484 | tool_files: [ |
| 2485 | "base/android/jni_generator/android_jar.classes", |
| 2486 | "base/android/jni_generator/jni_generator.py", |
| 2487 | "build/android/gyp/util/__init__.py", |
| 2488 | "build/android/gyp/util/build_utils.py", |
| 2489 | "build/gn_helpers.py", |
| 2490 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 2491 | apex_available: [ |
| 2492 | "com.android.tethering", |
| 2493 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 2494 | } |
| 2495 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2496 | // GN: //components/cronet/android:cronet_jni_registration |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 2497 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 2498 | name: "cronet_aml_components_cronet_android_cronet_jni_registration", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 2499 | srcs: [ |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 2500 | "base/android/java/src/org/chromium/base/ActivityState.java", |
| 2501 | "base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java", |
| 2502 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 2503 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 2504 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 2505 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 2506 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 2507 | "base/android/java/src/org/chromium/base/ByteArrayGenerator.java", |
| 2508 | "base/android/java/src/org/chromium/base/Callback.java", |
| 2509 | "base/android/java/src/org/chromium/base/CallbackController.java", |
| 2510 | "base/android/java/src/org/chromium/base/CollectionUtil.java", |
| 2511 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 2512 | "base/android/java/src/org/chromium/base/CommandLineInitUtil.java", |
| 2513 | "base/android/java/src/org/chromium/base/Consumer.java", |
| 2514 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 2515 | "base/android/java/src/org/chromium/base/ContextUtils.java", |
| 2516 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 2517 | "base/android/java/src/org/chromium/base/DiscardableReferencePool.java", |
| 2518 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 2519 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 2520 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 2521 | "base/android/java/src/org/chromium/base/Features.java", |
| 2522 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 2523 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 2524 | "base/android/java/src/org/chromium/base/Function.java", |
| 2525 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 2526 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 2527 | "base/android/java/src/org/chromium/base/IntentUtils.java", |
| 2528 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 2529 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 2530 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 2531 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2532 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 2533 | "base/android/java/src/org/chromium/base/LifetimeAssert.java", |
| 2534 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 2535 | "base/android/java/src/org/chromium/base/Log.java", |
| 2536 | "base/android/java/src/org/chromium/base/MathUtils.java", |
| 2537 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 2538 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 2539 | "base/android/java/src/org/chromium/base/ObserverList.java", |
| 2540 | "base/android/java/src/org/chromium/base/PackageManagerUtils.java", |
| 2541 | "base/android/java/src/org/chromium/base/PackageUtils.java", |
| 2542 | "base/android/java/src/org/chromium/base/PathService.java", |
| 2543 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 2544 | "base/android/java/src/org/chromium/base/PiiElider.java", |
| 2545 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 2546 | "base/android/java/src/org/chromium/base/PowerMonitorForQ.java", |
| 2547 | "base/android/java/src/org/chromium/base/Predicate.java", |
| 2548 | "base/android/java/src/org/chromium/base/Promise.java", |
| 2549 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 2550 | "base/android/java/src/org/chromium/base/StreamUtil.java", |
| 2551 | "base/android/java/src/org/chromium/base/StrictModeContext.java", |
| 2552 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 2553 | "base/android/java/src/org/chromium/base/TimeUtils.java", |
| 2554 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 2555 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 2556 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 2557 | "base/android/java/src/org/chromium/base/UnownedUserData.java", |
| 2558 | "base/android/java/src/org/chromium/base/UnownedUserDataHost.java", |
| 2559 | "base/android/java/src/org/chromium/base/UnownedUserDataKey.java", |
| 2560 | "base/android/java/src/org/chromium/base/UserData.java", |
| 2561 | "base/android/java/src/org/chromium/base/UserDataHost.java", |
| 2562 | "base/android/java/src/org/chromium/base/WrappedClassLoader.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 2563 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2564 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2565 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2566 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2567 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2568 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2569 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2570 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2571 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 2572 | "base/android/java/src/org/chromium/base/compat/ApiHelperForM.java", |
| 2573 | "base/android/java/src/org/chromium/base/compat/ApiHelperForN.java", |
| 2574 | "base/android/java/src/org/chromium/base/compat/ApiHelperForO.java", |
| 2575 | "base/android/java/src/org/chromium/base/compat/ApiHelperForOMR1.java", |
| 2576 | "base/android/java/src/org/chromium/base/compat/ApiHelperForP.java", |
| 2577 | "base/android/java/src/org/chromium/base/compat/ApiHelperForQ.java", |
| 2578 | "base/android/java/src/org/chromium/base/compat/ApiHelperForR.java", |
| 2579 | "base/android/java/src/org/chromium/base/compat/ApiHelperForS.java", |
| 2580 | "base/android/java/src/org/chromium/base/jank_tracker/DummyJankTracker.java", |
| 2581 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetrics.java", |
| 2582 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetricsListener.java", |
| 2583 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetricsStore.java", |
| 2584 | "base/android/java/src/org/chromium/base/jank_tracker/JankActivityTracker.java", |
| 2585 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricCalculator.java", |
| 2586 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 2587 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetrics.java", |
| 2588 | "base/android/java/src/org/chromium/base/jank_tracker/JankReportingRunnable.java", |
| 2589 | "base/android/java/src/org/chromium/base/jank_tracker/JankReportingScheduler.java", |
| 2590 | "base/android/java/src/org/chromium/base/jank_tracker/JankScenario.java", |
| 2591 | "base/android/java/src/org/chromium/base/jank_tracker/JankTracker.java", |
| 2592 | "base/android/java/src/org/chromium/base/jank_tracker/JankTrackerImpl.java", |
| 2593 | "base/android/java/src/org/chromium/base/library_loader/LegacyLinker.java", |
| 2594 | "base/android/java/src/org/chromium/base/library_loader/Linker.java", |
| 2595 | "base/android/java/src/org/chromium/base/library_loader/LinkerJni.java", |
| 2596 | "base/android/java/src/org/chromium/base/library_loader/LoaderErrors.java", |
| 2597 | "base/android/java/src/org/chromium/base/library_loader/ModernLinker.java", |
| 2598 | "base/android/java/src/org/chromium/base/library_loader/ModernLinkerJni.java", |
| 2599 | "base/android/java/src/org/chromium/base/library_loader/NativeLibraryPreloader.java", |
| 2600 | "base/android/java/src/org/chromium/base/library_loader/ProcessInitException.java", |
| 2601 | "base/android/java/src/org/chromium/base/lifetime/DestroyChecker.java", |
| 2602 | "base/android/java/src/org/chromium/base/lifetime/Destroyable.java", |
| 2603 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 2604 | "base/android/java/src/org/chromium/base/memory/MemoryPressureCallback.java", |
| 2605 | "base/android/java/src/org/chromium/base/memory/MemoryPressureMonitor.java", |
| 2606 | "base/android/java/src/org/chromium/base/memory/MemoryPressureUma.java", |
| 2607 | "base/android/java/src/org/chromium/base/memory/MemoryPurgeManager.java", |
| 2608 | "base/android/java/src/org/chromium/base/metrics/CachingUmaRecorder.java", |
| 2609 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 2610 | "base/android/java/src/org/chromium/base/metrics/NoopUmaRecorder.java", |
| 2611 | "base/android/java/src/org/chromium/base/metrics/RecordHistogram.java", |
| 2612 | "base/android/java/src/org/chromium/base/metrics/RecordUserAction.java", |
| 2613 | "base/android/java/src/org/chromium/base/metrics/ScopedSysTraceEvent.java", |
| 2614 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 2615 | "base/android/java/src/org/chromium/base/metrics/TimingMetric.java", |
| 2616 | "base/android/java/src/org/chromium/base/metrics/UmaRecorder.java", |
| 2617 | "base/android/java/src/org/chromium/base/metrics/UmaRecorderHolder.java", |
| 2618 | "base/android/java/src/org/chromium/base/multidex/ChromiumMultiDexInstaller.java", |
| 2619 | "base/android/java/src/org/chromium/base/process_launcher/BindService.java", |
| 2620 | "base/android/java/src/org/chromium/base/process_launcher/ChildConnectionAllocator.java", |
| 2621 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessConnection.java", |
| 2622 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessConstants.java", |
| 2623 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessLauncher.java", |
| 2624 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessServiceDelegate.java", |
| 2625 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnection.java", |
| 2626 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionDelegate.java", |
| 2627 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionFactory.java", |
| 2628 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionImpl.java", |
| 2629 | "base/android/java/src/org/chromium/base/process_launcher/FileDescriptorInfo.java", |
| 2630 | "base/android/java/src/org/chromium/base/supplier/BooleanSupplier.java", |
| 2631 | "base/android/java/src/org/chromium/base/supplier/DestroyableObservableSupplier.java", |
| 2632 | "base/android/java/src/org/chromium/base/supplier/ObservableSupplier.java", |
| 2633 | "base/android/java/src/org/chromium/base/supplier/ObservableSupplierImpl.java", |
| 2634 | "base/android/java/src/org/chromium/base/supplier/OneShotCallback.java", |
| 2635 | "base/android/java/src/org/chromium/base/supplier/OneshotSupplier.java", |
| 2636 | "base/android/java/src/org/chromium/base/supplier/OneshotSupplierImpl.java", |
| 2637 | "base/android/java/src/org/chromium/base/supplier/Supplier.java", |
| 2638 | "base/android/java/src/org/chromium/base/supplier/UnownedUserDataSupplier.java", |
| 2639 | "base/android/java/src/org/chromium/base/task/AsyncTask.java", |
| 2640 | "base/android/java/src/org/chromium/base/task/BackgroundOnlyAsyncTask.java", |
| 2641 | "base/android/java/src/org/chromium/base/task/ChainedTasks.java", |
| 2642 | "base/android/java/src/org/chromium/base/task/ChoreographerTaskRunner.java", |
| 2643 | "base/android/java/src/org/chromium/base/task/ChromeThreadPoolExecutor.java", |
| 2644 | "base/android/java/src/org/chromium/base/task/DefaultTaskExecutor.java", |
| 2645 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 2646 | "base/android/java/src/org/chromium/base/task/SequencedTaskRunner.java", |
| 2647 | "base/android/java/src/org/chromium/base/task/SequencedTaskRunnerImpl.java", |
| 2648 | "base/android/java/src/org/chromium/base/task/SerialExecutor.java", |
| 2649 | "base/android/java/src/org/chromium/base/task/SingleThreadTaskRunner.java", |
| 2650 | "base/android/java/src/org/chromium/base/task/SingleThreadTaskRunnerImpl.java", |
| 2651 | "base/android/java/src/org/chromium/base/task/TaskExecutor.java", |
| 2652 | "base/android/java/src/org/chromium/base/task/TaskRunner.java", |
| 2653 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 2654 | "base/android/java/src/org/chromium/base/task/TaskTraits.java", |
| 2655 | "base/android/java/src/org/chromium/base/task/TaskTraitsExtensionDescriptor.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 2656 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2657 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2658 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2659 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2660 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2661 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2662 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2663 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 2664 | "components/cronet/android/api/src/org/chromium/net/BidirectionalStream.java", |
| 2665 | "components/cronet/android/api/src/org/chromium/net/CallbackException.java", |
| 2666 | "components/cronet/android/api/src/org/chromium/net/CronetEngine.java", |
| 2667 | "components/cronet/android/api/src/org/chromium/net/CronetException.java", |
| 2668 | "components/cronet/android/api/src/org/chromium/net/CronetProvider.java", |
| 2669 | "components/cronet/android/api/src/org/chromium/net/ExperimentalBidirectionalStream.java", |
| 2670 | "components/cronet/android/api/src/org/chromium/net/ExperimentalCronetEngine.java", |
| 2671 | "components/cronet/android/api/src/org/chromium/net/ExperimentalUrlRequest.java", |
| 2672 | "components/cronet/android/api/src/org/chromium/net/ICronetEngineBuilder.java", |
| 2673 | "components/cronet/android/api/src/org/chromium/net/InlineExecutionProhibitedException.java", |
| 2674 | "components/cronet/android/api/src/org/chromium/net/NetworkException.java", |
| 2675 | "components/cronet/android/api/src/org/chromium/net/NetworkQualityRttListener.java", |
| 2676 | "components/cronet/android/api/src/org/chromium/net/NetworkQualityThroughputListener.java", |
| 2677 | "components/cronet/android/api/src/org/chromium/net/QuicException.java", |
| 2678 | "components/cronet/android/api/src/org/chromium/net/RequestFinishedInfo.java", |
| 2679 | "components/cronet/android/api/src/org/chromium/net/UploadDataProvider.java", |
| 2680 | "components/cronet/android/api/src/org/chromium/net/UploadDataProviders.java", |
| 2681 | "components/cronet/android/api/src/org/chromium/net/UploadDataSink.java", |
| 2682 | "components/cronet/android/api/src/org/chromium/net/UrlRequest.java", |
| 2683 | "components/cronet/android/api/src/org/chromium/net/UrlResponseInfo.java", |
| 2684 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ByteArrayCronetCallback.java", |
| 2685 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ContentTypeParametersParser.java", |
| 2686 | "components/cronet/android/api/src/org/chromium/net/apihelpers/CronetRequestCompletionListener.java", |
| 2687 | "components/cronet/android/api/src/org/chromium/net/apihelpers/CronetResponse.java", |
| 2688 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ImplicitFlowControlCallback.java", |
| 2689 | "components/cronet/android/api/src/org/chromium/net/apihelpers/InMemoryTransformCronetCallback.java", |
| 2690 | "components/cronet/android/api/src/org/chromium/net/apihelpers/JsonCronetCallback.java", |
| 2691 | "components/cronet/android/api/src/org/chromium/net/apihelpers/RedirectHandler.java", |
| 2692 | "components/cronet/android/api/src/org/chromium/net/apihelpers/RedirectHandlers.java", |
| 2693 | "components/cronet/android/api/src/org/chromium/net/apihelpers/StringCronetCallback.java", |
| 2694 | "components/cronet/android/api/src/org/chromium/net/apihelpers/UploadDataProviders.java", |
| 2695 | "components/cronet/android/api/src/org/chromium/net/apihelpers/UrlRequestCallbacks.java", |
| 2696 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetController.java", |
| 2697 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetEngine.java", |
| 2698 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetProvider.java", |
| 2699 | "components/cronet/android/fake/java/org/chromium/net/test/FakeUrlRequest.java", |
| 2700 | "components/cronet/android/fake/java/org/chromium/net/test/FakeUrlResponse.java", |
| 2701 | "components/cronet/android/fake/java/org/chromium/net/test/ResponseMatcher.java", |
| 2702 | "components/cronet/android/fake/java/org/chromium/net/test/UrlResponseMatcher.java", |
| 2703 | "components/cronet/android/java/src/org/chromium/net/impl/BidirectionalStreamBuilderImpl.java", |
| 2704 | "components/cronet/android/java/src/org/chromium/net/impl/BidirectionalStreamNetworkException.java", |
| 2705 | "components/cronet/android/java/src/org/chromium/net/impl/CallbackExceptionImpl.java", |
| 2706 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 2707 | "components/cronet/android/java/src/org/chromium/net/impl/CronetEngineBase.java", |
| 2708 | "components/cronet/android/java/src/org/chromium/net/impl/CronetEngineBuilderImpl.java", |
| 2709 | "components/cronet/android/java/src/org/chromium/net/impl/CronetExceptionImpl.java", |
| 2710 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 2711 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLogger.java", |
| 2712 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLoggerFactory.java", |
| 2713 | "components/cronet/android/java/src/org/chromium/net/impl/CronetManifest.java", |
| 2714 | "components/cronet/android/java/src/org/chromium/net/impl/CronetMetrics.java", |
| 2715 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 2716 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 2717 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 2718 | "components/cronet/android/java/src/org/chromium/net/impl/InputStreamChannel.java", |
| 2719 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetEngine.java", |
| 2720 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetEngineBuilderImpl.java", |
| 2721 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetProvider.java", |
| 2722 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUploadDataSinkBase.java", |
| 2723 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequest.java", |
| 2724 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequestUtils.java", |
| 2725 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetEngineBuilderImpl.java", |
| 2726 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetEngineBuilderWithLibraryLoaderImpl.java", |
| 2727 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetProvider.java", |
| 2728 | "components/cronet/android/java/src/org/chromium/net/impl/NetworkExceptionImpl.java", |
| 2729 | "components/cronet/android/java/src/org/chromium/net/impl/NoOpLogger.java", |
| 2730 | "components/cronet/android/java/src/org/chromium/net/impl/Preconditions.java", |
| 2731 | "components/cronet/android/java/src/org/chromium/net/impl/QuicExceptionImpl.java", |
| 2732 | "components/cronet/android/java/src/org/chromium/net/impl/RequestFinishedInfoImpl.java", |
| 2733 | "components/cronet/android/java/src/org/chromium/net/impl/UrlRequestBase.java", |
| 2734 | "components/cronet/android/java/src/org/chromium/net/impl/UrlRequestBuilderImpl.java", |
| 2735 | "components/cronet/android/java/src/org/chromium/net/impl/UrlResponseInfoImpl.java", |
| 2736 | "components/cronet/android/java/src/org/chromium/net/impl/UserAgent.java", |
| 2737 | "components/cronet/android/java/src/org/chromium/net/impl/VersionSafeCallbacks.java", |
| 2738 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetBufferedOutputStream.java", |
| 2739 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetChunkedOutputStream.java", |
| 2740 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetFixedModeOutputStream.java", |
| 2741 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetHttpURLConnection.java", |
| 2742 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetHttpURLStreamHandler.java", |
| 2743 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetInputStream.java", |
| 2744 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetOutputStream.java", |
| 2745 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetURLStreamHandlerFactory.java", |
| 2746 | "components/cronet/android/java/src/org/chromium/net/urlconnection/MessageLoop.java", |
| 2747 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 2748 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 2749 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 2750 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 2751 | "net/android/java/src/org/chromium/net/ChromiumNetworkAdapter.java", |
| 2752 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 2753 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 2754 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 2755 | "net/android/java/src/org/chromium/net/HttpNegotiateConstants.java", |
| 2756 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 2757 | "net/android/java/src/org/chromium/net/MimeTypeFilter.java", |
| 2758 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 2759 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 2760 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 2761 | "net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java", |
| 2762 | "net/android/java/src/org/chromium/net/NetworkTrafficAnnotationTag.java", |
| 2763 | "net/android/java/src/org/chromium/net/ProxyBroadcastReceiver.java", |
| 2764 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 2765 | "net/android/java/src/org/chromium/net/RegistrationPolicyAlwaysRegister.java", |
| 2766 | "net/android/java/src/org/chromium/net/RegistrationPolicyApplicationStatus.java", |
| 2767 | "net/android/java/src/org/chromium/net/ThreadStatsUid.java", |
| 2768 | "net/android/java/src/org/chromium/net/X509Util.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 2769 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
Motomu Utsumi | e3ce770 | 2022-11-10 16:22:11 +0900 | [diff] [blame] | 2770 | ], |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2771 | cmd: "current_dir=`basename \\`pwd\\``; " + |
| 2772 | "for f in $(in); " + |
| 2773 | "do " + |
| 2774 | "echo \"../$$current_dir/$$f\" >> $(genDir)/java.sources; " + |
| 2775 | "done; " + |
Motomu Utsumi | 9ca466b | 2022-11-10 17:12:29 +0900 | [diff] [blame] | 2776 | "python3 $(location base/android/jni_generator/jni_registration_generator.py) --srcjar-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2777 | "$(genDir)/components/cronet/android/cronet_jni_registration.srcjar " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2778 | "--depfile " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2779 | "$(genDir)/components/cronet/android/cronet_jni_registration.d " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2780 | "--sources-files " + |
Motomu Utsumi | 7bc2fcc | 2022-11-10 17:09:54 +0900 | [diff] [blame] | 2781 | "$(genDir)/java.sources " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2782 | "--include_test_only " + |
| 2783 | "--use_proxy_hash " + |
| 2784 | "--header-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame] | 2785 | "$(genDir)/components/cronet/android/cronet_jni_registration.h " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2786 | "--manual_jni_registration " + |
Mohannad Farrag | 7c0f098 | 2022-11-10 14:39:49 +0000 | [diff] [blame] | 2787 | ";sed -i -e 's/OUT_SOONG_.TEMP_SBOX_.*_OUT/GEN/g' " + |
Motomu Utsumi | 2a892d2 | 2022-11-10 18:03:20 +0900 | [diff] [blame] | 2788 | "$(genDir)/components/cronet/android/cronet_jni_registration.h", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2789 | out: [ |
| 2790 | "components/cronet/android/cronet_jni_registration.h", |
| 2791 | "components/cronet/android/cronet_jni_registration.srcjar", |
| 2792 | ], |
| 2793 | tool_files: [ |
| 2794 | "base/android/jni_generator/jni_generator.py", |
| 2795 | "base/android/jni_generator/jni_registration_generator.py", |
| 2796 | "build/android/gyp/util/__init__.py", |
| 2797 | "build/android/gyp/util/build_utils.py", |
| 2798 | "build/gn_helpers.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2799 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 2800 | apex_available: [ |
| 2801 | "com.android.tethering", |
| 2802 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2803 | } |
| 2804 | |
Mohannad Farrag | 7f7c9b4 | 2022-12-02 14:37:56 +0000 | [diff] [blame] | 2805 | // GN: //components/cronet/android:cronet_jni_registration |
| 2806 | java_genrule { |
| 2807 | name: "cronet_aml_components_cronet_android_cronet_jni_registration__java", |
| 2808 | srcs: [ |
| 2809 | "base/android/java/src/org/chromium/base/ActivityState.java", |
| 2810 | "base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java", |
| 2811 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 2812 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 2813 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 2814 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 2815 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 2816 | "base/android/java/src/org/chromium/base/ByteArrayGenerator.java", |
| 2817 | "base/android/java/src/org/chromium/base/Callback.java", |
| 2818 | "base/android/java/src/org/chromium/base/CallbackController.java", |
| 2819 | "base/android/java/src/org/chromium/base/CollectionUtil.java", |
| 2820 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 2821 | "base/android/java/src/org/chromium/base/CommandLineInitUtil.java", |
| 2822 | "base/android/java/src/org/chromium/base/Consumer.java", |
| 2823 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 2824 | "base/android/java/src/org/chromium/base/ContextUtils.java", |
| 2825 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 2826 | "base/android/java/src/org/chromium/base/DiscardableReferencePool.java", |
| 2827 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 2828 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 2829 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 2830 | "base/android/java/src/org/chromium/base/Features.java", |
| 2831 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 2832 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 2833 | "base/android/java/src/org/chromium/base/Function.java", |
| 2834 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 2835 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 2836 | "base/android/java/src/org/chromium/base/IntentUtils.java", |
| 2837 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 2838 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 2839 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
| 2840 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2841 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2842 | "base/android/java/src/org/chromium/base/LifetimeAssert.java", |
| 2843 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 2844 | "base/android/java/src/org/chromium/base/Log.java", |
| 2845 | "base/android/java/src/org/chromium/base/MathUtils.java", |
| 2846 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
| 2847 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2848 | "base/android/java/src/org/chromium/base/ObserverList.java", |
| 2849 | "base/android/java/src/org/chromium/base/PackageManagerUtils.java", |
| 2850 | "base/android/java/src/org/chromium/base/PackageUtils.java", |
| 2851 | "base/android/java/src/org/chromium/base/PathService.java", |
| 2852 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 2853 | "base/android/java/src/org/chromium/base/PiiElider.java", |
| 2854 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 2855 | "base/android/java/src/org/chromium/base/PowerMonitorForQ.java", |
| 2856 | "base/android/java/src/org/chromium/base/Predicate.java", |
| 2857 | "base/android/java/src/org/chromium/base/Promise.java", |
| 2858 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 2859 | "base/android/java/src/org/chromium/base/StreamUtil.java", |
| 2860 | "base/android/java/src/org/chromium/base/StrictModeContext.java", |
| 2861 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 2862 | "base/android/java/src/org/chromium/base/TimeUtils.java", |
| 2863 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 2864 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 2865 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 2866 | "base/android/java/src/org/chromium/base/UnownedUserData.java", |
| 2867 | "base/android/java/src/org/chromium/base/UnownedUserDataHost.java", |
| 2868 | "base/android/java/src/org/chromium/base/UnownedUserDataKey.java", |
| 2869 | "base/android/java/src/org/chromium/base/UserData.java", |
| 2870 | "base/android/java/src/org/chromium/base/UserDataHost.java", |
| 2871 | "base/android/java/src/org/chromium/base/WrappedClassLoader.java", |
| 2872 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2873 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2874 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2875 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2876 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2877 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2878 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2879 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2880 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2881 | "base/android/java/src/org/chromium/base/compat/ApiHelperForM.java", |
| 2882 | "base/android/java/src/org/chromium/base/compat/ApiHelperForN.java", |
| 2883 | "base/android/java/src/org/chromium/base/compat/ApiHelperForO.java", |
| 2884 | "base/android/java/src/org/chromium/base/compat/ApiHelperForOMR1.java", |
| 2885 | "base/android/java/src/org/chromium/base/compat/ApiHelperForP.java", |
| 2886 | "base/android/java/src/org/chromium/base/compat/ApiHelperForQ.java", |
| 2887 | "base/android/java/src/org/chromium/base/compat/ApiHelperForR.java", |
| 2888 | "base/android/java/src/org/chromium/base/compat/ApiHelperForS.java", |
| 2889 | "base/android/java/src/org/chromium/base/jank_tracker/DummyJankTracker.java", |
| 2890 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetrics.java", |
| 2891 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetricsListener.java", |
| 2892 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetricsStore.java", |
| 2893 | "base/android/java/src/org/chromium/base/jank_tracker/JankActivityTracker.java", |
| 2894 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricCalculator.java", |
| 2895 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 2896 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetrics.java", |
| 2897 | "base/android/java/src/org/chromium/base/jank_tracker/JankReportingRunnable.java", |
| 2898 | "base/android/java/src/org/chromium/base/jank_tracker/JankReportingScheduler.java", |
| 2899 | "base/android/java/src/org/chromium/base/jank_tracker/JankScenario.java", |
| 2900 | "base/android/java/src/org/chromium/base/jank_tracker/JankTracker.java", |
| 2901 | "base/android/java/src/org/chromium/base/jank_tracker/JankTrackerImpl.java", |
| 2902 | "base/android/java/src/org/chromium/base/library_loader/LegacyLinker.java", |
| 2903 | "base/android/java/src/org/chromium/base/library_loader/Linker.java", |
| 2904 | "base/android/java/src/org/chromium/base/library_loader/LinkerJni.java", |
| 2905 | "base/android/java/src/org/chromium/base/library_loader/LoaderErrors.java", |
| 2906 | "base/android/java/src/org/chromium/base/library_loader/ModernLinker.java", |
| 2907 | "base/android/java/src/org/chromium/base/library_loader/ModernLinkerJni.java", |
| 2908 | "base/android/java/src/org/chromium/base/library_loader/NativeLibraryPreloader.java", |
| 2909 | "base/android/java/src/org/chromium/base/library_loader/ProcessInitException.java", |
| 2910 | "base/android/java/src/org/chromium/base/lifetime/DestroyChecker.java", |
| 2911 | "base/android/java/src/org/chromium/base/lifetime/Destroyable.java", |
| 2912 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 2913 | "base/android/java/src/org/chromium/base/memory/MemoryPressureCallback.java", |
| 2914 | "base/android/java/src/org/chromium/base/memory/MemoryPressureMonitor.java", |
| 2915 | "base/android/java/src/org/chromium/base/memory/MemoryPressureUma.java", |
| 2916 | "base/android/java/src/org/chromium/base/memory/MemoryPurgeManager.java", |
| 2917 | "base/android/java/src/org/chromium/base/metrics/CachingUmaRecorder.java", |
| 2918 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 2919 | "base/android/java/src/org/chromium/base/metrics/NoopUmaRecorder.java", |
| 2920 | "base/android/java/src/org/chromium/base/metrics/RecordHistogram.java", |
| 2921 | "base/android/java/src/org/chromium/base/metrics/RecordUserAction.java", |
| 2922 | "base/android/java/src/org/chromium/base/metrics/ScopedSysTraceEvent.java", |
| 2923 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 2924 | "base/android/java/src/org/chromium/base/metrics/TimingMetric.java", |
| 2925 | "base/android/java/src/org/chromium/base/metrics/UmaRecorder.java", |
| 2926 | "base/android/java/src/org/chromium/base/metrics/UmaRecorderHolder.java", |
| 2927 | "base/android/java/src/org/chromium/base/multidex/ChromiumMultiDexInstaller.java", |
| 2928 | "base/android/java/src/org/chromium/base/process_launcher/BindService.java", |
| 2929 | "base/android/java/src/org/chromium/base/process_launcher/ChildConnectionAllocator.java", |
| 2930 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessConnection.java", |
| 2931 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessConstants.java", |
| 2932 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessLauncher.java", |
| 2933 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessServiceDelegate.java", |
| 2934 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnection.java", |
| 2935 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionDelegate.java", |
| 2936 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionFactory.java", |
| 2937 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionImpl.java", |
| 2938 | "base/android/java/src/org/chromium/base/process_launcher/FileDescriptorInfo.java", |
| 2939 | "base/android/java/src/org/chromium/base/supplier/BooleanSupplier.java", |
| 2940 | "base/android/java/src/org/chromium/base/supplier/DestroyableObservableSupplier.java", |
| 2941 | "base/android/java/src/org/chromium/base/supplier/ObservableSupplier.java", |
| 2942 | "base/android/java/src/org/chromium/base/supplier/ObservableSupplierImpl.java", |
| 2943 | "base/android/java/src/org/chromium/base/supplier/OneShotCallback.java", |
| 2944 | "base/android/java/src/org/chromium/base/supplier/OneshotSupplier.java", |
| 2945 | "base/android/java/src/org/chromium/base/supplier/OneshotSupplierImpl.java", |
| 2946 | "base/android/java/src/org/chromium/base/supplier/Supplier.java", |
| 2947 | "base/android/java/src/org/chromium/base/supplier/UnownedUserDataSupplier.java", |
| 2948 | "base/android/java/src/org/chromium/base/task/AsyncTask.java", |
| 2949 | "base/android/java/src/org/chromium/base/task/BackgroundOnlyAsyncTask.java", |
| 2950 | "base/android/java/src/org/chromium/base/task/ChainedTasks.java", |
| 2951 | "base/android/java/src/org/chromium/base/task/ChoreographerTaskRunner.java", |
| 2952 | "base/android/java/src/org/chromium/base/task/ChromeThreadPoolExecutor.java", |
| 2953 | "base/android/java/src/org/chromium/base/task/DefaultTaskExecutor.java", |
| 2954 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 2955 | "base/android/java/src/org/chromium/base/task/SequencedTaskRunner.java", |
| 2956 | "base/android/java/src/org/chromium/base/task/SequencedTaskRunnerImpl.java", |
| 2957 | "base/android/java/src/org/chromium/base/task/SerialExecutor.java", |
| 2958 | "base/android/java/src/org/chromium/base/task/SingleThreadTaskRunner.java", |
| 2959 | "base/android/java/src/org/chromium/base/task/SingleThreadTaskRunnerImpl.java", |
| 2960 | "base/android/java/src/org/chromium/base/task/TaskExecutor.java", |
| 2961 | "base/android/java/src/org/chromium/base/task/TaskRunner.java", |
| 2962 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 2963 | "base/android/java/src/org/chromium/base/task/TaskTraits.java", |
| 2964 | "base/android/java/src/org/chromium/base/task/TaskTraitsExtensionDescriptor.java", |
| 2965 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2966 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2967 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2968 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2969 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2970 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2971 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2972 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
| 2973 | "components/cronet/android/api/src/org/chromium/net/BidirectionalStream.java", |
| 2974 | "components/cronet/android/api/src/org/chromium/net/CallbackException.java", |
| 2975 | "components/cronet/android/api/src/org/chromium/net/CronetEngine.java", |
| 2976 | "components/cronet/android/api/src/org/chromium/net/CronetException.java", |
| 2977 | "components/cronet/android/api/src/org/chromium/net/CronetProvider.java", |
| 2978 | "components/cronet/android/api/src/org/chromium/net/ExperimentalBidirectionalStream.java", |
| 2979 | "components/cronet/android/api/src/org/chromium/net/ExperimentalCronetEngine.java", |
| 2980 | "components/cronet/android/api/src/org/chromium/net/ExperimentalUrlRequest.java", |
| 2981 | "components/cronet/android/api/src/org/chromium/net/ICronetEngineBuilder.java", |
| 2982 | "components/cronet/android/api/src/org/chromium/net/InlineExecutionProhibitedException.java", |
| 2983 | "components/cronet/android/api/src/org/chromium/net/NetworkException.java", |
| 2984 | "components/cronet/android/api/src/org/chromium/net/NetworkQualityRttListener.java", |
| 2985 | "components/cronet/android/api/src/org/chromium/net/NetworkQualityThroughputListener.java", |
| 2986 | "components/cronet/android/api/src/org/chromium/net/QuicException.java", |
| 2987 | "components/cronet/android/api/src/org/chromium/net/RequestFinishedInfo.java", |
| 2988 | "components/cronet/android/api/src/org/chromium/net/UploadDataProvider.java", |
| 2989 | "components/cronet/android/api/src/org/chromium/net/UploadDataProviders.java", |
| 2990 | "components/cronet/android/api/src/org/chromium/net/UploadDataSink.java", |
| 2991 | "components/cronet/android/api/src/org/chromium/net/UrlRequest.java", |
| 2992 | "components/cronet/android/api/src/org/chromium/net/UrlResponseInfo.java", |
| 2993 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ByteArrayCronetCallback.java", |
| 2994 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ContentTypeParametersParser.java", |
| 2995 | "components/cronet/android/api/src/org/chromium/net/apihelpers/CronetRequestCompletionListener.java", |
| 2996 | "components/cronet/android/api/src/org/chromium/net/apihelpers/CronetResponse.java", |
| 2997 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ImplicitFlowControlCallback.java", |
| 2998 | "components/cronet/android/api/src/org/chromium/net/apihelpers/InMemoryTransformCronetCallback.java", |
| 2999 | "components/cronet/android/api/src/org/chromium/net/apihelpers/JsonCronetCallback.java", |
| 3000 | "components/cronet/android/api/src/org/chromium/net/apihelpers/RedirectHandler.java", |
| 3001 | "components/cronet/android/api/src/org/chromium/net/apihelpers/RedirectHandlers.java", |
| 3002 | "components/cronet/android/api/src/org/chromium/net/apihelpers/StringCronetCallback.java", |
| 3003 | "components/cronet/android/api/src/org/chromium/net/apihelpers/UploadDataProviders.java", |
| 3004 | "components/cronet/android/api/src/org/chromium/net/apihelpers/UrlRequestCallbacks.java", |
| 3005 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetController.java", |
| 3006 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetEngine.java", |
| 3007 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetProvider.java", |
| 3008 | "components/cronet/android/fake/java/org/chromium/net/test/FakeUrlRequest.java", |
| 3009 | "components/cronet/android/fake/java/org/chromium/net/test/FakeUrlResponse.java", |
| 3010 | "components/cronet/android/fake/java/org/chromium/net/test/ResponseMatcher.java", |
| 3011 | "components/cronet/android/fake/java/org/chromium/net/test/UrlResponseMatcher.java", |
| 3012 | "components/cronet/android/java/src/org/chromium/net/impl/BidirectionalStreamBuilderImpl.java", |
| 3013 | "components/cronet/android/java/src/org/chromium/net/impl/BidirectionalStreamNetworkException.java", |
| 3014 | "components/cronet/android/java/src/org/chromium/net/impl/CallbackExceptionImpl.java", |
| 3015 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 3016 | "components/cronet/android/java/src/org/chromium/net/impl/CronetEngineBase.java", |
| 3017 | "components/cronet/android/java/src/org/chromium/net/impl/CronetEngineBuilderImpl.java", |
| 3018 | "components/cronet/android/java/src/org/chromium/net/impl/CronetExceptionImpl.java", |
| 3019 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 3020 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLogger.java", |
| 3021 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLoggerFactory.java", |
| 3022 | "components/cronet/android/java/src/org/chromium/net/impl/CronetManifest.java", |
| 3023 | "components/cronet/android/java/src/org/chromium/net/impl/CronetMetrics.java", |
| 3024 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
| 3025 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
| 3026 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 3027 | "components/cronet/android/java/src/org/chromium/net/impl/InputStreamChannel.java", |
| 3028 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetEngine.java", |
| 3029 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetEngineBuilderImpl.java", |
| 3030 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetProvider.java", |
| 3031 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUploadDataSinkBase.java", |
| 3032 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequest.java", |
| 3033 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequestUtils.java", |
| 3034 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetEngineBuilderImpl.java", |
| 3035 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetEngineBuilderWithLibraryLoaderImpl.java", |
| 3036 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetProvider.java", |
| 3037 | "components/cronet/android/java/src/org/chromium/net/impl/NetworkExceptionImpl.java", |
| 3038 | "components/cronet/android/java/src/org/chromium/net/impl/NoOpLogger.java", |
| 3039 | "components/cronet/android/java/src/org/chromium/net/impl/Preconditions.java", |
| 3040 | "components/cronet/android/java/src/org/chromium/net/impl/QuicExceptionImpl.java", |
| 3041 | "components/cronet/android/java/src/org/chromium/net/impl/RequestFinishedInfoImpl.java", |
| 3042 | "components/cronet/android/java/src/org/chromium/net/impl/UrlRequestBase.java", |
| 3043 | "components/cronet/android/java/src/org/chromium/net/impl/UrlRequestBuilderImpl.java", |
| 3044 | "components/cronet/android/java/src/org/chromium/net/impl/UrlResponseInfoImpl.java", |
| 3045 | "components/cronet/android/java/src/org/chromium/net/impl/UserAgent.java", |
| 3046 | "components/cronet/android/java/src/org/chromium/net/impl/VersionSafeCallbacks.java", |
| 3047 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetBufferedOutputStream.java", |
| 3048 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetChunkedOutputStream.java", |
| 3049 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetFixedModeOutputStream.java", |
| 3050 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetHttpURLConnection.java", |
| 3051 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetHttpURLStreamHandler.java", |
| 3052 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetInputStream.java", |
| 3053 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetOutputStream.java", |
| 3054 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetURLStreamHandlerFactory.java", |
| 3055 | "components/cronet/android/java/src/org/chromium/net/urlconnection/MessageLoop.java", |
| 3056 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 3057 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 3058 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 3059 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 3060 | "net/android/java/src/org/chromium/net/ChromiumNetworkAdapter.java", |
| 3061 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 3062 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 3063 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 3064 | "net/android/java/src/org/chromium/net/HttpNegotiateConstants.java", |
| 3065 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 3066 | "net/android/java/src/org/chromium/net/MimeTypeFilter.java", |
| 3067 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 3068 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 3069 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 3070 | "net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java", |
| 3071 | "net/android/java/src/org/chromium/net/NetworkTrafficAnnotationTag.java", |
| 3072 | "net/android/java/src/org/chromium/net/ProxyBroadcastReceiver.java", |
| 3073 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 3074 | "net/android/java/src/org/chromium/net/RegistrationPolicyAlwaysRegister.java", |
| 3075 | "net/android/java/src/org/chromium/net/RegistrationPolicyApplicationStatus.java", |
| 3076 | "net/android/java/src/org/chromium/net/ThreadStatsUid.java", |
| 3077 | "net/android/java/src/org/chromium/net/X509Util.java", |
| 3078 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 3079 | ], |
| 3080 | cmd: "current_dir=`basename \\`pwd\\``; " + |
| 3081 | "for f in $(in); " + |
| 3082 | "do " + |
| 3083 | "echo \"../$$current_dir/$$f\" >> $(genDir)/java.sources; " + |
| 3084 | "done; " + |
| 3085 | "python3 $(location base/android/jni_generator/jni_registration_generator.py) --srcjar-path " + |
| 3086 | "$(genDir)/components/cronet/android/cronet_jni_registration.srcjar " + |
| 3087 | "--depfile " + |
| 3088 | "$(genDir)/components/cronet/android/cronet_jni_registration.d " + |
| 3089 | "--sources-files " + |
| 3090 | "$(genDir)/java.sources " + |
| 3091 | "--include_test_only " + |
| 3092 | "--use_proxy_hash " + |
| 3093 | "--header-path " + |
| 3094 | "$(genDir)/components/cronet/android/cronet_jni_registration.h " + |
| 3095 | "--manual_jni_registration " + |
| 3096 | ";sed -i -e 's/OUT_SOONG_.TEMP_SBOX_.*_OUT/GEN/g' " + |
| 3097 | "$(genDir)/components/cronet/android/cronet_jni_registration.h", |
| 3098 | out: [ |
| 3099 | "components/cronet/android/cronet_jni_registration.srcjar", |
| 3100 | ], |
| 3101 | tool_files: [ |
| 3102 | "base/android/jni_generator/jni_generator.py", |
| 3103 | "base/android/jni_generator/jni_registration_generator.py", |
| 3104 | "build/android/gyp/util/__init__.py", |
| 3105 | "build/android/gyp/util/build_utils.py", |
| 3106 | "build/gn_helpers.py", |
| 3107 | ], |
| 3108 | } |
| 3109 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3110 | // GN: //components/cronet/android:cronet_static |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3111 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3112 | name: "cronet_aml_components_cronet_android_cronet_static", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3113 | srcs: [ |
| 3114 | "components/cronet/android/cronet_bidirectional_stream_adapter.cc", |
| 3115 | "components/cronet/android/cronet_context_adapter.cc", |
| 3116 | "components/cronet/android/cronet_library_loader.cc", |
| 3117 | "components/cronet/android/cronet_upload_data_stream_adapter.cc", |
| 3118 | "components/cronet/android/cronet_url_request_adapter.cc", |
| 3119 | "components/cronet/android/io_buffer_with_byte_buffer.cc", |
| 3120 | "components/cronet/android/url_request_error.cc", |
| 3121 | ], |
| 3122 | shared_libs: [ |
| 3123 | "libandroid", |
| 3124 | "liblog", |
| 3125 | ], |
| 3126 | static_libs: [ |
| 3127 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 3128 | "cronet_aml_base_base", |
| 3129 | "cronet_aml_base_base_static", |
| 3130 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3131 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 3132 | "cronet_aml_components_prefs_prefs", |
| 3133 | "cronet_aml_crypto_crypto", |
| 3134 | "cronet_aml_net_net", |
| 3135 | "cronet_aml_net_preload_decoder", |
| 3136 | "cronet_aml_net_third_party_quiche_quiche", |
| 3137 | "cronet_aml_net_uri_template", |
| 3138 | "cronet_aml_third_party_boringssl_boringssl", |
| 3139 | "cronet_aml_third_party_brotli_common", |
| 3140 | "cronet_aml_third_party_brotli_dec", |
| 3141 | "cronet_aml_third_party_icu_icui18n", |
| 3142 | "cronet_aml_third_party_icu_icuuc_private", |
| 3143 | "cronet_aml_third_party_libevent_libevent", |
| 3144 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 3145 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 3146 | "cronet_aml_third_party_zlib_zlib", |
| 3147 | "cronet_aml_url_url", |
| 3148 | ], |
| 3149 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3150 | "cronet_aml_base_debugging_buildflags", |
| 3151 | "cronet_aml_base_logging_buildflags", |
| 3152 | "cronet_aml_build_chromeos_buildflags", |
| 3153 | "cronet_aml_components_cronet_android_buildflags", |
| 3154 | "cronet_aml_components_cronet_android_cronet_jni_headers", |
| 3155 | "cronet_aml_components_cronet_android_cronet_jni_registration", |
| 3156 | "cronet_aml_components_cronet_cronet_buildflags", |
| 3157 | "cronet_aml_components_cronet_cronet_version_header_action", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3158 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3159 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3160 | ], |
| 3161 | defaults: [ |
| 3162 | "cronet_aml_defaults", |
| 3163 | ], |
| 3164 | cflags: [ |
| 3165 | "-DANDROID", |
| 3166 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3167 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3168 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3169 | "-DDCHECK_ALWAYS_ON=1", |
| 3170 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3171 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3172 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3173 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3174 | "-DHAVE_PTHREAD", |
| 3175 | "-DHAVE_SYS_UIO_H", |
| 3176 | "-D_DEBUG", |
| 3177 | "-D_GNU_SOURCE", |
| 3178 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3179 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3180 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3181 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3182 | "-D__STDC_CONSTANT_MACROS", |
| 3183 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3184 | ], |
| 3185 | local_include_dirs: [ |
| 3186 | "./", |
| 3187 | "buildtools/third_party/libc++/", |
| 3188 | "buildtools/third_party/libc++/trunk/include", |
| 3189 | "buildtools/third_party/libc++abi/trunk/include", |
| 3190 | "components/cronet/native/generated/", |
| 3191 | "components/cronet/native/include/", |
| 3192 | "components/grpc_support/include/", |
| 3193 | "net/third_party/quiche/overrides/", |
| 3194 | "net/third_party/quiche/src/", |
| 3195 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3196 | "third_party/abseil-cpp/", |
| 3197 | "third_party/boringssl/src/include/", |
| 3198 | "third_party/protobuf/src/", |
| 3199 | "third_party/zlib/", |
| 3200 | ], |
| 3201 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3202 | target: { |
| 3203 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3204 | cflags: [ |
| 3205 | "-msse3", |
| 3206 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3207 | }, |
| 3208 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3209 | cflags: [ |
| 3210 | "-msse3", |
| 3211 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3212 | }, |
| 3213 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3214 | } |
| 3215 | |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3216 | // GN: //components/cronet/android:http_cache_type_java |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3217 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3218 | name: "cronet_aml_components_cronet_android_http_cache_type_java", |
| 3219 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 3220 | "$(out) " + |
| 3221 | "$(location components/cronet/url_request_context_config.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3222 | out: [ |
| 3223 | "components/cronet/android/http_cache_type_java.srcjar", |
| 3224 | ], |
| 3225 | tool_files: [ |
| 3226 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 3227 | "build/android/gyp/util/__init__.py", |
| 3228 | "build/android/gyp/util/build_utils.py", |
| 3229 | "build/android/gyp/util/java_cpp_utils.py", |
| 3230 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3231 | "components/cronet/url_request_context_config.h", |
| 3232 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3233 | } |
| 3234 | |
| 3235 | // GN: //components/cronet/android:implementation_api_version |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3236 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3237 | name: "cronet_aml_components_cronet_android_implementation_api_version", |
| 3238 | cmd: "$(location build/util/version.py) -f " + |
| 3239 | "$(location chrome/VERSION) " + |
| 3240 | "-f " + |
| 3241 | "$(location build/util/LASTCHANGE) " + |
| 3242 | "-e " + |
Mohannad Farrag | 2569734 | 2022-12-02 18:01:48 +0000 | [diff] [blame] | 3243 | "'API_LEVEL=20' " + |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3244 | "-o " + |
| 3245 | "$(out) " + |
| 3246 | "$(location components/cronet/android/java/src/org/chromium/net/impl/ImplVersion.template)", |
| 3247 | out: [ |
| 3248 | "components/cronet/android/templates/org/chromium/net/impl/ImplVersion.java", |
| 3249 | ], |
| 3250 | tool_files: [ |
| 3251 | "build/util/LASTCHANGE", |
| 3252 | "build/util/android_chrome_version.py", |
| 3253 | "build/util/version.py", |
| 3254 | "chrome/VERSION", |
| 3255 | "components/cronet/android/java/src/org/chromium/net/impl/ImplVersion.template", |
| 3256 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3257 | } |
| 3258 | |
| 3259 | // GN: //components/cronet/android:integrated_mode_state |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3260 | genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3261 | name: "cronet_aml_components_cronet_android_integrated_mode_state", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3262 | srcs: [ |
| 3263 | ":cronet_aml_components_cronet_android_integrated_mode_state_preprocess", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3264 | ], |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3265 | tools: [ |
| 3266 | "soong_zip", |
| 3267 | ], |
| 3268 | cmd: "cp $(in) $(genDir)/IntegratedModeState.java && " + |
| 3269 | "$(location soong_zip) -o $(out) -srcjar -f $(genDir)/IntegratedModeState.java", |
| 3270 | out: [ |
| 3271 | "IntegratedModeState.srcjar", |
| 3272 | ], |
| 3273 | } |
| 3274 | |
| 3275 | // GN: //components/cronet/android:integrated_mode_state |
| 3276 | cc_object { |
| 3277 | name: "cronet_aml_components_cronet_android_integrated_mode_state_preprocess", |
| 3278 | srcs: [ |
| 3279 | ":cronet_aml_components_cronet_android_integrated_mode_state_rename", |
| 3280 | ], |
| 3281 | cflags: [ |
| 3282 | "-DANDROID", |
| 3283 | "-E", |
| 3284 | "-P", |
| 3285 | ], |
Motomu Utsumi | 4fb65c7 | 2022-12-09 17:08:48 +0900 | [diff] [blame] | 3286 | compile_multilib: "first", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3287 | } |
| 3288 | |
| 3289 | // GN: //components/cronet/android:integrated_mode_state |
| 3290 | genrule { |
| 3291 | name: "cronet_aml_components_cronet_android_integrated_mode_state_rename", |
| 3292 | srcs: [ |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3293 | "components/cronet/android/java/src/org/chromium/net/impl/IntegratedModeState.template", |
| 3294 | ], |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3295 | cmd: "cp $(in) $(out)", |
| 3296 | out: [ |
| 3297 | "IntegratedModeState.cc", |
| 3298 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3299 | } |
| 3300 | |
| 3301 | // GN: //components/cronet/android:interface_api_version |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3302 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3303 | name: "cronet_aml_components_cronet_android_interface_api_version", |
| 3304 | cmd: "$(location build/util/version.py) -f " + |
| 3305 | "$(location chrome/VERSION) " + |
| 3306 | "-f " + |
| 3307 | "$(location build/util/LASTCHANGE) " + |
| 3308 | "-e " + |
Mohannad Farrag | 2569734 | 2022-12-02 18:01:48 +0000 | [diff] [blame] | 3309 | "'API_LEVEL=20' " + |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3310 | "-o " + |
| 3311 | "$(out) " + |
| 3312 | "$(location components/cronet/android/api/src/org/chromium/net/ApiVersion.template)", |
| 3313 | out: [ |
| 3314 | "components/cronet/android/templates/org/chromium/net/ApiVersion.java", |
| 3315 | ], |
| 3316 | tool_files: [ |
| 3317 | "build/util/LASTCHANGE", |
| 3318 | "build/util/android_chrome_version.py", |
| 3319 | "build/util/version.py", |
| 3320 | "chrome/VERSION", |
| 3321 | "components/cronet/android/api/src/org/chromium/net/ApiVersion.template", |
| 3322 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3323 | } |
| 3324 | |
| 3325 | // GN: //components/cronet/android:load_states_list |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3326 | genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3327 | name: "cronet_aml_components_cronet_android_load_states_list", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3328 | srcs: [ |
| 3329 | ":cronet_aml_components_cronet_android_load_states_list_preprocess", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3330 | ], |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3331 | tools: [ |
| 3332 | "soong_zip", |
| 3333 | ], |
| 3334 | cmd: "cp $(in) $(genDir)/LoadState.java && " + |
| 3335 | "$(location soong_zip) -o $(out) -srcjar -f $(genDir)/LoadState.java", |
| 3336 | out: [ |
| 3337 | "LoadState.srcjar", |
| 3338 | ], |
| 3339 | } |
| 3340 | |
| 3341 | // GN: //components/cronet/android:load_states_list |
| 3342 | cc_object { |
| 3343 | name: "cronet_aml_components_cronet_android_load_states_list_preprocess", |
| 3344 | srcs: [ |
| 3345 | ":cronet_aml_components_cronet_android_load_states_list_rename", |
| 3346 | ], |
| 3347 | cflags: [ |
| 3348 | "-DANDROID", |
| 3349 | "-E", |
| 3350 | "-P", |
| 3351 | ], |
Motomu Utsumi | 4fb65c7 | 2022-12-09 17:08:48 +0900 | [diff] [blame] | 3352 | compile_multilib: "first", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3353 | } |
| 3354 | |
| 3355 | // GN: //components/cronet/android:load_states_list |
| 3356 | genrule { |
| 3357 | name: "cronet_aml_components_cronet_android_load_states_list_rename", |
| 3358 | srcs: [ |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3359 | "components/cronet/android/java/src/org/chromium/net/impl/LoadState.template", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 3360 | ], |
| 3361 | cmd: "cp $(in) $(out)", |
| 3362 | out: [ |
| 3363 | "LoadState.cc", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3364 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3365 | } |
| 3366 | |
| 3367 | // GN: //components/cronet/android:net_idempotency_java |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3368 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3369 | name: "cronet_aml_components_cronet_android_net_idempotency_java", |
| 3370 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 3371 | "$(out) " + |
| 3372 | "$(location net/base/idempotency.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3373 | out: [ |
| 3374 | "components/cronet/android/net_idempotency_java.srcjar", |
| 3375 | ], |
| 3376 | tool_files: [ |
| 3377 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 3378 | "build/android/gyp/util/__init__.py", |
| 3379 | "build/android/gyp/util/build_utils.py", |
| 3380 | "build/android/gyp/util/java_cpp_utils.py", |
| 3381 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3382 | "net/base/idempotency.h", |
| 3383 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3384 | } |
| 3385 | |
| 3386 | // GN: //components/cronet/android:net_request_priority_java |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3387 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3388 | name: "cronet_aml_components_cronet_android_net_request_priority_java", |
| 3389 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 3390 | "$(out) " + |
| 3391 | "$(location net/base/request_priority.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3392 | out: [ |
| 3393 | "components/cronet/android/net_request_priority_java.srcjar", |
| 3394 | ], |
| 3395 | tool_files: [ |
| 3396 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 3397 | "build/android/gyp/util/__init__.py", |
| 3398 | "build/android/gyp/util/build_utils.py", |
| 3399 | "build/android/gyp/util/java_cpp_utils.py", |
| 3400 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3401 | "net/base/request_priority.h", |
| 3402 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3403 | } |
| 3404 | |
| 3405 | // GN: //components/cronet/android:network_quality_observation_source_java |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3406 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3407 | name: "cronet_aml_components_cronet_android_network_quality_observation_source_java", |
| 3408 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 3409 | "$(out) " + |
| 3410 | "$(location net/nqe/network_quality_observation_source.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3411 | out: [ |
| 3412 | "components/cronet/android/network_quality_observation_source_java.srcjar", |
| 3413 | ], |
| 3414 | tool_files: [ |
| 3415 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 3416 | "build/android/gyp/util/__init__.py", |
| 3417 | "build/android/gyp/util/build_utils.py", |
| 3418 | "build/android/gyp/util/java_cpp_utils.py", |
| 3419 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3420 | "net/nqe/network_quality_observation_source.h", |
| 3421 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3422 | } |
| 3423 | |
| 3424 | // GN: //components/cronet/android:rtt_throughput_values_java |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3425 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3426 | name: "cronet_aml_components_cronet_android_rtt_throughput_values_java", |
| 3427 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 3428 | "$(out) " + |
| 3429 | "$(location net/nqe/network_quality.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3430 | out: [ |
| 3431 | "components/cronet/android/rtt_throughput_values_java.srcjar", |
| 3432 | ], |
| 3433 | tool_files: [ |
| 3434 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 3435 | "build/android/gyp/util/__init__.py", |
| 3436 | "build/android/gyp/util/build_utils.py", |
| 3437 | "build/android/gyp/util/java_cpp_utils.py", |
| 3438 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3439 | "net/nqe/network_quality.h", |
| 3440 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3441 | } |
| 3442 | |
| 3443 | // GN: //components/cronet/android:url_request_error_java |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 3444 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3445 | name: "cronet_aml_components_cronet_android_url_request_error_java", |
| 3446 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 3447 | "$(out) " + |
| 3448 | "$(location components/cronet/android/url_request_error.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3449 | out: [ |
| 3450 | "components/cronet/android/url_request_error_java.srcjar", |
| 3451 | ], |
| 3452 | tool_files: [ |
| 3453 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 3454 | "build/android/gyp/util/__init__.py", |
| 3455 | "build/android/gyp/util/build_utils.py", |
| 3456 | "build/android/gyp/util/java_cpp_utils.py", |
| 3457 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3458 | "components/cronet/android/url_request_error.h", |
| 3459 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 3460 | } |
| 3461 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3462 | // GN: //components/cronet:cronet_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 3463 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3464 | name: "cronet_aml_components_cronet_cronet_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3465 | cmd: "echo '--flags DISABLE_HISTOGRAM_SUPPORT=\"false\"' | " + |
| 3466 | "$(location build/write_buildflag_header.py) --output " + |
| 3467 | "$(out) " + |
| 3468 | "--rulename " + |
| 3469 | "//components/cronet:cronet_buildflags " + |
| 3470 | "--gen-dir " + |
| 3471 | ". " + |
| 3472 | "--definitions " + |
| 3473 | "/dev/stdin", |
| 3474 | out: [ |
| 3475 | "components/cronet/cronet_buildflags.h", |
| 3476 | ], |
| 3477 | tool_files: [ |
| 3478 | "build/write_buildflag_header.py", |
| 3479 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 3480 | apex_available: [ |
| 3481 | "com.android.tethering", |
| 3482 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3483 | } |
| 3484 | |
| 3485 | // GN: //components/cronet:cronet_common |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3486 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3487 | name: "cronet_aml_components_cronet_cronet_common", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3488 | srcs: [ |
| 3489 | "components/cronet/cronet_context.cc", |
| 3490 | "components/cronet/cronet_prefs_manager.cc", |
| 3491 | "components/cronet/cronet_upload_data_stream.cc", |
| 3492 | "components/cronet/cronet_url_request.cc", |
| 3493 | "components/cronet/host_cache_persistence_manager.cc", |
| 3494 | "components/cronet/stale_host_resolver.cc", |
| 3495 | "components/cronet/url_request_context_config.cc", |
| 3496 | ], |
| 3497 | shared_libs: [ |
| 3498 | "libandroid", |
| 3499 | "liblog", |
| 3500 | ], |
| 3501 | static_libs: [ |
| 3502 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 3503 | "cronet_aml_base_base", |
| 3504 | "cronet_aml_base_base_static", |
| 3505 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3506 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 3507 | "cronet_aml_components_prefs_prefs", |
| 3508 | "cronet_aml_crypto_crypto", |
| 3509 | "cronet_aml_net_net", |
| 3510 | "cronet_aml_net_preload_decoder", |
| 3511 | "cronet_aml_net_third_party_quiche_quiche", |
| 3512 | "cronet_aml_net_uri_template", |
| 3513 | "cronet_aml_third_party_boringssl_boringssl", |
| 3514 | "cronet_aml_third_party_brotli_common", |
| 3515 | "cronet_aml_third_party_brotli_dec", |
| 3516 | "cronet_aml_third_party_icu_icui18n", |
| 3517 | "cronet_aml_third_party_icu_icuuc_private", |
| 3518 | "cronet_aml_third_party_libevent_libevent", |
| 3519 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 3520 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 3521 | "cronet_aml_third_party_zlib_zlib", |
| 3522 | "cronet_aml_url_url", |
| 3523 | ], |
| 3524 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3525 | "cronet_aml_components_cronet_cronet_buildflags", |
| 3526 | "cronet_aml_components_cronet_cronet_version_header_action", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3527 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 3528 | ], |
| 3529 | defaults: [ |
| 3530 | "cronet_aml_defaults", |
| 3531 | ], |
| 3532 | cflags: [ |
| 3533 | "-DANDROID", |
| 3534 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3535 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3536 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3537 | "-DDCHECK_ALWAYS_ON=1", |
| 3538 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3539 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3540 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3541 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3542 | "-DHAVE_PTHREAD", |
| 3543 | "-DHAVE_SYS_UIO_H", |
| 3544 | "-D_DEBUG", |
| 3545 | "-D_GNU_SOURCE", |
| 3546 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3547 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3548 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3549 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3550 | "-D__STDC_CONSTANT_MACROS", |
| 3551 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3552 | ], |
| 3553 | local_include_dirs: [ |
| 3554 | "./", |
| 3555 | "buildtools/third_party/libc++/", |
| 3556 | "buildtools/third_party/libc++/trunk/include", |
| 3557 | "buildtools/third_party/libc++abi/trunk/include", |
| 3558 | "net/third_party/quiche/overrides/", |
| 3559 | "net/third_party/quiche/src/", |
| 3560 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3561 | "third_party/abseil-cpp/", |
| 3562 | "third_party/boringssl/src/include/", |
| 3563 | "third_party/protobuf/src/", |
| 3564 | ], |
| 3565 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3566 | target: { |
| 3567 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3568 | cflags: [ |
| 3569 | "-msse3", |
| 3570 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3571 | }, |
| 3572 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3573 | cflags: [ |
| 3574 | "-msse3", |
| 3575 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3576 | }, |
| 3577 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3578 | } |
| 3579 | |
| 3580 | // GN: //components/cronet:cronet_version_header |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3581 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3582 | name: "cronet_aml_components_cronet_cronet_version_header", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3583 | generated_headers: [ |
| 3584 | "cronet_aml_components_cronet_cronet_version_header_action", |
| 3585 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3586 | defaults: [ |
| 3587 | "cronet_aml_defaults", |
| 3588 | ], |
| 3589 | cflags: [ |
| 3590 | "-DANDROID", |
| 3591 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3592 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3593 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3594 | "-DDCHECK_ALWAYS_ON=1", |
| 3595 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3596 | "-DHAVE_SYS_UIO_H", |
| 3597 | "-D_DEBUG", |
| 3598 | "-D_GNU_SOURCE", |
| 3599 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3600 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3601 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3602 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3603 | "-D__STDC_CONSTANT_MACROS", |
| 3604 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3605 | ], |
| 3606 | local_include_dirs: [ |
| 3607 | "./", |
| 3608 | "buildtools/third_party/libc++/", |
| 3609 | "buildtools/third_party/libc++/trunk/include", |
| 3610 | "buildtools/third_party/libc++abi/trunk/include", |
| 3611 | ], |
| 3612 | cpp_std: "c++20", |
| 3613 | target: { |
| 3614 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3615 | cflags: [ |
| 3616 | "-msse3", |
| 3617 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3618 | }, |
| 3619 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3620 | cflags: [ |
| 3621 | "-msse3", |
| 3622 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3623 | }, |
| 3624 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3625 | } |
| 3626 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3627 | // GN: //components/cronet:cronet_version_header_action |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 3628 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3629 | name: "cronet_aml_components_cronet_cronet_version_header_action", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3630 | cmd: "$(location build/util/version.py) -f " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 3631 | "$(location chrome/VERSION) " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3632 | "-e " + |
Mohannad Farrag | 2569734 | 2022-12-02 18:01:48 +0000 | [diff] [blame] | 3633 | "'VERSION_FULL=\"%s.%s.%s.%s\" % (MAJOR,MINOR,BUILD,PATCH)' " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3634 | "-o " + |
Motomu Utsumi | 438f2c2 | 2022-11-09 18:16:40 +0900 | [diff] [blame] | 3635 | "$(out) " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 3636 | "$(location components/cronet/version.h.in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3637 | out: [ |
| 3638 | "components/cronet/version.h", |
| 3639 | ], |
| 3640 | tool_files: [ |
| 3641 | "build/util/LASTCHANGE", |
Motomu Utsumi | b0a49e4 | 2022-11-09 18:12:27 +0900 | [diff] [blame] | 3642 | "build/util/android_chrome_version.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3643 | "build/util/version.py", |
| 3644 | "chrome/VERSION", |
| 3645 | "components/cronet/version.h.in", |
| 3646 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 3647 | apex_available: [ |
| 3648 | "com.android.tethering", |
| 3649 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3650 | } |
| 3651 | |
| 3652 | // GN: //components/cronet:metrics_util |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3653 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3654 | name: "cronet_aml_components_cronet_metrics_util", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3655 | srcs: [ |
| 3656 | "components/cronet/metrics_util.cc", |
| 3657 | ], |
| 3658 | shared_libs: [ |
| 3659 | "libandroid", |
| 3660 | "liblog", |
| 3661 | ], |
| 3662 | static_libs: [ |
| 3663 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 3664 | "cronet_aml_base_base", |
| 3665 | "cronet_aml_base_base_static", |
| 3666 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3667 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 3668 | "cronet_aml_third_party_boringssl_boringssl", |
| 3669 | "cronet_aml_third_party_icu_icui18n", |
| 3670 | "cronet_aml_third_party_icu_icuuc_private", |
| 3671 | "cronet_aml_third_party_libevent_libevent", |
| 3672 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 3673 | ], |
| 3674 | defaults: [ |
| 3675 | "cronet_aml_defaults", |
| 3676 | ], |
| 3677 | cflags: [ |
| 3678 | "-DANDROID", |
| 3679 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3680 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3681 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3682 | "-DDCHECK_ALWAYS_ON=1", |
| 3683 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3684 | "-DHAVE_SYS_UIO_H", |
| 3685 | "-D_DEBUG", |
| 3686 | "-D_GNU_SOURCE", |
| 3687 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3688 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3689 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3690 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3691 | "-D__STDC_CONSTANT_MACROS", |
| 3692 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3693 | ], |
| 3694 | local_include_dirs: [ |
| 3695 | "./", |
| 3696 | "buildtools/third_party/libc++/", |
| 3697 | "buildtools/third_party/libc++/trunk/include", |
| 3698 | "buildtools/third_party/libc++abi/trunk/include", |
| 3699 | "third_party/abseil-cpp/", |
| 3700 | "third_party/boringssl/src/include/", |
| 3701 | ], |
| 3702 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3703 | target: { |
| 3704 | android_x86: { |
| 3705 | cflags: [ |
| 3706 | "-msse3", |
| 3707 | ], |
| 3708 | }, |
| 3709 | android_x86_64: { |
| 3710 | cflags: [ |
| 3711 | "-msse3", |
| 3712 | ], |
| 3713 | }, |
| 3714 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3715 | } |
| 3716 | |
| 3717 | // GN: //components/cronet/native:cronet_native_headers |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3718 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3719 | name: "cronet_aml_components_cronet_native_cronet_native_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3720 | shared_libs: [ |
| 3721 | "libandroid", |
| 3722 | "liblog", |
| 3723 | ], |
| 3724 | static_libs: [ |
| 3725 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 3726 | "cronet_aml_base_base", |
| 3727 | "cronet_aml_base_base_static", |
| 3728 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3729 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 3730 | "cronet_aml_third_party_boringssl_boringssl", |
| 3731 | "cronet_aml_third_party_icu_icui18n", |
| 3732 | "cronet_aml_third_party_icu_icuuc_private", |
| 3733 | "cronet_aml_third_party_libevent_libevent", |
| 3734 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 3735 | ], |
| 3736 | defaults: [ |
| 3737 | "cronet_aml_defaults", |
| 3738 | ], |
| 3739 | cflags: [ |
| 3740 | "-DANDROID", |
| 3741 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3742 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3743 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3744 | "-DDCHECK_ALWAYS_ON=1", |
| 3745 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3746 | "-DHAVE_SYS_UIO_H", |
| 3747 | "-D_DEBUG", |
| 3748 | "-D_GNU_SOURCE", |
| 3749 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3750 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3751 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3752 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3753 | "-D__STDC_CONSTANT_MACROS", |
| 3754 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3755 | ], |
| 3756 | local_include_dirs: [ |
| 3757 | "./", |
| 3758 | "buildtools/third_party/libc++/", |
| 3759 | "buildtools/third_party/libc++/trunk/include", |
| 3760 | "buildtools/third_party/libc++abi/trunk/include", |
| 3761 | "components/cronet/native/generated/", |
| 3762 | "components/cronet/native/include/", |
| 3763 | "components/grpc_support/include/", |
| 3764 | "third_party/abseil-cpp/", |
| 3765 | "third_party/boringssl/src/include/", |
| 3766 | ], |
| 3767 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3768 | target: { |
| 3769 | android_x86: { |
| 3770 | cflags: [ |
| 3771 | "-msse3", |
| 3772 | ], |
| 3773 | }, |
| 3774 | android_x86_64: { |
| 3775 | cflags: [ |
| 3776 | "-msse3", |
| 3777 | ], |
| 3778 | }, |
| 3779 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3780 | } |
| 3781 | |
| 3782 | // GN: //components/cronet/native:cronet_native_impl |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3783 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3784 | name: "cronet_aml_components_cronet_native_cronet_native_impl", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3785 | srcs: [ |
| 3786 | "components/cronet/native/buffer.cc", |
| 3787 | "components/cronet/native/engine.cc", |
| 3788 | "components/cronet/native/generated/cronet.idl_impl_interface.cc", |
| 3789 | "components/cronet/native/generated/cronet.idl_impl_struct.cc", |
| 3790 | "components/cronet/native/io_buffer_with_cronet_buffer.cc", |
| 3791 | "components/cronet/native/native_metrics_util.cc", |
| 3792 | "components/cronet/native/runnables.cc", |
| 3793 | "components/cronet/native/upload_data_sink.cc", |
| 3794 | "components/cronet/native/url_request.cc", |
| 3795 | ], |
| 3796 | shared_libs: [ |
| 3797 | "libandroid", |
| 3798 | "liblog", |
| 3799 | ], |
| 3800 | static_libs: [ |
| 3801 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 3802 | "cronet_aml_base_base", |
| 3803 | "cronet_aml_base_base_static", |
| 3804 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3805 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 3806 | "cronet_aml_components_prefs_prefs", |
| 3807 | "cronet_aml_crypto_crypto", |
| 3808 | "cronet_aml_net_net", |
| 3809 | "cronet_aml_net_preload_decoder", |
| 3810 | "cronet_aml_net_third_party_quiche_quiche", |
| 3811 | "cronet_aml_net_uri_template", |
| 3812 | "cronet_aml_third_party_boringssl_boringssl", |
| 3813 | "cronet_aml_third_party_brotli_common", |
| 3814 | "cronet_aml_third_party_brotli_dec", |
| 3815 | "cronet_aml_third_party_icu_icui18n", |
| 3816 | "cronet_aml_third_party_icu_icuuc_private", |
| 3817 | "cronet_aml_third_party_libevent_libevent", |
| 3818 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 3819 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 3820 | "cronet_aml_third_party_zlib_zlib", |
| 3821 | "cronet_aml_url_url", |
| 3822 | ], |
| 3823 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 3824 | "cronet_aml_components_cronet_cronet_buildflags", |
| 3825 | "cronet_aml_components_cronet_cronet_version_header_action", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3826 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 3827 | ], |
| 3828 | defaults: [ |
| 3829 | "cronet_aml_defaults", |
| 3830 | ], |
| 3831 | cflags: [ |
| 3832 | "-DANDROID", |
| 3833 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3834 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3835 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3836 | "-DDCHECK_ALWAYS_ON=1", |
| 3837 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3838 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3839 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3840 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3841 | "-DHAVE_PTHREAD", |
| 3842 | "-DHAVE_SYS_UIO_H", |
| 3843 | "-D_DEBUG", |
| 3844 | "-D_GNU_SOURCE", |
| 3845 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3846 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3847 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3848 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3849 | "-D__STDC_CONSTANT_MACROS", |
| 3850 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3851 | ], |
| 3852 | local_include_dirs: [ |
| 3853 | "./", |
| 3854 | "buildtools/third_party/libc++/", |
| 3855 | "buildtools/third_party/libc++/trunk/include", |
| 3856 | "buildtools/third_party/libc++abi/trunk/include", |
| 3857 | "components/cronet/native/generated/", |
| 3858 | "components/cronet/native/include/", |
| 3859 | "components/grpc_support/include/", |
| 3860 | "net/third_party/quiche/overrides/", |
| 3861 | "net/third_party/quiche/src/", |
| 3862 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3863 | "third_party/abseil-cpp/", |
| 3864 | "third_party/boringssl/src/include/", |
| 3865 | "third_party/protobuf/src/", |
| 3866 | ], |
| 3867 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3868 | target: { |
| 3869 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3870 | cflags: [ |
| 3871 | "-msse3", |
| 3872 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3873 | }, |
| 3874 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3875 | cflags: [ |
| 3876 | "-msse3", |
| 3877 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 3878 | }, |
| 3879 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3880 | } |
| 3881 | |
| 3882 | // GN: //components/grpc_support:grpc_support |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3883 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3884 | name: "cronet_aml_components_grpc_support_grpc_support", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3885 | srcs: [ |
| 3886 | "components/grpc_support/bidirectional_stream.cc", |
| 3887 | "components/grpc_support/bidirectional_stream_c.cc", |
| 3888 | ], |
| 3889 | shared_libs: [ |
| 3890 | "libandroid", |
| 3891 | "liblog", |
| 3892 | ], |
| 3893 | static_libs: [ |
| 3894 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 3895 | "cronet_aml_base_base", |
| 3896 | "cronet_aml_base_base_static", |
| 3897 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 3898 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 3899 | "cronet_aml_crypto_crypto", |
| 3900 | "cronet_aml_net_net", |
| 3901 | "cronet_aml_net_preload_decoder", |
| 3902 | "cronet_aml_net_third_party_quiche_quiche", |
| 3903 | "cronet_aml_net_uri_template", |
| 3904 | "cronet_aml_third_party_boringssl_boringssl", |
| 3905 | "cronet_aml_third_party_brotli_common", |
| 3906 | "cronet_aml_third_party_brotli_dec", |
| 3907 | "cronet_aml_third_party_icu_icui18n", |
| 3908 | "cronet_aml_third_party_icu_icuuc_private", |
| 3909 | "cronet_aml_third_party_libevent_libevent", |
| 3910 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 3911 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 3912 | "cronet_aml_third_party_zlib_zlib", |
| 3913 | "cronet_aml_url_url", |
| 3914 | ], |
| 3915 | defaults: [ |
| 3916 | "cronet_aml_defaults", |
| 3917 | ], |
| 3918 | cflags: [ |
| 3919 | "-DANDROID", |
| 3920 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3921 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3922 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3923 | "-DDCHECK_ALWAYS_ON=1", |
| 3924 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3925 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3926 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3927 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3928 | "-DHAVE_PTHREAD", |
| 3929 | "-DHAVE_SYS_UIO_H", |
| 3930 | "-D_DEBUG", |
| 3931 | "-D_GNU_SOURCE", |
| 3932 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3933 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3934 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3935 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3936 | "-D__STDC_CONSTANT_MACROS", |
| 3937 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3938 | ], |
| 3939 | local_include_dirs: [ |
| 3940 | "./", |
| 3941 | "buildtools/third_party/libc++/", |
| 3942 | "buildtools/third_party/libc++/trunk/include", |
| 3943 | "buildtools/third_party/libc++abi/trunk/include", |
| 3944 | "net/third_party/quiche/overrides/", |
| 3945 | "net/third_party/quiche/src/", |
| 3946 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3947 | "third_party/abseil-cpp/", |
| 3948 | "third_party/boringssl/src/include/", |
| 3949 | "third_party/protobuf/src/", |
| 3950 | ], |
| 3951 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3952 | target: { |
| 3953 | android_x86: { |
| 3954 | cflags: [ |
| 3955 | "-msse3", |
| 3956 | ], |
| 3957 | }, |
| 3958 | android_x86_64: { |
| 3959 | cflags: [ |
| 3960 | "-msse3", |
| 3961 | ], |
| 3962 | }, |
| 3963 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3964 | } |
| 3965 | |
| 3966 | // GN: //components/grpc_support:headers |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3967 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 3968 | name: "cronet_aml_components_grpc_support_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3969 | defaults: [ |
| 3970 | "cronet_aml_defaults", |
| 3971 | ], |
| 3972 | cflags: [ |
| 3973 | "-DANDROID", |
| 3974 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3975 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3976 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3977 | "-DDCHECK_ALWAYS_ON=1", |
| 3978 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3979 | "-DHAVE_SYS_UIO_H", |
| 3980 | "-D_DEBUG", |
| 3981 | "-D_GNU_SOURCE", |
| 3982 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3983 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3984 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3985 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3986 | "-D__STDC_CONSTANT_MACROS", |
| 3987 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 3988 | ], |
| 3989 | local_include_dirs: [ |
| 3990 | "./", |
| 3991 | "buildtools/third_party/libc++/", |
| 3992 | "buildtools/third_party/libc++/trunk/include", |
| 3993 | "buildtools/third_party/libc++abi/trunk/include", |
| 3994 | ], |
| 3995 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 3996 | target: { |
| 3997 | android_x86: { |
| 3998 | cflags: [ |
| 3999 | "-msse3", |
| 4000 | ], |
| 4001 | }, |
| 4002 | android_x86_64: { |
| 4003 | cflags: [ |
| 4004 | "-msse3", |
| 4005 | ], |
| 4006 | }, |
| 4007 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4008 | } |
| 4009 | |
| 4010 | // GN: //components/metrics:library_support |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4011 | cc_object { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4012 | name: "cronet_aml_components_metrics_library_support", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4013 | srcs: [ |
| 4014 | ":cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 4015 | "components/metrics/histogram_encoder.cc", |
| 4016 | "components/metrics/library_support/histogram_manager.cc", |
| 4017 | ], |
| 4018 | shared_libs: [ |
| 4019 | "libandroid", |
| 4020 | "liblog", |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 4021 | "libprotobuf-cpp-lite", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4022 | ], |
| 4023 | static_libs: [ |
| 4024 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 4025 | "cronet_aml_base_base", |
| 4026 | "cronet_aml_base_base_static", |
| 4027 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4028 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 4029 | "cronet_aml_third_party_boringssl_boringssl", |
| 4030 | "cronet_aml_third_party_icu_icui18n", |
| 4031 | "cronet_aml_third_party_icu_icuuc_private", |
| 4032 | "cronet_aml_third_party_libevent_libevent", |
| 4033 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 4034 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 4035 | ], |
| 4036 | generated_headers: [ |
| 4037 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 4038 | ], |
| 4039 | defaults: [ |
| 4040 | "cronet_aml_defaults", |
| 4041 | ], |
| 4042 | cflags: [ |
| 4043 | "-DANDROID", |
| 4044 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4045 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4046 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4047 | "-DDCHECK_ALWAYS_ON=1", |
| 4048 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4049 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 4050 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 4051 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 4052 | "-DHAVE_PTHREAD", |
| 4053 | "-DHAVE_SYS_UIO_H", |
| 4054 | "-D_DEBUG", |
| 4055 | "-D_GNU_SOURCE", |
| 4056 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4057 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4058 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4059 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4060 | "-D__STDC_CONSTANT_MACROS", |
| 4061 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4062 | ], |
| 4063 | local_include_dirs: [ |
| 4064 | "./", |
| 4065 | "buildtools/third_party/libc++/", |
| 4066 | "buildtools/third_party/libc++/trunk/include", |
| 4067 | "buildtools/third_party/libc++abi/trunk/include", |
| 4068 | "third_party/abseil-cpp/", |
| 4069 | "third_party/boringssl/src/include/", |
| 4070 | "third_party/protobuf/src/", |
| 4071 | ], |
| 4072 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4073 | target: { |
| 4074 | android_x86: { |
| 4075 | cflags: [ |
| 4076 | "-msse3", |
| 4077 | ], |
| 4078 | }, |
| 4079 | android_x86_64: { |
| 4080 | cflags: [ |
| 4081 | "-msse3", |
| 4082 | ], |
| 4083 | }, |
| 4084 | }, |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4085 | } |
| 4086 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4087 | // GN: //components/prefs/android:jni_headers |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 4088 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4089 | name: "cronet_aml_components_prefs_android_jni_headers", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4090 | srcs: [ |
| 4091 | "components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java", |
| 4092 | ], |
| 4093 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 4094 | "long " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4095 | "--output_dir " + |
| 4096 | "$(genDir)/components/prefs/android/jni_headers " + |
| 4097 | "--includes " + |
| 4098 | "base/android/jni_generator/jni_generator_helper.h " + |
| 4099 | "--use_proxy_hash " + |
| 4100 | "--output_name " + |
| 4101 | "PrefService_jni.h " + |
| 4102 | "--input_file " + |
| 4103 | "$(location components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java)", |
| 4104 | out: [ |
| 4105 | "components/prefs/android/jni_headers/PrefService_jni.h", |
| 4106 | ], |
| 4107 | tool_files: [ |
| 4108 | "base/android/jni_generator/android_jar.classes", |
| 4109 | "base/android/jni_generator/jni_generator.py", |
| 4110 | "build/android/gyp/util/__init__.py", |
| 4111 | "build/android/gyp/util/build_utils.py", |
| 4112 | "build/gn_helpers.py", |
| 4113 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 4114 | apex_available: [ |
| 4115 | "com.android.tethering", |
| 4116 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4117 | } |
| 4118 | |
| 4119 | // GN: //components/prefs:prefs |
| 4120 | cc_library_static { |
| 4121 | name: "cronet_aml_components_prefs_prefs", |
| 4122 | srcs: [ |
| 4123 | "components/prefs/android/pref_service_android.cc", |
| 4124 | "components/prefs/command_line_pref_store.cc", |
| 4125 | "components/prefs/default_pref_store.cc", |
| 4126 | "components/prefs/in_memory_pref_store.cc", |
| 4127 | "components/prefs/json_pref_store.cc", |
| 4128 | "components/prefs/overlay_user_pref_store.cc", |
| 4129 | "components/prefs/persistent_pref_store.cc", |
| 4130 | "components/prefs/pref_change_registrar.cc", |
| 4131 | "components/prefs/pref_member.cc", |
| 4132 | "components/prefs/pref_notifier_impl.cc", |
| 4133 | "components/prefs/pref_registry.cc", |
| 4134 | "components/prefs/pref_registry_simple.cc", |
| 4135 | "components/prefs/pref_service.cc", |
| 4136 | "components/prefs/pref_service_factory.cc", |
| 4137 | "components/prefs/pref_store.cc", |
| 4138 | "components/prefs/pref_value_map.cc", |
| 4139 | "components/prefs/pref_value_store.cc", |
| 4140 | "components/prefs/scoped_user_pref_update.cc", |
| 4141 | "components/prefs/segregated_pref_store.cc", |
| 4142 | "components/prefs/value_map_pref_store.cc", |
| 4143 | "components/prefs/writeable_pref_store.cc", |
| 4144 | ], |
| 4145 | shared_libs: [ |
| 4146 | "libandroid", |
| 4147 | "liblog", |
| 4148 | ], |
| 4149 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4150 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4151 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4152 | "cronet_aml_base_base_static", |
| 4153 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4154 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4155 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4156 | "cronet_aml_third_party_icu_icui18n", |
| 4157 | "cronet_aml_third_party_icu_icuuc_private", |
| 4158 | "cronet_aml_third_party_libevent_libevent", |
| 4159 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4160 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4161 | generated_headers: [ |
| 4162 | "cronet_aml_base_debugging_buildflags", |
| 4163 | "cronet_aml_base_logging_buildflags", |
| 4164 | "cronet_aml_build_chromeos_buildflags", |
| 4165 | "cronet_aml_components_prefs_android_jni_headers", |
| 4166 | ], |
| 4167 | export_generated_headers: [ |
| 4168 | "cronet_aml_base_debugging_buildflags", |
| 4169 | "cronet_aml_base_logging_buildflags", |
| 4170 | "cronet_aml_build_chromeos_buildflags", |
| 4171 | "cronet_aml_components_prefs_android_jni_headers", |
| 4172 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4173 | defaults: [ |
| 4174 | "cronet_aml_defaults", |
| 4175 | ], |
| 4176 | cflags: [ |
| 4177 | "-DANDROID", |
| 4178 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4179 | "-DCOMPONENTS_PREFS_IMPLEMENTATION", |
| 4180 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4181 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4182 | "-DDCHECK_ALWAYS_ON=1", |
| 4183 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4184 | "-DHAVE_SYS_UIO_H", |
| 4185 | "-D_DEBUG", |
| 4186 | "-D_GNU_SOURCE", |
| 4187 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4188 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4189 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4190 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4191 | "-D__STDC_CONSTANT_MACROS", |
| 4192 | "-D__STDC_FORMAT_MACROS", |
| 4193 | ], |
| 4194 | local_include_dirs: [ |
| 4195 | "./", |
| 4196 | "buildtools/third_party/libc++/", |
| 4197 | "buildtools/third_party/libc++/trunk/include", |
| 4198 | "buildtools/third_party/libc++abi/trunk/include", |
| 4199 | "third_party/abseil-cpp/", |
| 4200 | "third_party/boringssl/src/include/", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4201 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 4202 | cpp_std: "c++20", |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 4203 | target: { |
| 4204 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4205 | cflags: [ |
| 4206 | "-msse3", |
| 4207 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 4208 | }, |
| 4209 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4210 | cflags: [ |
| 4211 | "-msse3", |
| 4212 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 4213 | }, |
| 4214 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4215 | } |
| 4216 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4217 | // GN: //crypto:buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 4218 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4219 | name: "cronet_aml_crypto_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 4220 | cmd: "echo '--flags USE_NSS_CERTS=\"false\"' | " + |
| 4221 | "$(location build/write_buildflag_header.py) --output " + |
| 4222 | "$(out) " + |
| 4223 | "--rulename " + |
| 4224 | "//crypto:buildflags " + |
| 4225 | "--gen-dir " + |
| 4226 | ". " + |
| 4227 | "--definitions " + |
| 4228 | "/dev/stdin", |
| 4229 | out: [ |
| 4230 | "crypto/crypto_buildflags.h", |
| 4231 | ], |
| 4232 | tool_files: [ |
| 4233 | "build/write_buildflag_header.py", |
| 4234 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 4235 | apex_available: [ |
| 4236 | "com.android.tethering", |
| 4237 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 4238 | } |
| 4239 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4240 | // GN: //crypto:crypto |
| 4241 | cc_library_static { |
| 4242 | name: "cronet_aml_crypto_crypto", |
| 4243 | srcs: [ |
| 4244 | "crypto/aead.cc", |
| 4245 | "crypto/ec_private_key.cc", |
| 4246 | "crypto/ec_signature_creator.cc", |
| 4247 | "crypto/ec_signature_creator_impl.cc", |
| 4248 | "crypto/encryptor.cc", |
| 4249 | "crypto/hkdf.cc", |
| 4250 | "crypto/hmac.cc", |
| 4251 | "crypto/openssl_util.cc", |
| 4252 | "crypto/p224_spake.cc", |
| 4253 | "crypto/random.cc", |
| 4254 | "crypto/rsa_private_key.cc", |
| 4255 | "crypto/secure_hash.cc", |
| 4256 | "crypto/secure_util.cc", |
| 4257 | "crypto/sha2.cc", |
| 4258 | "crypto/signature_creator.cc", |
| 4259 | "crypto/signature_verifier.cc", |
| 4260 | "crypto/symmetric_key.cc", |
| 4261 | "crypto/unexportable_key.cc", |
| 4262 | "crypto/unexportable_key_metrics.cc", |
| 4263 | ], |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 4264 | shared_libs: [ |
| 4265 | "libandroid", |
| 4266 | "liblog", |
| 4267 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4268 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4269 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4270 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4271 | "cronet_aml_base_base_static", |
| 4272 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4273 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 4274 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 4275 | "cronet_aml_third_party_icu_icui18n", |
| 4276 | "cronet_aml_third_party_icu_icuuc_private", |
| 4277 | "cronet_aml_third_party_libevent_libevent", |
| 4278 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4279 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4280 | generated_headers: [ |
| 4281 | "cronet_aml_crypto_buildflags", |
| 4282 | ], |
| 4283 | export_generated_headers: [ |
| 4284 | "cronet_aml_crypto_buildflags", |
| 4285 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4286 | defaults: [ |
| 4287 | "cronet_aml_defaults", |
| 4288 | ], |
| 4289 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 4290 | "-DANDROID", |
| 4291 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4292 | "-DCRYPTO_IMPLEMENTATION", |
| 4293 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4294 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4295 | "-DDCHECK_ALWAYS_ON=1", |
| 4296 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 4297 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4298 | "-D_DEBUG", |
| 4299 | "-D_GNU_SOURCE", |
| 4300 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4301 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4302 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4303 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4304 | "-D__STDC_CONSTANT_MACROS", |
| 4305 | "-D__STDC_FORMAT_MACROS", |
| 4306 | ], |
| 4307 | local_include_dirs: [ |
| 4308 | "./", |
| 4309 | "buildtools/third_party/libc++/", |
| 4310 | "buildtools/third_party/libc++/trunk/include", |
| 4311 | "buildtools/third_party/libc++abi/trunk/include", |
| 4312 | "third_party/abseil-cpp/", |
| 4313 | "third_party/boringssl/src/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4314 | ], |
| 4315 | cpp_std: "c++20", |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 4316 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 4317 | android_x86: { |
| 4318 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4319 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 4320 | ], |
| 4321 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 4322 | android_x86_64: { |
| 4323 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4324 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 4325 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 4326 | }, |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 4327 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4328 | } |
| 4329 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4330 | // GN: //gn:default_deps |
| 4331 | cc_defaults { |
| 4332 | name: "cronet_aml_defaults", |
| 4333 | cflags: [ |
Patrick Rohr | 3ce7477 | 2022-11-11 14:19:58 -0800 | [diff] [blame] | 4334 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4335 | "-O2", |
Motomu Utsumi | ba02094 | 2022-11-14 15:15:41 +0900 | [diff] [blame] | 4336 | "-Wno-ambiguous-reversed-operator", |
Mohannad Farrag | d98a96d | 2022-11-10 14:56:19 +0000 | [diff] [blame] | 4337 | "-Wno-deprecated-non-prototype", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4338 | "-Wno-error=return-type", |
Patrick Rohr | 5c70002 | 2022-11-08 19:33:07 -0800 | [diff] [blame] | 4339 | "-Wno-macro-redefined", |
Patrick Rohr | 9806515 | 2022-10-31 14:49:58 -0700 | [diff] [blame] | 4340 | "-Wno-missing-field-initializers", |
Patrick Rohr | 3a1ec1d | 2022-10-31 13:30:17 -0700 | [diff] [blame] | 4341 | "-Wno-non-virtual-dtor", |
Mohannad Farrag | 54d5244 | 2022-11-21 16:27:02 +0000 | [diff] [blame] | 4342 | "-Wno-null-pointer-subtraction", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4343 | "-Wno-sign-compare", |
| 4344 | "-Wno-sign-promo", |
Motomu Utsumi | b1ec878 | 2022-11-14 15:25:57 +0900 | [diff] [blame] | 4345 | "-Wno-unreachable-code-loop-increment", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4346 | "-Wno-unused-parameter", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4347 | "-fPIC", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4348 | "-fvisibility=hidden", |
| 4349 | ], |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 4350 | stl: "none", |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 4351 | apex_available: [ |
| 4352 | "com.android.tethering", |
| 4353 | ], |
| 4354 | min_sdk_version: "29", |
Patrick Rohr | 5446df8 | 2022-11-18 14:54:55 -0800 | [diff] [blame] | 4355 | target: { |
Patrick Rohr | c03f1bb | 2022-11-18 16:13:17 -0800 | [diff] [blame] | 4356 | android: { |
| 4357 | header_libs: [ |
| 4358 | "jni_headers", |
| 4359 | "media_ndk_headers", |
| 4360 | ], |
| 4361 | }, |
Patrick Rohr | 5446df8 | 2022-11-18 14:54:55 -0800 | [diff] [blame] | 4362 | host: { |
| 4363 | cflags: [ |
| 4364 | "-UANDROID", |
| 4365 | ], |
| 4366 | }, |
| 4367 | }, |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4368 | } |
| 4369 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4370 | // GN: //ipc:param_traits |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4371 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4372 | name: "cronet_aml_ipc_param_traits", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4373 | defaults: [ |
| 4374 | "cronet_aml_defaults", |
| 4375 | ], |
| 4376 | cflags: [ |
| 4377 | "-DANDROID", |
| 4378 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4379 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4380 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4381 | "-DDCHECK_ALWAYS_ON=1", |
| 4382 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4383 | "-DHAVE_SYS_UIO_H", |
| 4384 | "-D_DEBUG", |
| 4385 | "-D_GNU_SOURCE", |
| 4386 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4387 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4388 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4389 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4390 | "-D__STDC_CONSTANT_MACROS", |
| 4391 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4392 | ], |
| 4393 | local_include_dirs: [ |
| 4394 | "./", |
| 4395 | "buildtools/third_party/libc++/", |
| 4396 | "buildtools/third_party/libc++/trunk/include", |
| 4397 | "buildtools/third_party/libc++abi/trunk/include", |
| 4398 | ], |
| 4399 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4400 | target: { |
| 4401 | android_x86: { |
| 4402 | cflags: [ |
| 4403 | "-msse3", |
| 4404 | ], |
| 4405 | }, |
| 4406 | android_x86_64: { |
| 4407 | cflags: [ |
| 4408 | "-msse3", |
| 4409 | ], |
| 4410 | }, |
| 4411 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4412 | } |
| 4413 | |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 4414 | // GN: //gn:java |
| 4415 | java_library { |
| 4416 | name: "cronet_aml_java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 4417 | srcs: [ |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 4418 | ":cronet_aml_base_base_android_java_enums_srcjar", |
| 4419 | ":cronet_aml_base_java_features_srcjar", |
| 4420 | ":cronet_aml_base_java_switches_srcjar", |
| 4421 | ":cronet_aml_build_android_build_config_gen", |
| 4422 | ":cronet_aml_build_android_native_libraries_gen", |
| 4423 | ":cronet_aml_components_cronet_android_cronet_jni_registration__java", |
| 4424 | ":cronet_aml_components_cronet_android_http_cache_type_java", |
| 4425 | ":cronet_aml_components_cronet_android_implementation_api_version", |
| 4426 | ":cronet_aml_components_cronet_android_integrated_mode_state", |
| 4427 | ":cronet_aml_components_cronet_android_interface_api_version", |
| 4428 | ":cronet_aml_components_cronet_android_load_states_list", |
| 4429 | ":cronet_aml_components_cronet_android_net_idempotency_java", |
| 4430 | ":cronet_aml_components_cronet_android_net_request_priority_java", |
| 4431 | ":cronet_aml_components_cronet_android_network_quality_observation_source_java", |
| 4432 | ":cronet_aml_components_cronet_android_rtt_throughput_values_java", |
| 4433 | ":cronet_aml_components_cronet_android_url_request_error_java", |
| 4434 | ":cronet_aml_net_android_net_android_java_enums_srcjar", |
| 4435 | ":cronet_aml_net_android_net_errors_java", |
| 4436 | ":cronet_aml_net_effective_connection_type_java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 4437 | "base/android/java/src/org/chromium/base/ActivityState.java", |
| 4438 | "base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java", |
| 4439 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 4440 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 4441 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 4442 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 4443 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 4444 | "base/android/java/src/org/chromium/base/ByteArrayGenerator.java", |
| 4445 | "base/android/java/src/org/chromium/base/Callback.java", |
| 4446 | "base/android/java/src/org/chromium/base/CallbackController.java", |
| 4447 | "base/android/java/src/org/chromium/base/CollectionUtil.java", |
| 4448 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 4449 | "base/android/java/src/org/chromium/base/CommandLineInitUtil.java", |
| 4450 | "base/android/java/src/org/chromium/base/Consumer.java", |
| 4451 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 4452 | "base/android/java/src/org/chromium/base/ContextUtils.java", |
| 4453 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 4454 | "base/android/java/src/org/chromium/base/DiscardableReferencePool.java", |
| 4455 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 4456 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 4457 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 4458 | "base/android/java/src/org/chromium/base/Features.java", |
| 4459 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 4460 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 4461 | "base/android/java/src/org/chromium/base/Function.java", |
| 4462 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 4463 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 4464 | "base/android/java/src/org/chromium/base/IntentUtils.java", |
| 4465 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 4466 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 4467 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 4468 | "base/android/java/src/org/chromium/base/JniException.java", |
| 4469 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 4470 | "base/android/java/src/org/chromium/base/LifetimeAssert.java", |
| 4471 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 4472 | "base/android/java/src/org/chromium/base/Log.java", |
| 4473 | "base/android/java/src/org/chromium/base/MathUtils.java", |
| 4474 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 4475 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 4476 | "base/android/java/src/org/chromium/base/ObserverList.java", |
| 4477 | "base/android/java/src/org/chromium/base/PackageManagerUtils.java", |
| 4478 | "base/android/java/src/org/chromium/base/PackageUtils.java", |
| 4479 | "base/android/java/src/org/chromium/base/PathService.java", |
| 4480 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 4481 | "base/android/java/src/org/chromium/base/PiiElider.java", |
| 4482 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 4483 | "base/android/java/src/org/chromium/base/PowerMonitorForQ.java", |
| 4484 | "base/android/java/src/org/chromium/base/Predicate.java", |
| 4485 | "base/android/java/src/org/chromium/base/Promise.java", |
| 4486 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 4487 | "base/android/java/src/org/chromium/base/StreamUtil.java", |
| 4488 | "base/android/java/src/org/chromium/base/StrictModeContext.java", |
| 4489 | "base/android/java/src/org/chromium/base/SysUtils.java", |
| 4490 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 4491 | "base/android/java/src/org/chromium/base/TimeUtils.java", |
| 4492 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 4493 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 4494 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 4495 | "base/android/java/src/org/chromium/base/UnownedUserData.java", |
| 4496 | "base/android/java/src/org/chromium/base/UnownedUserDataHost.java", |
| 4497 | "base/android/java/src/org/chromium/base/UnownedUserDataKey.java", |
| 4498 | "base/android/java/src/org/chromium/base/UserData.java", |
| 4499 | "base/android/java/src/org/chromium/base/UserDataHost.java", |
| 4500 | "base/android/java/src/org/chromium/base/WrappedClassLoader.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 4501 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 4502 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 4503 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 4504 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 4505 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 4506 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 4507 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 4508 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 4509 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 4510 | "base/android/java/src/org/chromium/base/compat/ApiHelperForM.java", |
| 4511 | "base/android/java/src/org/chromium/base/compat/ApiHelperForN.java", |
| 4512 | "base/android/java/src/org/chromium/base/compat/ApiHelperForO.java", |
| 4513 | "base/android/java/src/org/chromium/base/compat/ApiHelperForOMR1.java", |
| 4514 | "base/android/java/src/org/chromium/base/compat/ApiHelperForP.java", |
| 4515 | "base/android/java/src/org/chromium/base/compat/ApiHelperForQ.java", |
| 4516 | "base/android/java/src/org/chromium/base/compat/ApiHelperForR.java", |
| 4517 | "base/android/java/src/org/chromium/base/compat/ApiHelperForS.java", |
| 4518 | "base/android/java/src/org/chromium/base/jank_tracker/DummyJankTracker.java", |
| 4519 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetrics.java", |
| 4520 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetricsListener.java", |
| 4521 | "base/android/java/src/org/chromium/base/jank_tracker/FrameMetricsStore.java", |
| 4522 | "base/android/java/src/org/chromium/base/jank_tracker/JankActivityTracker.java", |
| 4523 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricCalculator.java", |
| 4524 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 4525 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetrics.java", |
| 4526 | "base/android/java/src/org/chromium/base/jank_tracker/JankReportingRunnable.java", |
| 4527 | "base/android/java/src/org/chromium/base/jank_tracker/JankReportingScheduler.java", |
| 4528 | "base/android/java/src/org/chromium/base/jank_tracker/JankScenario.java", |
| 4529 | "base/android/java/src/org/chromium/base/jank_tracker/JankTracker.java", |
| 4530 | "base/android/java/src/org/chromium/base/jank_tracker/JankTrackerImpl.java", |
| 4531 | "base/android/java/src/org/chromium/base/library_loader/LegacyLinker.java", |
| 4532 | "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java", |
| 4533 | "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java", |
| 4534 | "base/android/java/src/org/chromium/base/library_loader/Linker.java", |
| 4535 | "base/android/java/src/org/chromium/base/library_loader/LinkerJni.java", |
| 4536 | "base/android/java/src/org/chromium/base/library_loader/LoaderErrors.java", |
| 4537 | "base/android/java/src/org/chromium/base/library_loader/ModernLinker.java", |
| 4538 | "base/android/java/src/org/chromium/base/library_loader/ModernLinkerJni.java", |
| 4539 | "base/android/java/src/org/chromium/base/library_loader/NativeLibraryPreloader.java", |
| 4540 | "base/android/java/src/org/chromium/base/library_loader/ProcessInitException.java", |
| 4541 | "base/android/java/src/org/chromium/base/lifetime/DestroyChecker.java", |
| 4542 | "base/android/java/src/org/chromium/base/lifetime/Destroyable.java", |
| 4543 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 4544 | "base/android/java/src/org/chromium/base/memory/MemoryPressureCallback.java", |
| 4545 | "base/android/java/src/org/chromium/base/memory/MemoryPressureMonitor.java", |
| 4546 | "base/android/java/src/org/chromium/base/memory/MemoryPressureUma.java", |
| 4547 | "base/android/java/src/org/chromium/base/memory/MemoryPurgeManager.java", |
| 4548 | "base/android/java/src/org/chromium/base/metrics/CachingUmaRecorder.java", |
| 4549 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 4550 | "base/android/java/src/org/chromium/base/metrics/NoopUmaRecorder.java", |
| 4551 | "base/android/java/src/org/chromium/base/metrics/RecordHistogram.java", |
| 4552 | "base/android/java/src/org/chromium/base/metrics/RecordUserAction.java", |
| 4553 | "base/android/java/src/org/chromium/base/metrics/ScopedSysTraceEvent.java", |
| 4554 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 4555 | "base/android/java/src/org/chromium/base/metrics/TimingMetric.java", |
| 4556 | "base/android/java/src/org/chromium/base/metrics/UmaRecorder.java", |
| 4557 | "base/android/java/src/org/chromium/base/metrics/UmaRecorderHolder.java", |
| 4558 | "base/android/java/src/org/chromium/base/multidex/ChromiumMultiDexInstaller.java", |
| 4559 | "base/android/java/src/org/chromium/base/process_launcher/BindService.java", |
| 4560 | "base/android/java/src/org/chromium/base/process_launcher/ChildConnectionAllocator.java", |
| 4561 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessConnection.java", |
| 4562 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessConstants.java", |
| 4563 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessLauncher.java", |
| 4564 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java", |
| 4565 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessServiceDelegate.java", |
| 4566 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnection.java", |
| 4567 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionDelegate.java", |
| 4568 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionFactory.java", |
| 4569 | "base/android/java/src/org/chromium/base/process_launcher/ChildServiceConnectionImpl.java", |
| 4570 | "base/android/java/src/org/chromium/base/process_launcher/FileDescriptorInfo.java", |
Motomu Utsumi | 6e51412 | 2022-12-05 17:51:40 +0900 | [diff] [blame] | 4571 | "base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl", |
| 4572 | "base/android/java/src/org/chromium/base/process_launcher/IParentProcess.aidl", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 4573 | "base/android/java/src/org/chromium/base/supplier/BooleanSupplier.java", |
| 4574 | "base/android/java/src/org/chromium/base/supplier/DestroyableObservableSupplier.java", |
| 4575 | "base/android/java/src/org/chromium/base/supplier/ObservableSupplier.java", |
| 4576 | "base/android/java/src/org/chromium/base/supplier/ObservableSupplierImpl.java", |
| 4577 | "base/android/java/src/org/chromium/base/supplier/OneShotCallback.java", |
| 4578 | "base/android/java/src/org/chromium/base/supplier/OneshotSupplier.java", |
| 4579 | "base/android/java/src/org/chromium/base/supplier/OneshotSupplierImpl.java", |
| 4580 | "base/android/java/src/org/chromium/base/supplier/Supplier.java", |
| 4581 | "base/android/java/src/org/chromium/base/supplier/UnownedUserDataSupplier.java", |
| 4582 | "base/android/java/src/org/chromium/base/task/AsyncTask.java", |
| 4583 | "base/android/java/src/org/chromium/base/task/BackgroundOnlyAsyncTask.java", |
| 4584 | "base/android/java/src/org/chromium/base/task/ChainedTasks.java", |
| 4585 | "base/android/java/src/org/chromium/base/task/ChoreographerTaskRunner.java", |
| 4586 | "base/android/java/src/org/chromium/base/task/ChromeThreadPoolExecutor.java", |
| 4587 | "base/android/java/src/org/chromium/base/task/DefaultTaskExecutor.java", |
| 4588 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 4589 | "base/android/java/src/org/chromium/base/task/SequencedTaskRunner.java", |
| 4590 | "base/android/java/src/org/chromium/base/task/SequencedTaskRunnerImpl.java", |
| 4591 | "base/android/java/src/org/chromium/base/task/SerialExecutor.java", |
| 4592 | "base/android/java/src/org/chromium/base/task/SingleThreadTaskRunner.java", |
| 4593 | "base/android/java/src/org/chromium/base/task/SingleThreadTaskRunnerImpl.java", |
| 4594 | "base/android/java/src/org/chromium/base/task/TaskExecutor.java", |
| 4595 | "base/android/java/src/org/chromium/base/task/TaskRunner.java", |
| 4596 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 4597 | "base/android/java/src/org/chromium/base/task/TaskTraits.java", |
| 4598 | "base/android/java/src/org/chromium/base/task/TaskTraitsExtensionDescriptor.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 4599 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 4600 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 4601 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 4602 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 4603 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 4604 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 4605 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 4606 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
Mohannad Farrag | a23114a | 2022-11-22 17:47:51 +0000 | [diff] [blame] | 4607 | "components/cronet/android/api/src/org/chromium/net/BidirectionalStream.java", |
| 4608 | "components/cronet/android/api/src/org/chromium/net/CallbackException.java", |
| 4609 | "components/cronet/android/api/src/org/chromium/net/CronetEngine.java", |
| 4610 | "components/cronet/android/api/src/org/chromium/net/CronetException.java", |
| 4611 | "components/cronet/android/api/src/org/chromium/net/CronetProvider.java", |
| 4612 | "components/cronet/android/api/src/org/chromium/net/ExperimentalBidirectionalStream.java", |
| 4613 | "components/cronet/android/api/src/org/chromium/net/ExperimentalCronetEngine.java", |
| 4614 | "components/cronet/android/api/src/org/chromium/net/ExperimentalUrlRequest.java", |
| 4615 | "components/cronet/android/api/src/org/chromium/net/ICronetEngineBuilder.java", |
| 4616 | "components/cronet/android/api/src/org/chromium/net/InlineExecutionProhibitedException.java", |
| 4617 | "components/cronet/android/api/src/org/chromium/net/NetworkException.java", |
| 4618 | "components/cronet/android/api/src/org/chromium/net/NetworkQualityRttListener.java", |
| 4619 | "components/cronet/android/api/src/org/chromium/net/NetworkQualityThroughputListener.java", |
| 4620 | "components/cronet/android/api/src/org/chromium/net/QuicException.java", |
| 4621 | "components/cronet/android/api/src/org/chromium/net/RequestFinishedInfo.java", |
| 4622 | "components/cronet/android/api/src/org/chromium/net/UploadDataProvider.java", |
| 4623 | "components/cronet/android/api/src/org/chromium/net/UploadDataProviders.java", |
| 4624 | "components/cronet/android/api/src/org/chromium/net/UploadDataSink.java", |
| 4625 | "components/cronet/android/api/src/org/chromium/net/UrlRequest.java", |
| 4626 | "components/cronet/android/api/src/org/chromium/net/UrlResponseInfo.java", |
| 4627 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ByteArrayCronetCallback.java", |
| 4628 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ContentTypeParametersParser.java", |
| 4629 | "components/cronet/android/api/src/org/chromium/net/apihelpers/CronetRequestCompletionListener.java", |
| 4630 | "components/cronet/android/api/src/org/chromium/net/apihelpers/CronetResponse.java", |
| 4631 | "components/cronet/android/api/src/org/chromium/net/apihelpers/ImplicitFlowControlCallback.java", |
| 4632 | "components/cronet/android/api/src/org/chromium/net/apihelpers/InMemoryTransformCronetCallback.java", |
| 4633 | "components/cronet/android/api/src/org/chromium/net/apihelpers/JsonCronetCallback.java", |
| 4634 | "components/cronet/android/api/src/org/chromium/net/apihelpers/RedirectHandler.java", |
| 4635 | "components/cronet/android/api/src/org/chromium/net/apihelpers/RedirectHandlers.java", |
| 4636 | "components/cronet/android/api/src/org/chromium/net/apihelpers/StringCronetCallback.java", |
| 4637 | "components/cronet/android/api/src/org/chromium/net/apihelpers/UploadDataProviders.java", |
| 4638 | "components/cronet/android/api/src/org/chromium/net/apihelpers/UrlRequestCallbacks.java", |
| 4639 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetController.java", |
| 4640 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetEngine.java", |
| 4641 | "components/cronet/android/fake/java/org/chromium/net/test/FakeCronetProvider.java", |
| 4642 | "components/cronet/android/fake/java/org/chromium/net/test/FakeUrlRequest.java", |
| 4643 | "components/cronet/android/fake/java/org/chromium/net/test/FakeUrlResponse.java", |
| 4644 | "components/cronet/android/fake/java/org/chromium/net/test/ResponseMatcher.java", |
| 4645 | "components/cronet/android/fake/java/org/chromium/net/test/UrlResponseMatcher.java", |
| 4646 | "components/cronet/android/java/src/org/chromium/net/impl/BidirectionalStreamBuilderImpl.java", |
| 4647 | "components/cronet/android/java/src/org/chromium/net/impl/BidirectionalStreamNetworkException.java", |
| 4648 | "components/cronet/android/java/src/org/chromium/net/impl/CallbackExceptionImpl.java", |
| 4649 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 4650 | "components/cronet/android/java/src/org/chromium/net/impl/CronetEngineBase.java", |
| 4651 | "components/cronet/android/java/src/org/chromium/net/impl/CronetEngineBuilderImpl.java", |
| 4652 | "components/cronet/android/java/src/org/chromium/net/impl/CronetExceptionImpl.java", |
| 4653 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 4654 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLogger.java", |
| 4655 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLoggerFactory.java", |
| 4656 | "components/cronet/android/java/src/org/chromium/net/impl/CronetManifest.java", |
| 4657 | "components/cronet/android/java/src/org/chromium/net/impl/CronetMetrics.java", |
| 4658 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
| 4659 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
| 4660 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 4661 | "components/cronet/android/java/src/org/chromium/net/impl/InputStreamChannel.java", |
| 4662 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetEngine.java", |
| 4663 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetEngineBuilderImpl.java", |
| 4664 | "components/cronet/android/java/src/org/chromium/net/impl/JavaCronetProvider.java", |
| 4665 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUploadDataSinkBase.java", |
| 4666 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequest.java", |
| 4667 | "components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequestUtils.java", |
| 4668 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetEngineBuilderImpl.java", |
| 4669 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetEngineBuilderWithLibraryLoaderImpl.java", |
| 4670 | "components/cronet/android/java/src/org/chromium/net/impl/NativeCronetProvider.java", |
| 4671 | "components/cronet/android/java/src/org/chromium/net/impl/NetworkExceptionImpl.java", |
| 4672 | "components/cronet/android/java/src/org/chromium/net/impl/NoOpLogger.java", |
| 4673 | "components/cronet/android/java/src/org/chromium/net/impl/Preconditions.java", |
| 4674 | "components/cronet/android/java/src/org/chromium/net/impl/QuicExceptionImpl.java", |
| 4675 | "components/cronet/android/java/src/org/chromium/net/impl/RequestFinishedInfoImpl.java", |
| 4676 | "components/cronet/android/java/src/org/chromium/net/impl/UrlRequestBase.java", |
| 4677 | "components/cronet/android/java/src/org/chromium/net/impl/UrlRequestBuilderImpl.java", |
| 4678 | "components/cronet/android/java/src/org/chromium/net/impl/UrlResponseInfoImpl.java", |
| 4679 | "components/cronet/android/java/src/org/chromium/net/impl/UserAgent.java", |
| 4680 | "components/cronet/android/java/src/org/chromium/net/impl/VersionSafeCallbacks.java", |
| 4681 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetBufferedOutputStream.java", |
| 4682 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetChunkedOutputStream.java", |
| 4683 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetFixedModeOutputStream.java", |
| 4684 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetHttpURLConnection.java", |
| 4685 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetHttpURLStreamHandler.java", |
| 4686 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetInputStream.java", |
| 4687 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetOutputStream.java", |
| 4688 | "components/cronet/android/java/src/org/chromium/net/urlconnection/CronetURLStreamHandlerFactory.java", |
| 4689 | "components/cronet/android/java/src/org/chromium/net/urlconnection/MessageLoop.java", |
| 4690 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 4691 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 4692 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 4693 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 4694 | "net/android/java/src/org/chromium/net/ChromiumNetworkAdapter.java", |
| 4695 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 4696 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 4697 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 4698 | "net/android/java/src/org/chromium/net/HttpNegotiateConstants.java", |
| 4699 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 4700 | "net/android/java/src/org/chromium/net/MimeTypeFilter.java", |
| 4701 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 4702 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 4703 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 4704 | "net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java", |
| 4705 | "net/android/java/src/org/chromium/net/NetworkTrafficAnnotationTag.java", |
| 4706 | "net/android/java/src/org/chromium/net/ProxyBroadcastReceiver.java", |
| 4707 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 4708 | "net/android/java/src/org/chromium/net/RegistrationPolicyAlwaysRegister.java", |
| 4709 | "net/android/java/src/org/chromium/net/RegistrationPolicyApplicationStatus.java", |
| 4710 | "net/android/java/src/org/chromium/net/ThreadStatsUid.java", |
| 4711 | "net/android/java/src/org/chromium/net/X509Util.java", |
Mohannad Farrag | 4bea14a | 2022-11-22 15:38:30 +0000 | [diff] [blame] | 4712 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 4713 | ], |
Motomu Utsumi | 42acf6d | 2022-12-09 16:04:10 +0900 | [diff] [blame] | 4714 | apex_available: [ |
| 4715 | "//apex_available:platform", |
| 4716 | "com.android.tethering", |
| 4717 | ], |
Mohannad Farrag | e815d86 | 2022-12-06 17:51:43 +0000 | [diff] [blame] | 4718 | libs: [ |
Motomu Utsumi | df6024d | 2022-12-07 16:39:11 +0900 | [diff] [blame] | 4719 | "android-support-multidex", |
Mohannad Farrag | e815d86 | 2022-12-06 17:51:43 +0000 | [diff] [blame] | 4720 | "androidx.annotation_annotation", |
Motomu Utsumi | 05a49a5 | 2022-12-09 18:21:13 +0900 | [diff] [blame] | 4721 | "androidx.annotation_annotation-experimental-nodeps", |
Motomu Utsumi | df6024d | 2022-12-07 16:39:11 +0900 | [diff] [blame] | 4722 | "androidx.collection_collection", |
Motomu Utsumi | 05a49a5 | 2022-12-09 18:21:13 +0900 | [diff] [blame] | 4723 | "androidx.core_core-nodeps", |
Motomu Utsumi | f985e03 | 2022-12-09 15:53:39 +0900 | [diff] [blame] | 4724 | "framework-connectivity-t.stubs.module_lib", |
| 4725 | "framework-connectivity.stubs.module_lib", |
| 4726 | "framework-mediaprovider.stubs.module_lib", |
| 4727 | "framework-tethering.stubs.module_lib", |
| 4728 | "framework-wifi.stubs.module_lib", |
Mohannad Farrag | e815d86 | 2022-12-06 17:51:43 +0000 | [diff] [blame] | 4729 | "jsr305", |
| 4730 | ], |
Mohannad Farrag | b30d371 | 2022-12-06 17:27:04 +0000 | [diff] [blame] | 4731 | aidl: { |
| 4732 | include_dirs: [ |
| 4733 | "frameworks/base/core/java/", |
| 4734 | ], |
| 4735 | local_include_dirs: [ |
| 4736 | "base/android/java/src/", |
| 4737 | ], |
| 4738 | }, |
Mohannad Farrag | 3d3d613 | 2022-12-06 18:11:48 +0000 | [diff] [blame] | 4739 | plugins: [ |
| 4740 | "cronet_aml_java_jni_annotation_preprocessor", |
| 4741 | ], |
Motomu Utsumi | f985e03 | 2022-12-09 15:53:39 +0900 | [diff] [blame] | 4742 | sdk_version: "module_current", |
Mohannad Farrag | 3d3d613 | 2022-12-06 18:11:48 +0000 | [diff] [blame] | 4743 | } |
| 4744 | |
| 4745 | // GN: //base/android/jni_generator:jni_processor |
| 4746 | java_plugin { |
| 4747 | name: "cronet_aml_java_jni_annotation_preprocessor", |
| 4748 | srcs: [ |
Mohannad Farrag | 89f38e4 | 2022-12-06 18:54:46 +0000 | [diff] [blame] | 4749 | ":cronet_aml_build_android_build_config_gen", |
| 4750 | "base/android/java/src/org/chromium/base/JniException.java", |
| 4751 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 4752 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 4753 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
Mohannad Farrag | 3d3d613 | 2022-12-06 18:11:48 +0000 | [diff] [blame] | 4754 | "base/android/jni_generator/java/src/org/chromium/jni_generator/JniProcessor.java", |
| 4755 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 4756 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 4757 | ], |
Mohannad Farrag | 89f38e4 | 2022-12-06 18:54:46 +0000 | [diff] [blame] | 4758 | static_libs: [ |
| 4759 | "auto_service_annotations", |
| 4760 | "guava", |
| 4761 | "javapoet", |
| 4762 | ], |
| 4763 | processor_class: "org.chromium.jni_generator.JniProcessor", |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 4764 | } |
| 4765 | |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4766 | // GN: //net/android:net_android_java_enums_srcjar |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 4767 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4768 | name: "cronet_aml_net_android_net_android_java_enums_srcjar", |
| 4769 | srcs: [ |
| 4770 | "net/android/network_change_notifier_android.cc", |
| 4771 | "net/android/traffic_stats.cc", |
| 4772 | "net/socket/socket_tag.cc", |
| 4773 | ], |
| 4774 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 4775 | "$(out) " + |
| 4776 | "$(location net/base/network_change_notifier.h) " + |
| 4777 | "$(location net/socket/socket_tag.cc) " + |
| 4778 | "$(location net/android/cert_verify_result_android.h) " + |
| 4779 | "$(location net/android/keystore.h) " + |
| 4780 | "$(location net/android/network_change_notifier_android.cc) " + |
| 4781 | "$(location net/android/traffic_stats.cc)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4782 | out: [ |
| 4783 | "net/android/net_android_java_enums_srcjar.srcjar", |
| 4784 | ], |
| 4785 | tool_files: [ |
| 4786 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 4787 | "build/android/gyp/util/__init__.py", |
| 4788 | "build/android/gyp/util/build_utils.py", |
| 4789 | "build/android/gyp/util/java_cpp_utils.py", |
| 4790 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4791 | "net/android/cert_verify_result_android.h", |
| 4792 | "net/android/keystore.h", |
| 4793 | "net/base/network_change_notifier.h", |
| 4794 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4795 | } |
| 4796 | |
| 4797 | // GN: //net/android:net_errors_java |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 4798 | genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4799 | name: "cronet_aml_net_android_net_errors_java", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 4800 | srcs: [ |
| 4801 | ":cronet_aml_net_android_net_errors_java_preprocess", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4802 | ], |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 4803 | tools: [ |
| 4804 | "soong_zip", |
| 4805 | ], |
| 4806 | cmd: "cp $(in) $(genDir)/NetError.java && " + |
| 4807 | "$(location soong_zip) -o $(out) -srcjar -f $(genDir)/NetError.java", |
| 4808 | out: [ |
| 4809 | "NetError.srcjar", |
| 4810 | ], |
| 4811 | } |
| 4812 | |
| 4813 | // GN: //net/android:net_errors_java |
| 4814 | cc_object { |
| 4815 | name: "cronet_aml_net_android_net_errors_java_preprocess", |
| 4816 | srcs: [ |
| 4817 | ":cronet_aml_net_android_net_errors_java_rename", |
| 4818 | ], |
| 4819 | cflags: [ |
| 4820 | "-DANDROID", |
| 4821 | "-E", |
| 4822 | "-P", |
| 4823 | ], |
Motomu Utsumi | 4fb65c7 | 2022-12-09 17:08:48 +0900 | [diff] [blame] | 4824 | compile_multilib: "first", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 4825 | } |
| 4826 | |
| 4827 | // GN: //net/android:net_errors_java |
| 4828 | genrule { |
| 4829 | name: "cronet_aml_net_android_net_errors_java_rename", |
| 4830 | srcs: [ |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4831 | "net/android/java/NetError.template", |
Mohannad Farrag | 9c2cee1 | 2022-12-06 17:11:25 +0000 | [diff] [blame] | 4832 | ], |
| 4833 | cmd: "cp $(in) $(out)", |
| 4834 | out: [ |
| 4835 | "NetError.cc", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4836 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 4837 | } |
| 4838 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4839 | // GN: //net/base/registry_controlled_domains:registry_controlled_domains |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 4840 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4841 | name: "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4842 | cmd: "$(location net/tools/dafsa/make_dafsa.py) --reverse " + |
| 4843 | "$(location net/base/registry_controlled_domains/effective_tld_names.gperf) " + |
| 4844 | "$(location net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc) " + |
| 4845 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 4846 | "--reverse " + |
| 4847 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf) " + |
| 4848 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc) " + |
| 4849 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 4850 | "--reverse " + |
| 4851 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf) " + |
| 4852 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc) " + |
| 4853 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 4854 | "--reverse " + |
| 4855 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf) " + |
| 4856 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc) " + |
| 4857 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 4858 | "--reverse " + |
| 4859 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf) " + |
| 4860 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc) " + |
| 4861 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 4862 | "--reverse " + |
| 4863 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf) " + |
| 4864 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc) " + |
| 4865 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 4866 | "--reverse " + |
| 4867 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf) " + |
| 4868 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc)", |
| 4869 | out: [ |
| 4870 | "net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc", |
| 4871 | "net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc", |
| 4872 | "net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc", |
| 4873 | "net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc", |
| 4874 | "net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc", |
| 4875 | "net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc", |
| 4876 | "net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc", |
| 4877 | ], |
| 4878 | tool_files: [ |
| 4879 | "net/base/registry_controlled_domains/effective_tld_names.gperf", |
| 4880 | "net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf", |
| 4881 | "net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf", |
| 4882 | "net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf", |
| 4883 | "net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf", |
| 4884 | "net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf", |
| 4885 | "net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf", |
| 4886 | "net/tools/dafsa/make_dafsa.py", |
| 4887 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 4888 | apex_available: [ |
| 4889 | "com.android.tethering", |
| 4890 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4891 | } |
| 4892 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4893 | // GN: //net:buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 4894 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4895 | name: "cronet_aml_net_buildflags", |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 4896 | 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\"' | " + |
| 4897 | "$(location build/write_buildflag_header.py) --output " + |
| 4898 | "$(out) " + |
| 4899 | "--rulename " + |
| 4900 | "//net:buildflags " + |
| 4901 | "--gen-dir " + |
| 4902 | ". " + |
| 4903 | "--definitions " + |
| 4904 | "/dev/stdin", |
| 4905 | out: [ |
| 4906 | "net/net_buildflags.h", |
| 4907 | ], |
| 4908 | tool_files: [ |
| 4909 | "build/write_buildflag_header.py", |
| 4910 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 4911 | apex_available: [ |
| 4912 | "com.android.tethering", |
| 4913 | ], |
Patrick Rohr | 9860068 | 2022-11-18 18:29:15 -0800 | [diff] [blame] | 4914 | } |
| 4915 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4916 | // GN: //net:constants |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4917 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4918 | name: "cronet_aml_net_constants", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4919 | shared_libs: [ |
| 4920 | "libandroid", |
| 4921 | "liblog", |
| 4922 | ], |
| 4923 | static_libs: [ |
| 4924 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 4925 | "cronet_aml_base_base", |
| 4926 | "cronet_aml_base_base_static", |
| 4927 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 4928 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 4929 | "cronet_aml_third_party_boringssl_boringssl", |
| 4930 | "cronet_aml_third_party_icu_icui18n", |
| 4931 | "cronet_aml_third_party_icu_icuuc_private", |
| 4932 | "cronet_aml_third_party_libevent_libevent", |
| 4933 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 4934 | ], |
| 4935 | defaults: [ |
| 4936 | "cronet_aml_defaults", |
| 4937 | ], |
| 4938 | cflags: [ |
| 4939 | "-DANDROID", |
| 4940 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4941 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4942 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4943 | "-DDCHECK_ALWAYS_ON=1", |
| 4944 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4945 | "-DHAVE_SYS_UIO_H", |
| 4946 | "-D_DEBUG", |
| 4947 | "-D_GNU_SOURCE", |
| 4948 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4949 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4950 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4951 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4952 | "-D__STDC_CONSTANT_MACROS", |
| 4953 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 4954 | ], |
| 4955 | local_include_dirs: [ |
| 4956 | "./", |
| 4957 | "buildtools/third_party/libc++/", |
| 4958 | "buildtools/third_party/libc++/trunk/include", |
| 4959 | "buildtools/third_party/libc++abi/trunk/include", |
| 4960 | "third_party/abseil-cpp/", |
| 4961 | "third_party/boringssl/src/include/", |
| 4962 | ], |
| 4963 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 4964 | target: { |
| 4965 | android_x86: { |
| 4966 | cflags: [ |
| 4967 | "-msse3", |
| 4968 | ], |
| 4969 | }, |
| 4970 | android_x86_64: { |
| 4971 | cflags: [ |
| 4972 | "-msse3", |
| 4973 | ], |
| 4974 | }, |
| 4975 | }, |
| 4976 | } |
| 4977 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4978 | // GN: //net/data/ssl/chrome_root_store:gen_root_store_inc |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 4979 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 4980 | name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4981 | cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " + |
| 4982 | "--root-store " + |
| 4983 | "../../net/data/ssl/chrome_root_store/root_store.textproto " + |
| 4984 | "--certs " + |
| 4985 | "../../net/data/ssl/chrome_root_store/root_store.certs " + |
| 4986 | "--write-cpp-root-store " + |
| 4987 | "gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " + |
| 4988 | "--write-cpp-ev-roots " + |
| 4989 | "gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 4990 | out: [ |
| 4991 | "net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 4992 | "net/data/ssl/chrome_root_store/chrome-root-store-inc.cc", |
| 4993 | ], |
| 4994 | tool_files: [ |
| 4995 | "build/gn_run_binary.py", |
| 4996 | "net/data/ssl/chrome_root_store/root_store.certs", |
| 4997 | "net/data/ssl/chrome_root_store/root_store.textproto", |
| 4998 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 4999 | apex_available: [ |
| 5000 | "com.android.tethering", |
| 5001 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5002 | } |
| 5003 | |
| 5004 | // GN: //net/dns:dns |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5005 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5006 | name: "cronet_aml_net_dns_dns", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5007 | srcs: [ |
| 5008 | "net/dns/address_info.cc", |
| 5009 | "net/dns/address_sorter_posix.cc", |
| 5010 | "net/dns/context_host_resolver.cc", |
| 5011 | "net/dns/dns_alias_utility.cc", |
| 5012 | "net/dns/dns_client.cc", |
| 5013 | "net/dns/dns_config.cc", |
| 5014 | "net/dns/dns_config_service.cc", |
| 5015 | "net/dns/dns_config_service_android.cc", |
| 5016 | "net/dns/dns_hosts.cc", |
| 5017 | "net/dns/dns_query.cc", |
| 5018 | "net/dns/dns_reloader.cc", |
| 5019 | "net/dns/dns_response.cc", |
| 5020 | "net/dns/dns_response_result_extractor.cc", |
| 5021 | "net/dns/dns_server_iterator.cc", |
| 5022 | "net/dns/dns_session.cc", |
| 5023 | "net/dns/dns_transaction.cc", |
| 5024 | "net/dns/dns_udp_tracker.cc", |
| 5025 | "net/dns/dns_util.cc", |
| 5026 | "net/dns/host_cache.cc", |
| 5027 | "net/dns/host_resolver.cc", |
| 5028 | "net/dns/host_resolver_manager.cc", |
| 5029 | "net/dns/host_resolver_mdns_listener_impl.cc", |
| 5030 | "net/dns/host_resolver_mdns_task.cc", |
| 5031 | "net/dns/host_resolver_nat64_task.cc", |
| 5032 | "net/dns/host_resolver_proc.cc", |
| 5033 | "net/dns/host_resolver_system_task.cc", |
| 5034 | "net/dns/https_record_rdata.cc", |
| 5035 | "net/dns/httpssvc_metrics.cc", |
| 5036 | "net/dns/mapped_host_resolver.cc", |
| 5037 | "net/dns/nsswitch_reader.cc", |
| 5038 | "net/dns/opt_record_rdata.cc", |
| 5039 | "net/dns/record_parsed.cc", |
| 5040 | "net/dns/record_rdata.cc", |
| 5041 | "net/dns/resolve_context.cc", |
| 5042 | "net/dns/serial_worker.cc", |
| 5043 | "net/dns/system_dns_config_change_notifier.cc", |
| 5044 | "net/dns/test_dns_config_service.cc", |
| 5045 | ], |
| 5046 | shared_libs: [ |
| 5047 | "libandroid", |
| 5048 | "liblog", |
| 5049 | ], |
| 5050 | static_libs: [ |
| 5051 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 5052 | "cronet_aml_base_base", |
| 5053 | "cronet_aml_base_base_static", |
| 5054 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 5055 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5056 | "cronet_aml_crypto_crypto", |
| 5057 | "cronet_aml_net_preload_decoder", |
| 5058 | "cronet_aml_net_third_party_quiche_quiche", |
| 5059 | "cronet_aml_net_uri_template", |
| 5060 | "cronet_aml_third_party_boringssl_boringssl", |
| 5061 | "cronet_aml_third_party_brotli_common", |
| 5062 | "cronet_aml_third_party_brotli_dec", |
| 5063 | "cronet_aml_third_party_icu_icui18n", |
| 5064 | "cronet_aml_third_party_icu_icuuc_private", |
| 5065 | "cronet_aml_third_party_libevent_libevent", |
| 5066 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 5067 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 5068 | "cronet_aml_third_party_zlib_zlib", |
| 5069 | "cronet_aml_url_url", |
| 5070 | ], |
| 5071 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5072 | "cronet_aml_base_debugging_buildflags", |
| 5073 | "cronet_aml_base_logging_buildflags", |
| 5074 | "cronet_aml_build_chromeos_buildflags", |
| 5075 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 5076 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5077 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5078 | "cronet_aml_net_net_jni_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5079 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 5080 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5081 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5082 | ], |
| 5083 | defaults: [ |
| 5084 | "cronet_aml_defaults", |
| 5085 | ], |
| 5086 | cflags: [ |
| 5087 | "-DANDROID", |
| 5088 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5089 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5090 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5091 | "-DDCHECK_ALWAYS_ON=1", |
| 5092 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5093 | "-DENABLE_BUILT_IN_DNS", |
| 5094 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 5095 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 5096 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 5097 | "-DHAVE_PTHREAD", |
| 5098 | "-DHAVE_SYS_UIO_H", |
| 5099 | "-DNET_IMPLEMENTATION", |
| 5100 | "-D_DEBUG", |
| 5101 | "-D_GNU_SOURCE", |
| 5102 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5103 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5104 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5105 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5106 | "-D__STDC_CONSTANT_MACROS", |
| 5107 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5108 | ], |
| 5109 | local_include_dirs: [ |
| 5110 | "./", |
| 5111 | "buildtools/third_party/libc++/", |
| 5112 | "buildtools/third_party/libc++/trunk/include", |
| 5113 | "buildtools/third_party/libc++abi/trunk/include", |
| 5114 | "net/third_party/quiche/overrides/", |
| 5115 | "net/third_party/quiche/src/", |
| 5116 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 5117 | "third_party/abseil-cpp/", |
| 5118 | "third_party/boringssl/src/include/", |
| 5119 | "third_party/brotli/include/", |
| 5120 | "third_party/protobuf/src/", |
| 5121 | "third_party/zlib/", |
| 5122 | ], |
| 5123 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5124 | target: { |
| 5125 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5126 | cflags: [ |
| 5127 | "-msse3", |
| 5128 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5129 | }, |
| 5130 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5131 | cflags: [ |
| 5132 | "-msse3", |
| 5133 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5134 | }, |
| 5135 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5136 | } |
| 5137 | |
| 5138 | // GN: //net/dns:dns_client |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5139 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5140 | name: "cronet_aml_net_dns_dns_client", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5141 | shared_libs: [ |
| 5142 | "libandroid", |
| 5143 | "liblog", |
| 5144 | ], |
| 5145 | static_libs: [ |
| 5146 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 5147 | "cronet_aml_base_base", |
| 5148 | "cronet_aml_base_base_static", |
| 5149 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 5150 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5151 | "cronet_aml_crypto_crypto", |
| 5152 | "cronet_aml_net_preload_decoder", |
| 5153 | "cronet_aml_net_third_party_quiche_quiche", |
| 5154 | "cronet_aml_net_uri_template", |
| 5155 | "cronet_aml_third_party_boringssl_boringssl", |
| 5156 | "cronet_aml_third_party_brotli_common", |
| 5157 | "cronet_aml_third_party_brotli_dec", |
| 5158 | "cronet_aml_third_party_icu_icui18n", |
| 5159 | "cronet_aml_third_party_icu_icuuc_private", |
| 5160 | "cronet_aml_third_party_libevent_libevent", |
| 5161 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 5162 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 5163 | "cronet_aml_third_party_zlib_zlib", |
| 5164 | "cronet_aml_url_url", |
| 5165 | ], |
| 5166 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5167 | "cronet_aml_base_debugging_buildflags", |
| 5168 | "cronet_aml_base_logging_buildflags", |
| 5169 | "cronet_aml_build_chromeos_buildflags", |
| 5170 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 5171 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5172 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5173 | "cronet_aml_net_net_jni_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5174 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 5175 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5176 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5177 | ], |
| 5178 | defaults: [ |
| 5179 | "cronet_aml_defaults", |
| 5180 | ], |
| 5181 | cflags: [ |
| 5182 | "-DANDROID", |
| 5183 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5184 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5185 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5186 | "-DDCHECK_ALWAYS_ON=1", |
| 5187 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5188 | "-DENABLE_BUILT_IN_DNS", |
| 5189 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 5190 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 5191 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 5192 | "-DHAVE_PTHREAD", |
| 5193 | "-DHAVE_SYS_UIO_H", |
| 5194 | "-DNET_IMPLEMENTATION", |
| 5195 | "-D_DEBUG", |
| 5196 | "-D_GNU_SOURCE", |
| 5197 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5198 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5199 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5200 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5201 | "-D__STDC_CONSTANT_MACROS", |
| 5202 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5203 | ], |
| 5204 | local_include_dirs: [ |
| 5205 | "./", |
| 5206 | "buildtools/third_party/libc++/", |
| 5207 | "buildtools/third_party/libc++/trunk/include", |
| 5208 | "buildtools/third_party/libc++abi/trunk/include", |
| 5209 | "net/third_party/quiche/overrides/", |
| 5210 | "net/third_party/quiche/src/", |
| 5211 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 5212 | "third_party/abseil-cpp/", |
| 5213 | "third_party/boringssl/src/include/", |
| 5214 | "third_party/brotli/include/", |
| 5215 | "third_party/protobuf/src/", |
| 5216 | "third_party/zlib/", |
| 5217 | ], |
| 5218 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5219 | target: { |
| 5220 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5221 | cflags: [ |
| 5222 | "-msse3", |
| 5223 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5224 | }, |
| 5225 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5226 | cflags: [ |
| 5227 | "-msse3", |
| 5228 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5229 | }, |
| 5230 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5231 | } |
| 5232 | |
| 5233 | // GN: //net/dns:host_resolver |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5234 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5235 | name: "cronet_aml_net_dns_host_resolver", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5236 | shared_libs: [ |
| 5237 | "libandroid", |
| 5238 | "liblog", |
| 5239 | ], |
| 5240 | static_libs: [ |
| 5241 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 5242 | "cronet_aml_base_base", |
| 5243 | "cronet_aml_base_base_static", |
| 5244 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 5245 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5246 | "cronet_aml_crypto_crypto", |
| 5247 | "cronet_aml_net_preload_decoder", |
| 5248 | "cronet_aml_net_third_party_quiche_quiche", |
| 5249 | "cronet_aml_net_uri_template", |
| 5250 | "cronet_aml_third_party_boringssl_boringssl", |
| 5251 | "cronet_aml_third_party_brotli_common", |
| 5252 | "cronet_aml_third_party_brotli_dec", |
| 5253 | "cronet_aml_third_party_icu_icui18n", |
| 5254 | "cronet_aml_third_party_icu_icuuc_private", |
| 5255 | "cronet_aml_third_party_libevent_libevent", |
| 5256 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 5257 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 5258 | "cronet_aml_third_party_zlib_zlib", |
| 5259 | "cronet_aml_url_url", |
| 5260 | ], |
| 5261 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5262 | "cronet_aml_base_debugging_buildflags", |
| 5263 | "cronet_aml_base_logging_buildflags", |
| 5264 | "cronet_aml_build_chromeos_buildflags", |
| 5265 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 5266 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5267 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5268 | "cronet_aml_net_net_jni_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5269 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 5270 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5271 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5272 | ], |
| 5273 | defaults: [ |
| 5274 | "cronet_aml_defaults", |
| 5275 | ], |
| 5276 | cflags: [ |
| 5277 | "-DANDROID", |
| 5278 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5279 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5280 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5281 | "-DDCHECK_ALWAYS_ON=1", |
| 5282 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5283 | "-DENABLE_BUILT_IN_DNS", |
| 5284 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 5285 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 5286 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 5287 | "-DHAVE_PTHREAD", |
| 5288 | "-DHAVE_SYS_UIO_H", |
| 5289 | "-DNET_IMPLEMENTATION", |
| 5290 | "-D_DEBUG", |
| 5291 | "-D_GNU_SOURCE", |
| 5292 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5293 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5294 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5295 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5296 | "-D__STDC_CONSTANT_MACROS", |
| 5297 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5298 | ], |
| 5299 | local_include_dirs: [ |
| 5300 | "./", |
| 5301 | "buildtools/third_party/libc++/", |
| 5302 | "buildtools/third_party/libc++/trunk/include", |
| 5303 | "buildtools/third_party/libc++abi/trunk/include", |
| 5304 | "net/third_party/quiche/overrides/", |
| 5305 | "net/third_party/quiche/src/", |
| 5306 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 5307 | "third_party/abseil-cpp/", |
| 5308 | "third_party/boringssl/src/include/", |
| 5309 | "third_party/brotli/include/", |
| 5310 | "third_party/protobuf/src/", |
| 5311 | "third_party/zlib/", |
| 5312 | ], |
| 5313 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5314 | target: { |
| 5315 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5316 | cflags: [ |
| 5317 | "-msse3", |
| 5318 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5319 | }, |
| 5320 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5321 | cflags: [ |
| 5322 | "-msse3", |
| 5323 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5324 | }, |
| 5325 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5326 | } |
| 5327 | |
| 5328 | // GN: //net/dns:host_resolver_manager |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5329 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5330 | name: "cronet_aml_net_dns_host_resolver_manager", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5331 | shared_libs: [ |
| 5332 | "libandroid", |
| 5333 | "liblog", |
| 5334 | ], |
| 5335 | static_libs: [ |
| 5336 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 5337 | "cronet_aml_base_base", |
| 5338 | "cronet_aml_base_base_static", |
| 5339 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 5340 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5341 | "cronet_aml_crypto_crypto", |
| 5342 | "cronet_aml_net_preload_decoder", |
| 5343 | "cronet_aml_net_third_party_quiche_quiche", |
| 5344 | "cronet_aml_net_uri_template", |
| 5345 | "cronet_aml_third_party_boringssl_boringssl", |
| 5346 | "cronet_aml_third_party_brotli_common", |
| 5347 | "cronet_aml_third_party_brotli_dec", |
| 5348 | "cronet_aml_third_party_icu_icui18n", |
| 5349 | "cronet_aml_third_party_icu_icuuc_private", |
| 5350 | "cronet_aml_third_party_libevent_libevent", |
| 5351 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 5352 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 5353 | "cronet_aml_third_party_zlib_zlib", |
| 5354 | "cronet_aml_url_url", |
| 5355 | ], |
| 5356 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5357 | "cronet_aml_base_debugging_buildflags", |
| 5358 | "cronet_aml_base_logging_buildflags", |
| 5359 | "cronet_aml_build_chromeos_buildflags", |
| 5360 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 5361 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5362 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5363 | "cronet_aml_net_net_jni_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5364 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 5365 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5366 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5367 | ], |
| 5368 | defaults: [ |
| 5369 | "cronet_aml_defaults", |
| 5370 | ], |
| 5371 | cflags: [ |
| 5372 | "-DANDROID", |
| 5373 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5374 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5375 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5376 | "-DDCHECK_ALWAYS_ON=1", |
| 5377 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5378 | "-DENABLE_BUILT_IN_DNS", |
| 5379 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 5380 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 5381 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 5382 | "-DHAVE_PTHREAD", |
| 5383 | "-DHAVE_SYS_UIO_H", |
| 5384 | "-DNET_IMPLEMENTATION", |
| 5385 | "-D_DEBUG", |
| 5386 | "-D_GNU_SOURCE", |
| 5387 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5388 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5389 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5390 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5391 | "-D__STDC_CONSTANT_MACROS", |
| 5392 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5393 | ], |
| 5394 | local_include_dirs: [ |
| 5395 | "./", |
| 5396 | "buildtools/third_party/libc++/", |
| 5397 | "buildtools/third_party/libc++/trunk/include", |
| 5398 | "buildtools/third_party/libc++abi/trunk/include", |
| 5399 | "net/third_party/quiche/overrides/", |
| 5400 | "net/third_party/quiche/src/", |
| 5401 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 5402 | "third_party/abseil-cpp/", |
| 5403 | "third_party/boringssl/src/include/", |
| 5404 | "third_party/brotli/include/", |
| 5405 | "third_party/protobuf/src/", |
| 5406 | "third_party/zlib/", |
| 5407 | ], |
| 5408 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5409 | target: { |
| 5410 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5411 | cflags: [ |
| 5412 | "-msse3", |
| 5413 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5414 | }, |
| 5415 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5416 | cflags: [ |
| 5417 | "-msse3", |
| 5418 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5419 | }, |
| 5420 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5421 | } |
| 5422 | |
| 5423 | // GN: //net/dns:mdns_client |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5424 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5425 | name: "cronet_aml_net_dns_mdns_client", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5426 | shared_libs: [ |
| 5427 | "libandroid", |
| 5428 | "liblog", |
| 5429 | ], |
| 5430 | static_libs: [ |
| 5431 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 5432 | "cronet_aml_base_base", |
| 5433 | "cronet_aml_base_base_static", |
| 5434 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 5435 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5436 | "cronet_aml_crypto_crypto", |
| 5437 | "cronet_aml_net_preload_decoder", |
| 5438 | "cronet_aml_net_third_party_quiche_quiche", |
| 5439 | "cronet_aml_net_uri_template", |
| 5440 | "cronet_aml_third_party_boringssl_boringssl", |
| 5441 | "cronet_aml_third_party_brotli_common", |
| 5442 | "cronet_aml_third_party_brotli_dec", |
| 5443 | "cronet_aml_third_party_icu_icui18n", |
| 5444 | "cronet_aml_third_party_icu_icuuc_private", |
| 5445 | "cronet_aml_third_party_libevent_libevent", |
| 5446 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 5447 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 5448 | "cronet_aml_third_party_zlib_zlib", |
| 5449 | "cronet_aml_url_url", |
| 5450 | ], |
| 5451 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5452 | "cronet_aml_base_debugging_buildflags", |
| 5453 | "cronet_aml_base_logging_buildflags", |
| 5454 | "cronet_aml_build_chromeos_buildflags", |
| 5455 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 5456 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5457 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5458 | "cronet_aml_net_net_jni_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5459 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 5460 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5461 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5462 | ], |
| 5463 | defaults: [ |
| 5464 | "cronet_aml_defaults", |
| 5465 | ], |
| 5466 | cflags: [ |
| 5467 | "-DANDROID", |
| 5468 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5469 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5470 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5471 | "-DDCHECK_ALWAYS_ON=1", |
| 5472 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5473 | "-DENABLE_BUILT_IN_DNS", |
| 5474 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 5475 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 5476 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 5477 | "-DHAVE_PTHREAD", |
| 5478 | "-DHAVE_SYS_UIO_H", |
| 5479 | "-DNET_IMPLEMENTATION", |
| 5480 | "-D_DEBUG", |
| 5481 | "-D_GNU_SOURCE", |
| 5482 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5483 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5484 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5485 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5486 | "-D__STDC_CONSTANT_MACROS", |
| 5487 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5488 | ], |
| 5489 | local_include_dirs: [ |
| 5490 | "./", |
| 5491 | "buildtools/third_party/libc++/", |
| 5492 | "buildtools/third_party/libc++/trunk/include", |
| 5493 | "buildtools/third_party/libc++abi/trunk/include", |
| 5494 | "net/third_party/quiche/overrides/", |
| 5495 | "net/third_party/quiche/src/", |
| 5496 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 5497 | "third_party/abseil-cpp/", |
| 5498 | "third_party/boringssl/src/include/", |
| 5499 | "third_party/brotli/include/", |
| 5500 | "third_party/protobuf/src/", |
| 5501 | "third_party/zlib/", |
| 5502 | ], |
| 5503 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5504 | target: { |
| 5505 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5506 | cflags: [ |
| 5507 | "-msse3", |
| 5508 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5509 | }, |
| 5510 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5511 | cflags: [ |
| 5512 | "-msse3", |
| 5513 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5514 | }, |
| 5515 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5516 | } |
| 5517 | |
| 5518 | // GN: //net/dns/public:public |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5519 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5520 | name: "cronet_aml_net_dns_public_public", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5521 | srcs: [ |
| 5522 | "net/dns/public/dns_config_overrides.cc", |
| 5523 | "net/dns/public/dns_over_https_config.cc", |
| 5524 | "net/dns/public/dns_over_https_server_config.cc", |
| 5525 | "net/dns/public/dns_query_type.cc", |
| 5526 | "net/dns/public/doh_provider_entry.cc", |
| 5527 | "net/dns/public/host_resolver_results.cc", |
| 5528 | "net/dns/public/resolve_error_info.cc", |
| 5529 | "net/dns/public/util.cc", |
| 5530 | ], |
| 5531 | shared_libs: [ |
| 5532 | "libandroid", |
| 5533 | "liblog", |
| 5534 | ], |
| 5535 | static_libs: [ |
| 5536 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 5537 | "cronet_aml_base_base", |
| 5538 | "cronet_aml_base_base_static", |
| 5539 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 5540 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5541 | "cronet_aml_crypto_crypto", |
| 5542 | "cronet_aml_net_preload_decoder", |
| 5543 | "cronet_aml_net_third_party_quiche_quiche", |
| 5544 | "cronet_aml_net_uri_template", |
| 5545 | "cronet_aml_third_party_boringssl_boringssl", |
| 5546 | "cronet_aml_third_party_brotli_common", |
| 5547 | "cronet_aml_third_party_brotli_dec", |
| 5548 | "cronet_aml_third_party_icu_icui18n", |
| 5549 | "cronet_aml_third_party_icu_icuuc_private", |
| 5550 | "cronet_aml_third_party_libevent_libevent", |
| 5551 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 5552 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 5553 | "cronet_aml_third_party_zlib_zlib", |
| 5554 | "cronet_aml_url_url", |
| 5555 | ], |
| 5556 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5557 | "cronet_aml_base_debugging_buildflags", |
| 5558 | "cronet_aml_base_logging_buildflags", |
| 5559 | "cronet_aml_build_chromeos_buildflags", |
| 5560 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 5561 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5562 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5563 | "cronet_aml_net_net_jni_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5564 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 5565 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5566 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5567 | ], |
| 5568 | defaults: [ |
| 5569 | "cronet_aml_defaults", |
| 5570 | ], |
| 5571 | cflags: [ |
| 5572 | "-DANDROID", |
| 5573 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5574 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5575 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5576 | "-DDCHECK_ALWAYS_ON=1", |
| 5577 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5578 | "-DENABLE_BUILT_IN_DNS", |
| 5579 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 5580 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 5581 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 5582 | "-DHAVE_PTHREAD", |
| 5583 | "-DHAVE_SYS_UIO_H", |
| 5584 | "-DNET_IMPLEMENTATION", |
| 5585 | "-D_DEBUG", |
| 5586 | "-D_GNU_SOURCE", |
| 5587 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5588 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5589 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5590 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5591 | "-D__STDC_CONSTANT_MACROS", |
| 5592 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5593 | ], |
| 5594 | local_include_dirs: [ |
| 5595 | "./", |
| 5596 | "buildtools/third_party/libc++/", |
| 5597 | "buildtools/third_party/libc++/trunk/include", |
| 5598 | "buildtools/third_party/libc++abi/trunk/include", |
| 5599 | "net/third_party/quiche/overrides/", |
| 5600 | "net/third_party/quiche/src/", |
| 5601 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 5602 | "third_party/abseil-cpp/", |
| 5603 | "third_party/boringssl/src/include/", |
| 5604 | "third_party/brotli/include/", |
| 5605 | "third_party/protobuf/src/", |
| 5606 | "third_party/zlib/", |
| 5607 | ], |
| 5608 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5609 | target: { |
| 5610 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5611 | cflags: [ |
| 5612 | "-msse3", |
| 5613 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5614 | }, |
| 5615 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5616 | cflags: [ |
| 5617 | "-msse3", |
| 5618 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5619 | }, |
| 5620 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5621 | } |
| 5622 | |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 5623 | // GN: //net:effective_connection_type_java |
Mohannad Farrag | 7ff9991 | 2022-11-29 17:16:00 +0000 | [diff] [blame] | 5624 | java_genrule { |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 5625 | name: "cronet_aml_net_effective_connection_type_java", |
| 5626 | cmd: "$(location build/android/gyp/java_cpp_enum.py) --srcjar " + |
Mohannad Farrag | b73ce0f | 2022-12-01 15:43:58 +0000 | [diff] [blame] | 5627 | "$(out) " + |
| 5628 | "$(location net/nqe/effective_connection_type.h)", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 5629 | out: [ |
| 5630 | "net/effective_connection_type_java.srcjar", |
| 5631 | ], |
| 5632 | tool_files: [ |
| 5633 | "build/android/gyp/java_cpp_enum.py", |
Motomu Utsumi | 047831e | 2022-12-05 12:45:22 +0900 | [diff] [blame] | 5634 | "build/android/gyp/util/__init__.py", |
| 5635 | "build/android/gyp/util/build_utils.py", |
| 5636 | "build/android/gyp/util/java_cpp_utils.py", |
| 5637 | "build/gn_helpers.py", |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 5638 | "net/nqe/effective_connection_type.h", |
| 5639 | ], |
Mohannad Farrag | 6a2d88a | 2022-11-28 19:33:48 +0000 | [diff] [blame] | 5640 | } |
| 5641 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5642 | // GN: //net/http:transport_security_state_generated_files |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5643 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5644 | name: "cronet_aml_net_http_transport_security_state_generated_files", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5645 | srcs: [ |
| 5646 | "net/http/transport_security_state.cc", |
| 5647 | ], |
| 5648 | shared_libs: [ |
| 5649 | "libandroid", |
| 5650 | "liblog", |
| 5651 | ], |
| 5652 | static_libs: [ |
| 5653 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 5654 | "cronet_aml_base_base", |
| 5655 | "cronet_aml_base_base_static", |
| 5656 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 5657 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5658 | "cronet_aml_crypto_crypto", |
| 5659 | "cronet_aml_net_preload_decoder", |
| 5660 | "cronet_aml_net_third_party_quiche_quiche", |
| 5661 | "cronet_aml_net_uri_template", |
| 5662 | "cronet_aml_third_party_boringssl_boringssl", |
| 5663 | "cronet_aml_third_party_brotli_common", |
| 5664 | "cronet_aml_third_party_brotli_dec", |
| 5665 | "cronet_aml_third_party_icu_icui18n", |
| 5666 | "cronet_aml_third_party_icu_icuuc_private", |
| 5667 | "cronet_aml_third_party_libevent_libevent", |
| 5668 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 5669 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 5670 | "cronet_aml_third_party_zlib_zlib", |
| 5671 | "cronet_aml_url_url", |
| 5672 | ], |
| 5673 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5674 | "cronet_aml_base_debugging_buildflags", |
| 5675 | "cronet_aml_base_logging_buildflags", |
| 5676 | "cronet_aml_build_branding_buildflags", |
| 5677 | "cronet_aml_build_chromeos_buildflags", |
| 5678 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 5679 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5680 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5681 | "cronet_aml_net_net_jni_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5682 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 5683 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5684 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5685 | ], |
| 5686 | defaults: [ |
| 5687 | "cronet_aml_defaults", |
| 5688 | ], |
| 5689 | cflags: [ |
| 5690 | "-DANDROID", |
| 5691 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5692 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5693 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5694 | "-DDCHECK_ALWAYS_ON=1", |
| 5695 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5696 | "-DENABLE_BUILT_IN_DNS", |
| 5697 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 5698 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 5699 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 5700 | "-DHAVE_PTHREAD", |
| 5701 | "-DHAVE_SYS_UIO_H", |
| 5702 | "-DNET_IMPLEMENTATION", |
| 5703 | "-D_DEBUG", |
| 5704 | "-D_GNU_SOURCE", |
| 5705 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5706 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5707 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5708 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5709 | "-D__STDC_CONSTANT_MACROS", |
| 5710 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5711 | ], |
| 5712 | local_include_dirs: [ |
| 5713 | "./", |
| 5714 | "buildtools/third_party/libc++/", |
| 5715 | "buildtools/third_party/libc++/trunk/include", |
| 5716 | "buildtools/third_party/libc++abi/trunk/include", |
| 5717 | "net/third_party/quiche/overrides/", |
| 5718 | "net/third_party/quiche/src/", |
| 5719 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 5720 | "third_party/abseil-cpp/", |
| 5721 | "third_party/boringssl/src/include/", |
| 5722 | "third_party/brotli/include/", |
| 5723 | "third_party/protobuf/src/", |
| 5724 | "third_party/zlib/", |
| 5725 | ], |
| 5726 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5727 | target: { |
| 5728 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5729 | cflags: [ |
| 5730 | "-msse3", |
| 5731 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5732 | }, |
| 5733 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 5734 | cflags: [ |
| 5735 | "-msse3", |
| 5736 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 5737 | }, |
| 5738 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5739 | } |
| 5740 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5741 | // GN: //net:ios_cronet_buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 5742 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 5743 | name: "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5744 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
| 5745 | "$(location build/write_buildflag_header.py) --output " + |
| 5746 | "$(out) " + |
| 5747 | "--rulename " + |
| 5748 | "//net:ios_cronet_buildflags " + |
| 5749 | "--gen-dir " + |
| 5750 | ". " + |
| 5751 | "--definitions " + |
| 5752 | "/dev/stdin", |
| 5753 | out: [ |
| 5754 | "net/socket/ios_cronet_buildflags.h", |
| 5755 | ], |
| 5756 | tool_files: [ |
| 5757 | "build/write_buildflag_header.py", |
| 5758 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 5759 | apex_available: [ |
| 5760 | "com.android.tethering", |
| 5761 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5762 | } |
| 5763 | |
| 5764 | // GN: //net:isolation_info_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 5765 | cc_genrule { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5766 | name: "cronet_aml_net_isolation_info_proto_gen", |
| 5767 | srcs: [ |
| 5768 | "net/base/isolation_info.proto", |
| 5769 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 5770 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 5771 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 5772 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 5773 | 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] | 5774 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 5775 | "external/chromium_org/net/base/isolation_info.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 5776 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 5777 | apex_available: [ |
| 5778 | "com.android.tethering", |
| 5779 | ], |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 5780 | } |
| 5781 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 5782 | // GN: //net:isolation_info_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 5783 | cc_genrule { |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 5784 | name: "cronet_aml_net_isolation_info_proto_gen_headers", |
| 5785 | srcs: [ |
| 5786 | "net/base/isolation_info.proto", |
| 5787 | ], |
| 5788 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 5789 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 5790 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 5791 | 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] | 5792 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 5793 | "external/chromium_org/net/base/isolation_info.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5794 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 5795 | export_include_dirs: [ |
| 5796 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 5797 | "net/base", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 5798 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5799 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 5800 | apex_available: [ |
| 5801 | "com.android.tethering", |
| 5802 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5803 | } |
| 5804 | |
| 5805 | // GN: //net:net |
| 5806 | cc_library_static { |
| 5807 | name: "cronet_aml_net_net", |
| 5808 | srcs: [ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 5809 | ":cronet_aml_net_dns_dns", |
| 5810 | ":cronet_aml_net_dns_public_public", |
| 5811 | ":cronet_aml_net_http_transport_security_state_generated_files", |
| 5812 | ":cronet_aml_net_net_deps", |
| 5813 | ":cronet_aml_net_net_public_deps", |
| 5814 | ":cronet_aml_net_traffic_annotation_traffic_annotation", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5815 | "net/android/android_http_util.cc", |
| 5816 | "net/android/cert_verify_result_android.cc", |
| 5817 | "net/android/gurl_utils.cc", |
| 5818 | "net/android/http_auth_negotiate_android.cc", |
| 5819 | "net/android/keystore.cc", |
| 5820 | "net/android/network_change_notifier_android.cc", |
| 5821 | "net/android/network_change_notifier_delegate_android.cc", |
| 5822 | "net/android/network_change_notifier_factory_android.cc", |
| 5823 | "net/android/network_library.cc", |
| 5824 | "net/android/radio_activity_tracker.cc", |
| 5825 | "net/android/traffic_stats.cc", |
| 5826 | "net/base/address_family.cc", |
| 5827 | "net/base/address_list.cc", |
| 5828 | "net/base/address_tracker_linux.cc", |
| 5829 | "net/base/auth.cc", |
| 5830 | "net/base/backoff_entry.cc", |
| 5831 | "net/base/backoff_entry_serializer.cc", |
| 5832 | "net/base/cache_metrics.cc", |
| 5833 | "net/base/chunked_upload_data_stream.cc", |
| 5834 | "net/base/connection_endpoint_metadata.cc", |
| 5835 | "net/base/data_url.cc", |
| 5836 | "net/base/datagram_buffer.cc", |
| 5837 | "net/base/elements_upload_data_stream.cc", |
| 5838 | "net/base/features.cc", |
| 5839 | "net/base/file_stream.cc", |
| 5840 | "net/base/file_stream_context.cc", |
| 5841 | "net/base/file_stream_context_posix.cc", |
| 5842 | "net/base/filename_util.cc", |
| 5843 | "net/base/filename_util_internal.cc", |
| 5844 | "net/base/hash_value.cc", |
| 5845 | "net/base/hex_utils.cc", |
| 5846 | "net/base/host_mapping_rules.cc", |
| 5847 | "net/base/host_port_pair.cc", |
| 5848 | "net/base/io_buffer.cc", |
| 5849 | "net/base/ip_address.cc", |
| 5850 | "net/base/ip_endpoint.cc", |
| 5851 | "net/base/isolation_info.cc", |
| 5852 | "net/base/load_timing_info.cc", |
| 5853 | "net/base/logging_network_change_observer.cc", |
| 5854 | "net/base/lookup_string_in_fixed_set.cc", |
| 5855 | "net/base/mime_sniffer.cc", |
| 5856 | "net/base/mime_util.cc", |
| 5857 | "net/base/net_errors.cc", |
| 5858 | "net/base/net_errors_posix.cc", |
| 5859 | "net/base/net_module.cc", |
| 5860 | "net/base/net_string_util_icu_alternatives_android.cc", |
| 5861 | "net/base/network_activity_monitor.cc", |
| 5862 | "net/base/network_anonymization_key.cc", |
| 5863 | "net/base/network_change_notifier.cc", |
| 5864 | "net/base/network_change_notifier_posix.cc", |
| 5865 | "net/base/network_delegate.cc", |
| 5866 | "net/base/network_delegate_impl.cc", |
| 5867 | "net/base/network_interfaces.cc", |
| 5868 | "net/base/network_interfaces_getifaddrs.cc", |
| 5869 | "net/base/network_interfaces_getifaddrs_android.cc", |
| 5870 | "net/base/network_interfaces_linux.cc", |
| 5871 | "net/base/network_interfaces_posix.cc", |
| 5872 | "net/base/network_isolation_key.cc", |
| 5873 | "net/base/parse_number.cc", |
| 5874 | "net/base/platform_mime_util_linux.cc", |
| 5875 | "net/base/port_util.cc", |
| 5876 | "net/base/prioritized_dispatcher.cc", |
| 5877 | "net/base/prioritized_task_runner.cc", |
| 5878 | "net/base/privacy_mode.cc", |
| 5879 | "net/base/proxy_server.cc", |
| 5880 | "net/base/proxy_string_util.cc", |
| 5881 | "net/base/registry_controlled_domains/registry_controlled_domain.cc", |
| 5882 | "net/base/request_priority.cc", |
| 5883 | "net/base/scheme_host_port_matcher.cc", |
| 5884 | "net/base/scheme_host_port_matcher_rule.cc", |
| 5885 | "net/base/schemeful_site.cc", |
| 5886 | "net/base/sockaddr_storage.cc", |
| 5887 | "net/base/sockaddr_util_posix.cc", |
| 5888 | "net/base/transport_info.cc", |
| 5889 | "net/base/upload_bytes_element_reader.cc", |
| 5890 | "net/base/upload_data_stream.cc", |
| 5891 | "net/base/upload_element_reader.cc", |
| 5892 | "net/base/upload_file_element_reader.cc", |
| 5893 | "net/base/url_util.cc", |
| 5894 | "net/cert/asn1_util.cc", |
| 5895 | "net/cert/caching_cert_verifier.cc", |
| 5896 | "net/cert/cert_and_ct_verifier.cc", |
| 5897 | "net/cert/cert_database.cc", |
| 5898 | "net/cert/cert_status_flags.cc", |
| 5899 | "net/cert/cert_verifier.cc", |
| 5900 | "net/cert/cert_verify_proc.cc", |
| 5901 | "net/cert/cert_verify_proc_android.cc", |
| 5902 | "net/cert/cert_verify_proc_builtin.cc", |
| 5903 | "net/cert/cert_verify_result.cc", |
| 5904 | "net/cert/coalescing_cert_verifier.cc", |
| 5905 | "net/cert/crl_set.cc", |
| 5906 | "net/cert/ct_log_response_parser.cc", |
| 5907 | "net/cert/ct_log_verifier.cc", |
| 5908 | "net/cert/ct_log_verifier_util.cc", |
| 5909 | "net/cert/ct_objects_extractor.cc", |
| 5910 | "net/cert/ct_policy_enforcer.cc", |
| 5911 | "net/cert/ct_sct_to_string.cc", |
| 5912 | "net/cert/ct_serialization.cc", |
| 5913 | "net/cert/ct_signed_certificate_timestamp_log_param.cc", |
| 5914 | "net/cert/do_nothing_ct_verifier.cc", |
| 5915 | "net/cert/ev_root_ca_metadata.cc", |
| 5916 | "net/cert/internal/cert_issuer_source_aia.cc", |
| 5917 | "net/cert/internal/revocation_checker.cc", |
| 5918 | "net/cert/internal/system_trust_store.cc", |
| 5919 | "net/cert/known_roots.cc", |
| 5920 | "net/cert/merkle_audit_proof.cc", |
| 5921 | "net/cert/merkle_consistency_proof.cc", |
| 5922 | "net/cert/merkle_tree_leaf.cc", |
| 5923 | "net/cert/multi_log_ct_verifier.cc", |
| 5924 | "net/cert/multi_threaded_cert_verifier.cc", |
| 5925 | "net/cert/ocsp_verify_result.cc", |
| 5926 | "net/cert/pem.cc", |
| 5927 | "net/cert/pki/cert_error_id.cc", |
| 5928 | "net/cert/pki/cert_error_params.cc", |
| 5929 | "net/cert/pki/cert_errors.cc", |
| 5930 | "net/cert/pki/cert_issuer_source_static.cc", |
| 5931 | "net/cert/pki/certificate_policies.cc", |
| 5932 | "net/cert/pki/common_cert_errors.cc", |
| 5933 | "net/cert/pki/crl.cc", |
| 5934 | "net/cert/pki/extended_key_usage.cc", |
| 5935 | "net/cert/pki/general_names.cc", |
| 5936 | "net/cert/pki/name_constraints.cc", |
| 5937 | "net/cert/pki/ocsp.cc", |
| 5938 | "net/cert/pki/parse_certificate.cc", |
| 5939 | "net/cert/pki/parse_name.cc", |
| 5940 | "net/cert/pki/parsed_certificate.cc", |
| 5941 | "net/cert/pki/path_builder.cc", |
| 5942 | "net/cert/pki/revocation_util.cc", |
| 5943 | "net/cert/pki/signature_algorithm.cc", |
| 5944 | "net/cert/pki/simple_path_builder_delegate.cc", |
| 5945 | "net/cert/pki/string_util.cc", |
| 5946 | "net/cert/pki/trust_store.cc", |
| 5947 | "net/cert/pki/trust_store_collection.cc", |
| 5948 | "net/cert/pki/trust_store_in_memory.cc", |
| 5949 | "net/cert/pki/verify_certificate_chain.cc", |
| 5950 | "net/cert/pki/verify_name_match.cc", |
| 5951 | "net/cert/pki/verify_signed_data.cc", |
| 5952 | "net/cert/sct_status_flags.cc", |
| 5953 | "net/cert/signed_certificate_timestamp.cc", |
| 5954 | "net/cert/signed_certificate_timestamp_and_status.cc", |
| 5955 | "net/cert/signed_tree_head.cc", |
| 5956 | "net/cert/symantec_certs.cc", |
| 5957 | "net/cert/test_root_certs.cc", |
| 5958 | "net/cert/test_root_certs_android.cc", |
| 5959 | "net/cert/trial_comparison_cert_verifier_util.cc", |
| 5960 | "net/cert/x509_cert_types.cc", |
| 5961 | "net/cert/x509_certificate.cc", |
| 5962 | "net/cert/x509_certificate_net_log_param.cc", |
| 5963 | "net/cert/x509_util.cc", |
| 5964 | "net/cert/x509_util_android.cc", |
| 5965 | "net/cert_net/cert_net_fetcher_url_request.cc", |
| 5966 | "net/cookies/canonical_cookie.cc", |
| 5967 | "net/cookies/cookie_access_delegate.cc", |
| 5968 | "net/cookies/cookie_access_result.cc", |
| 5969 | "net/cookies/cookie_change_dispatcher.cc", |
| 5970 | "net/cookies/cookie_constants.cc", |
| 5971 | "net/cookies/cookie_deletion_info.cc", |
| 5972 | "net/cookies/cookie_inclusion_status.cc", |
| 5973 | "net/cookies/cookie_monster.cc", |
| 5974 | "net/cookies/cookie_monster_change_dispatcher.cc", |
| 5975 | "net/cookies/cookie_monster_netlog_params.cc", |
| 5976 | "net/cookies/cookie_options.cc", |
| 5977 | "net/cookies/cookie_partition_key.cc", |
| 5978 | "net/cookies/cookie_partition_key_collection.cc", |
| 5979 | "net/cookies/cookie_store.cc", |
| 5980 | "net/cookies/cookie_util.cc", |
| 5981 | "net/cookies/parsed_cookie.cc", |
| 5982 | "net/cookies/site_for_cookies.cc", |
| 5983 | "net/cookies/static_cookie_policy.cc", |
| 5984 | "net/der/encode_values.cc", |
| 5985 | "net/der/input.cc", |
| 5986 | "net/der/parse_values.cc", |
| 5987 | "net/der/parser.cc", |
| 5988 | "net/der/tag.cc", |
| 5989 | "net/disk_cache/backend_cleanup_tracker.cc", |
| 5990 | "net/disk_cache/blockfile/addr.cc", |
| 5991 | "net/disk_cache/blockfile/backend_impl.cc", |
| 5992 | "net/disk_cache/blockfile/bitmap.cc", |
| 5993 | "net/disk_cache/blockfile/block_files.cc", |
| 5994 | "net/disk_cache/blockfile/disk_format.cc", |
| 5995 | "net/disk_cache/blockfile/entry_impl.cc", |
| 5996 | "net/disk_cache/blockfile/eviction.cc", |
| 5997 | "net/disk_cache/blockfile/file.cc", |
| 5998 | "net/disk_cache/blockfile/file_lock.cc", |
| 5999 | "net/disk_cache/blockfile/file_posix.cc", |
| 6000 | "net/disk_cache/blockfile/in_flight_backend_io.cc", |
| 6001 | "net/disk_cache/blockfile/in_flight_io.cc", |
| 6002 | "net/disk_cache/blockfile/mapped_file.cc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6003 | "net/disk_cache/blockfile/rankings.cc", |
| 6004 | "net/disk_cache/blockfile/sparse_control.cc", |
| 6005 | "net/disk_cache/blockfile/stats.cc", |
| 6006 | "net/disk_cache/cache_util.cc", |
| 6007 | "net/disk_cache/cache_util_posix.cc", |
| 6008 | "net/disk_cache/disk_cache.cc", |
| 6009 | "net/disk_cache/memory/mem_backend_impl.cc", |
| 6010 | "net/disk_cache/memory/mem_entry_impl.cc", |
| 6011 | "net/disk_cache/net_log_parameters.cc", |
| 6012 | "net/disk_cache/simple/post_doom_waiter.cc", |
| 6013 | "net/disk_cache/simple/simple_backend_impl.cc", |
| 6014 | "net/disk_cache/simple/simple_entry_format.cc", |
| 6015 | "net/disk_cache/simple/simple_entry_impl.cc", |
| 6016 | "net/disk_cache/simple/simple_entry_operation.cc", |
| 6017 | "net/disk_cache/simple/simple_file_enumerator.cc", |
| 6018 | "net/disk_cache/simple/simple_file_tracker.cc", |
| 6019 | "net/disk_cache/simple/simple_index.cc", |
| 6020 | "net/disk_cache/simple/simple_index_file.cc", |
| 6021 | "net/disk_cache/simple/simple_net_log_parameters.cc", |
| 6022 | "net/disk_cache/simple/simple_synchronous_entry.cc", |
| 6023 | "net/disk_cache/simple/simple_util.cc", |
| 6024 | "net/disk_cache/simple/simple_util_posix.cc", |
| 6025 | "net/disk_cache/simple/simple_version_upgrade.cc", |
| 6026 | "net/filter/brotli_source_stream.cc", |
| 6027 | "net/filter/filter_source_stream.cc", |
| 6028 | "net/filter/gzip_header.cc", |
| 6029 | "net/filter/gzip_source_stream.cc", |
| 6030 | "net/filter/source_stream.cc", |
| 6031 | "net/first_party_sets/addition_overlaps_union_find.cc", |
| 6032 | "net/first_party_sets/first_party_set_entry.cc", |
| 6033 | "net/first_party_sets/first_party_set_metadata.cc", |
| 6034 | "net/first_party_sets/first_party_sets_cache_filter.cc", |
| 6035 | "net/first_party_sets/first_party_sets_context_config.cc", |
| 6036 | "net/first_party_sets/global_first_party_sets.cc", |
| 6037 | "net/first_party_sets/same_party_context.cc", |
| 6038 | "net/http/alternative_service.cc", |
| 6039 | "net/http/bidirectional_stream.cc", |
| 6040 | "net/http/bidirectional_stream_impl.cc", |
| 6041 | "net/http/bidirectional_stream_request_info.cc", |
| 6042 | "net/http/broken_alternative_services.cc", |
| 6043 | "net/http/http_auth.cc", |
| 6044 | "net/http/http_auth_cache.cc", |
| 6045 | "net/http/http_auth_challenge_tokenizer.cc", |
| 6046 | "net/http/http_auth_controller.cc", |
| 6047 | "net/http/http_auth_filter.cc", |
| 6048 | "net/http/http_auth_handler.cc", |
| 6049 | "net/http/http_auth_handler_basic.cc", |
| 6050 | "net/http/http_auth_handler_digest.cc", |
| 6051 | "net/http/http_auth_handler_factory.cc", |
| 6052 | "net/http/http_auth_handler_negotiate.cc", |
| 6053 | "net/http/http_auth_handler_ntlm.cc", |
| 6054 | "net/http/http_auth_handler_ntlm_portable.cc", |
| 6055 | "net/http/http_auth_multi_round_parse.cc", |
| 6056 | "net/http/http_auth_ntlm_mechanism.cc", |
| 6057 | "net/http/http_auth_preferences.cc", |
| 6058 | "net/http/http_auth_scheme.cc", |
| 6059 | "net/http/http_basic_state.cc", |
| 6060 | "net/http/http_basic_stream.cc", |
| 6061 | "net/http/http_byte_range.cc", |
| 6062 | "net/http/http_cache.cc", |
| 6063 | "net/http/http_cache_lookup_manager.cc", |
| 6064 | "net/http/http_cache_transaction.cc", |
| 6065 | "net/http/http_cache_writers.cc", |
| 6066 | "net/http/http_chunked_decoder.cc", |
| 6067 | "net/http/http_content_disposition.cc", |
| 6068 | "net/http/http_log_util.cc", |
| 6069 | "net/http/http_network_layer.cc", |
| 6070 | "net/http/http_network_session.cc", |
| 6071 | "net/http/http_network_session_peer.cc", |
| 6072 | "net/http/http_network_transaction.cc", |
| 6073 | "net/http/http_proxy_client_socket.cc", |
| 6074 | "net/http/http_proxy_connect_job.cc", |
| 6075 | "net/http/http_raw_request_headers.cc", |
| 6076 | "net/http/http_request_headers.cc", |
| 6077 | "net/http/http_request_info.cc", |
| 6078 | "net/http/http_response_body_drainer.cc", |
| 6079 | "net/http/http_response_headers.cc", |
| 6080 | "net/http/http_response_info.cc", |
| 6081 | "net/http/http_security_headers.cc", |
| 6082 | "net/http/http_server_properties.cc", |
| 6083 | "net/http/http_server_properties_manager.cc", |
| 6084 | "net/http/http_status_code.cc", |
| 6085 | "net/http/http_stream_factory.cc", |
| 6086 | "net/http/http_stream_factory_job.cc", |
| 6087 | "net/http/http_stream_factory_job_controller.cc", |
| 6088 | "net/http/http_stream_parser.cc", |
| 6089 | "net/http/http_stream_request.cc", |
| 6090 | "net/http/http_util.cc", |
| 6091 | "net/http/http_vary_data.cc", |
| 6092 | "net/http/partial_data.cc", |
| 6093 | "net/http/proxy_client_socket.cc", |
| 6094 | "net/http/proxy_fallback.cc", |
| 6095 | "net/http/transport_security_persister.cc", |
| 6096 | "net/http/transport_security_state_source.cc", |
| 6097 | "net/http/url_security_manager.cc", |
| 6098 | "net/http/url_security_manager_posix.cc", |
| 6099 | "net/http/webfonts_histogram.cc", |
| 6100 | "net/log/file_net_log_observer.cc", |
| 6101 | "net/log/net_log.cc", |
| 6102 | "net/log/net_log_capture_mode.cc", |
| 6103 | "net/log/net_log_entry.cc", |
| 6104 | "net/log/net_log_event_type.cc", |
| 6105 | "net/log/net_log_source.cc", |
| 6106 | "net/log/net_log_util.cc", |
| 6107 | "net/log/net_log_values.cc", |
| 6108 | "net/log/net_log_with_source.cc", |
| 6109 | "net/log/trace_net_log_observer.cc", |
| 6110 | "net/network_error_logging/network_error_logging_service.cc", |
| 6111 | "net/nqe/cached_network_quality.cc", |
| 6112 | "net/nqe/effective_connection_type.cc", |
| 6113 | "net/nqe/event_creator.cc", |
| 6114 | "net/nqe/network_id.cc", |
| 6115 | "net/nqe/network_qualities_prefs_manager.cc", |
| 6116 | "net/nqe/network_quality.cc", |
| 6117 | "net/nqe/network_quality_estimator.cc", |
| 6118 | "net/nqe/network_quality_estimator_params.cc", |
| 6119 | "net/nqe/network_quality_estimator_util.cc", |
| 6120 | "net/nqe/network_quality_observation.cc", |
| 6121 | "net/nqe/network_quality_store.cc", |
| 6122 | "net/nqe/observation_buffer.cc", |
| 6123 | "net/nqe/pref_names.cc", |
| 6124 | "net/nqe/socket_watcher.cc", |
| 6125 | "net/nqe/socket_watcher_factory.cc", |
| 6126 | "net/nqe/throughput_analyzer.cc", |
| 6127 | "net/ntlm/ntlm.cc", |
| 6128 | "net/ntlm/ntlm_buffer_reader.cc", |
| 6129 | "net/ntlm/ntlm_buffer_writer.cc", |
| 6130 | "net/ntlm/ntlm_client.cc", |
| 6131 | "net/ntlm/ntlm_constants.cc", |
| 6132 | "net/proxy_resolution/configured_proxy_resolution_request.cc", |
| 6133 | "net/proxy_resolution/configured_proxy_resolution_service.cc", |
| 6134 | "net/proxy_resolution/dhcp_pac_file_fetcher.cc", |
| 6135 | "net/proxy_resolution/multi_threaded_proxy_resolver.cc", |
| 6136 | "net/proxy_resolution/network_delegate_error_observer.cc", |
| 6137 | "net/proxy_resolution/pac_file_data.cc", |
| 6138 | "net/proxy_resolution/pac_file_decider.cc", |
| 6139 | "net/proxy_resolution/pac_file_fetcher.cc", |
| 6140 | "net/proxy_resolution/pac_file_fetcher_impl.cc", |
| 6141 | "net/proxy_resolution/polling_proxy_config_service.cc", |
| 6142 | "net/proxy_resolution/proxy_bypass_rules.cc", |
| 6143 | "net/proxy_resolution/proxy_config.cc", |
| 6144 | "net/proxy_resolution/proxy_config_service.cc", |
| 6145 | "net/proxy_resolution/proxy_config_service_android.cc", |
| 6146 | "net/proxy_resolution/proxy_config_service_fixed.cc", |
| 6147 | "net/proxy_resolution/proxy_config_with_annotation.cc", |
| 6148 | "net/proxy_resolution/proxy_info.cc", |
| 6149 | "net/proxy_resolution/proxy_list.cc", |
| 6150 | "net/proxy_resolution/proxy_resolver_factory.cc", |
| 6151 | "net/quic/bidirectional_stream_quic_impl.cc", |
| 6152 | "net/quic/crypto/proof_source_chromium.cc", |
| 6153 | "net/quic/crypto/proof_verifier_chromium.cc", |
| 6154 | "net/quic/dedicated_web_transport_http3_client.cc", |
| 6155 | "net/quic/network_connection.cc", |
| 6156 | "net/quic/platform/impl/quic_chromium_clock.cc", |
| 6157 | "net/quic/properties_based_quic_server_info.cc", |
| 6158 | "net/quic/quic_address_mismatch.cc", |
| 6159 | "net/quic/quic_chromium_alarm_factory.cc", |
| 6160 | "net/quic/quic_chromium_client_session.cc", |
| 6161 | "net/quic/quic_chromium_client_stream.cc", |
| 6162 | "net/quic/quic_chromium_connection_helper.cc", |
| 6163 | "net/quic/quic_chromium_packet_reader.cc", |
| 6164 | "net/quic/quic_chromium_packet_writer.cc", |
| 6165 | "net/quic/quic_clock_skew_detector.cc", |
| 6166 | "net/quic/quic_connection_logger.cc", |
| 6167 | "net/quic/quic_connectivity_monitor.cc", |
| 6168 | "net/quic/quic_context.cc", |
| 6169 | "net/quic/quic_crypto_client_config_handle.cc", |
| 6170 | "net/quic/quic_crypto_client_stream_factory.cc", |
| 6171 | "net/quic/quic_event_logger.cc", |
| 6172 | "net/quic/quic_http3_logger.cc", |
| 6173 | "net/quic/quic_http_stream.cc", |
| 6174 | "net/quic/quic_http_utils.cc", |
| 6175 | "net/quic/quic_proxy_client_socket.cc", |
| 6176 | "net/quic/quic_server_info.cc", |
| 6177 | "net/quic/quic_session_key.cc", |
| 6178 | "net/quic/quic_stream_factory.cc", |
| 6179 | "net/quic/set_quic_flag.cc", |
| 6180 | "net/quic/web_transport_client.cc", |
| 6181 | "net/quic/web_transport_error.cc", |
| 6182 | "net/reporting/reporting_browsing_data_remover.cc", |
| 6183 | "net/reporting/reporting_cache.cc", |
| 6184 | "net/reporting/reporting_cache_impl.cc", |
| 6185 | "net/reporting/reporting_cache_observer.cc", |
| 6186 | "net/reporting/reporting_context.cc", |
| 6187 | "net/reporting/reporting_delegate.cc", |
| 6188 | "net/reporting/reporting_delivery_agent.cc", |
| 6189 | "net/reporting/reporting_endpoint.cc", |
| 6190 | "net/reporting/reporting_endpoint_manager.cc", |
| 6191 | "net/reporting/reporting_garbage_collector.cc", |
| 6192 | "net/reporting/reporting_header_parser.cc", |
| 6193 | "net/reporting/reporting_network_change_observer.cc", |
| 6194 | "net/reporting/reporting_policy.cc", |
| 6195 | "net/reporting/reporting_report.cc", |
| 6196 | "net/reporting/reporting_service.cc", |
| 6197 | "net/reporting/reporting_uploader.cc", |
| 6198 | "net/socket/client_socket_factory.cc", |
| 6199 | "net/socket/client_socket_handle.cc", |
| 6200 | "net/socket/client_socket_pool.cc", |
| 6201 | "net/socket/client_socket_pool_manager.cc", |
| 6202 | "net/socket/client_socket_pool_manager_impl.cc", |
| 6203 | "net/socket/connect_job.cc", |
| 6204 | "net/socket/connect_job_factory.cc", |
| 6205 | "net/socket/network_binding_client_socket_factory.cc", |
| 6206 | "net/socket/next_proto.cc", |
| 6207 | "net/socket/server_socket.cc", |
| 6208 | "net/socket/socket.cc", |
| 6209 | "net/socket/socket_bio_adapter.cc", |
| 6210 | "net/socket/socket_descriptor.cc", |
| 6211 | "net/socket/socket_net_log_params.cc", |
| 6212 | "net/socket/socket_options.cc", |
| 6213 | "net/socket/socket_posix.cc", |
| 6214 | "net/socket/socket_tag.cc", |
| 6215 | "net/socket/socks5_client_socket.cc", |
| 6216 | "net/socket/socks_client_socket.cc", |
| 6217 | "net/socket/socks_connect_job.cc", |
| 6218 | "net/socket/ssl_client_socket.cc", |
| 6219 | "net/socket/ssl_client_socket_impl.cc", |
| 6220 | "net/socket/ssl_connect_job.cc", |
| 6221 | "net/socket/ssl_server_socket_impl.cc", |
| 6222 | "net/socket/stream_socket.cc", |
| 6223 | "net/socket/tcp_client_socket.cc", |
| 6224 | "net/socket/tcp_server_socket.cc", |
| 6225 | "net/socket/tcp_socket_posix.cc", |
| 6226 | "net/socket/transport_client_socket.cc", |
| 6227 | "net/socket/transport_client_socket_pool.cc", |
| 6228 | "net/socket/transport_connect_job.cc", |
| 6229 | "net/socket/transport_connect_sub_job.cc", |
| 6230 | "net/socket/udp_client_socket.cc", |
| 6231 | "net/socket/udp_net_log_parameters.cc", |
| 6232 | "net/socket/udp_server_socket.cc", |
| 6233 | "net/socket/udp_socket_global_limits.cc", |
| 6234 | "net/socket/udp_socket_posix.cc", |
| 6235 | "net/socket/unix_domain_client_socket_posix.cc", |
| 6236 | "net/socket/unix_domain_server_socket_posix.cc", |
| 6237 | "net/socket/websocket_endpoint_lock_manager.cc", |
| 6238 | "net/socket/websocket_transport_client_socket_pool.cc", |
| 6239 | "net/spdy/alps_decoder.cc", |
| 6240 | "net/spdy/bidirectional_stream_spdy_impl.cc", |
| 6241 | "net/spdy/buffered_spdy_framer.cc", |
| 6242 | "net/spdy/header_coalescer.cc", |
| 6243 | "net/spdy/http2_priority_dependencies.cc", |
| 6244 | "net/spdy/http2_push_promise_index.cc", |
| 6245 | "net/spdy/multiplexed_http_stream.cc", |
| 6246 | "net/spdy/multiplexed_session.cc", |
| 6247 | "net/spdy/spdy_buffer.cc", |
| 6248 | "net/spdy/spdy_buffer_producer.cc", |
| 6249 | "net/spdy/spdy_http_stream.cc", |
| 6250 | "net/spdy/spdy_http_utils.cc", |
| 6251 | "net/spdy/spdy_log_util.cc", |
| 6252 | "net/spdy/spdy_proxy_client_socket.cc", |
| 6253 | "net/spdy/spdy_read_queue.cc", |
| 6254 | "net/spdy/spdy_session.cc", |
| 6255 | "net/spdy/spdy_session_key.cc", |
| 6256 | "net/spdy/spdy_session_pool.cc", |
| 6257 | "net/spdy/spdy_stream.cc", |
| 6258 | "net/spdy/spdy_write_queue.cc", |
| 6259 | "net/ssl/cert_compression.cc", |
| 6260 | "net/ssl/client_cert_identity.cc", |
| 6261 | "net/ssl/openssl_ssl_util.cc", |
| 6262 | "net/ssl/ssl_cert_request_info.cc", |
| 6263 | "net/ssl/ssl_cipher_suite_names.cc", |
| 6264 | "net/ssl/ssl_client_auth_cache.cc", |
| 6265 | "net/ssl/ssl_client_session_cache.cc", |
| 6266 | "net/ssl/ssl_config.cc", |
| 6267 | "net/ssl/ssl_config_service.cc", |
| 6268 | "net/ssl/ssl_config_service_defaults.cc", |
| 6269 | "net/ssl/ssl_info.cc", |
| 6270 | "net/ssl/ssl_key_logger.cc", |
| 6271 | "net/ssl/ssl_key_logger_impl.cc", |
| 6272 | "net/ssl/ssl_platform_key_android.cc", |
| 6273 | "net/ssl/ssl_platform_key_util.cc", |
| 6274 | "net/ssl/ssl_private_key.cc", |
| 6275 | "net/ssl/ssl_server_config.cc", |
| 6276 | "net/ssl/threaded_ssl_private_key.cc", |
| 6277 | "net/url_request/redirect_info.cc", |
| 6278 | "net/url_request/redirect_util.cc", |
| 6279 | "net/url_request/report_sender.cc", |
| 6280 | "net/url_request/static_http_user_agent_settings.cc", |
| 6281 | "net/url_request/url_request.cc", |
| 6282 | "net/url_request/url_request_context.cc", |
| 6283 | "net/url_request/url_request_context_builder.cc", |
| 6284 | "net/url_request/url_request_context_getter.cc", |
| 6285 | "net/url_request/url_request_error_job.cc", |
| 6286 | "net/url_request/url_request_filter.cc", |
| 6287 | "net/url_request/url_request_http_job.cc", |
| 6288 | "net/url_request/url_request_interceptor.cc", |
| 6289 | "net/url_request/url_request_job.cc", |
| 6290 | "net/url_request/url_request_job_factory.cc", |
| 6291 | "net/url_request/url_request_netlog_params.cc", |
| 6292 | "net/url_request/url_request_redirect_job.cc", |
| 6293 | "net/url_request/url_request_throttler_entry.cc", |
| 6294 | "net/url_request/url_request_throttler_manager.cc", |
| 6295 | "net/url_request/view_cache_helper.cc", |
| 6296 | "net/url_request/websocket_handshake_userdata_key.cc", |
| 6297 | ], |
| 6298 | shared_libs: [ |
| 6299 | "libandroid", |
| 6300 | "liblog", |
| 6301 | ], |
| 6302 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6303 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6304 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6305 | "cronet_aml_base_base_static", |
| 6306 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6307 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 6308 | "cronet_aml_crypto_crypto", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6309 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6310 | "cronet_aml_net_third_party_quiche_quiche", |
| 6311 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 6312 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6313 | "cronet_aml_third_party_brotli_common", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6314 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6315 | "cronet_aml_third_party_icu_icui18n", |
| 6316 | "cronet_aml_third_party_icu_icuuc_private", |
| 6317 | "cronet_aml_third_party_libevent_libevent", |
| 6318 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 6319 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6320 | "cronet_aml_third_party_zlib_zlib", |
| 6321 | "cronet_aml_url_url", |
| 6322 | ], |
| 6323 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6324 | "cronet_aml_base_debugging_buildflags", |
| 6325 | "cronet_aml_base_logging_buildflags", |
| 6326 | "cronet_aml_build_branding_buildflags", |
| 6327 | "cronet_aml_build_chromeos_buildflags", |
| 6328 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 6329 | "cronet_aml_net_buildflags", |
| 6330 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6331 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6332 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6333 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 6334 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6335 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6336 | ], |
| 6337 | export_generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6338 | "cronet_aml_base_debugging_buildflags", |
| 6339 | "cronet_aml_base_logging_buildflags", |
| 6340 | "cronet_aml_build_branding_buildflags", |
| 6341 | "cronet_aml_build_chromeos_buildflags", |
| 6342 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 6343 | "cronet_aml_net_buildflags", |
| 6344 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6345 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6346 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6347 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 6348 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6349 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6350 | ], |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 6351 | export_static_lib_headers: [ |
Motomu Utsumi | 2f66bb3 | 2022-11-10 11:21:14 +0900 | [diff] [blame] | 6352 | "cronet_aml_crypto_crypto", |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 6353 | "cronet_aml_net_third_party_quiche_quiche", |
| 6354 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6355 | defaults: [ |
| 6356 | "cronet_aml_defaults", |
| 6357 | ], |
| 6358 | cflags: [ |
| 6359 | "-DANDROID", |
| 6360 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6361 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6362 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6363 | "-DDCHECK_ALWAYS_ON=1", |
| 6364 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6365 | "-DENABLE_BUILT_IN_DNS", |
| 6366 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6367 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6368 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6369 | "-DHAVE_PTHREAD", |
| 6370 | "-DHAVE_SYS_UIO_H", |
| 6371 | "-DNET_IMPLEMENTATION", |
| 6372 | "-D_DEBUG", |
| 6373 | "-D_GNU_SOURCE", |
| 6374 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6375 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6376 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6377 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6378 | "-D__STDC_CONSTANT_MACROS", |
| 6379 | "-D__STDC_FORMAT_MACROS", |
| 6380 | ], |
| 6381 | local_include_dirs: [ |
| 6382 | "./", |
| 6383 | "buildtools/third_party/libc++/", |
| 6384 | "buildtools/third_party/libc++/trunk/include", |
| 6385 | "buildtools/third_party/libc++abi/trunk/include", |
| 6386 | "net/third_party/quiche/overrides/", |
| 6387 | "net/third_party/quiche/src/", |
| 6388 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 6389 | "third_party/abseil-cpp/", |
| 6390 | "third_party/boringssl/src/include/", |
| 6391 | "third_party/brotli/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 6392 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6393 | "third_party/zlib/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6394 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6395 | cpp_std: "c++20", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 6396 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6397 | android_arm: { |
| 6398 | srcs: [ |
| 6399 | "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc", |
| 6400 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6401 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 6402 | android_arm64: { |
| 6403 | srcs: [ |
| 6404 | "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc", |
| 6405 | ], |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 6406 | }, |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 6407 | android_x86: { |
| 6408 | srcs: [ |
| 6409 | "net/disk_cache/blockfile/mapped_file_posix.cc", |
| 6410 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6411 | cflags: [ |
| 6412 | "-msse3", |
| 6413 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 6414 | }, |
| 6415 | android_x86_64: { |
| 6416 | srcs: [ |
| 6417 | "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc", |
| 6418 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6419 | cflags: [ |
| 6420 | "-msse3", |
| 6421 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 6422 | }, |
| 6423 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6424 | } |
| 6425 | |
| 6426 | // GN: //net:net_deps |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6427 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6428 | name: "cronet_aml_net_net_deps", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6429 | srcs: [ |
| 6430 | ":cronet_aml_net_isolation_info_proto_gen", |
| 6431 | ], |
| 6432 | shared_libs: [ |
| 6433 | "libandroid", |
| 6434 | "liblog", |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6435 | "libprotobuf-cpp-lite", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6436 | ], |
| 6437 | static_libs: [ |
| 6438 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 6439 | "cronet_aml_base_base", |
| 6440 | "cronet_aml_base_base_static", |
| 6441 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 6442 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 6443 | "cronet_aml_net_preload_decoder", |
| 6444 | "cronet_aml_third_party_boringssl_boringssl", |
| 6445 | "cronet_aml_third_party_brotli_common", |
| 6446 | "cronet_aml_third_party_brotli_dec", |
| 6447 | "cronet_aml_third_party_icu_icui18n", |
| 6448 | "cronet_aml_third_party_icu_icuuc_private", |
| 6449 | "cronet_aml_third_party_libevent_libevent", |
| 6450 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 6451 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 6452 | "cronet_aml_third_party_zlib_zlib", |
| 6453 | ], |
| 6454 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6455 | "cronet_aml_base_debugging_buildflags", |
| 6456 | "cronet_aml_base_logging_buildflags", |
| 6457 | "cronet_aml_build_chromeos_buildflags", |
| 6458 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6459 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6460 | "cronet_aml_net_net_jni_headers", |
| 6461 | "cronet_aml_url_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6462 | ], |
| 6463 | defaults: [ |
| 6464 | "cronet_aml_defaults", |
| 6465 | ], |
| 6466 | cflags: [ |
| 6467 | "-DANDROID", |
| 6468 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6469 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6470 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6471 | "-DDCHECK_ALWAYS_ON=1", |
| 6472 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6473 | "-DENABLE_BUILT_IN_DNS", |
| 6474 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6475 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6476 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6477 | "-DHAVE_PTHREAD", |
| 6478 | "-DHAVE_SYS_UIO_H", |
| 6479 | "-DNET_IMPLEMENTATION", |
| 6480 | "-D_DEBUG", |
| 6481 | "-D_GNU_SOURCE", |
| 6482 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6483 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6484 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6485 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6486 | "-D__STDC_CONSTANT_MACROS", |
| 6487 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6488 | ], |
| 6489 | local_include_dirs: [ |
| 6490 | "./", |
| 6491 | "buildtools/third_party/libc++/", |
| 6492 | "buildtools/third_party/libc++/trunk/include", |
| 6493 | "buildtools/third_party/libc++abi/trunk/include", |
| 6494 | "third_party/abseil-cpp/", |
| 6495 | "third_party/boringssl/src/include/", |
| 6496 | "third_party/brotli/include/", |
| 6497 | "third_party/protobuf/src/", |
| 6498 | "third_party/zlib/", |
| 6499 | ], |
| 6500 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 6501 | target: { |
| 6502 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6503 | cflags: [ |
| 6504 | "-msse3", |
| 6505 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 6506 | }, |
| 6507 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6508 | cflags: [ |
| 6509 | "-msse3", |
| 6510 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 6511 | }, |
| 6512 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6513 | } |
| 6514 | |
| 6515 | // GN: //net:net_export_header |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6516 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6517 | name: "cronet_aml_net_net_export_header", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6518 | defaults: [ |
| 6519 | "cronet_aml_defaults", |
| 6520 | ], |
| 6521 | cflags: [ |
| 6522 | "-DANDROID", |
| 6523 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6524 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6525 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6526 | "-DDCHECK_ALWAYS_ON=1", |
| 6527 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6528 | "-DHAVE_SYS_UIO_H", |
| 6529 | "-D_DEBUG", |
| 6530 | "-D_GNU_SOURCE", |
| 6531 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6532 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6533 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6534 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6535 | "-D__STDC_CONSTANT_MACROS", |
| 6536 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6537 | ], |
| 6538 | local_include_dirs: [ |
| 6539 | "./", |
| 6540 | "buildtools/third_party/libc++/", |
| 6541 | "buildtools/third_party/libc++/trunk/include", |
| 6542 | "buildtools/third_party/libc++abi/trunk/include", |
| 6543 | ], |
| 6544 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6545 | target: { |
| 6546 | android_x86: { |
| 6547 | cflags: [ |
| 6548 | "-msse3", |
| 6549 | ], |
| 6550 | }, |
| 6551 | android_x86_64: { |
| 6552 | cflags: [ |
| 6553 | "-msse3", |
| 6554 | ], |
| 6555 | }, |
| 6556 | }, |
| 6557 | } |
| 6558 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6559 | // GN: //net:net_jni_headers |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6560 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6561 | name: "cronet_aml_net_net_jni_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6562 | srcs: [ |
| 6563 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 6564 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 6565 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 6566 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 6567 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 6568 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 6569 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 6570 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 6571 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 6572 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 6573 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 6574 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 6575 | "net/android/java/src/org/chromium/net/X509Util.java", |
| 6576 | ], |
| 6577 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 6578 | "long " + |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6579 | "--output_dir " + |
| 6580 | "$(genDir)/net/net_jni_headers " + |
| 6581 | "--includes " + |
| 6582 | "base/android/jni_generator/jni_generator_helper.h " + |
| 6583 | "--use_proxy_hash " + |
| 6584 | "--output_name " + |
| 6585 | "AndroidCertVerifyResult_jni.h " + |
| 6586 | "--output_name " + |
| 6587 | "AndroidKeyStore_jni.h " + |
| 6588 | "--output_name " + |
| 6589 | "AndroidNetworkLibrary_jni.h " + |
| 6590 | "--output_name " + |
| 6591 | "AndroidTrafficStats_jni.h " + |
| 6592 | "--output_name " + |
| 6593 | "DnsStatus_jni.h " + |
| 6594 | "--output_name " + |
| 6595 | "GURLUtils_jni.h " + |
| 6596 | "--output_name " + |
| 6597 | "HttpNegotiateAuthenticator_jni.h " + |
| 6598 | "--output_name " + |
| 6599 | "HttpUtil_jni.h " + |
| 6600 | "--output_name " + |
| 6601 | "NetStringUtil_jni.h " + |
| 6602 | "--output_name " + |
| 6603 | "NetworkActiveNotifier_jni.h " + |
| 6604 | "--output_name " + |
| 6605 | "NetworkChangeNotifier_jni.h " + |
| 6606 | "--output_name " + |
| 6607 | "ProxyChangeListener_jni.h " + |
| 6608 | "--output_name " + |
| 6609 | "X509Util_jni.h " + |
| 6610 | "--input_file " + |
| 6611 | "$(location net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java) " + |
| 6612 | "--input_file " + |
| 6613 | "$(location net/android/java/src/org/chromium/net/AndroidKeyStore.java) " + |
| 6614 | "--input_file " + |
| 6615 | "$(location net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java) " + |
| 6616 | "--input_file " + |
| 6617 | "$(location net/android/java/src/org/chromium/net/AndroidTrafficStats.java) " + |
| 6618 | "--input_file " + |
| 6619 | "$(location net/android/java/src/org/chromium/net/DnsStatus.java) " + |
| 6620 | "--input_file " + |
| 6621 | "$(location net/android/java/src/org/chromium/net/GURLUtils.java) " + |
| 6622 | "--input_file " + |
| 6623 | "$(location net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java) " + |
| 6624 | "--input_file " + |
| 6625 | "$(location net/android/java/src/org/chromium/net/HttpUtil.java) " + |
| 6626 | "--input_file " + |
| 6627 | "$(location net/android/java/src/org/chromium/net/NetStringUtil.java) " + |
| 6628 | "--input_file " + |
| 6629 | "$(location net/android/java/src/org/chromium/net/NetworkActiveNotifier.java) " + |
| 6630 | "--input_file " + |
| 6631 | "$(location net/android/java/src/org/chromium/net/NetworkChangeNotifier.java) " + |
| 6632 | "--input_file " + |
| 6633 | "$(location net/android/java/src/org/chromium/net/ProxyChangeListener.java) " + |
| 6634 | "--input_file " + |
| 6635 | "$(location net/android/java/src/org/chromium/net/X509Util.java)", |
| 6636 | out: [ |
| 6637 | "net/net_jni_headers/AndroidCertVerifyResult_jni.h", |
| 6638 | "net/net_jni_headers/AndroidKeyStore_jni.h", |
| 6639 | "net/net_jni_headers/AndroidNetworkLibrary_jni.h", |
| 6640 | "net/net_jni_headers/AndroidTrafficStats_jni.h", |
| 6641 | "net/net_jni_headers/DnsStatus_jni.h", |
| 6642 | "net/net_jni_headers/GURLUtils_jni.h", |
| 6643 | "net/net_jni_headers/HttpNegotiateAuthenticator_jni.h", |
| 6644 | "net/net_jni_headers/HttpUtil_jni.h", |
| 6645 | "net/net_jni_headers/NetStringUtil_jni.h", |
| 6646 | "net/net_jni_headers/NetworkActiveNotifier_jni.h", |
| 6647 | "net/net_jni_headers/NetworkChangeNotifier_jni.h", |
| 6648 | "net/net_jni_headers/ProxyChangeListener_jni.h", |
| 6649 | "net/net_jni_headers/X509Util_jni.h", |
| 6650 | ], |
| 6651 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 6652 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6653 | "base/android/jni_generator/jni_generator.py", |
| 6654 | "build/android/gyp/util/__init__.py", |
| 6655 | "build/android/gyp/util/build_utils.py", |
| 6656 | "build/gn_helpers.py", |
| 6657 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 6658 | apex_available: [ |
| 6659 | "com.android.tethering", |
| 6660 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6661 | } |
| 6662 | |
| 6663 | // GN: //net:net_nqe_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6664 | cc_genrule { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6665 | name: "cronet_aml_net_net_nqe_proto_gen", |
| 6666 | srcs: [ |
| 6667 | "net/nqe/proto/network_id_proto.proto", |
| 6668 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 6669 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6670 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 6671 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6672 | 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] | 6673 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6674 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6675 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 6676 | apex_available: [ |
| 6677 | "com.android.tethering", |
| 6678 | ], |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6679 | } |
| 6680 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6681 | // GN: //net:net_nqe_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6682 | cc_genrule { |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6683 | name: "cronet_aml_net_net_nqe_proto_gen_headers", |
| 6684 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6685 | "net/nqe/proto/network_id_proto.proto", |
| 6686 | ], |
| 6687 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6688 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6689 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6690 | 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] | 6691 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6692 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6693 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6694 | export_include_dirs: [ |
| 6695 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 6696 | "net/nqe/proto", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6697 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6698 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 6699 | apex_available: [ |
| 6700 | "com.android.tethering", |
| 6701 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6702 | } |
| 6703 | |
| 6704 | // GN: //net:net_public_deps |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6705 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6706 | name: "cronet_aml_net_net_public_deps", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6707 | srcs: [ |
| 6708 | ":cronet_aml_net_net_nqe_proto_gen", |
| 6709 | ":cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
| 6710 | ], |
| 6711 | shared_libs: [ |
| 6712 | "libandroid", |
| 6713 | "liblog", |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6714 | "libprotobuf-cpp-lite", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6715 | ], |
| 6716 | static_libs: [ |
| 6717 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 6718 | "cronet_aml_base_base", |
| 6719 | "cronet_aml_base_base_static", |
| 6720 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 6721 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 6722 | "cronet_aml_crypto_crypto", |
| 6723 | "cronet_aml_net_third_party_quiche_quiche", |
| 6724 | "cronet_aml_net_uri_template", |
| 6725 | "cronet_aml_third_party_boringssl_boringssl", |
| 6726 | "cronet_aml_third_party_icu_icui18n", |
| 6727 | "cronet_aml_third_party_icu_icuuc_private", |
| 6728 | "cronet_aml_third_party_libevent_libevent", |
| 6729 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 6730 | "cronet_aml_third_party_protobuf_protobuf_lite", |
| 6731 | "cronet_aml_third_party_zlib_zlib", |
| 6732 | "cronet_aml_url_url", |
| 6733 | ], |
| 6734 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 6735 | "cronet_aml_build_chromeos_buildflags", |
| 6736 | "cronet_aml_net_buildflags", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6737 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 6738 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
| 6739 | ], |
| 6740 | defaults: [ |
| 6741 | "cronet_aml_defaults", |
| 6742 | ], |
| 6743 | cflags: [ |
| 6744 | "-DANDROID", |
| 6745 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6746 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6747 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6748 | "-DDCHECK_ALWAYS_ON=1", |
| 6749 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6750 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 6751 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 6752 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 6753 | "-DHAVE_PTHREAD", |
| 6754 | "-DHAVE_SYS_UIO_H", |
| 6755 | "-D_DEBUG", |
| 6756 | "-D_GNU_SOURCE", |
| 6757 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6758 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6759 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6760 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6761 | "-D__STDC_CONSTANT_MACROS", |
| 6762 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6763 | ], |
| 6764 | local_include_dirs: [ |
| 6765 | "./", |
| 6766 | "buildtools/third_party/libc++/", |
| 6767 | "buildtools/third_party/libc++/trunk/include", |
| 6768 | "buildtools/third_party/libc++abi/trunk/include", |
| 6769 | "net/third_party/quiche/overrides/", |
| 6770 | "net/third_party/quiche/src/", |
| 6771 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 6772 | "third_party/abseil-cpp/", |
| 6773 | "third_party/boringssl/src/include/", |
| 6774 | "third_party/protobuf/src/", |
| 6775 | ], |
| 6776 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 6777 | target: { |
| 6778 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6779 | cflags: [ |
| 6780 | "-msse3", |
| 6781 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 6782 | }, |
| 6783 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6784 | cflags: [ |
| 6785 | "-msse3", |
| 6786 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 6787 | }, |
| 6788 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6789 | } |
| 6790 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6791 | // GN: //net:preload_decoder |
| 6792 | cc_library_static { |
| 6793 | name: "cronet_aml_net_preload_decoder", |
| 6794 | srcs: [ |
| 6795 | "net/extras/preload_data/decoder.cc", |
| 6796 | ], |
| 6797 | shared_libs: [ |
| 6798 | "libandroid", |
| 6799 | "liblog", |
| 6800 | ], |
| 6801 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6802 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6803 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6804 | "cronet_aml_base_base_static", |
| 6805 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 6806 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 6807 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 6808 | "cronet_aml_third_party_icu_icui18n", |
| 6809 | "cronet_aml_third_party_icu_icuuc_private", |
| 6810 | "cronet_aml_third_party_libevent_libevent", |
| 6811 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6812 | ], |
| 6813 | defaults: [ |
| 6814 | "cronet_aml_defaults", |
| 6815 | ], |
| 6816 | cflags: [ |
| 6817 | "-DANDROID", |
| 6818 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 6819 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 6820 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 6821 | "-DDCHECK_ALWAYS_ON=1", |
| 6822 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 6823 | "-DHAVE_SYS_UIO_H", |
| 6824 | "-D_DEBUG", |
| 6825 | "-D_GNU_SOURCE", |
| 6826 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 6827 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6828 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 6829 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 6830 | "-D__STDC_CONSTANT_MACROS", |
| 6831 | "-D__STDC_FORMAT_MACROS", |
| 6832 | ], |
| 6833 | local_include_dirs: [ |
| 6834 | "./", |
| 6835 | "buildtools/third_party/libc++/", |
| 6836 | "buildtools/third_party/libc++/trunk/include", |
| 6837 | "buildtools/third_party/libc++abi/trunk/include", |
| 6838 | "third_party/abseil-cpp/", |
| 6839 | "third_party/boringssl/src/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6840 | ], |
| 6841 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 6842 | target: { |
| 6843 | android_x86: { |
| 6844 | cflags: [ |
| 6845 | "-msse3", |
| 6846 | ], |
| 6847 | }, |
| 6848 | android_x86_64: { |
| 6849 | cflags: [ |
| 6850 | "-msse3", |
| 6851 | ], |
| 6852 | }, |
| 6853 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6854 | } |
| 6855 | |
| 6856 | // GN: //net/third_party/quiche:net_quic_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6857 | cc_genrule { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6858 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
| 6859 | srcs: [ |
| 6860 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 6861 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 6862 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 6863 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 6864 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6865 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 6866 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6867 | 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] | 6868 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6869 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc", |
| 6870 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc", |
| 6871 | "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] | 6872 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 6873 | apex_available: [ |
| 6874 | "com.android.tethering", |
| 6875 | ], |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6876 | } |
| 6877 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6878 | // GN: //net/third_party/quiche:net_quic_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6879 | cc_genrule { |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6880 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
| 6881 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6882 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 6883 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 6884 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 6885 | ], |
| 6886 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6887 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6888 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6889 | 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] | 6890 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6891 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.h", |
| 6892 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.h", |
| 6893 | "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] | 6894 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6895 | export_include_dirs: [ |
| 6896 | ".", |
Mohannad Farrag | e558ead | 2022-11-08 18:44:04 +0000 | [diff] [blame] | 6897 | "net/third_party/quiche/src", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6898 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6899 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 6900 | apex_available: [ |
| 6901 | "com.android.tethering", |
| 6902 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6903 | } |
| 6904 | |
| 6905 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6906 | cc_genrule { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6907 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
| 6908 | srcs: [ |
| 6909 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 6910 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 6911 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6912 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 6913 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6914 | 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] | 6915 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6916 | "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] | 6917 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 6918 | apex_available: [ |
| 6919 | "com.android.tethering", |
| 6920 | ], |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6921 | } |
| 6922 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6923 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 6924 | cc_genrule { |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6925 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
| 6926 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6927 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 6928 | ], |
| 6929 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6930 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 6931 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 6932 | 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] | 6933 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6934 | "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] | 6935 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6936 | export_include_dirs: [ |
| 6937 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 6938 | "net/third_party/quiche/src/quiche/quic/test_tools", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6939 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6940 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 6941 | apex_available: [ |
| 6942 | "com.android.tethering", |
| 6943 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6944 | } |
| 6945 | |
| 6946 | // GN: //net/third_party/quiche:quiche |
| 6947 | cc_library_static { |
| 6948 | name: "cronet_aml_net_third_party_quiche_quiche", |
| 6949 | srcs: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 6950 | ":cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 6951 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 6952 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 6953 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 6954 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 6955 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 6956 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 6957 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 6958 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 6959 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 6960 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 6961 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 6962 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 6963 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 6964 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 6965 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 6966 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 6967 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 6968 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 6969 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 6970 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 6971 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 6972 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 6973 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 6974 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 6975 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 6976 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 6977 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 6978 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 6979 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 6980 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 6981 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 6982 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 6983 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 6984 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 6985 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 6986 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 6987 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 6988 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 6989 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 6990 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 6991 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 6992 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 6993 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 6994 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 6995 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 6996 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 6997 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 6998 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_mutex_impl.cc", |
| 6999 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_time_utils_impl.cc", |
| 7000 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_url_utils_impl.cc", |
| 7001 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_hostname_utils.cc", |
| 7002 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_mutex.cc", |
| 7003 | "net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc", |
| 7004 | "net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.cc", |
| 7005 | "net/third_party/quiche/src/quiche/common/quiche_crypto_logging.cc", |
| 7006 | "net/third_party/quiche/src/quiche/common/quiche_data_reader.cc", |
| 7007 | "net/third_party/quiche/src/quiche/common/quiche_data_writer.cc", |
| 7008 | "net/third_party/quiche/src/quiche/common/quiche_ip_address.cc", |
| 7009 | "net/third_party/quiche/src/quiche/common/quiche_ip_address_family.cc", |
| 7010 | "net/third_party/quiche/src/quiche/common/quiche_mem_slice_storage.cc", |
| 7011 | "net/third_party/quiche/src/quiche/common/quiche_random.cc", |
| 7012 | "net/third_party/quiche/src/quiche/common/quiche_text_utils.cc", |
| 7013 | "net/third_party/quiche/src/quiche/common/simple_buffer_allocator.cc", |
| 7014 | "net/third_party/quiche/src/quiche/common/structured_headers.cc", |
| 7015 | "net/third_party/quiche/src/quiche/http2/adapter/event_forwarder.cc", |
| 7016 | "net/third_party/quiche/src/quiche/http2/adapter/header_validator.cc", |
| 7017 | "net/third_party/quiche/src/quiche/http2/adapter/http2_protocol.cc", |
| 7018 | "net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc", |
| 7019 | "net/third_party/quiche/src/quiche/http2/adapter/noop_header_validator.cc", |
| 7020 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_adapter.cc", |
| 7021 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_session.cc", |
| 7022 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_util.cc", |
| 7023 | "net/third_party/quiche/src/quiche/http2/adapter/window_manager.cc", |
| 7024 | "net/third_party/quiche/src/quiche/http2/core/http2_trace_logging.cc", |
| 7025 | "net/third_party/quiche/src/quiche/http2/decoder/decode_buffer.cc", |
| 7026 | "net/third_party/quiche/src/quiche/http2/decoder/decode_http2_structures.cc", |
| 7027 | "net/third_party/quiche/src/quiche/http2/decoder/decode_status.cc", |
| 7028 | "net/third_party/quiche/src/quiche/http2/decoder/frame_decoder_state.cc", |
| 7029 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder.cc", |
| 7030 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder_listener.cc", |
| 7031 | "net/third_party/quiche/src/quiche/http2/decoder/http2_structure_decoder.cc", |
| 7032 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc", |
| 7033 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc", |
| 7034 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/data_payload_decoder.cc", |
| 7035 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc", |
| 7036 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc", |
| 7037 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc", |
| 7038 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc", |
| 7039 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc", |
| 7040 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc", |
| 7041 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc", |
| 7042 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc", |
| 7043 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc", |
| 7044 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc", |
| 7045 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_block_decoder.cc", |
| 7046 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder.cc", |
| 7047 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_listener.cc", |
| 7048 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_state.cc", |
| 7049 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc", |
| 7050 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_tables.cc", |
| 7051 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoding_error.cc", |
| 7052 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder.cc", |
| 7053 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc", |
| 7054 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc", |
| 7055 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder.cc", |
| 7056 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc", |
| 7057 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc", |
| 7058 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc", |
| 7059 | "net/third_party/quiche/src/quiche/http2/hpack/http2_hpack_constants.cc", |
| 7060 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc", |
| 7061 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_encoder.cc", |
| 7062 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/huffman_spec_tables.cc", |
| 7063 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_decoder.cc", |
| 7064 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_encoder.cc", |
| 7065 | "net/third_party/quiche/src/quiche/http2/http2_constants.cc", |
| 7066 | "net/third_party/quiche/src/quiche/http2/http2_structures.cc", |
| 7067 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.cc", |
| 7068 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_drain.cc", |
| 7069 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_misc.cc", |
| 7070 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_bw.cc", |
| 7071 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_rtt.cc", |
| 7072 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_sender.cc", |
| 7073 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_startup.cc", |
| 7074 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr_sender.cc", |
| 7075 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/cubic_bytes.cc", |
| 7076 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/general_loss_algorithm.cc", |
| 7077 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/hybrid_slow_start.cc", |
| 7078 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/pacing_sender.cc", |
| 7079 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/prr_sender.cc", |
| 7080 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/rtt_stats.cc", |
| 7081 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/send_algorithm_interface.cc", |
| 7082 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc", |
| 7083 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/uber_loss_algorithm.cc", |
| 7084 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_decrypter.cc", |
| 7085 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_encrypter.cc", |
| 7086 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc", |
| 7087 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc", |
| 7088 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_decrypter.cc", |
| 7089 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_encrypter.cc", |
| 7090 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_decrypter.cc", |
| 7091 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_encrypter.cc", |
| 7092 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_decrypter.cc", |
| 7093 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_encrypter.cc", |
| 7094 | "net/third_party/quiche/src/quiche/quic/core/crypto/cert_compressor.cc", |
| 7095 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_util.cc", |
| 7096 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view.cc", |
| 7097 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc", |
| 7098 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc", |
| 7099 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc", |
| 7100 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc", |
| 7101 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_decrypter.cc", |
| 7102 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_encrypter.cc", |
| 7103 | "net/third_party/quiche/src/quiche/quic/core/crypto/channel_id.cc", |
| 7104 | "net/third_party/quiche/src/quiche/quic/core/crypto/client_proof_source.cc", |
| 7105 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_framer.cc", |
| 7106 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake.cc", |
| 7107 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message.cc", |
| 7108 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_secret_boxer.cc", |
| 7109 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_utils.cc", |
| 7110 | "net/third_party/quiche/src/quiche/quic/core/crypto/curve25519_key_exchange.cc", |
| 7111 | "net/third_party/quiche/src/quiche/quic/core/crypto/key_exchange.cc", |
| 7112 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_decrypter.cc", |
| 7113 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_encrypter.cc", |
| 7114 | "net/third_party/quiche/src/quiche/quic/core/crypto/p256_key_exchange.cc", |
| 7115 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source.cc", |
| 7116 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source_x509.cc", |
| 7117 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_client_session_cache.cc", |
| 7118 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_compressed_certs_cache.cc", |
| 7119 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypter.cc", |
| 7120 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_client_config.cc", |
| 7121 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_proof.cc", |
| 7122 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_server_config.cc", |
| 7123 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_decrypter.cc", |
| 7124 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_encrypter.cc", |
| 7125 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.cc", |
| 7126 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_client_connection.cc", |
| 7127 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_connection.cc", |
| 7128 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_server_connection.cc", |
| 7129 | "net/third_party/quiche/src/quiche/quic/core/crypto/transport_parameters.cc", |
| 7130 | "net/third_party/quiche/src/quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc", |
| 7131 | "net/third_party/quiche/src/quiche/quic/core/deterministic_connection_id_generator.cc", |
| 7132 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frame.cc", |
| 7133 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frequency_frame.cc", |
| 7134 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_blocked_frame.cc", |
| 7135 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_connection_close_frame.cc", |
| 7136 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_crypto_frame.cc", |
| 7137 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_frame.cc", |
| 7138 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_goaway_frame.cc", |
| 7139 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_handshake_done_frame.cc", |
| 7140 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_max_streams_frame.cc", |
| 7141 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_message_frame.cc", |
| 7142 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_connection_id_frame.cc", |
| 7143 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_token_frame.cc", |
| 7144 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_padding_frame.cc", |
| 7145 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc", |
| 7146 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_response_frame.cc", |
| 7147 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ping_frame.cc", |
| 7148 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_retire_connection_id_frame.cc", |
| 7149 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_rst_stream_frame.cc", |
| 7150 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_sending_frame.cc", |
| 7151 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_waiting_frame.cc", |
| 7152 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stream_frame.cc", |
| 7153 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_streams_blocked_frame.cc", |
| 7154 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_window_update_frame.cc", |
| 7155 | "net/third_party/quiche/src/quiche/quic/core/http/capsule.cc", |
| 7156 | "net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc", |
| 7157 | "net/third_party/quiche/src/quiche/quic/core/http/http_decoder.cc", |
| 7158 | "net/third_party/quiche/src/quiche/quic/core/http/http_encoder.cc", |
| 7159 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_promised_info.cc", |
| 7160 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_push_promise_index.cc", |
| 7161 | "net/third_party/quiche/src/quiche/quic/core/http/quic_header_list.cc", |
| 7162 | "net/third_party/quiche/src/quiche/quic/core/http/quic_headers_stream.cc", |
| 7163 | "net/third_party/quiche/src/quiche/quic/core/http/quic_receive_control_stream.cc", |
| 7164 | "net/third_party/quiche/src/quiche/quic/core/http/quic_send_control_stream.cc", |
| 7165 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_initiated_spdy_stream.cc", |
| 7166 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_session_base.cc", |
| 7167 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session.cc", |
| 7168 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.cc", |
| 7169 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_stream.cc", |
| 7170 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_session.cc", |
| 7171 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream.cc", |
| 7172 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream_body_manager.cc", |
| 7173 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_server_push_utils.cc", |
| 7174 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_utils.cc", |
| 7175 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_http3.cc", |
| 7176 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_stream_adapter.cc", |
| 7177 | "net/third_party/quiche/src/quiche/quic/core/legacy_quic_stream_id_manager.cc", |
| 7178 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_blocking_manager.cc", |
| 7179 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc", |
| 7180 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder.cc", |
| 7181 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc", |
| 7182 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_sender.cc", |
| 7183 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder.cc", |
| 7184 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc", |
| 7185 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc", |
| 7186 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_header_table.cc", |
| 7187 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions.cc", |
| 7188 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_decoder.cc", |
| 7189 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_encoder.cc", |
| 7190 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instructions.cc", |
| 7191 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_progressive_decoder.cc", |
| 7192 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_receive_stream.cc", |
| 7193 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_required_insert_count.cc", |
| 7194 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_send_stream.cc", |
| 7195 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_static_table.cc", |
| 7196 | "net/third_party/quiche/src/quiche/quic/core/qpack/value_splitting_header_list.cc", |
| 7197 | "net/third_party/quiche/src/quiche/quic/core/quic_ack_listener_interface.cc", |
| 7198 | "net/third_party/quiche/src/quiche/quic/core/quic_alarm.cc", |
| 7199 | "net/third_party/quiche/src/quiche/quic/core/quic_bandwidth.cc", |
| 7200 | "net/third_party/quiche/src/quiche/quic/core/quic_chaos_protector.cc", |
| 7201 | "net/third_party/quiche/src/quiche/quic/core/quic_clock.cc", |
| 7202 | "net/third_party/quiche/src/quiche/quic/core/quic_coalesced_packet.cc", |
| 7203 | "net/third_party/quiche/src/quiche/quic/core/quic_config.cc", |
| 7204 | "net/third_party/quiche/src/quiche/quic/core/quic_connection.cc", |
| 7205 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_context.cc", |
| 7206 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id.cc", |
| 7207 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id_manager.cc", |
| 7208 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_stats.cc", |
| 7209 | "net/third_party/quiche/src/quiche/quic/core/quic_constants.cc", |
| 7210 | "net/third_party/quiche/src/quiche/quic/core/quic_control_frame_manager.cc", |
| 7211 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_handshaker.cc", |
| 7212 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_stream.cc", |
| 7213 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_handshaker.cc", |
| 7214 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream.cc", |
| 7215 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream_base.cc", |
| 7216 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_stream.cc", |
| 7217 | "net/third_party/quiche/src/quiche/quic/core/quic_data_reader.cc", |
| 7218 | "net/third_party/quiche/src/quiche/quic/core/quic_data_writer.cc", |
| 7219 | "net/third_party/quiche/src/quiche/quic/core/quic_datagram_queue.cc", |
| 7220 | "net/third_party/quiche/src/quiche/quic/core/quic_error_codes.cc", |
| 7221 | "net/third_party/quiche/src/quiche/quic/core/quic_flow_controller.cc", |
| 7222 | "net/third_party/quiche/src/quiche/quic/core/quic_framer.cc", |
| 7223 | "net/third_party/quiche/src/quiche/quic/core/quic_idle_network_detector.cc", |
| 7224 | "net/third_party/quiche/src/quiche/quic/core/quic_mtu_discovery.cc", |
| 7225 | "net/third_party/quiche/src/quiche/quic/core/quic_network_blackhole_detector.cc", |
| 7226 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_creator.cc", |
| 7227 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_number.cc", |
| 7228 | "net/third_party/quiche/src/quiche/quic/core/quic_packets.cc", |
| 7229 | "net/third_party/quiche/src/quiche/quic/core/quic_path_validator.cc", |
| 7230 | "net/third_party/quiche/src/quiche/quic/core/quic_ping_manager.cc", |
| 7231 | "net/third_party/quiche/src/quiche/quic/core/quic_received_packet_manager.cc", |
| 7232 | "net/third_party/quiche/src/quiche/quic/core/quic_sent_packet_manager.cc", |
| 7233 | "net/third_party/quiche/src/quiche/quic/core/quic_server_id.cc", |
| 7234 | "net/third_party/quiche/src/quiche/quic/core/quic_session.cc", |
| 7235 | "net/third_party/quiche/src/quiche/quic/core/quic_socket_address_coder.cc", |
| 7236 | "net/third_party/quiche/src/quiche/quic/core/quic_stream.cc", |
| 7237 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_id_manager.cc", |
| 7238 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_send_buffer.cc", |
| 7239 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer.cc", |
| 7240 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer_buffer.cc", |
| 7241 | "net/third_party/quiche/src/quiche/quic/core/quic_sustained_bandwidth_recorder.cc", |
| 7242 | "net/third_party/quiche/src/quiche/quic/core/quic_tag.cc", |
| 7243 | "net/third_party/quiche/src/quiche/quic/core/quic_time.cc", |
| 7244 | "net/third_party/quiche/src/quiche/quic/core/quic_transmission_info.cc", |
| 7245 | "net/third_party/quiche/src/quiche/quic/core/quic_types.cc", |
| 7246 | "net/third_party/quiche/src/quiche/quic/core/quic_unacked_packet_map.cc", |
| 7247 | "net/third_party/quiche/src/quiche/quic/core/quic_utils.cc", |
| 7248 | "net/third_party/quiche/src/quiche/quic/core/quic_version_manager.cc", |
| 7249 | "net/third_party/quiche/src/quiche/quic/core/quic_versions.cc", |
| 7250 | "net/third_party/quiche/src/quiche/quic/core/quic_write_blocked_list.cc", |
| 7251 | "net/third_party/quiche/src/quiche/quic/core/tls_client_handshaker.cc", |
| 7252 | "net/third_party/quiche/src/quiche/quic/core/tls_handshaker.cc", |
| 7253 | "net/third_party/quiche/src/quiche/quic/core/tls_server_handshaker.cc", |
| 7254 | "net/third_party/quiche/src/quiche/quic/core/uber_quic_stream_id_manager.cc", |
| 7255 | "net/third_party/quiche/src/quiche/quic/core/uber_received_packet_manager.cc", |
| 7256 | "net/third_party/quiche/src/quiche/quic/platform/api/quic_socket_address.cc", |
| 7257 | "net/third_party/quiche/src/quiche/spdy/core/array_output_buffer.cc", |
| 7258 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_constants.cc", |
| 7259 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_decoder_adapter.cc", |
| 7260 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_encoder.cc", |
| 7261 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_entry.cc", |
| 7262 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_header_table.cc", |
| 7263 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_output_stream.cc", |
| 7264 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_static_table.cc", |
| 7265 | "net/third_party/quiche/src/quiche/spdy/core/http2_frame_decoder_adapter.cc", |
| 7266 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.cc", |
| 7267 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_storage.cc", |
| 7268 | "net/third_party/quiche/src/quiche/spdy/core/recording_headers_handler.cc", |
| 7269 | "net/third_party/quiche/src/quiche/spdy/core/spdy_alt_svc_wire_format.cc", |
| 7270 | "net/third_party/quiche/src/quiche/spdy/core/spdy_frame_builder.cc", |
| 7271 | "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.cc", |
| 7272 | "net/third_party/quiche/src/quiche/spdy/core/spdy_no_op_visitor.cc", |
| 7273 | "net/third_party/quiche/src/quiche/spdy/core/spdy_pinnable_buffer_piece.cc", |
| 7274 | "net/third_party/quiche/src/quiche/spdy/core/spdy_prefixed_buffer_reader.cc", |
| 7275 | "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.cc", |
| 7276 | "net/third_party/quiche/src/quiche/spdy/core/spdy_simple_arena.cc", |
| 7277 | ], |
| 7278 | shared_libs: [ |
| 7279 | "libandroid", |
| 7280 | "liblog", |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 7281 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7282 | ], |
| 7283 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7284 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7285 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7286 | "cronet_aml_base_base_static", |
| 7287 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 7288 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7289 | "cronet_aml_net_uri_template", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 7290 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7291 | "cronet_aml_third_party_icu_icui18n", |
| 7292 | "cronet_aml_third_party_icu_icuuc_private", |
| 7293 | "cronet_aml_third_party_libevent_libevent", |
| 7294 | "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 7295 | "cronet_aml_third_party_protobuf_protobuf_lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7296 | "cronet_aml_third_party_zlib_zlib", |
| 7297 | "cronet_aml_url_url", |
| 7298 | ], |
| 7299 | generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 7300 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 7301 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7302 | ], |
| 7303 | export_generated_headers: [ |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 7304 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 7305 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7306 | ], |
| 7307 | defaults: [ |
| 7308 | "cronet_aml_defaults", |
| 7309 | ], |
| 7310 | cflags: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7311 | "-DANDROID", |
| 7312 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 7313 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7314 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7315 | "-DDCHECK_ALWAYS_ON=1", |
| 7316 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7317 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 7318 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 7319 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 7320 | "-DHAVE_PTHREAD", |
| 7321 | "-DHAVE_SYS_UIO_H", |
| 7322 | "-DIS_QUICHE_IMPL", |
| 7323 | "-D_DEBUG", |
| 7324 | "-D_GNU_SOURCE", |
| 7325 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7326 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7327 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7328 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7329 | "-D__STDC_CONSTANT_MACROS", |
| 7330 | "-D__STDC_FORMAT_MACROS", |
| 7331 | ], |
| 7332 | local_include_dirs: [ |
| 7333 | "./", |
| 7334 | "buildtools/third_party/libc++/", |
| 7335 | "buildtools/third_party/libc++/trunk/include", |
| 7336 | "buildtools/third_party/libc++abi/trunk/include", |
| 7337 | "net/third_party/quiche/overrides/", |
| 7338 | "net/third_party/quiche/src/", |
| 7339 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 7340 | "third_party/abseil-cpp/", |
| 7341 | "third_party/boringssl/src/include/", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 7342 | "third_party/protobuf/src/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7343 | "third_party/zlib/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7344 | ], |
| 7345 | cpp_std: "c++20", |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 7346 | target: { |
| 7347 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7348 | cflags: [ |
| 7349 | "-msse3", |
| 7350 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 7351 | }, |
| 7352 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7353 | cflags: [ |
| 7354 | "-msse3", |
| 7355 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 7356 | }, |
| 7357 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7358 | } |
| 7359 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7360 | // GN: //net/traffic_annotation:traffic_annotation |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7361 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7362 | name: "cronet_aml_net_traffic_annotation_traffic_annotation", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7363 | srcs: [ |
| 7364 | "net/traffic_annotation/network_traffic_annotation_android.cc", |
| 7365 | ], |
| 7366 | shared_libs: [ |
| 7367 | "libandroid", |
| 7368 | "liblog", |
| 7369 | ], |
| 7370 | static_libs: [ |
| 7371 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 7372 | "cronet_aml_base_base", |
| 7373 | "cronet_aml_base_base_static", |
| 7374 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 7375 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 7376 | "cronet_aml_third_party_boringssl_boringssl", |
| 7377 | "cronet_aml_third_party_icu_icui18n", |
| 7378 | "cronet_aml_third_party_icu_icuuc_private", |
| 7379 | "cronet_aml_third_party_libevent_libevent", |
| 7380 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 7381 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 7382 | generated_headers: [ |
| 7383 | "cronet_aml_build_chromeos_buildflags", |
| 7384 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7385 | defaults: [ |
| 7386 | "cronet_aml_defaults", |
| 7387 | ], |
| 7388 | cflags: [ |
| 7389 | "-DANDROID", |
| 7390 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 7391 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7392 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7393 | "-DDCHECK_ALWAYS_ON=1", |
| 7394 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7395 | "-DHAVE_SYS_UIO_H", |
| 7396 | "-D_DEBUG", |
| 7397 | "-D_GNU_SOURCE", |
| 7398 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7399 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7400 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7401 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7402 | "-D__STDC_CONSTANT_MACROS", |
| 7403 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7404 | ], |
| 7405 | local_include_dirs: [ |
| 7406 | "./", |
| 7407 | "buildtools/third_party/libc++/", |
| 7408 | "buildtools/third_party/libc++/trunk/include", |
| 7409 | "buildtools/third_party/libc++abi/trunk/include", |
| 7410 | "third_party/abseil-cpp/", |
| 7411 | "third_party/boringssl/src/include/", |
| 7412 | ], |
| 7413 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7414 | target: { |
| 7415 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7416 | cflags: [ |
| 7417 | "-msse3", |
| 7418 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7419 | }, |
| 7420 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7421 | cflags: [ |
| 7422 | "-msse3", |
| 7423 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7424 | }, |
| 7425 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7426 | } |
| 7427 | |
| 7428 | // GN: //net:uri_template |
| 7429 | cc_library_static { |
| 7430 | name: "cronet_aml_net_uri_template", |
| 7431 | srcs: [ |
| 7432 | "net/third_party/uri_template/uri_template.cc", |
| 7433 | ], |
| 7434 | shared_libs: [ |
| 7435 | "libandroid", |
| 7436 | "liblog", |
| 7437 | ], |
| 7438 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7439 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7440 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7441 | "cronet_aml_base_base_static", |
| 7442 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 7443 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 7444 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 7445 | "cronet_aml_third_party_icu_icui18n", |
| 7446 | "cronet_aml_third_party_icu_icuuc_private", |
| 7447 | "cronet_aml_third_party_libevent_libevent", |
| 7448 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7449 | ], |
| 7450 | defaults: [ |
| 7451 | "cronet_aml_defaults", |
| 7452 | ], |
| 7453 | cflags: [ |
| 7454 | "-DANDROID", |
| 7455 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 7456 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7457 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7458 | "-DDCHECK_ALWAYS_ON=1", |
| 7459 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 7460 | "-DHAVE_SYS_UIO_H", |
| 7461 | "-DIS_URI_TEMPLATE_IMPL", |
| 7462 | "-D_DEBUG", |
| 7463 | "-D_GNU_SOURCE", |
| 7464 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7465 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7466 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7467 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7468 | "-D__STDC_CONSTANT_MACROS", |
| 7469 | "-D__STDC_FORMAT_MACROS", |
| 7470 | ], |
| 7471 | local_include_dirs: [ |
| 7472 | "./", |
| 7473 | "buildtools/third_party/libc++/", |
| 7474 | "buildtools/third_party/libc++/trunk/include", |
| 7475 | "buildtools/third_party/libc++abi/trunk/include", |
| 7476 | "third_party/abseil-cpp/", |
| 7477 | "third_party/boringssl/src/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7478 | ], |
| 7479 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7480 | target: { |
| 7481 | android_x86: { |
| 7482 | cflags: [ |
| 7483 | "-msse3", |
| 7484 | ], |
| 7485 | }, |
| 7486 | android_x86_64: { |
| 7487 | cflags: [ |
| 7488 | "-msse3", |
| 7489 | ], |
| 7490 | }, |
| 7491 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 7492 | } |
| 7493 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 7494 | // GN: //third_party/abseil-cpp:absl |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7495 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 7496 | name: "cronet_aml_third_party_abseil_cpp_absl", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 7497 | generated_headers: [ |
| 7498 | "cronet_aml_build_chromeos_buildflags", |
| 7499 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7500 | defaults: [ |
| 7501 | "cronet_aml_defaults", |
| 7502 | ], |
| 7503 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7504 | "-DANDROID", |
| 7505 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7506 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7507 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7508 | "-DDCHECK_ALWAYS_ON=1", |
| 7509 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7510 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7511 | "-D_DEBUG", |
| 7512 | "-D_GNU_SOURCE", |
| 7513 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7514 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7515 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7516 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7517 | "-D__STDC_CONSTANT_MACROS", |
| 7518 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7519 | ], |
| 7520 | local_include_dirs: [ |
| 7521 | "./", |
| 7522 | "buildtools/third_party/libc++/", |
| 7523 | "buildtools/third_party/libc++/trunk/include", |
| 7524 | "buildtools/third_party/libc++abi/trunk/include", |
| 7525 | "third_party/abseil-cpp/", |
| 7526 | ], |
| 7527 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7528 | target: { |
| 7529 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7530 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7531 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7532 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7533 | }, |
| 7534 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7535 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7536 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7537 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7538 | }, |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7539 | }, |
| 7540 | } |
| 7541 | |
| 7542 | // GN: //third_party/abseil-cpp/absl/algorithm:algorithm |
| 7543 | cc_object { |
| 7544 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7545 | defaults: [ |
| 7546 | "cronet_aml_defaults", |
| 7547 | ], |
| 7548 | cflags: [ |
| 7549 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7550 | "-DANDROID", |
| 7551 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7552 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7553 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7554 | "-DDCHECK_ALWAYS_ON=1", |
| 7555 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7556 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7557 | "-D_DEBUG", |
| 7558 | "-D_GNU_SOURCE", |
| 7559 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7560 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7561 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7562 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7563 | ], |
| 7564 | local_include_dirs: [ |
| 7565 | "./", |
| 7566 | "buildtools/third_party/libc++/", |
| 7567 | "buildtools/third_party/libc++/trunk/include", |
| 7568 | "buildtools/third_party/libc++abi/trunk/include", |
| 7569 | "third_party/abseil-cpp/", |
| 7570 | ], |
| 7571 | cpp_std: "c++20", |
| 7572 | target: { |
| 7573 | android_x86: { |
| 7574 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7575 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7576 | ], |
| 7577 | }, |
| 7578 | android_x86_64: { |
| 7579 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7580 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7581 | ], |
| 7582 | }, |
| 7583 | }, |
| 7584 | } |
| 7585 | |
| 7586 | // GN: //third_party/abseil-cpp/absl/algorithm:container |
| 7587 | cc_object { |
| 7588 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7589 | defaults: [ |
| 7590 | "cronet_aml_defaults", |
| 7591 | ], |
| 7592 | cflags: [ |
| 7593 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7594 | "-DANDROID", |
| 7595 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7596 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7597 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7598 | "-DDCHECK_ALWAYS_ON=1", |
| 7599 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7600 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7601 | "-D_DEBUG", |
| 7602 | "-D_GNU_SOURCE", |
| 7603 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7604 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7605 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7606 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7607 | ], |
| 7608 | local_include_dirs: [ |
| 7609 | "./", |
| 7610 | "buildtools/third_party/libc++/", |
| 7611 | "buildtools/third_party/libc++/trunk/include", |
| 7612 | "buildtools/third_party/libc++abi/trunk/include", |
| 7613 | "third_party/abseil-cpp/", |
| 7614 | ], |
| 7615 | cpp_std: "c++20", |
| 7616 | target: { |
| 7617 | android_x86: { |
| 7618 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7619 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7620 | ], |
| 7621 | }, |
| 7622 | android_x86_64: { |
| 7623 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7624 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7625 | ], |
| 7626 | }, |
| 7627 | }, |
| 7628 | } |
| 7629 | |
| 7630 | // GN: //third_party/abseil-cpp/absl/base:atomic_hook |
| 7631 | cc_object { |
| 7632 | name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7633 | defaults: [ |
| 7634 | "cronet_aml_defaults", |
| 7635 | ], |
| 7636 | cflags: [ |
| 7637 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7638 | "-DANDROID", |
| 7639 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7640 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7641 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7642 | "-DDCHECK_ALWAYS_ON=1", |
| 7643 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7644 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7645 | "-D_DEBUG", |
| 7646 | "-D_GNU_SOURCE", |
| 7647 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7648 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7649 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7650 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7651 | ], |
| 7652 | local_include_dirs: [ |
| 7653 | "./", |
| 7654 | "buildtools/third_party/libc++/", |
| 7655 | "buildtools/third_party/libc++/trunk/include", |
| 7656 | "buildtools/third_party/libc++abi/trunk/include", |
| 7657 | "third_party/abseil-cpp/", |
| 7658 | ], |
| 7659 | cpp_std: "c++20", |
| 7660 | target: { |
| 7661 | android_x86: { |
| 7662 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7663 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7664 | ], |
| 7665 | }, |
| 7666 | android_x86_64: { |
| 7667 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7668 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7669 | ], |
| 7670 | }, |
| 7671 | }, |
| 7672 | } |
| 7673 | |
| 7674 | // GN: //third_party/abseil-cpp/absl/base:base |
| 7675 | cc_object { |
| 7676 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 7677 | srcs: [ |
| 7678 | "third_party/abseil-cpp/absl/base/internal/cycleclock.cc", |
| 7679 | "third_party/abseil-cpp/absl/base/internal/spinlock.cc", |
| 7680 | "third_party/abseil-cpp/absl/base/internal/sysinfo.cc", |
| 7681 | "third_party/abseil-cpp/absl/base/internal/thread_identity.cc", |
| 7682 | "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc", |
| 7683 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7684 | defaults: [ |
| 7685 | "cronet_aml_defaults", |
| 7686 | ], |
| 7687 | cflags: [ |
| 7688 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7689 | "-DANDROID", |
| 7690 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7691 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7692 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7693 | "-DDCHECK_ALWAYS_ON=1", |
| 7694 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7695 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7696 | "-D_DEBUG", |
| 7697 | "-D_GNU_SOURCE", |
| 7698 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7699 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7700 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7701 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7702 | ], |
| 7703 | local_include_dirs: [ |
| 7704 | "./", |
| 7705 | "buildtools/third_party/libc++/", |
| 7706 | "buildtools/third_party/libc++/trunk/include", |
| 7707 | "buildtools/third_party/libc++abi/trunk/include", |
| 7708 | "third_party/abseil-cpp/", |
| 7709 | ], |
| 7710 | cpp_std: "c++20", |
| 7711 | target: { |
| 7712 | android_x86: { |
| 7713 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7714 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7715 | ], |
| 7716 | }, |
| 7717 | android_x86_64: { |
| 7718 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7719 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7720 | ], |
| 7721 | }, |
| 7722 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 7723 | } |
| 7724 | |
| 7725 | // GN: //third_party/abseil-cpp/absl/base:base_internal |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7726 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 7727 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7728 | defaults: [ |
| 7729 | "cronet_aml_defaults", |
| 7730 | ], |
| 7731 | cflags: [ |
| 7732 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7733 | "-DANDROID", |
| 7734 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7735 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7736 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7737 | "-DDCHECK_ALWAYS_ON=1", |
| 7738 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7739 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7740 | "-D_DEBUG", |
| 7741 | "-D_GNU_SOURCE", |
| 7742 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7743 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7744 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7745 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7746 | ], |
| 7747 | local_include_dirs: [ |
| 7748 | "./", |
| 7749 | "buildtools/third_party/libc++/", |
| 7750 | "buildtools/third_party/libc++/trunk/include", |
| 7751 | "buildtools/third_party/libc++abi/trunk/include", |
| 7752 | "third_party/abseil-cpp/", |
| 7753 | ], |
| 7754 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7755 | target: { |
| 7756 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7757 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7758 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 7759 | ], |
| 7760 | }, |
| 7761 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7762 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7763 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7764 | ], |
| 7765 | }, |
| 7766 | }, |
| 7767 | } |
| 7768 | |
| 7769 | // GN: //third_party/abseil-cpp/absl/base:config |
| 7770 | cc_object { |
| 7771 | name: "cronet_aml_third_party_abseil_cpp_absl_base_config", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7772 | defaults: [ |
| 7773 | "cronet_aml_defaults", |
| 7774 | ], |
| 7775 | cflags: [ |
| 7776 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7777 | "-DANDROID", |
| 7778 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7779 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7780 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7781 | "-DDCHECK_ALWAYS_ON=1", |
| 7782 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7783 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7784 | "-D_DEBUG", |
| 7785 | "-D_GNU_SOURCE", |
| 7786 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7787 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7788 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7789 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7790 | ], |
| 7791 | local_include_dirs: [ |
| 7792 | "./", |
| 7793 | "buildtools/third_party/libc++/", |
| 7794 | "buildtools/third_party/libc++/trunk/include", |
| 7795 | "buildtools/third_party/libc++abi/trunk/include", |
| 7796 | "third_party/abseil-cpp/", |
| 7797 | ], |
| 7798 | cpp_std: "c++20", |
| 7799 | target: { |
| 7800 | android_x86: { |
| 7801 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7802 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7803 | ], |
| 7804 | }, |
| 7805 | android_x86_64: { |
| 7806 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7807 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7808 | ], |
| 7809 | }, |
| 7810 | }, |
| 7811 | } |
| 7812 | |
| 7813 | // GN: //third_party/abseil-cpp/absl/base:core_headers |
| 7814 | cc_object { |
| 7815 | name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7816 | defaults: [ |
| 7817 | "cronet_aml_defaults", |
| 7818 | ], |
| 7819 | cflags: [ |
| 7820 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7821 | "-DANDROID", |
| 7822 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7823 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7824 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7825 | "-DDCHECK_ALWAYS_ON=1", |
| 7826 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7827 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7828 | "-D_DEBUG", |
| 7829 | "-D_GNU_SOURCE", |
| 7830 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7831 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7832 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7833 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7834 | ], |
| 7835 | local_include_dirs: [ |
| 7836 | "./", |
| 7837 | "buildtools/third_party/libc++/", |
| 7838 | "buildtools/third_party/libc++/trunk/include", |
| 7839 | "buildtools/third_party/libc++abi/trunk/include", |
| 7840 | "third_party/abseil-cpp/", |
| 7841 | ], |
| 7842 | cpp_std: "c++20", |
| 7843 | target: { |
| 7844 | android_x86: { |
| 7845 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7846 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7847 | ], |
| 7848 | }, |
| 7849 | android_x86_64: { |
| 7850 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7851 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7852 | ], |
| 7853 | }, |
| 7854 | }, |
| 7855 | } |
| 7856 | |
| 7857 | // GN: //third_party/abseil-cpp/absl/base:cycleclock_internal |
| 7858 | cc_object { |
| 7859 | name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7860 | defaults: [ |
| 7861 | "cronet_aml_defaults", |
| 7862 | ], |
| 7863 | cflags: [ |
| 7864 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7865 | "-DANDROID", |
| 7866 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7867 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7868 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7869 | "-DDCHECK_ALWAYS_ON=1", |
| 7870 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7871 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7872 | "-D_DEBUG", |
| 7873 | "-D_GNU_SOURCE", |
| 7874 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7875 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7876 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7877 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7878 | ], |
| 7879 | local_include_dirs: [ |
| 7880 | "./", |
| 7881 | "buildtools/third_party/libc++/", |
| 7882 | "buildtools/third_party/libc++/trunk/include", |
| 7883 | "buildtools/third_party/libc++abi/trunk/include", |
| 7884 | "third_party/abseil-cpp/", |
| 7885 | ], |
| 7886 | cpp_std: "c++20", |
| 7887 | target: { |
| 7888 | android_x86: { |
| 7889 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7890 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7891 | ], |
| 7892 | }, |
| 7893 | android_x86_64: { |
| 7894 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7895 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7896 | ], |
| 7897 | }, |
| 7898 | }, |
| 7899 | } |
| 7900 | |
| 7901 | // GN: //third_party/abseil-cpp/absl/base:dynamic_annotations |
| 7902 | cc_object { |
| 7903 | name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7904 | defaults: [ |
| 7905 | "cronet_aml_defaults", |
| 7906 | ], |
| 7907 | cflags: [ |
| 7908 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7909 | "-DANDROID", |
| 7910 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7911 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7912 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7913 | "-DDCHECK_ALWAYS_ON=1", |
| 7914 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7915 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7916 | "-D_DEBUG", |
| 7917 | "-D_GNU_SOURCE", |
| 7918 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7919 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7920 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7921 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7922 | ], |
| 7923 | local_include_dirs: [ |
| 7924 | "./", |
| 7925 | "buildtools/third_party/libc++/", |
| 7926 | "buildtools/third_party/libc++/trunk/include", |
| 7927 | "buildtools/third_party/libc++abi/trunk/include", |
| 7928 | "third_party/abseil-cpp/", |
| 7929 | ], |
| 7930 | cpp_std: "c++20", |
| 7931 | target: { |
| 7932 | android_x86: { |
| 7933 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7934 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7935 | ], |
| 7936 | }, |
| 7937 | android_x86_64: { |
| 7938 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7939 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7940 | ], |
| 7941 | }, |
| 7942 | }, |
| 7943 | } |
| 7944 | |
| 7945 | // GN: //third_party/abseil-cpp/absl/base:endian |
| 7946 | cc_object { |
| 7947 | name: "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7948 | defaults: [ |
| 7949 | "cronet_aml_defaults", |
| 7950 | ], |
| 7951 | cflags: [ |
| 7952 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7953 | "-DANDROID", |
| 7954 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7955 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 7956 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 7957 | "-DDCHECK_ALWAYS_ON=1", |
| 7958 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7959 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7960 | "-D_DEBUG", |
| 7961 | "-D_GNU_SOURCE", |
| 7962 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 7963 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 7964 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 7965 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7966 | ], |
| 7967 | local_include_dirs: [ |
| 7968 | "./", |
| 7969 | "buildtools/third_party/libc++/", |
| 7970 | "buildtools/third_party/libc++/trunk/include", |
| 7971 | "buildtools/third_party/libc++abi/trunk/include", |
| 7972 | "third_party/abseil-cpp/", |
| 7973 | ], |
| 7974 | cpp_std: "c++20", |
| 7975 | target: { |
| 7976 | android_x86: { |
| 7977 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7978 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7979 | ], |
| 7980 | }, |
| 7981 | android_x86_64: { |
| 7982 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 7983 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7984 | ], |
| 7985 | }, |
| 7986 | }, |
| 7987 | } |
| 7988 | |
| 7989 | // GN: //third_party/abseil-cpp/absl/base:errno_saver |
| 7990 | cc_object { |
| 7991 | name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7992 | defaults: [ |
| 7993 | "cronet_aml_defaults", |
| 7994 | ], |
| 7995 | cflags: [ |
| 7996 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 7997 | "-DANDROID", |
| 7998 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 7999 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8000 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8001 | "-DDCHECK_ALWAYS_ON=1", |
| 8002 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8003 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8004 | "-D_DEBUG", |
| 8005 | "-D_GNU_SOURCE", |
| 8006 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8007 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8008 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8009 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8010 | ], |
| 8011 | local_include_dirs: [ |
| 8012 | "./", |
| 8013 | "buildtools/third_party/libc++/", |
| 8014 | "buildtools/third_party/libc++/trunk/include", |
| 8015 | "buildtools/third_party/libc++abi/trunk/include", |
| 8016 | "third_party/abseil-cpp/", |
| 8017 | ], |
| 8018 | cpp_std: "c++20", |
| 8019 | target: { |
| 8020 | android_x86: { |
| 8021 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8022 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8023 | ], |
| 8024 | }, |
| 8025 | android_x86_64: { |
| 8026 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8027 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8028 | ], |
| 8029 | }, |
| 8030 | }, |
| 8031 | } |
| 8032 | |
| 8033 | // GN: //third_party/abseil-cpp/absl/base:fast_type_id |
| 8034 | cc_object { |
| 8035 | name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8036 | defaults: [ |
| 8037 | "cronet_aml_defaults", |
| 8038 | ], |
| 8039 | cflags: [ |
| 8040 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8041 | "-DANDROID", |
| 8042 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8043 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8044 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8045 | "-DDCHECK_ALWAYS_ON=1", |
| 8046 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8047 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8048 | "-D_DEBUG", |
| 8049 | "-D_GNU_SOURCE", |
| 8050 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8051 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8052 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8053 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8054 | ], |
| 8055 | local_include_dirs: [ |
| 8056 | "./", |
| 8057 | "buildtools/third_party/libc++/", |
| 8058 | "buildtools/third_party/libc++/trunk/include", |
| 8059 | "buildtools/third_party/libc++abi/trunk/include", |
| 8060 | "third_party/abseil-cpp/", |
| 8061 | ], |
| 8062 | cpp_std: "c++20", |
| 8063 | target: { |
| 8064 | android_x86: { |
| 8065 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8066 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8067 | ], |
| 8068 | }, |
| 8069 | android_x86_64: { |
| 8070 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8071 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8072 | ], |
| 8073 | }, |
| 8074 | }, |
| 8075 | } |
| 8076 | |
| 8077 | // GN: //third_party/abseil-cpp/absl/base:log_severity |
| 8078 | cc_object { |
| 8079 | name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 8080 | srcs: [ |
| 8081 | "third_party/abseil-cpp/absl/base/log_severity.cc", |
| 8082 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8083 | defaults: [ |
| 8084 | "cronet_aml_defaults", |
| 8085 | ], |
| 8086 | cflags: [ |
| 8087 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8088 | "-DANDROID", |
| 8089 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8090 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8091 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8092 | "-DDCHECK_ALWAYS_ON=1", |
| 8093 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8094 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8095 | "-D_DEBUG", |
| 8096 | "-D_GNU_SOURCE", |
| 8097 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8098 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8099 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8100 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8101 | ], |
| 8102 | local_include_dirs: [ |
| 8103 | "./", |
| 8104 | "buildtools/third_party/libc++/", |
| 8105 | "buildtools/third_party/libc++/trunk/include", |
| 8106 | "buildtools/third_party/libc++abi/trunk/include", |
| 8107 | "third_party/abseil-cpp/", |
| 8108 | ], |
| 8109 | cpp_std: "c++20", |
| 8110 | target: { |
| 8111 | android_x86: { |
| 8112 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8113 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8114 | ], |
| 8115 | }, |
| 8116 | android_x86_64: { |
| 8117 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8118 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8119 | ], |
| 8120 | }, |
| 8121 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8122 | } |
| 8123 | |
| 8124 | // GN: //third_party/abseil-cpp/absl/base:malloc_internal |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8125 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8126 | name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8127 | srcs: [ |
| 8128 | "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc", |
| 8129 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8130 | defaults: [ |
| 8131 | "cronet_aml_defaults", |
| 8132 | ], |
| 8133 | cflags: [ |
| 8134 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8135 | "-DANDROID", |
| 8136 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8137 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8138 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8139 | "-DDCHECK_ALWAYS_ON=1", |
| 8140 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8141 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8142 | "-D_DEBUG", |
| 8143 | "-D_GNU_SOURCE", |
| 8144 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8145 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8146 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8147 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8148 | ], |
| 8149 | local_include_dirs: [ |
| 8150 | "./", |
| 8151 | "buildtools/third_party/libc++/", |
| 8152 | "buildtools/third_party/libc++/trunk/include", |
| 8153 | "buildtools/third_party/libc++abi/trunk/include", |
| 8154 | "third_party/abseil-cpp/", |
| 8155 | ], |
| 8156 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8157 | target: { |
| 8158 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8159 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8160 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8161 | ], |
| 8162 | }, |
| 8163 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8164 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8165 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8166 | ], |
| 8167 | }, |
| 8168 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8169 | } |
| 8170 | |
| 8171 | // GN: //third_party/abseil-cpp/absl/base:prefetch |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8172 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8173 | name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8174 | defaults: [ |
| 8175 | "cronet_aml_defaults", |
| 8176 | ], |
| 8177 | cflags: [ |
| 8178 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8179 | "-DANDROID", |
| 8180 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8181 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8182 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8183 | "-DDCHECK_ALWAYS_ON=1", |
| 8184 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8185 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8186 | "-D_DEBUG", |
| 8187 | "-D_GNU_SOURCE", |
| 8188 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8189 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8190 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8191 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8192 | ], |
| 8193 | local_include_dirs: [ |
| 8194 | "./", |
| 8195 | "buildtools/third_party/libc++/", |
| 8196 | "buildtools/third_party/libc++/trunk/include", |
| 8197 | "buildtools/third_party/libc++abi/trunk/include", |
| 8198 | "third_party/abseil-cpp/", |
| 8199 | ], |
| 8200 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8201 | target: { |
| 8202 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8203 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8204 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8205 | ], |
| 8206 | }, |
| 8207 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8208 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8209 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8210 | ], |
| 8211 | }, |
| 8212 | }, |
| 8213 | } |
| 8214 | |
| 8215 | // GN: //third_party/abseil-cpp/absl/base:raw_logging_internal |
| 8216 | cc_object { |
| 8217 | name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 8218 | srcs: [ |
| 8219 | "third_party/abseil-cpp/absl/base/internal/raw_logging.cc", |
| 8220 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8221 | defaults: [ |
| 8222 | "cronet_aml_defaults", |
| 8223 | ], |
| 8224 | cflags: [ |
| 8225 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8226 | "-DANDROID", |
| 8227 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8228 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8229 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8230 | "-DDCHECK_ALWAYS_ON=1", |
| 8231 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8232 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8233 | "-D_DEBUG", |
| 8234 | "-D_GNU_SOURCE", |
| 8235 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8236 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8237 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8238 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8239 | ], |
| 8240 | local_include_dirs: [ |
| 8241 | "./", |
| 8242 | "buildtools/third_party/libc++/", |
| 8243 | "buildtools/third_party/libc++/trunk/include", |
| 8244 | "buildtools/third_party/libc++abi/trunk/include", |
| 8245 | "third_party/abseil-cpp/", |
| 8246 | ], |
| 8247 | cpp_std: "c++20", |
| 8248 | target: { |
| 8249 | android_x86: { |
| 8250 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8251 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8252 | ], |
| 8253 | }, |
| 8254 | android_x86_64: { |
| 8255 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8256 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8257 | ], |
| 8258 | }, |
| 8259 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8260 | } |
| 8261 | |
| 8262 | // GN: //third_party/abseil-cpp/absl/base:spinlock_wait |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8263 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8264 | name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8265 | srcs: [ |
| 8266 | "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc", |
| 8267 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8268 | defaults: [ |
| 8269 | "cronet_aml_defaults", |
| 8270 | ], |
| 8271 | cflags: [ |
| 8272 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8273 | "-DANDROID", |
| 8274 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8275 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8276 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8277 | "-DDCHECK_ALWAYS_ON=1", |
| 8278 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8279 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8280 | "-D_DEBUG", |
| 8281 | "-D_GNU_SOURCE", |
| 8282 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8283 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8284 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8285 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8286 | ], |
| 8287 | local_include_dirs: [ |
| 8288 | "./", |
| 8289 | "buildtools/third_party/libc++/", |
| 8290 | "buildtools/third_party/libc++/trunk/include", |
| 8291 | "buildtools/third_party/libc++abi/trunk/include", |
| 8292 | "third_party/abseil-cpp/", |
| 8293 | ], |
| 8294 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8295 | target: { |
| 8296 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8297 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8298 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8299 | ], |
| 8300 | }, |
| 8301 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8302 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8303 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8304 | ], |
| 8305 | }, |
| 8306 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8307 | } |
| 8308 | |
| 8309 | // GN: //third_party/abseil-cpp/absl/base:strerror |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8310 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8311 | name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8312 | srcs: [ |
| 8313 | "third_party/abseil-cpp/absl/base/internal/strerror.cc", |
| 8314 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8315 | defaults: [ |
| 8316 | "cronet_aml_defaults", |
| 8317 | ], |
| 8318 | cflags: [ |
| 8319 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8320 | "-DANDROID", |
| 8321 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8322 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8323 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8324 | "-DDCHECK_ALWAYS_ON=1", |
| 8325 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8326 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8327 | "-D_DEBUG", |
| 8328 | "-D_GNU_SOURCE", |
| 8329 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8330 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8331 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8332 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8333 | ], |
| 8334 | local_include_dirs: [ |
| 8335 | "./", |
| 8336 | "buildtools/third_party/libc++/", |
| 8337 | "buildtools/third_party/libc++/trunk/include", |
| 8338 | "buildtools/third_party/libc++abi/trunk/include", |
| 8339 | "third_party/abseil-cpp/", |
| 8340 | ], |
| 8341 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8342 | target: { |
| 8343 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8344 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8345 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8346 | ], |
| 8347 | }, |
| 8348 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8349 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8350 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8351 | ], |
| 8352 | }, |
| 8353 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8354 | } |
| 8355 | |
| 8356 | // GN: //third_party/abseil-cpp/absl/base:throw_delegate |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8357 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8358 | name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8359 | srcs: [ |
| 8360 | "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc", |
| 8361 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8362 | defaults: [ |
| 8363 | "cronet_aml_defaults", |
| 8364 | ], |
| 8365 | cflags: [ |
| 8366 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8367 | "-DANDROID", |
| 8368 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8369 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8370 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8371 | "-DDCHECK_ALWAYS_ON=1", |
| 8372 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8373 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8374 | "-D_DEBUG", |
| 8375 | "-D_GNU_SOURCE", |
| 8376 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8377 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8378 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8379 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8380 | ], |
| 8381 | local_include_dirs: [ |
| 8382 | "./", |
| 8383 | "buildtools/third_party/libc++/", |
| 8384 | "buildtools/third_party/libc++/trunk/include", |
| 8385 | "buildtools/third_party/libc++abi/trunk/include", |
| 8386 | "third_party/abseil-cpp/", |
| 8387 | ], |
| 8388 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8389 | target: { |
| 8390 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8391 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8392 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8393 | ], |
| 8394 | }, |
| 8395 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8396 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8397 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8398 | ], |
| 8399 | }, |
| 8400 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8401 | } |
| 8402 | |
| 8403 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8404 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 8405 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8406 | defaults: [ |
| 8407 | "cronet_aml_defaults", |
| 8408 | ], |
| 8409 | cflags: [ |
| 8410 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8411 | "-DANDROID", |
| 8412 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8413 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8414 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8415 | "-DDCHECK_ALWAYS_ON=1", |
| 8416 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8417 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8418 | "-D_DEBUG", |
| 8419 | "-D_GNU_SOURCE", |
| 8420 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8421 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8422 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8423 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8424 | ], |
| 8425 | local_include_dirs: [ |
| 8426 | "./", |
| 8427 | "buildtools/third_party/libc++/", |
| 8428 | "buildtools/third_party/libc++/trunk/include", |
| 8429 | "buildtools/third_party/libc++abi/trunk/include", |
| 8430 | "third_party/abseil-cpp/", |
| 8431 | ], |
| 8432 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8433 | target: { |
| 8434 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8435 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8436 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 8437 | ], |
| 8438 | }, |
| 8439 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8440 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8441 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8442 | ], |
| 8443 | }, |
| 8444 | }, |
| 8445 | } |
| 8446 | |
| 8447 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal |
| 8448 | cc_object { |
| 8449 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8450 | defaults: [ |
| 8451 | "cronet_aml_defaults", |
| 8452 | ], |
| 8453 | cflags: [ |
| 8454 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8455 | "-DANDROID", |
| 8456 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8457 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8458 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8459 | "-DDCHECK_ALWAYS_ON=1", |
| 8460 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8461 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8462 | "-D_DEBUG", |
| 8463 | "-D_GNU_SOURCE", |
| 8464 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8465 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8466 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8467 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8468 | ], |
| 8469 | local_include_dirs: [ |
| 8470 | "./", |
| 8471 | "buildtools/third_party/libc++/", |
| 8472 | "buildtools/third_party/libc++/trunk/include", |
| 8473 | "buildtools/third_party/libc++abi/trunk/include", |
| 8474 | "third_party/abseil-cpp/", |
| 8475 | ], |
| 8476 | cpp_std: "c++20", |
| 8477 | target: { |
| 8478 | android_x86: { |
| 8479 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8480 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8481 | ], |
| 8482 | }, |
| 8483 | android_x86_64: { |
| 8484 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8485 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8486 | ], |
| 8487 | }, |
| 8488 | }, |
| 8489 | } |
| 8490 | |
| 8491 | // GN: //third_party/abseil-cpp/absl/container:btree |
| 8492 | cc_object { |
| 8493 | name: "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8494 | defaults: [ |
| 8495 | "cronet_aml_defaults", |
| 8496 | ], |
| 8497 | cflags: [ |
| 8498 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8499 | "-DANDROID", |
| 8500 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8501 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8502 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8503 | "-DDCHECK_ALWAYS_ON=1", |
| 8504 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8505 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8506 | "-D_DEBUG", |
| 8507 | "-D_GNU_SOURCE", |
| 8508 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8509 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8510 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8511 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8512 | ], |
| 8513 | local_include_dirs: [ |
| 8514 | "./", |
| 8515 | "buildtools/third_party/libc++/", |
| 8516 | "buildtools/third_party/libc++/trunk/include", |
| 8517 | "buildtools/third_party/libc++abi/trunk/include", |
| 8518 | "third_party/abseil-cpp/", |
| 8519 | ], |
| 8520 | cpp_std: "c++20", |
| 8521 | target: { |
| 8522 | android_x86: { |
| 8523 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8524 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8525 | ], |
| 8526 | }, |
| 8527 | android_x86_64: { |
| 8528 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8529 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8530 | ], |
| 8531 | }, |
| 8532 | }, |
| 8533 | } |
| 8534 | |
| 8535 | // GN: //third_party/abseil-cpp/absl/container:common |
| 8536 | cc_object { |
| 8537 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8538 | defaults: [ |
| 8539 | "cronet_aml_defaults", |
| 8540 | ], |
| 8541 | cflags: [ |
| 8542 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8543 | "-DANDROID", |
| 8544 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8545 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8546 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8547 | "-DDCHECK_ALWAYS_ON=1", |
| 8548 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8549 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8550 | "-D_DEBUG", |
| 8551 | "-D_GNU_SOURCE", |
| 8552 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8553 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8554 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8555 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8556 | ], |
| 8557 | local_include_dirs: [ |
| 8558 | "./", |
| 8559 | "buildtools/third_party/libc++/", |
| 8560 | "buildtools/third_party/libc++/trunk/include", |
| 8561 | "buildtools/third_party/libc++abi/trunk/include", |
| 8562 | "third_party/abseil-cpp/", |
| 8563 | ], |
| 8564 | cpp_std: "c++20", |
| 8565 | target: { |
| 8566 | android_x86: { |
| 8567 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8568 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8569 | ], |
| 8570 | }, |
| 8571 | android_x86_64: { |
| 8572 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8573 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8574 | ], |
| 8575 | }, |
| 8576 | }, |
| 8577 | } |
| 8578 | |
| 8579 | // GN: //third_party/abseil-cpp/absl/container:common_policy_traits |
| 8580 | cc_object { |
| 8581 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8582 | defaults: [ |
| 8583 | "cronet_aml_defaults", |
| 8584 | ], |
| 8585 | cflags: [ |
| 8586 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8587 | "-DANDROID", |
| 8588 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8589 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8590 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8591 | "-DDCHECK_ALWAYS_ON=1", |
| 8592 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8593 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8594 | "-D_DEBUG", |
| 8595 | "-D_GNU_SOURCE", |
| 8596 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8597 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8598 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8599 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8600 | ], |
| 8601 | local_include_dirs: [ |
| 8602 | "./", |
| 8603 | "buildtools/third_party/libc++/", |
| 8604 | "buildtools/third_party/libc++/trunk/include", |
| 8605 | "buildtools/third_party/libc++abi/trunk/include", |
| 8606 | "third_party/abseil-cpp/", |
| 8607 | ], |
| 8608 | cpp_std: "c++20", |
| 8609 | target: { |
| 8610 | android_x86: { |
| 8611 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8612 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8613 | ], |
| 8614 | }, |
| 8615 | android_x86_64: { |
| 8616 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8617 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8618 | ], |
| 8619 | }, |
| 8620 | }, |
| 8621 | } |
| 8622 | |
| 8623 | // GN: //third_party/abseil-cpp/absl/container:compressed_tuple |
| 8624 | cc_object { |
| 8625 | name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8626 | defaults: [ |
| 8627 | "cronet_aml_defaults", |
| 8628 | ], |
| 8629 | cflags: [ |
| 8630 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8631 | "-DANDROID", |
| 8632 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8633 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8634 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8635 | "-DDCHECK_ALWAYS_ON=1", |
| 8636 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8637 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8638 | "-D_DEBUG", |
| 8639 | "-D_GNU_SOURCE", |
| 8640 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8641 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8642 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8643 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8644 | ], |
| 8645 | local_include_dirs: [ |
| 8646 | "./", |
| 8647 | "buildtools/third_party/libc++/", |
| 8648 | "buildtools/third_party/libc++/trunk/include", |
| 8649 | "buildtools/third_party/libc++abi/trunk/include", |
| 8650 | "third_party/abseil-cpp/", |
| 8651 | ], |
| 8652 | cpp_std: "c++20", |
| 8653 | target: { |
| 8654 | android_x86: { |
| 8655 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8656 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8657 | ], |
| 8658 | }, |
| 8659 | android_x86_64: { |
| 8660 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8661 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8662 | ], |
| 8663 | }, |
| 8664 | }, |
| 8665 | } |
| 8666 | |
| 8667 | // GN: //third_party/abseil-cpp/absl/container:container_memory |
| 8668 | cc_object { |
| 8669 | name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8670 | defaults: [ |
| 8671 | "cronet_aml_defaults", |
| 8672 | ], |
| 8673 | cflags: [ |
| 8674 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8675 | "-DANDROID", |
| 8676 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8677 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8678 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8679 | "-DDCHECK_ALWAYS_ON=1", |
| 8680 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8681 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8682 | "-D_DEBUG", |
| 8683 | "-D_GNU_SOURCE", |
| 8684 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8685 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8686 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8687 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8688 | ], |
| 8689 | local_include_dirs: [ |
| 8690 | "./", |
| 8691 | "buildtools/third_party/libc++/", |
| 8692 | "buildtools/third_party/libc++/trunk/include", |
| 8693 | "buildtools/third_party/libc++abi/trunk/include", |
| 8694 | "third_party/abseil-cpp/", |
| 8695 | ], |
| 8696 | cpp_std: "c++20", |
| 8697 | target: { |
| 8698 | android_x86: { |
| 8699 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8700 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8701 | ], |
| 8702 | }, |
| 8703 | android_x86_64: { |
| 8704 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8705 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8706 | ], |
| 8707 | }, |
| 8708 | }, |
| 8709 | } |
| 8710 | |
| 8711 | // GN: //third_party/abseil-cpp/absl/container:fixed_array |
| 8712 | cc_object { |
| 8713 | name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8714 | defaults: [ |
| 8715 | "cronet_aml_defaults", |
| 8716 | ], |
| 8717 | cflags: [ |
| 8718 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8719 | "-DANDROID", |
| 8720 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8721 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8722 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8723 | "-DDCHECK_ALWAYS_ON=1", |
| 8724 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8725 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8726 | "-D_DEBUG", |
| 8727 | "-D_GNU_SOURCE", |
| 8728 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8729 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8730 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8731 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8732 | ], |
| 8733 | local_include_dirs: [ |
| 8734 | "./", |
| 8735 | "buildtools/third_party/libc++/", |
| 8736 | "buildtools/third_party/libc++/trunk/include", |
| 8737 | "buildtools/third_party/libc++abi/trunk/include", |
| 8738 | "third_party/abseil-cpp/", |
| 8739 | ], |
| 8740 | cpp_std: "c++20", |
| 8741 | target: { |
| 8742 | android_x86: { |
| 8743 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8744 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8745 | ], |
| 8746 | }, |
| 8747 | android_x86_64: { |
| 8748 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8749 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8750 | ], |
| 8751 | }, |
| 8752 | }, |
| 8753 | } |
| 8754 | |
| 8755 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_map |
| 8756 | cc_object { |
| 8757 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8758 | defaults: [ |
| 8759 | "cronet_aml_defaults", |
| 8760 | ], |
| 8761 | cflags: [ |
| 8762 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8763 | "-DANDROID", |
| 8764 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8765 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8766 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8767 | "-DDCHECK_ALWAYS_ON=1", |
| 8768 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8769 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8770 | "-D_DEBUG", |
| 8771 | "-D_GNU_SOURCE", |
| 8772 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8773 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8774 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8775 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8776 | ], |
| 8777 | local_include_dirs: [ |
| 8778 | "./", |
| 8779 | "buildtools/third_party/libc++/", |
| 8780 | "buildtools/third_party/libc++/trunk/include", |
| 8781 | "buildtools/third_party/libc++abi/trunk/include", |
| 8782 | "third_party/abseil-cpp/", |
| 8783 | ], |
| 8784 | cpp_std: "c++20", |
| 8785 | target: { |
| 8786 | android_x86: { |
| 8787 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8788 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8789 | ], |
| 8790 | }, |
| 8791 | android_x86_64: { |
| 8792 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8793 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8794 | ], |
| 8795 | }, |
| 8796 | }, |
| 8797 | } |
| 8798 | |
| 8799 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_set |
| 8800 | cc_object { |
| 8801 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8802 | defaults: [ |
| 8803 | "cronet_aml_defaults", |
| 8804 | ], |
| 8805 | cflags: [ |
| 8806 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8807 | "-DANDROID", |
| 8808 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8809 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8810 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8811 | "-DDCHECK_ALWAYS_ON=1", |
| 8812 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8813 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8814 | "-D_DEBUG", |
| 8815 | "-D_GNU_SOURCE", |
| 8816 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8817 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8818 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8819 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8820 | ], |
| 8821 | local_include_dirs: [ |
| 8822 | "./", |
| 8823 | "buildtools/third_party/libc++/", |
| 8824 | "buildtools/third_party/libc++/trunk/include", |
| 8825 | "buildtools/third_party/libc++abi/trunk/include", |
| 8826 | "third_party/abseil-cpp/", |
| 8827 | ], |
| 8828 | cpp_std: "c++20", |
| 8829 | target: { |
| 8830 | android_x86: { |
| 8831 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8832 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8833 | ], |
| 8834 | }, |
| 8835 | android_x86_64: { |
| 8836 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8837 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8838 | ], |
| 8839 | }, |
| 8840 | }, |
| 8841 | } |
| 8842 | |
| 8843 | // GN: //third_party/abseil-cpp/absl/container:hash_function_defaults |
| 8844 | cc_object { |
| 8845 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8846 | defaults: [ |
| 8847 | "cronet_aml_defaults", |
| 8848 | ], |
| 8849 | cflags: [ |
| 8850 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8851 | "-DANDROID", |
| 8852 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8853 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8854 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8855 | "-DDCHECK_ALWAYS_ON=1", |
| 8856 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8857 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8858 | "-D_DEBUG", |
| 8859 | "-D_GNU_SOURCE", |
| 8860 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8861 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8862 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8863 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8864 | ], |
| 8865 | local_include_dirs: [ |
| 8866 | "./", |
| 8867 | "buildtools/third_party/libc++/", |
| 8868 | "buildtools/third_party/libc++/trunk/include", |
| 8869 | "buildtools/third_party/libc++abi/trunk/include", |
| 8870 | "third_party/abseil-cpp/", |
| 8871 | ], |
| 8872 | cpp_std: "c++20", |
| 8873 | target: { |
| 8874 | android_x86: { |
| 8875 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8876 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8877 | ], |
| 8878 | }, |
| 8879 | android_x86_64: { |
| 8880 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8881 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8882 | ], |
| 8883 | }, |
| 8884 | }, |
| 8885 | } |
| 8886 | |
| 8887 | // GN: //third_party/abseil-cpp/absl/container:hash_policy_traits |
| 8888 | cc_object { |
| 8889 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8890 | defaults: [ |
| 8891 | "cronet_aml_defaults", |
| 8892 | ], |
| 8893 | cflags: [ |
| 8894 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8895 | "-DANDROID", |
| 8896 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8897 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8898 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8899 | "-DDCHECK_ALWAYS_ON=1", |
| 8900 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8901 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8902 | "-D_DEBUG", |
| 8903 | "-D_GNU_SOURCE", |
| 8904 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8905 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8906 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8907 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8908 | ], |
| 8909 | local_include_dirs: [ |
| 8910 | "./", |
| 8911 | "buildtools/third_party/libc++/", |
| 8912 | "buildtools/third_party/libc++/trunk/include", |
| 8913 | "buildtools/third_party/libc++abi/trunk/include", |
| 8914 | "third_party/abseil-cpp/", |
| 8915 | ], |
| 8916 | cpp_std: "c++20", |
| 8917 | target: { |
| 8918 | android_x86: { |
| 8919 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8920 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8921 | ], |
| 8922 | }, |
| 8923 | android_x86_64: { |
| 8924 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8925 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8926 | ], |
| 8927 | }, |
| 8928 | }, |
| 8929 | } |
| 8930 | |
| 8931 | // GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks |
| 8932 | cc_object { |
| 8933 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8934 | defaults: [ |
| 8935 | "cronet_aml_defaults", |
| 8936 | ], |
| 8937 | cflags: [ |
| 8938 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8939 | "-DANDROID", |
| 8940 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8941 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8942 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8943 | "-DDCHECK_ALWAYS_ON=1", |
| 8944 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8945 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8946 | "-D_DEBUG", |
| 8947 | "-D_GNU_SOURCE", |
| 8948 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8949 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8950 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8951 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8952 | ], |
| 8953 | local_include_dirs: [ |
| 8954 | "./", |
| 8955 | "buildtools/third_party/libc++/", |
| 8956 | "buildtools/third_party/libc++/trunk/include", |
| 8957 | "buildtools/third_party/libc++abi/trunk/include", |
| 8958 | "third_party/abseil-cpp/", |
| 8959 | ], |
| 8960 | cpp_std: "c++20", |
| 8961 | target: { |
| 8962 | android_x86: { |
| 8963 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8964 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8965 | ], |
| 8966 | }, |
| 8967 | android_x86_64: { |
| 8968 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 8969 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8970 | ], |
| 8971 | }, |
| 8972 | }, |
| 8973 | } |
| 8974 | |
| 8975 | // GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler |
| 8976 | cc_object { |
| 8977 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 8978 | srcs: [ |
| 8979 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc", |
| 8980 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc", |
| 8981 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8982 | defaults: [ |
| 8983 | "cronet_aml_defaults", |
| 8984 | ], |
| 8985 | cflags: [ |
| 8986 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8987 | "-DANDROID", |
| 8988 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8989 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 8990 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 8991 | "-DDCHECK_ALWAYS_ON=1", |
| 8992 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 8993 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 8994 | "-D_DEBUG", |
| 8995 | "-D_GNU_SOURCE", |
| 8996 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 8997 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 8998 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 8999 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9000 | ], |
| 9001 | local_include_dirs: [ |
| 9002 | "./", |
| 9003 | "buildtools/third_party/libc++/", |
| 9004 | "buildtools/third_party/libc++/trunk/include", |
| 9005 | "buildtools/third_party/libc++abi/trunk/include", |
| 9006 | "third_party/abseil-cpp/", |
| 9007 | ], |
| 9008 | cpp_std: "c++20", |
| 9009 | target: { |
| 9010 | android_x86: { |
| 9011 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9012 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9013 | ], |
| 9014 | }, |
| 9015 | android_x86_64: { |
| 9016 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9017 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9018 | ], |
| 9019 | }, |
| 9020 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9021 | } |
| 9022 | |
| 9023 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9024 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9025 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9026 | defaults: [ |
| 9027 | "cronet_aml_defaults", |
| 9028 | ], |
| 9029 | cflags: [ |
| 9030 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9031 | "-DANDROID", |
| 9032 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9033 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9034 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9035 | "-DDCHECK_ALWAYS_ON=1", |
| 9036 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9037 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9038 | "-D_DEBUG", |
| 9039 | "-D_GNU_SOURCE", |
| 9040 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9041 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9042 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9043 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9044 | ], |
| 9045 | local_include_dirs: [ |
| 9046 | "./", |
| 9047 | "buildtools/third_party/libc++/", |
| 9048 | "buildtools/third_party/libc++/trunk/include", |
| 9049 | "buildtools/third_party/libc++abi/trunk/include", |
| 9050 | "third_party/abseil-cpp/", |
| 9051 | ], |
| 9052 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9053 | target: { |
| 9054 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9055 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9056 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9057 | ], |
| 9058 | }, |
| 9059 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9060 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9061 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9062 | ], |
| 9063 | }, |
| 9064 | }, |
| 9065 | } |
| 9066 | |
| 9067 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal |
| 9068 | cc_object { |
| 9069 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9070 | defaults: [ |
| 9071 | "cronet_aml_defaults", |
| 9072 | ], |
| 9073 | cflags: [ |
| 9074 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9075 | "-DANDROID", |
| 9076 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9077 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9078 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9079 | "-DDCHECK_ALWAYS_ON=1", |
| 9080 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9081 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9082 | "-D_DEBUG", |
| 9083 | "-D_GNU_SOURCE", |
| 9084 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9085 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9086 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9087 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9088 | ], |
| 9089 | local_include_dirs: [ |
| 9090 | "./", |
| 9091 | "buildtools/third_party/libc++/", |
| 9092 | "buildtools/third_party/libc++/trunk/include", |
| 9093 | "buildtools/third_party/libc++abi/trunk/include", |
| 9094 | "third_party/abseil-cpp/", |
| 9095 | ], |
| 9096 | cpp_std: "c++20", |
| 9097 | target: { |
| 9098 | android_x86: { |
| 9099 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9100 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9101 | ], |
| 9102 | }, |
| 9103 | android_x86_64: { |
| 9104 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9105 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9106 | ], |
| 9107 | }, |
| 9108 | }, |
| 9109 | } |
| 9110 | |
| 9111 | // GN: //third_party/abseil-cpp/absl/container:layout |
| 9112 | cc_object { |
| 9113 | name: "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9114 | defaults: [ |
| 9115 | "cronet_aml_defaults", |
| 9116 | ], |
| 9117 | cflags: [ |
| 9118 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9119 | "-DANDROID", |
| 9120 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9121 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9122 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9123 | "-DDCHECK_ALWAYS_ON=1", |
| 9124 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9125 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9126 | "-D_DEBUG", |
| 9127 | "-D_GNU_SOURCE", |
| 9128 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9129 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9130 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9131 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9132 | ], |
| 9133 | local_include_dirs: [ |
| 9134 | "./", |
| 9135 | "buildtools/third_party/libc++/", |
| 9136 | "buildtools/third_party/libc++/trunk/include", |
| 9137 | "buildtools/third_party/libc++abi/trunk/include", |
| 9138 | "third_party/abseil-cpp/", |
| 9139 | ], |
| 9140 | cpp_std: "c++20", |
| 9141 | target: { |
| 9142 | android_x86: { |
| 9143 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9144 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9145 | ], |
| 9146 | }, |
| 9147 | android_x86_64: { |
| 9148 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9149 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9150 | ], |
| 9151 | }, |
| 9152 | }, |
| 9153 | } |
| 9154 | |
| 9155 | // GN: //third_party/abseil-cpp/absl/container:node_hash_map |
| 9156 | cc_object { |
| 9157 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9158 | defaults: [ |
| 9159 | "cronet_aml_defaults", |
| 9160 | ], |
| 9161 | cflags: [ |
| 9162 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9163 | "-DANDROID", |
| 9164 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9165 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9166 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9167 | "-DDCHECK_ALWAYS_ON=1", |
| 9168 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9169 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9170 | "-D_DEBUG", |
| 9171 | "-D_GNU_SOURCE", |
| 9172 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9173 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9174 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9175 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9176 | ], |
| 9177 | local_include_dirs: [ |
| 9178 | "./", |
| 9179 | "buildtools/third_party/libc++/", |
| 9180 | "buildtools/third_party/libc++/trunk/include", |
| 9181 | "buildtools/third_party/libc++abi/trunk/include", |
| 9182 | "third_party/abseil-cpp/", |
| 9183 | ], |
| 9184 | cpp_std: "c++20", |
| 9185 | target: { |
| 9186 | android_x86: { |
| 9187 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9188 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9189 | ], |
| 9190 | }, |
| 9191 | android_x86_64: { |
| 9192 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9193 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9194 | ], |
| 9195 | }, |
| 9196 | }, |
| 9197 | } |
| 9198 | |
| 9199 | // GN: //third_party/abseil-cpp/absl/container:node_hash_set |
| 9200 | cc_object { |
| 9201 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9202 | defaults: [ |
| 9203 | "cronet_aml_defaults", |
| 9204 | ], |
| 9205 | cflags: [ |
| 9206 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9207 | "-DANDROID", |
| 9208 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9209 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9210 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9211 | "-DDCHECK_ALWAYS_ON=1", |
| 9212 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9213 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9214 | "-D_DEBUG", |
| 9215 | "-D_GNU_SOURCE", |
| 9216 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9217 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9218 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9219 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9220 | ], |
| 9221 | local_include_dirs: [ |
| 9222 | "./", |
| 9223 | "buildtools/third_party/libc++/", |
| 9224 | "buildtools/third_party/libc++/trunk/include", |
| 9225 | "buildtools/third_party/libc++abi/trunk/include", |
| 9226 | "third_party/abseil-cpp/", |
| 9227 | ], |
| 9228 | cpp_std: "c++20", |
| 9229 | target: { |
| 9230 | android_x86: { |
| 9231 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9232 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9233 | ], |
| 9234 | }, |
| 9235 | android_x86_64: { |
| 9236 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9237 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9238 | ], |
| 9239 | }, |
| 9240 | }, |
| 9241 | } |
| 9242 | |
| 9243 | // GN: //third_party/abseil-cpp/absl/container:node_slot_policy |
| 9244 | cc_object { |
| 9245 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9246 | defaults: [ |
| 9247 | "cronet_aml_defaults", |
| 9248 | ], |
| 9249 | cflags: [ |
| 9250 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9251 | "-DANDROID", |
| 9252 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9253 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9254 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9255 | "-DDCHECK_ALWAYS_ON=1", |
| 9256 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9257 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9258 | "-D_DEBUG", |
| 9259 | "-D_GNU_SOURCE", |
| 9260 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9261 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9262 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9263 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9264 | ], |
| 9265 | local_include_dirs: [ |
| 9266 | "./", |
| 9267 | "buildtools/third_party/libc++/", |
| 9268 | "buildtools/third_party/libc++/trunk/include", |
| 9269 | "buildtools/third_party/libc++abi/trunk/include", |
| 9270 | "third_party/abseil-cpp/", |
| 9271 | ], |
| 9272 | cpp_std: "c++20", |
| 9273 | target: { |
| 9274 | android_x86: { |
| 9275 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9276 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9277 | ], |
| 9278 | }, |
| 9279 | android_x86_64: { |
| 9280 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9281 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9282 | ], |
| 9283 | }, |
| 9284 | }, |
| 9285 | } |
| 9286 | |
| 9287 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_map |
| 9288 | cc_object { |
| 9289 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9290 | defaults: [ |
| 9291 | "cronet_aml_defaults", |
| 9292 | ], |
| 9293 | cflags: [ |
| 9294 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9295 | "-DANDROID", |
| 9296 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9297 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9298 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9299 | "-DDCHECK_ALWAYS_ON=1", |
| 9300 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9301 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9302 | "-D_DEBUG", |
| 9303 | "-D_GNU_SOURCE", |
| 9304 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9305 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9306 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9307 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9308 | ], |
| 9309 | local_include_dirs: [ |
| 9310 | "./", |
| 9311 | "buildtools/third_party/libc++/", |
| 9312 | "buildtools/third_party/libc++/trunk/include", |
| 9313 | "buildtools/third_party/libc++abi/trunk/include", |
| 9314 | "third_party/abseil-cpp/", |
| 9315 | ], |
| 9316 | cpp_std: "c++20", |
| 9317 | target: { |
| 9318 | android_x86: { |
| 9319 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9320 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9321 | ], |
| 9322 | }, |
| 9323 | android_x86_64: { |
| 9324 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9325 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9326 | ], |
| 9327 | }, |
| 9328 | }, |
| 9329 | } |
| 9330 | |
| 9331 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_set |
| 9332 | cc_object { |
| 9333 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 9334 | srcs: [ |
| 9335 | "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc", |
| 9336 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9337 | defaults: [ |
| 9338 | "cronet_aml_defaults", |
| 9339 | ], |
| 9340 | cflags: [ |
| 9341 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9342 | "-DANDROID", |
| 9343 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9344 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9345 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9346 | "-DDCHECK_ALWAYS_ON=1", |
| 9347 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9348 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9349 | "-D_DEBUG", |
| 9350 | "-D_GNU_SOURCE", |
| 9351 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9352 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9353 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9354 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9355 | ], |
| 9356 | local_include_dirs: [ |
| 9357 | "./", |
| 9358 | "buildtools/third_party/libc++/", |
| 9359 | "buildtools/third_party/libc++/trunk/include", |
| 9360 | "buildtools/third_party/libc++abi/trunk/include", |
| 9361 | "third_party/abseil-cpp/", |
| 9362 | ], |
| 9363 | cpp_std: "c++20", |
| 9364 | target: { |
| 9365 | android_x86: { |
| 9366 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9367 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9368 | ], |
| 9369 | }, |
| 9370 | android_x86_64: { |
| 9371 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9372 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9373 | ], |
| 9374 | }, |
| 9375 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9376 | } |
| 9377 | |
| 9378 | // GN: //third_party/abseil-cpp/absl/debugging:debugging_internal |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9379 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9380 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9381 | srcs: [ |
| 9382 | "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc", |
| 9383 | "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc", |
| 9384 | "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc", |
| 9385 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9386 | defaults: [ |
| 9387 | "cronet_aml_defaults", |
| 9388 | ], |
| 9389 | cflags: [ |
| 9390 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9391 | "-DANDROID", |
| 9392 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9393 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9394 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9395 | "-DDCHECK_ALWAYS_ON=1", |
| 9396 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9397 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9398 | "-D_DEBUG", |
| 9399 | "-D_GNU_SOURCE", |
| 9400 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9401 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9402 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9403 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9404 | ], |
| 9405 | local_include_dirs: [ |
| 9406 | "./", |
| 9407 | "buildtools/third_party/libc++/", |
| 9408 | "buildtools/third_party/libc++/trunk/include", |
| 9409 | "buildtools/third_party/libc++abi/trunk/include", |
| 9410 | "third_party/abseil-cpp/", |
| 9411 | ], |
| 9412 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9413 | target: { |
| 9414 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9415 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9416 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9417 | ], |
| 9418 | }, |
| 9419 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9420 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9421 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9422 | ], |
| 9423 | }, |
| 9424 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9425 | } |
| 9426 | |
| 9427 | // GN: //third_party/abseil-cpp/absl/debugging:demangle_internal |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9428 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9429 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9430 | srcs: [ |
| 9431 | "third_party/abseil-cpp/absl/debugging/internal/demangle.cc", |
| 9432 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9433 | defaults: [ |
| 9434 | "cronet_aml_defaults", |
| 9435 | ], |
| 9436 | cflags: [ |
| 9437 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9438 | "-DANDROID", |
| 9439 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9440 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9441 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9442 | "-DDCHECK_ALWAYS_ON=1", |
| 9443 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9444 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9445 | "-D_DEBUG", |
| 9446 | "-D_GNU_SOURCE", |
| 9447 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9448 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9449 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9450 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9451 | ], |
| 9452 | local_include_dirs: [ |
| 9453 | "./", |
| 9454 | "buildtools/third_party/libc++/", |
| 9455 | "buildtools/third_party/libc++/trunk/include", |
| 9456 | "buildtools/third_party/libc++abi/trunk/include", |
| 9457 | "third_party/abseil-cpp/", |
| 9458 | ], |
| 9459 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9460 | target: { |
| 9461 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9462 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9463 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9464 | ], |
| 9465 | }, |
| 9466 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9467 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9468 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9469 | ], |
| 9470 | }, |
| 9471 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9472 | } |
| 9473 | |
| 9474 | // GN: //third_party/abseil-cpp/absl/debugging:examine_stack |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9475 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9476 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9477 | srcs: [ |
| 9478 | "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc", |
| 9479 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9480 | defaults: [ |
| 9481 | "cronet_aml_defaults", |
| 9482 | ], |
| 9483 | cflags: [ |
| 9484 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9485 | "-DANDROID", |
| 9486 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9487 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9488 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9489 | "-DDCHECK_ALWAYS_ON=1", |
| 9490 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9491 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9492 | "-D_DEBUG", |
| 9493 | "-D_GNU_SOURCE", |
| 9494 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9495 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9496 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9497 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9498 | ], |
| 9499 | local_include_dirs: [ |
| 9500 | "./", |
| 9501 | "buildtools/third_party/libc++/", |
| 9502 | "buildtools/third_party/libc++/trunk/include", |
| 9503 | "buildtools/third_party/libc++abi/trunk/include", |
| 9504 | "third_party/abseil-cpp/", |
| 9505 | ], |
| 9506 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9507 | target: { |
| 9508 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9509 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9510 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9511 | ], |
| 9512 | }, |
| 9513 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9514 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9515 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9516 | ], |
| 9517 | }, |
| 9518 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9519 | } |
| 9520 | |
| 9521 | // GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9522 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9523 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9524 | srcs: [ |
| 9525 | "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc", |
| 9526 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9527 | defaults: [ |
| 9528 | "cronet_aml_defaults", |
| 9529 | ], |
| 9530 | cflags: [ |
| 9531 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9532 | "-DANDROID", |
| 9533 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9534 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9535 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9536 | "-DDCHECK_ALWAYS_ON=1", |
| 9537 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9538 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9539 | "-D_DEBUG", |
| 9540 | "-D_GNU_SOURCE", |
| 9541 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9542 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9543 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9544 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9545 | ], |
| 9546 | local_include_dirs: [ |
| 9547 | "./", |
| 9548 | "buildtools/third_party/libc++/", |
| 9549 | "buildtools/third_party/libc++/trunk/include", |
| 9550 | "buildtools/third_party/libc++abi/trunk/include", |
| 9551 | "third_party/abseil-cpp/", |
| 9552 | ], |
| 9553 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9554 | target: { |
| 9555 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9556 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9557 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9558 | ], |
| 9559 | }, |
| 9560 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9561 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9562 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9563 | ], |
| 9564 | }, |
| 9565 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9566 | } |
| 9567 | |
| 9568 | // GN: //third_party/abseil-cpp/absl/debugging:stacktrace |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9569 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9570 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9571 | srcs: [ |
| 9572 | "third_party/abseil-cpp/absl/debugging/stacktrace.cc", |
| 9573 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9574 | defaults: [ |
| 9575 | "cronet_aml_defaults", |
| 9576 | ], |
| 9577 | cflags: [ |
| 9578 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9579 | "-DANDROID", |
| 9580 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9581 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9582 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9583 | "-DDCHECK_ALWAYS_ON=1", |
| 9584 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9585 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9586 | "-D_DEBUG", |
| 9587 | "-D_GNU_SOURCE", |
| 9588 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9589 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9590 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9591 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9592 | ], |
| 9593 | local_include_dirs: [ |
| 9594 | "./", |
| 9595 | "buildtools/third_party/libc++/", |
| 9596 | "buildtools/third_party/libc++/trunk/include", |
| 9597 | "buildtools/third_party/libc++abi/trunk/include", |
| 9598 | "third_party/abseil-cpp/", |
| 9599 | ], |
| 9600 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9601 | target: { |
| 9602 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9603 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9604 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9605 | ], |
| 9606 | }, |
| 9607 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9608 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9609 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9610 | ], |
| 9611 | }, |
| 9612 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9613 | } |
| 9614 | |
| 9615 | // GN: //third_party/abseil-cpp/absl/debugging:symbolize |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9616 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9617 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9618 | srcs: [ |
| 9619 | "third_party/abseil-cpp/absl/debugging/symbolize.cc", |
| 9620 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9621 | defaults: [ |
| 9622 | "cronet_aml_defaults", |
| 9623 | ], |
| 9624 | cflags: [ |
| 9625 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9626 | "-DANDROID", |
| 9627 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9628 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9629 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9630 | "-DDCHECK_ALWAYS_ON=1", |
| 9631 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9632 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9633 | "-D_DEBUG", |
| 9634 | "-D_GNU_SOURCE", |
| 9635 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9636 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9637 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9638 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9639 | ], |
| 9640 | local_include_dirs: [ |
| 9641 | "./", |
| 9642 | "buildtools/third_party/libc++/", |
| 9643 | "buildtools/third_party/libc++/trunk/include", |
| 9644 | "buildtools/third_party/libc++abi/trunk/include", |
| 9645 | "third_party/abseil-cpp/", |
| 9646 | ], |
| 9647 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9648 | target: { |
| 9649 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9650 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9651 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9652 | ], |
| 9653 | }, |
| 9654 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9655 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9656 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9657 | ], |
| 9658 | }, |
| 9659 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9660 | } |
| 9661 | |
| 9662 | // GN: //third_party/abseil-cpp/absl/functional:any_invocable |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9663 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9664 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9665 | defaults: [ |
| 9666 | "cronet_aml_defaults", |
| 9667 | ], |
| 9668 | cflags: [ |
| 9669 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9670 | "-DANDROID", |
| 9671 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9672 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9673 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9674 | "-DDCHECK_ALWAYS_ON=1", |
| 9675 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9676 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9677 | "-D_DEBUG", |
| 9678 | "-D_GNU_SOURCE", |
| 9679 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9680 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9681 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9682 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9683 | ], |
| 9684 | local_include_dirs: [ |
| 9685 | "./", |
| 9686 | "buildtools/third_party/libc++/", |
| 9687 | "buildtools/third_party/libc++/trunk/include", |
| 9688 | "buildtools/third_party/libc++abi/trunk/include", |
| 9689 | "third_party/abseil-cpp/", |
| 9690 | ], |
| 9691 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9692 | target: { |
| 9693 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9694 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9695 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9696 | ], |
| 9697 | }, |
| 9698 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9699 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9700 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9701 | ], |
| 9702 | }, |
| 9703 | }, |
| 9704 | } |
| 9705 | |
| 9706 | // GN: //third_party/abseil-cpp/absl/functional:bind_front |
| 9707 | cc_object { |
| 9708 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9709 | defaults: [ |
| 9710 | "cronet_aml_defaults", |
| 9711 | ], |
| 9712 | cflags: [ |
| 9713 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9714 | "-DANDROID", |
| 9715 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9716 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9717 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9718 | "-DDCHECK_ALWAYS_ON=1", |
| 9719 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9720 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9721 | "-D_DEBUG", |
| 9722 | "-D_GNU_SOURCE", |
| 9723 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9724 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9725 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9726 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9727 | ], |
| 9728 | local_include_dirs: [ |
| 9729 | "./", |
| 9730 | "buildtools/third_party/libc++/", |
| 9731 | "buildtools/third_party/libc++/trunk/include", |
| 9732 | "buildtools/third_party/libc++abi/trunk/include", |
| 9733 | "third_party/abseil-cpp/", |
| 9734 | ], |
| 9735 | cpp_std: "c++20", |
| 9736 | target: { |
| 9737 | android_x86: { |
| 9738 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9739 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9740 | ], |
| 9741 | }, |
| 9742 | android_x86_64: { |
| 9743 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9744 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9745 | ], |
| 9746 | }, |
| 9747 | }, |
| 9748 | } |
| 9749 | |
| 9750 | // GN: //third_party/abseil-cpp/absl/functional:function_ref |
| 9751 | cc_object { |
| 9752 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9753 | defaults: [ |
| 9754 | "cronet_aml_defaults", |
| 9755 | ], |
| 9756 | cflags: [ |
| 9757 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9758 | "-DANDROID", |
| 9759 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9760 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9761 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9762 | "-DDCHECK_ALWAYS_ON=1", |
| 9763 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9764 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9765 | "-D_DEBUG", |
| 9766 | "-D_GNU_SOURCE", |
| 9767 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9768 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9769 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9770 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9771 | ], |
| 9772 | local_include_dirs: [ |
| 9773 | "./", |
| 9774 | "buildtools/third_party/libc++/", |
| 9775 | "buildtools/third_party/libc++/trunk/include", |
| 9776 | "buildtools/third_party/libc++abi/trunk/include", |
| 9777 | "third_party/abseil-cpp/", |
| 9778 | ], |
| 9779 | cpp_std: "c++20", |
| 9780 | target: { |
| 9781 | android_x86: { |
| 9782 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9783 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9784 | ], |
| 9785 | }, |
| 9786 | android_x86_64: { |
| 9787 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9788 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9789 | ], |
| 9790 | }, |
| 9791 | }, |
| 9792 | } |
| 9793 | |
| 9794 | // GN: //third_party/abseil-cpp/absl/hash:city |
| 9795 | cc_object { |
| 9796 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 9797 | srcs: [ |
| 9798 | "third_party/abseil-cpp/absl/hash/internal/city.cc", |
| 9799 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9800 | defaults: [ |
| 9801 | "cronet_aml_defaults", |
| 9802 | ], |
| 9803 | cflags: [ |
| 9804 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9805 | "-DANDROID", |
| 9806 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9807 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9808 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9809 | "-DDCHECK_ALWAYS_ON=1", |
| 9810 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9811 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9812 | "-D_DEBUG", |
| 9813 | "-D_GNU_SOURCE", |
| 9814 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9815 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9816 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9817 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9818 | ], |
| 9819 | local_include_dirs: [ |
| 9820 | "./", |
| 9821 | "buildtools/third_party/libc++/", |
| 9822 | "buildtools/third_party/libc++/trunk/include", |
| 9823 | "buildtools/third_party/libc++abi/trunk/include", |
| 9824 | "third_party/abseil-cpp/", |
| 9825 | ], |
| 9826 | cpp_std: "c++20", |
| 9827 | target: { |
| 9828 | android_x86: { |
| 9829 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9830 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9831 | ], |
| 9832 | }, |
| 9833 | android_x86_64: { |
| 9834 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9835 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9836 | ], |
| 9837 | }, |
| 9838 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9839 | } |
| 9840 | |
| 9841 | // GN: //third_party/abseil-cpp/absl/hash:hash |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9842 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9843 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9844 | srcs: [ |
| 9845 | "third_party/abseil-cpp/absl/hash/internal/hash.cc", |
| 9846 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9847 | defaults: [ |
| 9848 | "cronet_aml_defaults", |
| 9849 | ], |
| 9850 | cflags: [ |
| 9851 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9852 | "-DANDROID", |
| 9853 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9854 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9855 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9856 | "-DDCHECK_ALWAYS_ON=1", |
| 9857 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9858 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9859 | "-D_DEBUG", |
| 9860 | "-D_GNU_SOURCE", |
| 9861 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9862 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9863 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9864 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9865 | ], |
| 9866 | local_include_dirs: [ |
| 9867 | "./", |
| 9868 | "buildtools/third_party/libc++/", |
| 9869 | "buildtools/third_party/libc++/trunk/include", |
| 9870 | "buildtools/third_party/libc++abi/trunk/include", |
| 9871 | "third_party/abseil-cpp/", |
| 9872 | ], |
| 9873 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9874 | target: { |
| 9875 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9876 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9877 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9878 | ], |
| 9879 | }, |
| 9880 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9881 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9882 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9883 | ], |
| 9884 | }, |
| 9885 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9886 | } |
| 9887 | |
| 9888 | // GN: //third_party/abseil-cpp/absl/hash:low_level_hash |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9889 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9890 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9891 | srcs: [ |
| 9892 | "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc", |
| 9893 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9894 | defaults: [ |
| 9895 | "cronet_aml_defaults", |
| 9896 | ], |
| 9897 | cflags: [ |
| 9898 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9899 | "-DANDROID", |
| 9900 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9901 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9902 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9903 | "-DDCHECK_ALWAYS_ON=1", |
| 9904 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9905 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9906 | "-D_DEBUG", |
| 9907 | "-D_GNU_SOURCE", |
| 9908 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9909 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9910 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9911 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9912 | ], |
| 9913 | local_include_dirs: [ |
| 9914 | "./", |
| 9915 | "buildtools/third_party/libc++/", |
| 9916 | "buildtools/third_party/libc++/trunk/include", |
| 9917 | "buildtools/third_party/libc++abi/trunk/include", |
| 9918 | "third_party/abseil-cpp/", |
| 9919 | ], |
| 9920 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9921 | target: { |
| 9922 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9923 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9924 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9925 | ], |
| 9926 | }, |
| 9927 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9928 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9929 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9930 | ], |
| 9931 | }, |
| 9932 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9933 | } |
| 9934 | |
| 9935 | // GN: //third_party/abseil-cpp/absl/memory:memory |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9936 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 9937 | name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9938 | defaults: [ |
| 9939 | "cronet_aml_defaults", |
| 9940 | ], |
| 9941 | cflags: [ |
| 9942 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9943 | "-DANDROID", |
| 9944 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9945 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9946 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9947 | "-DDCHECK_ALWAYS_ON=1", |
| 9948 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9949 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9950 | "-D_DEBUG", |
| 9951 | "-D_GNU_SOURCE", |
| 9952 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9953 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9954 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9955 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9956 | ], |
| 9957 | local_include_dirs: [ |
| 9958 | "./", |
| 9959 | "buildtools/third_party/libc++/", |
| 9960 | "buildtools/third_party/libc++/trunk/include", |
| 9961 | "buildtools/third_party/libc++abi/trunk/include", |
| 9962 | "third_party/abseil-cpp/", |
| 9963 | ], |
| 9964 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9965 | target: { |
| 9966 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9967 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9968 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 9969 | ], |
| 9970 | }, |
| 9971 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9972 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 9973 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9974 | ], |
| 9975 | }, |
| 9976 | }, |
| 9977 | } |
| 9978 | |
| 9979 | // GN: //third_party/abseil-cpp/absl/meta:type_traits |
| 9980 | cc_object { |
| 9981 | name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9982 | defaults: [ |
| 9983 | "cronet_aml_defaults", |
| 9984 | ], |
| 9985 | cflags: [ |
| 9986 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9987 | "-DANDROID", |
| 9988 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9989 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 9990 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 9991 | "-DDCHECK_ALWAYS_ON=1", |
| 9992 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 9993 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 9994 | "-D_DEBUG", |
| 9995 | "-D_GNU_SOURCE", |
| 9996 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 9997 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 9998 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 9999 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10000 | ], |
| 10001 | local_include_dirs: [ |
| 10002 | "./", |
| 10003 | "buildtools/third_party/libc++/", |
| 10004 | "buildtools/third_party/libc++/trunk/include", |
| 10005 | "buildtools/third_party/libc++abi/trunk/include", |
| 10006 | "third_party/abseil-cpp/", |
| 10007 | ], |
| 10008 | cpp_std: "c++20", |
| 10009 | target: { |
| 10010 | android_x86: { |
| 10011 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10012 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10013 | ], |
| 10014 | }, |
| 10015 | android_x86_64: { |
| 10016 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10017 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10018 | ], |
| 10019 | }, |
| 10020 | }, |
| 10021 | } |
| 10022 | |
| 10023 | // GN: //third_party/abseil-cpp/absl/numeric:bits |
| 10024 | cc_object { |
| 10025 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10026 | defaults: [ |
| 10027 | "cronet_aml_defaults", |
| 10028 | ], |
| 10029 | cflags: [ |
| 10030 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10031 | "-DANDROID", |
| 10032 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10033 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10034 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10035 | "-DDCHECK_ALWAYS_ON=1", |
| 10036 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10037 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10038 | "-D_DEBUG", |
| 10039 | "-D_GNU_SOURCE", |
| 10040 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10041 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10042 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10043 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10044 | ], |
| 10045 | local_include_dirs: [ |
| 10046 | "./", |
| 10047 | "buildtools/third_party/libc++/", |
| 10048 | "buildtools/third_party/libc++/trunk/include", |
| 10049 | "buildtools/third_party/libc++abi/trunk/include", |
| 10050 | "third_party/abseil-cpp/", |
| 10051 | ], |
| 10052 | cpp_std: "c++20", |
| 10053 | target: { |
| 10054 | android_x86: { |
| 10055 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10056 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10057 | ], |
| 10058 | }, |
| 10059 | android_x86_64: { |
| 10060 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10061 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10062 | ], |
| 10063 | }, |
| 10064 | }, |
| 10065 | } |
| 10066 | |
| 10067 | // GN: //third_party/abseil-cpp/absl/numeric:int128 |
| 10068 | cc_object { |
| 10069 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 10070 | srcs: [ |
| 10071 | "third_party/abseil-cpp/absl/numeric/int128.cc", |
| 10072 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10073 | defaults: [ |
| 10074 | "cronet_aml_defaults", |
| 10075 | ], |
| 10076 | cflags: [ |
| 10077 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10078 | "-DANDROID", |
| 10079 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10080 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10081 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10082 | "-DDCHECK_ALWAYS_ON=1", |
| 10083 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10084 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10085 | "-D_DEBUG", |
| 10086 | "-D_GNU_SOURCE", |
| 10087 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10088 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10089 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10090 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10091 | ], |
| 10092 | local_include_dirs: [ |
| 10093 | "./", |
| 10094 | "buildtools/third_party/libc++/", |
| 10095 | "buildtools/third_party/libc++/trunk/include", |
| 10096 | "buildtools/third_party/libc++abi/trunk/include", |
| 10097 | "third_party/abseil-cpp/", |
| 10098 | ], |
| 10099 | cpp_std: "c++20", |
| 10100 | target: { |
| 10101 | android_x86: { |
| 10102 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10103 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10104 | ], |
| 10105 | }, |
| 10106 | android_x86_64: { |
| 10107 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10108 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10109 | ], |
| 10110 | }, |
| 10111 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10112 | } |
| 10113 | |
| 10114 | // GN: //third_party/abseil-cpp/absl/numeric:representation |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10115 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10116 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10117 | defaults: [ |
| 10118 | "cronet_aml_defaults", |
| 10119 | ], |
| 10120 | cflags: [ |
| 10121 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10122 | "-DANDROID", |
| 10123 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10124 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10125 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10126 | "-DDCHECK_ALWAYS_ON=1", |
| 10127 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10128 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10129 | "-D_DEBUG", |
| 10130 | "-D_GNU_SOURCE", |
| 10131 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10132 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10133 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10134 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10135 | ], |
| 10136 | local_include_dirs: [ |
| 10137 | "./", |
| 10138 | "buildtools/third_party/libc++/", |
| 10139 | "buildtools/third_party/libc++/trunk/include", |
| 10140 | "buildtools/third_party/libc++abi/trunk/include", |
| 10141 | "third_party/abseil-cpp/", |
| 10142 | ], |
| 10143 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10144 | target: { |
| 10145 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10146 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10147 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10148 | ], |
| 10149 | }, |
| 10150 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10151 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10152 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10153 | ], |
| 10154 | }, |
| 10155 | }, |
| 10156 | } |
| 10157 | |
| 10158 | // GN: //third_party/abseil-cpp/absl/profiling:exponential_biased |
| 10159 | cc_object { |
| 10160 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 10161 | srcs: [ |
| 10162 | "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc", |
| 10163 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10164 | defaults: [ |
| 10165 | "cronet_aml_defaults", |
| 10166 | ], |
| 10167 | cflags: [ |
| 10168 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10169 | "-DANDROID", |
| 10170 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10171 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10172 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10173 | "-DDCHECK_ALWAYS_ON=1", |
| 10174 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10175 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10176 | "-D_DEBUG", |
| 10177 | "-D_GNU_SOURCE", |
| 10178 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10179 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10180 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10181 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10182 | ], |
| 10183 | local_include_dirs: [ |
| 10184 | "./", |
| 10185 | "buildtools/third_party/libc++/", |
| 10186 | "buildtools/third_party/libc++/trunk/include", |
| 10187 | "buildtools/third_party/libc++abi/trunk/include", |
| 10188 | "third_party/abseil-cpp/", |
| 10189 | ], |
| 10190 | cpp_std: "c++20", |
| 10191 | target: { |
| 10192 | android_x86: { |
| 10193 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10194 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10195 | ], |
| 10196 | }, |
| 10197 | android_x86_64: { |
| 10198 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10199 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10200 | ], |
| 10201 | }, |
| 10202 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10203 | } |
| 10204 | |
| 10205 | // GN: //third_party/abseil-cpp/absl/profiling:sample_recorder |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10206 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10207 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10208 | defaults: [ |
| 10209 | "cronet_aml_defaults", |
| 10210 | ], |
| 10211 | cflags: [ |
| 10212 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10213 | "-DANDROID", |
| 10214 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10215 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10216 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10217 | "-DDCHECK_ALWAYS_ON=1", |
| 10218 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10219 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10220 | "-D_DEBUG", |
| 10221 | "-D_GNU_SOURCE", |
| 10222 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10223 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10224 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10225 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10226 | ], |
| 10227 | local_include_dirs: [ |
| 10228 | "./", |
| 10229 | "buildtools/third_party/libc++/", |
| 10230 | "buildtools/third_party/libc++/trunk/include", |
| 10231 | "buildtools/third_party/libc++abi/trunk/include", |
| 10232 | "third_party/abseil-cpp/", |
| 10233 | ], |
| 10234 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10235 | target: { |
| 10236 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10237 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10238 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10239 | ], |
| 10240 | }, |
| 10241 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10242 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10243 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10244 | ], |
| 10245 | }, |
| 10246 | }, |
| 10247 | } |
| 10248 | |
| 10249 | // GN: //third_party/abseil-cpp/absl/random:distributions |
| 10250 | cc_object { |
| 10251 | name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 10252 | srcs: [ |
| 10253 | "third_party/abseil-cpp/absl/random/discrete_distribution.cc", |
| 10254 | "third_party/abseil-cpp/absl/random/gaussian_distribution.cc", |
| 10255 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10256 | defaults: [ |
| 10257 | "cronet_aml_defaults", |
| 10258 | ], |
| 10259 | cflags: [ |
| 10260 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10261 | "-DANDROID", |
| 10262 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10263 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10264 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10265 | "-DDCHECK_ALWAYS_ON=1", |
| 10266 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10267 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10268 | "-D_DEBUG", |
| 10269 | "-D_GNU_SOURCE", |
| 10270 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10271 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10272 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10273 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10274 | ], |
| 10275 | local_include_dirs: [ |
| 10276 | "./", |
| 10277 | "buildtools/third_party/libc++/", |
| 10278 | "buildtools/third_party/libc++/trunk/include", |
| 10279 | "buildtools/third_party/libc++abi/trunk/include", |
| 10280 | "third_party/abseil-cpp/", |
| 10281 | ], |
| 10282 | cpp_std: "c++20", |
| 10283 | target: { |
| 10284 | android_x86: { |
| 10285 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10286 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10287 | ], |
| 10288 | }, |
| 10289 | android_x86_64: { |
| 10290 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10291 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10292 | ], |
| 10293 | }, |
| 10294 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10295 | } |
| 10296 | |
| 10297 | // GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10298 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10299 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10300 | defaults: [ |
| 10301 | "cronet_aml_defaults", |
| 10302 | ], |
| 10303 | cflags: [ |
| 10304 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10305 | "-DANDROID", |
| 10306 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10307 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10308 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10309 | "-DDCHECK_ALWAYS_ON=1", |
| 10310 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10311 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10312 | "-D_DEBUG", |
| 10313 | "-D_GNU_SOURCE", |
| 10314 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10315 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10316 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10317 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10318 | ], |
| 10319 | local_include_dirs: [ |
| 10320 | "./", |
| 10321 | "buildtools/third_party/libc++/", |
| 10322 | "buildtools/third_party/libc++/trunk/include", |
| 10323 | "buildtools/third_party/libc++abi/trunk/include", |
| 10324 | "third_party/abseil-cpp/", |
| 10325 | ], |
| 10326 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10327 | target: { |
| 10328 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10329 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10330 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10331 | ], |
| 10332 | }, |
| 10333 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10334 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10335 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10336 | ], |
| 10337 | }, |
| 10338 | }, |
| 10339 | } |
| 10340 | |
| 10341 | // GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits |
| 10342 | cc_object { |
| 10343 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10344 | defaults: [ |
| 10345 | "cronet_aml_defaults", |
| 10346 | ], |
| 10347 | cflags: [ |
| 10348 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10349 | "-DANDROID", |
| 10350 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10351 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10352 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10353 | "-DDCHECK_ALWAYS_ON=1", |
| 10354 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10355 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10356 | "-D_DEBUG", |
| 10357 | "-D_GNU_SOURCE", |
| 10358 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10359 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10360 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10361 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10362 | ], |
| 10363 | local_include_dirs: [ |
| 10364 | "./", |
| 10365 | "buildtools/third_party/libc++/", |
| 10366 | "buildtools/third_party/libc++/trunk/include", |
| 10367 | "buildtools/third_party/libc++abi/trunk/include", |
| 10368 | "third_party/abseil-cpp/", |
| 10369 | ], |
| 10370 | cpp_std: "c++20", |
| 10371 | target: { |
| 10372 | android_x86: { |
| 10373 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10374 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10375 | ], |
| 10376 | }, |
| 10377 | android_x86_64: { |
| 10378 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10379 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10380 | ], |
| 10381 | }, |
| 10382 | }, |
| 10383 | } |
| 10384 | |
| 10385 | // GN: //third_party/abseil-cpp/absl/random/internal:fastmath |
| 10386 | cc_object { |
| 10387 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10388 | defaults: [ |
| 10389 | "cronet_aml_defaults", |
| 10390 | ], |
| 10391 | cflags: [ |
| 10392 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10393 | "-DANDROID", |
| 10394 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10395 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10396 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10397 | "-DDCHECK_ALWAYS_ON=1", |
| 10398 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10399 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10400 | "-D_DEBUG", |
| 10401 | "-D_GNU_SOURCE", |
| 10402 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10403 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10404 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10405 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10406 | ], |
| 10407 | local_include_dirs: [ |
| 10408 | "./", |
| 10409 | "buildtools/third_party/libc++/", |
| 10410 | "buildtools/third_party/libc++/trunk/include", |
| 10411 | "buildtools/third_party/libc++abi/trunk/include", |
| 10412 | "third_party/abseil-cpp/", |
| 10413 | ], |
| 10414 | cpp_std: "c++20", |
| 10415 | target: { |
| 10416 | android_x86: { |
| 10417 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10418 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10419 | ], |
| 10420 | }, |
| 10421 | android_x86_64: { |
| 10422 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10423 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10424 | ], |
| 10425 | }, |
| 10426 | }, |
| 10427 | } |
| 10428 | |
| 10429 | // GN: //third_party/abseil-cpp/absl/random/internal:generate_real |
| 10430 | cc_object { |
| 10431 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10432 | defaults: [ |
| 10433 | "cronet_aml_defaults", |
| 10434 | ], |
| 10435 | cflags: [ |
| 10436 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10437 | "-DANDROID", |
| 10438 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10439 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10440 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10441 | "-DDCHECK_ALWAYS_ON=1", |
| 10442 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10443 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10444 | "-D_DEBUG", |
| 10445 | "-D_GNU_SOURCE", |
| 10446 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10447 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10448 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10449 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10450 | ], |
| 10451 | local_include_dirs: [ |
| 10452 | "./", |
| 10453 | "buildtools/third_party/libc++/", |
| 10454 | "buildtools/third_party/libc++/trunk/include", |
| 10455 | "buildtools/third_party/libc++abi/trunk/include", |
| 10456 | "third_party/abseil-cpp/", |
| 10457 | ], |
| 10458 | cpp_std: "c++20", |
| 10459 | target: { |
| 10460 | android_x86: { |
| 10461 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10462 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10463 | ], |
| 10464 | }, |
| 10465 | android_x86_64: { |
| 10466 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10467 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10468 | ], |
| 10469 | }, |
| 10470 | }, |
| 10471 | } |
| 10472 | |
| 10473 | // GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver |
| 10474 | cc_object { |
| 10475 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10476 | defaults: [ |
| 10477 | "cronet_aml_defaults", |
| 10478 | ], |
| 10479 | cflags: [ |
| 10480 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10481 | "-DANDROID", |
| 10482 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10483 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10484 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10485 | "-DDCHECK_ALWAYS_ON=1", |
| 10486 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10487 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10488 | "-D_DEBUG", |
| 10489 | "-D_GNU_SOURCE", |
| 10490 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10491 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10492 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10493 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10494 | ], |
| 10495 | local_include_dirs: [ |
| 10496 | "./", |
| 10497 | "buildtools/third_party/libc++/", |
| 10498 | "buildtools/third_party/libc++/trunk/include", |
| 10499 | "buildtools/third_party/libc++abi/trunk/include", |
| 10500 | "third_party/abseil-cpp/", |
| 10501 | ], |
| 10502 | cpp_std: "c++20", |
| 10503 | target: { |
| 10504 | android_x86: { |
| 10505 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10506 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10507 | ], |
| 10508 | }, |
| 10509 | android_x86_64: { |
| 10510 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10511 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10512 | ], |
| 10513 | }, |
| 10514 | }, |
| 10515 | } |
| 10516 | |
| 10517 | // GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base |
| 10518 | cc_object { |
| 10519 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10520 | generated_headers: [ |
| 10521 | "cronet_aml_build_chromeos_buildflags", |
| 10522 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10523 | defaults: [ |
| 10524 | "cronet_aml_defaults", |
| 10525 | ], |
| 10526 | cflags: [ |
| 10527 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10528 | "-DANDROID", |
| 10529 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10530 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10531 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10532 | "-DDCHECK_ALWAYS_ON=1", |
| 10533 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10534 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10535 | "-D_DEBUG", |
| 10536 | "-D_GNU_SOURCE", |
| 10537 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10538 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10539 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10540 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10541 | ], |
| 10542 | local_include_dirs: [ |
| 10543 | "./", |
| 10544 | "buildtools/third_party/libc++/", |
| 10545 | "buildtools/third_party/libc++/trunk/include", |
| 10546 | "buildtools/third_party/libc++abi/trunk/include", |
| 10547 | "third_party/abseil-cpp/", |
| 10548 | ], |
| 10549 | cpp_std: "c++20", |
| 10550 | target: { |
| 10551 | android_x86: { |
| 10552 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10553 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10554 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10555 | }, |
| 10556 | android_x86_64: { |
| 10557 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10558 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10559 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10560 | }, |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10561 | }, |
| 10562 | } |
| 10563 | |
| 10564 | // GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine |
| 10565 | cc_object { |
| 10566 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10567 | defaults: [ |
| 10568 | "cronet_aml_defaults", |
| 10569 | ], |
| 10570 | cflags: [ |
| 10571 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10572 | "-DANDROID", |
| 10573 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10574 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10575 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10576 | "-DDCHECK_ALWAYS_ON=1", |
| 10577 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10578 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10579 | "-D_DEBUG", |
| 10580 | "-D_GNU_SOURCE", |
| 10581 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10582 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10583 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10584 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10585 | ], |
| 10586 | local_include_dirs: [ |
| 10587 | "./", |
| 10588 | "buildtools/third_party/libc++/", |
| 10589 | "buildtools/third_party/libc++/trunk/include", |
| 10590 | "buildtools/third_party/libc++abi/trunk/include", |
| 10591 | "third_party/abseil-cpp/", |
| 10592 | ], |
| 10593 | cpp_std: "c++20", |
| 10594 | target: { |
| 10595 | android_x86: { |
| 10596 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10597 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10598 | ], |
| 10599 | }, |
| 10600 | android_x86_64: { |
| 10601 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10602 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10603 | ], |
| 10604 | }, |
| 10605 | }, |
| 10606 | } |
| 10607 | |
| 10608 | // GN: //third_party/abseil-cpp/absl/random/internal:platform |
| 10609 | cc_object { |
| 10610 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 10611 | srcs: [ |
| 10612 | "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc", |
| 10613 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10614 | generated_headers: [ |
| 10615 | "cronet_aml_build_chromeos_buildflags", |
| 10616 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10617 | defaults: [ |
| 10618 | "cronet_aml_defaults", |
| 10619 | ], |
| 10620 | cflags: [ |
| 10621 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10622 | "-DANDROID", |
| 10623 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10624 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10625 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10626 | "-DDCHECK_ALWAYS_ON=1", |
| 10627 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10628 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10629 | "-D_DEBUG", |
| 10630 | "-D_GNU_SOURCE", |
| 10631 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10632 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10633 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10634 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10635 | ], |
| 10636 | local_include_dirs: [ |
| 10637 | "./", |
| 10638 | "buildtools/third_party/libc++/", |
| 10639 | "buildtools/third_party/libc++/trunk/include", |
| 10640 | "buildtools/third_party/libc++abi/trunk/include", |
| 10641 | "third_party/abseil-cpp/", |
| 10642 | ], |
| 10643 | cpp_std: "c++20", |
| 10644 | target: { |
| 10645 | android_x86: { |
| 10646 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10647 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10648 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10649 | }, |
| 10650 | android_x86_64: { |
| 10651 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10652 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10653 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10654 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10655 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10656 | } |
| 10657 | |
| 10658 | // GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10659 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10660 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10661 | srcs: [ |
| 10662 | "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc", |
| 10663 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10664 | generated_headers: [ |
| 10665 | "cronet_aml_build_chromeos_buildflags", |
| 10666 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10667 | defaults: [ |
| 10668 | "cronet_aml_defaults", |
| 10669 | ], |
| 10670 | cflags: [ |
| 10671 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10672 | "-DANDROID", |
| 10673 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10674 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10675 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10676 | "-DDCHECK_ALWAYS_ON=1", |
| 10677 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10678 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10679 | "-D_DEBUG", |
| 10680 | "-D_GNU_SOURCE", |
| 10681 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10682 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10683 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10684 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10685 | ], |
| 10686 | local_include_dirs: [ |
| 10687 | "./", |
| 10688 | "buildtools/third_party/libc++/", |
| 10689 | "buildtools/third_party/libc++/trunk/include", |
| 10690 | "buildtools/third_party/libc++abi/trunk/include", |
| 10691 | "third_party/abseil-cpp/", |
| 10692 | ], |
| 10693 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10694 | target: { |
| 10695 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10696 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10697 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10698 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10699 | }, |
| 10700 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10701 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10702 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10703 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10704 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10705 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10706 | } |
| 10707 | |
| 10708 | // GN: //third_party/abseil-cpp/absl/random/internal:randen |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10709 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10710 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10711 | srcs: [ |
| 10712 | "third_party/abseil-cpp/absl/random/internal/randen.cc", |
| 10713 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10714 | generated_headers: [ |
| 10715 | "cronet_aml_build_chromeos_buildflags", |
| 10716 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10717 | defaults: [ |
| 10718 | "cronet_aml_defaults", |
| 10719 | ], |
| 10720 | cflags: [ |
| 10721 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10722 | "-DANDROID", |
| 10723 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10724 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10725 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10726 | "-DDCHECK_ALWAYS_ON=1", |
| 10727 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10728 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10729 | "-D_DEBUG", |
| 10730 | "-D_GNU_SOURCE", |
| 10731 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10732 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10733 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10734 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10735 | ], |
| 10736 | local_include_dirs: [ |
| 10737 | "./", |
| 10738 | "buildtools/third_party/libc++/", |
| 10739 | "buildtools/third_party/libc++/trunk/include", |
| 10740 | "buildtools/third_party/libc++abi/trunk/include", |
| 10741 | "third_party/abseil-cpp/", |
| 10742 | ], |
| 10743 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10744 | target: { |
| 10745 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10746 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10747 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10748 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10749 | }, |
| 10750 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10751 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10752 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10753 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10754 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10755 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10756 | } |
| 10757 | |
| 10758 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_engine |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10759 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10760 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10761 | generated_headers: [ |
| 10762 | "cronet_aml_build_chromeos_buildflags", |
| 10763 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10764 | defaults: [ |
| 10765 | "cronet_aml_defaults", |
| 10766 | ], |
| 10767 | cflags: [ |
| 10768 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10769 | "-DANDROID", |
| 10770 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10771 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10772 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10773 | "-DDCHECK_ALWAYS_ON=1", |
| 10774 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10775 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10776 | "-D_DEBUG", |
| 10777 | "-D_GNU_SOURCE", |
| 10778 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10779 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10780 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10781 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10782 | ], |
| 10783 | local_include_dirs: [ |
| 10784 | "./", |
| 10785 | "buildtools/third_party/libc++/", |
| 10786 | "buildtools/third_party/libc++/trunk/include", |
| 10787 | "buildtools/third_party/libc++abi/trunk/include", |
| 10788 | "third_party/abseil-cpp/", |
| 10789 | ], |
| 10790 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10791 | target: { |
| 10792 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10793 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10794 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10795 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10796 | }, |
| 10797 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10798 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10799 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10800 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10801 | }, |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10802 | }, |
| 10803 | } |
| 10804 | |
| 10805 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes |
| 10806 | cc_object { |
| 10807 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 10808 | srcs: [ |
| 10809 | "third_party/abseil-cpp/absl/random/internal/randen_detect.cc", |
| 10810 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10811 | generated_headers: [ |
| 10812 | "cronet_aml_build_chromeos_buildflags", |
| 10813 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10814 | defaults: [ |
| 10815 | "cronet_aml_defaults", |
| 10816 | ], |
| 10817 | cflags: [ |
| 10818 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10819 | "-DANDROID", |
| 10820 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10821 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10822 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10823 | "-DDCHECK_ALWAYS_ON=1", |
| 10824 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10825 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10826 | "-D_DEBUG", |
| 10827 | "-D_GNU_SOURCE", |
| 10828 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10829 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10830 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10831 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10832 | ], |
| 10833 | local_include_dirs: [ |
| 10834 | "./", |
| 10835 | "buildtools/third_party/libc++/", |
| 10836 | "buildtools/third_party/libc++/trunk/include", |
| 10837 | "buildtools/third_party/libc++abi/trunk/include", |
| 10838 | "third_party/abseil-cpp/", |
| 10839 | ], |
| 10840 | cpp_std: "c++20", |
| 10841 | target: { |
| 10842 | android_x86: { |
| 10843 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10844 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10845 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10846 | }, |
| 10847 | android_x86_64: { |
| 10848 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10849 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10850 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10851 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10852 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10853 | } |
| 10854 | |
| 10855 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10856 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10857 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10858 | srcs: [ |
| 10859 | "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc", |
| 10860 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10861 | generated_headers: [ |
| 10862 | "cronet_aml_build_chromeos_buildflags", |
| 10863 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10864 | defaults: [ |
| 10865 | "cronet_aml_defaults", |
| 10866 | ], |
| 10867 | cflags: [ |
| 10868 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10869 | "-DANDROID", |
| 10870 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10871 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10872 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10873 | "-DDCHECK_ALWAYS_ON=1", |
| 10874 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10875 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10876 | "-D_DEBUG", |
| 10877 | "-D_GNU_SOURCE", |
| 10878 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10879 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10880 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10881 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10882 | ], |
| 10883 | local_include_dirs: [ |
| 10884 | "./", |
| 10885 | "buildtools/third_party/libc++/", |
| 10886 | "buildtools/third_party/libc++/trunk/include", |
| 10887 | "buildtools/third_party/libc++abi/trunk/include", |
| 10888 | "third_party/abseil-cpp/", |
| 10889 | ], |
| 10890 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10891 | target: { |
| 10892 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10893 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10894 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10895 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10896 | }, |
| 10897 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10898 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10899 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10900 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10901 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10902 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10903 | } |
| 10904 | |
| 10905 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_slow |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10906 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10907 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10908 | srcs: [ |
| 10909 | "third_party/abseil-cpp/absl/random/internal/randen_slow.cc", |
| 10910 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 10911 | generated_headers: [ |
| 10912 | "cronet_aml_build_chromeos_buildflags", |
| 10913 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10914 | defaults: [ |
| 10915 | "cronet_aml_defaults", |
| 10916 | ], |
| 10917 | cflags: [ |
| 10918 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10919 | "-DANDROID", |
| 10920 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10921 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10922 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10923 | "-DDCHECK_ALWAYS_ON=1", |
| 10924 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10925 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10926 | "-D_DEBUG", |
| 10927 | "-D_GNU_SOURCE", |
| 10928 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10929 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10930 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10931 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10932 | ], |
| 10933 | local_include_dirs: [ |
| 10934 | "./", |
| 10935 | "buildtools/third_party/libc++/", |
| 10936 | "buildtools/third_party/libc++/trunk/include", |
| 10937 | "buildtools/third_party/libc++abi/trunk/include", |
| 10938 | "third_party/abseil-cpp/", |
| 10939 | ], |
| 10940 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10941 | target: { |
| 10942 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10943 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10944 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10945 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10946 | }, |
| 10947 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10948 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10949 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10950 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10951 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10952 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10953 | } |
| 10954 | |
| 10955 | // GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10956 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 10957 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10958 | defaults: [ |
| 10959 | "cronet_aml_defaults", |
| 10960 | ], |
| 10961 | cflags: [ |
| 10962 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10963 | "-DANDROID", |
| 10964 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10965 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 10966 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 10967 | "-DDCHECK_ALWAYS_ON=1", |
| 10968 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 10969 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10970 | "-D_DEBUG", |
| 10971 | "-D_GNU_SOURCE", |
| 10972 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 10973 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 10974 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 10975 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10976 | ], |
| 10977 | local_include_dirs: [ |
| 10978 | "./", |
| 10979 | "buildtools/third_party/libc++/", |
| 10980 | "buildtools/third_party/libc++/trunk/include", |
| 10981 | "buildtools/third_party/libc++abi/trunk/include", |
| 10982 | "third_party/abseil-cpp/", |
| 10983 | ], |
| 10984 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10985 | target: { |
| 10986 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10987 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10988 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 10989 | ], |
| 10990 | }, |
| 10991 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10992 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 10993 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 10994 | ], |
| 10995 | }, |
| 10996 | }, |
| 10997 | } |
| 10998 | |
| 10999 | // GN: //third_party/abseil-cpp/absl/random/internal:seed_material |
| 11000 | cc_object { |
| 11001 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 11002 | srcs: [ |
| 11003 | "third_party/abseil-cpp/absl/random/internal/seed_material.cc", |
| 11004 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11005 | defaults: [ |
| 11006 | "cronet_aml_defaults", |
| 11007 | ], |
| 11008 | cflags: [ |
| 11009 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11010 | "-DANDROID", |
| 11011 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11012 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11013 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11014 | "-DDCHECK_ALWAYS_ON=1", |
| 11015 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11016 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11017 | "-D_DEBUG", |
| 11018 | "-D_GNU_SOURCE", |
| 11019 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11020 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11021 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11022 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11023 | ], |
| 11024 | local_include_dirs: [ |
| 11025 | "./", |
| 11026 | "buildtools/third_party/libc++/", |
| 11027 | "buildtools/third_party/libc++/trunk/include", |
| 11028 | "buildtools/third_party/libc++abi/trunk/include", |
| 11029 | "third_party/abseil-cpp/", |
| 11030 | ], |
| 11031 | cpp_std: "c++20", |
| 11032 | target: { |
| 11033 | android_x86: { |
| 11034 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11035 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11036 | ], |
| 11037 | }, |
| 11038 | android_x86_64: { |
| 11039 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11040 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11041 | ], |
| 11042 | }, |
| 11043 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11044 | } |
| 11045 | |
| 11046 | // GN: //third_party/abseil-cpp/absl/random/internal:traits |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11047 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11048 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11049 | defaults: [ |
| 11050 | "cronet_aml_defaults", |
| 11051 | ], |
| 11052 | cflags: [ |
| 11053 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11054 | "-DANDROID", |
| 11055 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11056 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11057 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11058 | "-DDCHECK_ALWAYS_ON=1", |
| 11059 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11060 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11061 | "-D_DEBUG", |
| 11062 | "-D_GNU_SOURCE", |
| 11063 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11064 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11065 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11066 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11067 | ], |
| 11068 | local_include_dirs: [ |
| 11069 | "./", |
| 11070 | "buildtools/third_party/libc++/", |
| 11071 | "buildtools/third_party/libc++/trunk/include", |
| 11072 | "buildtools/third_party/libc++abi/trunk/include", |
| 11073 | "third_party/abseil-cpp/", |
| 11074 | ], |
| 11075 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11076 | target: { |
| 11077 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11078 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11079 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11080 | ], |
| 11081 | }, |
| 11082 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11083 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11084 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11085 | ], |
| 11086 | }, |
| 11087 | }, |
| 11088 | } |
| 11089 | |
| 11090 | // GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper |
| 11091 | cc_object { |
| 11092 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11093 | defaults: [ |
| 11094 | "cronet_aml_defaults", |
| 11095 | ], |
| 11096 | cflags: [ |
| 11097 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11098 | "-DANDROID", |
| 11099 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11100 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11101 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11102 | "-DDCHECK_ALWAYS_ON=1", |
| 11103 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11104 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11105 | "-D_DEBUG", |
| 11106 | "-D_GNU_SOURCE", |
| 11107 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11108 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11109 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11110 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11111 | ], |
| 11112 | local_include_dirs: [ |
| 11113 | "./", |
| 11114 | "buildtools/third_party/libc++/", |
| 11115 | "buildtools/third_party/libc++/trunk/include", |
| 11116 | "buildtools/third_party/libc++abi/trunk/include", |
| 11117 | "third_party/abseil-cpp/", |
| 11118 | ], |
| 11119 | cpp_std: "c++20", |
| 11120 | target: { |
| 11121 | android_x86: { |
| 11122 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11123 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11124 | ], |
| 11125 | }, |
| 11126 | android_x86_64: { |
| 11127 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11128 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11129 | ], |
| 11130 | }, |
| 11131 | }, |
| 11132 | } |
| 11133 | |
| 11134 | // GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply |
| 11135 | cc_object { |
| 11136 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11137 | defaults: [ |
| 11138 | "cronet_aml_defaults", |
| 11139 | ], |
| 11140 | cflags: [ |
| 11141 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11142 | "-DANDROID", |
| 11143 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11144 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11145 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11146 | "-DDCHECK_ALWAYS_ON=1", |
| 11147 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11148 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11149 | "-D_DEBUG", |
| 11150 | "-D_GNU_SOURCE", |
| 11151 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11152 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11153 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11154 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11155 | ], |
| 11156 | local_include_dirs: [ |
| 11157 | "./", |
| 11158 | "buildtools/third_party/libc++/", |
| 11159 | "buildtools/third_party/libc++/trunk/include", |
| 11160 | "buildtools/third_party/libc++abi/trunk/include", |
| 11161 | "third_party/abseil-cpp/", |
| 11162 | ], |
| 11163 | cpp_std: "c++20", |
| 11164 | target: { |
| 11165 | android_x86: { |
| 11166 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11167 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11168 | ], |
| 11169 | }, |
| 11170 | android_x86_64: { |
| 11171 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11172 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11173 | ], |
| 11174 | }, |
| 11175 | }, |
| 11176 | } |
| 11177 | |
| 11178 | // GN: //third_party/abseil-cpp/absl/random:random |
| 11179 | cc_object { |
| 11180 | name: "cronet_aml_third_party_abseil_cpp_absl_random_random", |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 11181 | generated_headers: [ |
| 11182 | "cronet_aml_build_chromeos_buildflags", |
| 11183 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11184 | defaults: [ |
| 11185 | "cronet_aml_defaults", |
| 11186 | ], |
| 11187 | cflags: [ |
| 11188 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11189 | "-DANDROID", |
| 11190 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11191 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11192 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11193 | "-DDCHECK_ALWAYS_ON=1", |
| 11194 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11195 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11196 | "-D_DEBUG", |
| 11197 | "-D_GNU_SOURCE", |
| 11198 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11199 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11200 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11201 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11202 | ], |
| 11203 | local_include_dirs: [ |
| 11204 | "./", |
| 11205 | "buildtools/third_party/libc++/", |
| 11206 | "buildtools/third_party/libc++/trunk/include", |
| 11207 | "buildtools/third_party/libc++abi/trunk/include", |
| 11208 | "third_party/abseil-cpp/", |
| 11209 | ], |
| 11210 | cpp_std: "c++20", |
| 11211 | target: { |
| 11212 | android_x86: { |
| 11213 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11214 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11215 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11216 | }, |
| 11217 | android_x86_64: { |
| 11218 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11219 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11220 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11221 | }, |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11222 | }, |
| 11223 | } |
| 11224 | |
| 11225 | // GN: //third_party/abseil-cpp/absl/random:seed_gen_exception |
| 11226 | cc_object { |
| 11227 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 11228 | srcs: [ |
| 11229 | "third_party/abseil-cpp/absl/random/seed_gen_exception.cc", |
| 11230 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11231 | defaults: [ |
| 11232 | "cronet_aml_defaults", |
| 11233 | ], |
| 11234 | cflags: [ |
| 11235 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11236 | "-DANDROID", |
| 11237 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11238 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11239 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11240 | "-DDCHECK_ALWAYS_ON=1", |
| 11241 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11242 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11243 | "-D_DEBUG", |
| 11244 | "-D_GNU_SOURCE", |
| 11245 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11246 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11247 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11248 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11249 | ], |
| 11250 | local_include_dirs: [ |
| 11251 | "./", |
| 11252 | "buildtools/third_party/libc++/", |
| 11253 | "buildtools/third_party/libc++/trunk/include", |
| 11254 | "buildtools/third_party/libc++abi/trunk/include", |
| 11255 | "third_party/abseil-cpp/", |
| 11256 | ], |
| 11257 | cpp_std: "c++20", |
| 11258 | target: { |
| 11259 | android_x86: { |
| 11260 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11261 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11262 | ], |
| 11263 | }, |
| 11264 | android_x86_64: { |
| 11265 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11266 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11267 | ], |
| 11268 | }, |
| 11269 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11270 | } |
| 11271 | |
| 11272 | // GN: //third_party/abseil-cpp/absl/random:seed_sequences |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11273 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11274 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11275 | srcs: [ |
| 11276 | "third_party/abseil-cpp/absl/random/seed_sequences.cc", |
| 11277 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 11278 | generated_headers: [ |
| 11279 | "cronet_aml_build_chromeos_buildflags", |
| 11280 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11281 | defaults: [ |
| 11282 | "cronet_aml_defaults", |
| 11283 | ], |
| 11284 | cflags: [ |
| 11285 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11286 | "-DANDROID", |
| 11287 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11288 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11289 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11290 | "-DDCHECK_ALWAYS_ON=1", |
| 11291 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11292 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11293 | "-D_DEBUG", |
| 11294 | "-D_GNU_SOURCE", |
| 11295 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11296 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11297 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11298 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11299 | ], |
| 11300 | local_include_dirs: [ |
| 11301 | "./", |
| 11302 | "buildtools/third_party/libc++/", |
| 11303 | "buildtools/third_party/libc++/trunk/include", |
| 11304 | "buildtools/third_party/libc++abi/trunk/include", |
| 11305 | "third_party/abseil-cpp/", |
| 11306 | ], |
| 11307 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11308 | target: { |
| 11309 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11310 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11311 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11312 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11313 | }, |
| 11314 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11315 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11316 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11317 | ], |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11318 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11319 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11320 | } |
| 11321 | |
| 11322 | // GN: //third_party/abseil-cpp/absl/status:status |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11323 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11324 | name: "cronet_aml_third_party_abseil_cpp_absl_status_status", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11325 | srcs: [ |
| 11326 | "third_party/abseil-cpp/absl/status/status.cc", |
| 11327 | "third_party/abseil-cpp/absl/status/status_payload_printer.cc", |
| 11328 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11329 | defaults: [ |
| 11330 | "cronet_aml_defaults", |
| 11331 | ], |
| 11332 | cflags: [ |
| 11333 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11334 | "-DANDROID", |
| 11335 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11336 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11337 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11338 | "-DDCHECK_ALWAYS_ON=1", |
| 11339 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11340 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11341 | "-D_DEBUG", |
| 11342 | "-D_GNU_SOURCE", |
| 11343 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11344 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11345 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11346 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11347 | ], |
| 11348 | local_include_dirs: [ |
| 11349 | "./", |
| 11350 | "buildtools/third_party/libc++/", |
| 11351 | "buildtools/third_party/libc++/trunk/include", |
| 11352 | "buildtools/third_party/libc++abi/trunk/include", |
| 11353 | "third_party/abseil-cpp/", |
| 11354 | ], |
| 11355 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11356 | target: { |
| 11357 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11358 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11359 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11360 | ], |
| 11361 | }, |
| 11362 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11363 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11364 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11365 | ], |
| 11366 | }, |
| 11367 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11368 | } |
| 11369 | |
| 11370 | // GN: //third_party/abseil-cpp/absl/status:statusor |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11371 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11372 | name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11373 | srcs: [ |
| 11374 | "third_party/abseil-cpp/absl/status/statusor.cc", |
| 11375 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11376 | defaults: [ |
| 11377 | "cronet_aml_defaults", |
| 11378 | ], |
| 11379 | cflags: [ |
| 11380 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11381 | "-DANDROID", |
| 11382 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11383 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11384 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11385 | "-DDCHECK_ALWAYS_ON=1", |
| 11386 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11387 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11388 | "-D_DEBUG", |
| 11389 | "-D_GNU_SOURCE", |
| 11390 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11391 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11392 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11393 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11394 | ], |
| 11395 | local_include_dirs: [ |
| 11396 | "./", |
| 11397 | "buildtools/third_party/libc++/", |
| 11398 | "buildtools/third_party/libc++/trunk/include", |
| 11399 | "buildtools/third_party/libc++abi/trunk/include", |
| 11400 | "third_party/abseil-cpp/", |
| 11401 | ], |
| 11402 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11403 | target: { |
| 11404 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11405 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11406 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11407 | ], |
| 11408 | }, |
| 11409 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11410 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11411 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11412 | ], |
| 11413 | }, |
| 11414 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11415 | } |
| 11416 | |
| 11417 | // GN: //third_party/abseil-cpp/absl/strings:cord |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11418 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11419 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11420 | srcs: [ |
| 11421 | "third_party/abseil-cpp/absl/strings/cord.cc", |
| 11422 | "third_party/abseil-cpp/absl/strings/cord_analysis.cc", |
| 11423 | "third_party/abseil-cpp/absl/strings/cord_buffer.cc", |
| 11424 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11425 | defaults: [ |
| 11426 | "cronet_aml_defaults", |
| 11427 | ], |
| 11428 | cflags: [ |
| 11429 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11430 | "-DANDROID", |
| 11431 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11432 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11433 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11434 | "-DDCHECK_ALWAYS_ON=1", |
| 11435 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11436 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11437 | "-D_DEBUG", |
| 11438 | "-D_GNU_SOURCE", |
| 11439 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11440 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11441 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11442 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11443 | ], |
| 11444 | local_include_dirs: [ |
| 11445 | "./", |
| 11446 | "buildtools/third_party/libc++/", |
| 11447 | "buildtools/third_party/libc++/trunk/include", |
| 11448 | "buildtools/third_party/libc++abi/trunk/include", |
| 11449 | "third_party/abseil-cpp/", |
| 11450 | ], |
| 11451 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11452 | target: { |
| 11453 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11454 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11455 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11456 | ], |
| 11457 | }, |
| 11458 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11459 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11460 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11461 | ], |
| 11462 | }, |
| 11463 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11464 | } |
| 11465 | |
| 11466 | // GN: //third_party/abseil-cpp/absl/strings:cord_internal |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11467 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11468 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11469 | srcs: [ |
| 11470 | "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc", |
| 11471 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc", |
| 11472 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc", |
| 11473 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc", |
| 11474 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc", |
| 11475 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc", |
| 11476 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc", |
| 11477 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11478 | defaults: [ |
| 11479 | "cronet_aml_defaults", |
| 11480 | ], |
| 11481 | cflags: [ |
| 11482 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11483 | "-DANDROID", |
| 11484 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11485 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11486 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11487 | "-DDCHECK_ALWAYS_ON=1", |
| 11488 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11489 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11490 | "-D_DEBUG", |
| 11491 | "-D_GNU_SOURCE", |
| 11492 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11493 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11494 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11495 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11496 | ], |
| 11497 | local_include_dirs: [ |
| 11498 | "./", |
| 11499 | "buildtools/third_party/libc++/", |
| 11500 | "buildtools/third_party/libc++/trunk/include", |
| 11501 | "buildtools/third_party/libc++abi/trunk/include", |
| 11502 | "third_party/abseil-cpp/", |
| 11503 | ], |
| 11504 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11505 | target: { |
| 11506 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11507 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11508 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11509 | ], |
| 11510 | }, |
| 11511 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11512 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11513 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11514 | ], |
| 11515 | }, |
| 11516 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11517 | } |
| 11518 | |
| 11519 | // GN: //third_party/abseil-cpp/absl/strings:cordz_functions |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11520 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11521 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11522 | srcs: [ |
| 11523 | "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc", |
| 11524 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11525 | defaults: [ |
| 11526 | "cronet_aml_defaults", |
| 11527 | ], |
| 11528 | cflags: [ |
| 11529 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11530 | "-DANDROID", |
| 11531 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11532 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11533 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11534 | "-DDCHECK_ALWAYS_ON=1", |
| 11535 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11536 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11537 | "-D_DEBUG", |
| 11538 | "-D_GNU_SOURCE", |
| 11539 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11540 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11541 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11542 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11543 | ], |
| 11544 | local_include_dirs: [ |
| 11545 | "./", |
| 11546 | "buildtools/third_party/libc++/", |
| 11547 | "buildtools/third_party/libc++/trunk/include", |
| 11548 | "buildtools/third_party/libc++abi/trunk/include", |
| 11549 | "third_party/abseil-cpp/", |
| 11550 | ], |
| 11551 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11552 | target: { |
| 11553 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11554 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11555 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11556 | ], |
| 11557 | }, |
| 11558 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11559 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11560 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11561 | ], |
| 11562 | }, |
| 11563 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11564 | } |
| 11565 | |
| 11566 | // GN: //third_party/abseil-cpp/absl/strings:cordz_handle |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11567 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11568 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11569 | srcs: [ |
| 11570 | "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc", |
| 11571 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11572 | defaults: [ |
| 11573 | "cronet_aml_defaults", |
| 11574 | ], |
| 11575 | cflags: [ |
| 11576 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11577 | "-DANDROID", |
| 11578 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11579 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11580 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11581 | "-DDCHECK_ALWAYS_ON=1", |
| 11582 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11583 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11584 | "-D_DEBUG", |
| 11585 | "-D_GNU_SOURCE", |
| 11586 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11587 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11588 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11589 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11590 | ], |
| 11591 | local_include_dirs: [ |
| 11592 | "./", |
| 11593 | "buildtools/third_party/libc++/", |
| 11594 | "buildtools/third_party/libc++/trunk/include", |
| 11595 | "buildtools/third_party/libc++abi/trunk/include", |
| 11596 | "third_party/abseil-cpp/", |
| 11597 | ], |
| 11598 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11599 | target: { |
| 11600 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11601 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11602 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11603 | ], |
| 11604 | }, |
| 11605 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11606 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11607 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11608 | ], |
| 11609 | }, |
| 11610 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11611 | } |
| 11612 | |
| 11613 | // GN: //third_party/abseil-cpp/absl/strings:cordz_info |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11614 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11615 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11616 | srcs: [ |
| 11617 | "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc", |
| 11618 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11619 | defaults: [ |
| 11620 | "cronet_aml_defaults", |
| 11621 | ], |
| 11622 | cflags: [ |
| 11623 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11624 | "-DANDROID", |
| 11625 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11626 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11627 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11628 | "-DDCHECK_ALWAYS_ON=1", |
| 11629 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11630 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11631 | "-D_DEBUG", |
| 11632 | "-D_GNU_SOURCE", |
| 11633 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11634 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11635 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11636 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11637 | ], |
| 11638 | local_include_dirs: [ |
| 11639 | "./", |
| 11640 | "buildtools/third_party/libc++/", |
| 11641 | "buildtools/third_party/libc++/trunk/include", |
| 11642 | "buildtools/third_party/libc++abi/trunk/include", |
| 11643 | "third_party/abseil-cpp/", |
| 11644 | ], |
| 11645 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11646 | target: { |
| 11647 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11648 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11649 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11650 | ], |
| 11651 | }, |
| 11652 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11653 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11654 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11655 | ], |
| 11656 | }, |
| 11657 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11658 | } |
| 11659 | |
| 11660 | // GN: //third_party/abseil-cpp/absl/strings:cordz_statistics |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11661 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11662 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11663 | defaults: [ |
| 11664 | "cronet_aml_defaults", |
| 11665 | ], |
| 11666 | cflags: [ |
| 11667 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11668 | "-DANDROID", |
| 11669 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11670 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11671 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11672 | "-DDCHECK_ALWAYS_ON=1", |
| 11673 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11674 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11675 | "-D_DEBUG", |
| 11676 | "-D_GNU_SOURCE", |
| 11677 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11678 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11679 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11680 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11681 | ], |
| 11682 | local_include_dirs: [ |
| 11683 | "./", |
| 11684 | "buildtools/third_party/libc++/", |
| 11685 | "buildtools/third_party/libc++/trunk/include", |
| 11686 | "buildtools/third_party/libc++abi/trunk/include", |
| 11687 | "third_party/abseil-cpp/", |
| 11688 | ], |
| 11689 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11690 | target: { |
| 11691 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11692 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11693 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11694 | ], |
| 11695 | }, |
| 11696 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11697 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11698 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11699 | ], |
| 11700 | }, |
| 11701 | }, |
| 11702 | } |
| 11703 | |
| 11704 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope |
| 11705 | cc_object { |
| 11706 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11707 | defaults: [ |
| 11708 | "cronet_aml_defaults", |
| 11709 | ], |
| 11710 | cflags: [ |
| 11711 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11712 | "-DANDROID", |
| 11713 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11714 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11715 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11716 | "-DDCHECK_ALWAYS_ON=1", |
| 11717 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11718 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11719 | "-D_DEBUG", |
| 11720 | "-D_GNU_SOURCE", |
| 11721 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11722 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11723 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11724 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11725 | ], |
| 11726 | local_include_dirs: [ |
| 11727 | "./", |
| 11728 | "buildtools/third_party/libc++/", |
| 11729 | "buildtools/third_party/libc++/trunk/include", |
| 11730 | "buildtools/third_party/libc++abi/trunk/include", |
| 11731 | "third_party/abseil-cpp/", |
| 11732 | ], |
| 11733 | cpp_std: "c++20", |
| 11734 | target: { |
| 11735 | android_x86: { |
| 11736 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11737 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11738 | ], |
| 11739 | }, |
| 11740 | android_x86_64: { |
| 11741 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11742 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11743 | ], |
| 11744 | }, |
| 11745 | }, |
| 11746 | } |
| 11747 | |
| 11748 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker |
| 11749 | cc_object { |
| 11750 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11751 | defaults: [ |
| 11752 | "cronet_aml_defaults", |
| 11753 | ], |
| 11754 | cflags: [ |
| 11755 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11756 | "-DANDROID", |
| 11757 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11758 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11759 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11760 | "-DDCHECK_ALWAYS_ON=1", |
| 11761 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11762 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11763 | "-D_DEBUG", |
| 11764 | "-D_GNU_SOURCE", |
| 11765 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11766 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11767 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11768 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11769 | ], |
| 11770 | local_include_dirs: [ |
| 11771 | "./", |
| 11772 | "buildtools/third_party/libc++/", |
| 11773 | "buildtools/third_party/libc++/trunk/include", |
| 11774 | "buildtools/third_party/libc++abi/trunk/include", |
| 11775 | "third_party/abseil-cpp/", |
| 11776 | ], |
| 11777 | cpp_std: "c++20", |
| 11778 | target: { |
| 11779 | android_x86: { |
| 11780 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11781 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11782 | ], |
| 11783 | }, |
| 11784 | android_x86_64: { |
| 11785 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11786 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11787 | ], |
| 11788 | }, |
| 11789 | }, |
| 11790 | } |
| 11791 | |
| 11792 | // GN: //third_party/abseil-cpp/absl/strings:internal |
| 11793 | cc_object { |
| 11794 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 11795 | srcs: [ |
| 11796 | "third_party/abseil-cpp/absl/strings/internal/escaping.cc", |
| 11797 | "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc", |
| 11798 | "third_party/abseil-cpp/absl/strings/internal/utf8.cc", |
| 11799 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11800 | defaults: [ |
| 11801 | "cronet_aml_defaults", |
| 11802 | ], |
| 11803 | cflags: [ |
| 11804 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11805 | "-DANDROID", |
| 11806 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11807 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11808 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11809 | "-DDCHECK_ALWAYS_ON=1", |
| 11810 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11811 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11812 | "-D_DEBUG", |
| 11813 | "-D_GNU_SOURCE", |
| 11814 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11815 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11816 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11817 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11818 | ], |
| 11819 | local_include_dirs: [ |
| 11820 | "./", |
| 11821 | "buildtools/third_party/libc++/", |
| 11822 | "buildtools/third_party/libc++/trunk/include", |
| 11823 | "buildtools/third_party/libc++abi/trunk/include", |
| 11824 | "third_party/abseil-cpp/", |
| 11825 | ], |
| 11826 | cpp_std: "c++20", |
| 11827 | target: { |
| 11828 | android_x86: { |
| 11829 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11830 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11831 | ], |
| 11832 | }, |
| 11833 | android_x86_64: { |
| 11834 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11835 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11836 | ], |
| 11837 | }, |
| 11838 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11839 | } |
| 11840 | |
| 11841 | // GN: //third_party/abseil-cpp/absl/strings:str_format |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11842 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11843 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11844 | defaults: [ |
| 11845 | "cronet_aml_defaults", |
| 11846 | ], |
| 11847 | cflags: [ |
| 11848 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11849 | "-DANDROID", |
| 11850 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11851 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11852 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11853 | "-DDCHECK_ALWAYS_ON=1", |
| 11854 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11855 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11856 | "-D_DEBUG", |
| 11857 | "-D_GNU_SOURCE", |
| 11858 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11859 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11860 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11861 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11862 | ], |
| 11863 | local_include_dirs: [ |
| 11864 | "./", |
| 11865 | "buildtools/third_party/libc++/", |
| 11866 | "buildtools/third_party/libc++/trunk/include", |
| 11867 | "buildtools/third_party/libc++abi/trunk/include", |
| 11868 | "third_party/abseil-cpp/", |
| 11869 | ], |
| 11870 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11871 | target: { |
| 11872 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11873 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11874 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11875 | ], |
| 11876 | }, |
| 11877 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11878 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11879 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11880 | ], |
| 11881 | }, |
| 11882 | }, |
| 11883 | } |
| 11884 | |
| 11885 | // GN: //third_party/abseil-cpp/absl/strings:str_format_internal |
| 11886 | cc_object { |
| 11887 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 11888 | srcs: [ |
| 11889 | "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc", |
| 11890 | "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc", |
| 11891 | "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc", |
| 11892 | "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc", |
| 11893 | "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc", |
| 11894 | "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc", |
| 11895 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11896 | defaults: [ |
| 11897 | "cronet_aml_defaults", |
| 11898 | ], |
| 11899 | cflags: [ |
| 11900 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11901 | "-DANDROID", |
| 11902 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11903 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11904 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11905 | "-DDCHECK_ALWAYS_ON=1", |
| 11906 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11907 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11908 | "-D_DEBUG", |
| 11909 | "-D_GNU_SOURCE", |
| 11910 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11911 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11912 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11913 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11914 | ], |
| 11915 | local_include_dirs: [ |
| 11916 | "./", |
| 11917 | "buildtools/third_party/libc++/", |
| 11918 | "buildtools/third_party/libc++/trunk/include", |
| 11919 | "buildtools/third_party/libc++abi/trunk/include", |
| 11920 | "third_party/abseil-cpp/", |
| 11921 | ], |
| 11922 | cpp_std: "c++20", |
| 11923 | target: { |
| 11924 | android_x86: { |
| 11925 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11926 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11927 | ], |
| 11928 | }, |
| 11929 | android_x86_64: { |
| 11930 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11931 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11932 | ], |
| 11933 | }, |
| 11934 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11935 | } |
| 11936 | |
| 11937 | // GN: //third_party/abseil-cpp/absl/strings:strings |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11938 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11939 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11940 | srcs: [ |
| 11941 | "third_party/abseil-cpp/absl/strings/ascii.cc", |
| 11942 | "third_party/abseil-cpp/absl/strings/charconv.cc", |
| 11943 | "third_party/abseil-cpp/absl/strings/escaping.cc", |
| 11944 | "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc", |
| 11945 | "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc", |
| 11946 | "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc", |
| 11947 | "third_party/abseil-cpp/absl/strings/internal/memutil.cc", |
| 11948 | "third_party/abseil-cpp/absl/strings/match.cc", |
| 11949 | "third_party/abseil-cpp/absl/strings/numbers.cc", |
| 11950 | "third_party/abseil-cpp/absl/strings/str_cat.cc", |
| 11951 | "third_party/abseil-cpp/absl/strings/str_replace.cc", |
| 11952 | "third_party/abseil-cpp/absl/strings/str_split.cc", |
| 11953 | "third_party/abseil-cpp/absl/strings/string_view.cc", |
| 11954 | "third_party/abseil-cpp/absl/strings/substitute.cc", |
| 11955 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11956 | defaults: [ |
| 11957 | "cronet_aml_defaults", |
| 11958 | ], |
| 11959 | cflags: [ |
| 11960 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11961 | "-DANDROID", |
| 11962 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11963 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 11964 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 11965 | "-DDCHECK_ALWAYS_ON=1", |
| 11966 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 11967 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11968 | "-D_DEBUG", |
| 11969 | "-D_GNU_SOURCE", |
| 11970 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 11971 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 11972 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 11973 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11974 | ], |
| 11975 | local_include_dirs: [ |
| 11976 | "./", |
| 11977 | "buildtools/third_party/libc++/", |
| 11978 | "buildtools/third_party/libc++/trunk/include", |
| 11979 | "buildtools/third_party/libc++abi/trunk/include", |
| 11980 | "third_party/abseil-cpp/", |
| 11981 | ], |
| 11982 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11983 | target: { |
| 11984 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11985 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11986 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11987 | ], |
| 11988 | }, |
| 11989 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11990 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 11991 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 11992 | ], |
| 11993 | }, |
| 11994 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11995 | } |
| 11996 | |
| 11997 | // GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 11998 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 11999 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12000 | srcs: [ |
| 12001 | "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc", |
| 12002 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12003 | defaults: [ |
| 12004 | "cronet_aml_defaults", |
| 12005 | ], |
| 12006 | cflags: [ |
| 12007 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12008 | "-DANDROID", |
| 12009 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12010 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12011 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12012 | "-DDCHECK_ALWAYS_ON=1", |
| 12013 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12014 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12015 | "-D_DEBUG", |
| 12016 | "-D_GNU_SOURCE", |
| 12017 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12018 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12019 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12020 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12021 | ], |
| 12022 | local_include_dirs: [ |
| 12023 | "./", |
| 12024 | "buildtools/third_party/libc++/", |
| 12025 | "buildtools/third_party/libc++/trunk/include", |
| 12026 | "buildtools/third_party/libc++abi/trunk/include", |
| 12027 | "third_party/abseil-cpp/", |
| 12028 | ], |
| 12029 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12030 | target: { |
| 12031 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12032 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12033 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12034 | ], |
| 12035 | }, |
| 12036 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12037 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12038 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12039 | ], |
| 12040 | }, |
| 12041 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12042 | } |
| 12043 | |
| 12044 | // GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12045 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12046 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12047 | defaults: [ |
| 12048 | "cronet_aml_defaults", |
| 12049 | ], |
| 12050 | cflags: [ |
| 12051 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12052 | "-DANDROID", |
| 12053 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12054 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12055 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12056 | "-DDCHECK_ALWAYS_ON=1", |
| 12057 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12058 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12059 | "-D_DEBUG", |
| 12060 | "-D_GNU_SOURCE", |
| 12061 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12062 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12063 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12064 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12065 | ], |
| 12066 | local_include_dirs: [ |
| 12067 | "./", |
| 12068 | "buildtools/third_party/libc++/", |
| 12069 | "buildtools/third_party/libc++/trunk/include", |
| 12070 | "buildtools/third_party/libc++abi/trunk/include", |
| 12071 | "third_party/abseil-cpp/", |
| 12072 | ], |
| 12073 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12074 | target: { |
| 12075 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12076 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12077 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12078 | ], |
| 12079 | }, |
| 12080 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12081 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12082 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12083 | ], |
| 12084 | }, |
| 12085 | }, |
| 12086 | } |
| 12087 | |
| 12088 | // GN: //third_party/abseil-cpp/absl/synchronization:synchronization |
| 12089 | cc_object { |
| 12090 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 12091 | srcs: [ |
| 12092 | "third_party/abseil-cpp/absl/synchronization/barrier.cc", |
| 12093 | "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc", |
| 12094 | "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc", |
| 12095 | "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc", |
| 12096 | "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc", |
| 12097 | "third_party/abseil-cpp/absl/synchronization/mutex.cc", |
| 12098 | "third_party/abseil-cpp/absl/synchronization/notification.cc", |
| 12099 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12100 | defaults: [ |
| 12101 | "cronet_aml_defaults", |
| 12102 | ], |
| 12103 | cflags: [ |
| 12104 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12105 | "-DANDROID", |
| 12106 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12107 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12108 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12109 | "-DDCHECK_ALWAYS_ON=1", |
| 12110 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12111 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12112 | "-D_DEBUG", |
| 12113 | "-D_GNU_SOURCE", |
| 12114 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12115 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12116 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12117 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12118 | ], |
| 12119 | local_include_dirs: [ |
| 12120 | "./", |
| 12121 | "buildtools/third_party/libc++/", |
| 12122 | "buildtools/third_party/libc++/trunk/include", |
| 12123 | "buildtools/third_party/libc++abi/trunk/include", |
| 12124 | "third_party/abseil-cpp/", |
| 12125 | ], |
| 12126 | cpp_std: "c++20", |
| 12127 | target: { |
| 12128 | android_x86: { |
| 12129 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12130 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12131 | ], |
| 12132 | }, |
| 12133 | android_x86_64: { |
| 12134 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12135 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12136 | ], |
| 12137 | }, |
| 12138 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12139 | } |
| 12140 | |
| 12141 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12142 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12143 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12144 | srcs: [ |
| 12145 | "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc", |
| 12146 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12147 | defaults: [ |
| 12148 | "cronet_aml_defaults", |
| 12149 | ], |
| 12150 | cflags: [ |
| 12151 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12152 | "-DANDROID", |
| 12153 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12154 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12155 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12156 | "-DDCHECK_ALWAYS_ON=1", |
| 12157 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12158 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12159 | "-D_DEBUG", |
| 12160 | "-D_GNU_SOURCE", |
| 12161 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12162 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12163 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12164 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12165 | ], |
| 12166 | local_include_dirs: [ |
| 12167 | "./", |
| 12168 | "buildtools/third_party/libc++/", |
| 12169 | "buildtools/third_party/libc++/trunk/include", |
| 12170 | "buildtools/third_party/libc++abi/trunk/include", |
| 12171 | "third_party/abseil-cpp/", |
| 12172 | ], |
| 12173 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12174 | target: { |
| 12175 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12176 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12177 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12178 | ], |
| 12179 | }, |
| 12180 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12181 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12182 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12183 | ], |
| 12184 | }, |
| 12185 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12186 | } |
| 12187 | |
| 12188 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12189 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12190 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12191 | srcs: [ |
| 12192 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc", |
| 12193 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc", |
| 12194 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc", |
| 12195 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc", |
| 12196 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc", |
| 12197 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc", |
| 12198 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc", |
| 12199 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc", |
| 12200 | "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc", |
| 12201 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12202 | defaults: [ |
| 12203 | "cronet_aml_defaults", |
| 12204 | ], |
| 12205 | cflags: [ |
| 12206 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12207 | "-DANDROID", |
| 12208 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12209 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12210 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12211 | "-DDCHECK_ALWAYS_ON=1", |
| 12212 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12213 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12214 | "-D_DEBUG", |
| 12215 | "-D_GNU_SOURCE", |
| 12216 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12217 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12218 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12219 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12220 | ], |
| 12221 | local_include_dirs: [ |
| 12222 | "./", |
| 12223 | "buildtools/third_party/libc++/", |
| 12224 | "buildtools/third_party/libc++/trunk/include", |
| 12225 | "buildtools/third_party/libc++abi/trunk/include", |
| 12226 | "third_party/abseil-cpp/", |
| 12227 | ], |
| 12228 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12229 | target: { |
| 12230 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12231 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12232 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12233 | ], |
| 12234 | }, |
| 12235 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12236 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12237 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12238 | ], |
| 12239 | }, |
| 12240 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12241 | } |
| 12242 | |
| 12243 | // GN: //third_party/abseil-cpp/absl/time:time |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12244 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12245 | name: "cronet_aml_third_party_abseil_cpp_absl_time_time", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12246 | srcs: [ |
| 12247 | "third_party/abseil-cpp/absl/time/civil_time.cc", |
| 12248 | "third_party/abseil-cpp/absl/time/clock.cc", |
| 12249 | "third_party/abseil-cpp/absl/time/duration.cc", |
| 12250 | "third_party/abseil-cpp/absl/time/format.cc", |
| 12251 | "third_party/abseil-cpp/absl/time/time.cc", |
| 12252 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12253 | defaults: [ |
| 12254 | "cronet_aml_defaults", |
| 12255 | ], |
| 12256 | cflags: [ |
| 12257 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12258 | "-DANDROID", |
| 12259 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12260 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12261 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12262 | "-DDCHECK_ALWAYS_ON=1", |
| 12263 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12264 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12265 | "-D_DEBUG", |
| 12266 | "-D_GNU_SOURCE", |
| 12267 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12268 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12269 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12270 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12271 | ], |
| 12272 | local_include_dirs: [ |
| 12273 | "./", |
| 12274 | "buildtools/third_party/libc++/", |
| 12275 | "buildtools/third_party/libc++/trunk/include", |
| 12276 | "buildtools/third_party/libc++abi/trunk/include", |
| 12277 | "third_party/abseil-cpp/", |
| 12278 | ], |
| 12279 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12280 | target: { |
| 12281 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12282 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12283 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12284 | ], |
| 12285 | }, |
| 12286 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12287 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12288 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12289 | ], |
| 12290 | }, |
| 12291 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12292 | } |
| 12293 | |
| 12294 | // GN: //third_party/abseil-cpp/absl/types:bad_optional_access |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12295 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12296 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12297 | srcs: [ |
| 12298 | "third_party/abseil-cpp/absl/types/bad_optional_access.cc", |
| 12299 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12300 | defaults: [ |
| 12301 | "cronet_aml_defaults", |
| 12302 | ], |
| 12303 | cflags: [ |
| 12304 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12305 | "-DANDROID", |
| 12306 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12307 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12308 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12309 | "-DDCHECK_ALWAYS_ON=1", |
| 12310 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12311 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12312 | "-D_DEBUG", |
| 12313 | "-D_GNU_SOURCE", |
| 12314 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12315 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12316 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12317 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12318 | ], |
| 12319 | local_include_dirs: [ |
| 12320 | "./", |
| 12321 | "buildtools/third_party/libc++/", |
| 12322 | "buildtools/third_party/libc++/trunk/include", |
| 12323 | "buildtools/third_party/libc++abi/trunk/include", |
| 12324 | "third_party/abseil-cpp/", |
| 12325 | ], |
| 12326 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12327 | target: { |
| 12328 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12329 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12330 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12331 | ], |
| 12332 | }, |
| 12333 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12334 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12335 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12336 | ], |
| 12337 | }, |
| 12338 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12339 | } |
| 12340 | |
| 12341 | // GN: //third_party/abseil-cpp/absl/types:bad_variant_access |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12342 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12343 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12344 | srcs: [ |
| 12345 | "third_party/abseil-cpp/absl/types/bad_variant_access.cc", |
| 12346 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12347 | defaults: [ |
| 12348 | "cronet_aml_defaults", |
| 12349 | ], |
| 12350 | cflags: [ |
| 12351 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12352 | "-DANDROID", |
| 12353 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12354 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12355 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12356 | "-DDCHECK_ALWAYS_ON=1", |
| 12357 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12358 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12359 | "-D_DEBUG", |
| 12360 | "-D_GNU_SOURCE", |
| 12361 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12362 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12363 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12364 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12365 | ], |
| 12366 | local_include_dirs: [ |
| 12367 | "./", |
| 12368 | "buildtools/third_party/libc++/", |
| 12369 | "buildtools/third_party/libc++/trunk/include", |
| 12370 | "buildtools/third_party/libc++abi/trunk/include", |
| 12371 | "third_party/abseil-cpp/", |
| 12372 | ], |
| 12373 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12374 | target: { |
| 12375 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12376 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12377 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12378 | ], |
| 12379 | }, |
| 12380 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12381 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12382 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 12383 | ], |
| 12384 | }, |
| 12385 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12386 | } |
| 12387 | |
| 12388 | // GN: //third_party/abseil-cpp/absl/types:compare |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12389 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12390 | name: "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12391 | defaults: [ |
| 12392 | "cronet_aml_defaults", |
| 12393 | ], |
| 12394 | cflags: [ |
| 12395 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12396 | "-DANDROID", |
| 12397 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12398 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12399 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12400 | "-DDCHECK_ALWAYS_ON=1", |
| 12401 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12402 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12403 | "-D_DEBUG", |
| 12404 | "-D_GNU_SOURCE", |
| 12405 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12406 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12407 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12408 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12409 | ], |
| 12410 | local_include_dirs: [ |
| 12411 | "./", |
| 12412 | "buildtools/third_party/libc++/", |
| 12413 | "buildtools/third_party/libc++/trunk/include", |
| 12414 | "buildtools/third_party/libc++abi/trunk/include", |
| 12415 | "third_party/abseil-cpp/", |
| 12416 | ], |
| 12417 | cpp_std: "c++20", |
| 12418 | target: { |
| 12419 | android_x86: { |
| 12420 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12421 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12422 | ], |
| 12423 | }, |
| 12424 | android_x86_64: { |
| 12425 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12426 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12427 | ], |
| 12428 | }, |
| 12429 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12430 | } |
| 12431 | |
| 12432 | // GN: //third_party/abseil-cpp/absl/types:optional |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12433 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12434 | name: "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12435 | defaults: [ |
| 12436 | "cronet_aml_defaults", |
| 12437 | ], |
| 12438 | cflags: [ |
| 12439 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12440 | "-DANDROID", |
| 12441 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12442 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12443 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12444 | "-DDCHECK_ALWAYS_ON=1", |
| 12445 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12446 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12447 | "-D_DEBUG", |
| 12448 | "-D_GNU_SOURCE", |
| 12449 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12450 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12451 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12452 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12453 | ], |
| 12454 | local_include_dirs: [ |
| 12455 | "./", |
| 12456 | "buildtools/third_party/libc++/", |
| 12457 | "buildtools/third_party/libc++/trunk/include", |
| 12458 | "buildtools/third_party/libc++abi/trunk/include", |
| 12459 | "third_party/abseil-cpp/", |
| 12460 | ], |
| 12461 | cpp_std: "c++20", |
| 12462 | target: { |
| 12463 | android_x86: { |
| 12464 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12465 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12466 | ], |
| 12467 | }, |
| 12468 | android_x86_64: { |
| 12469 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12470 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12471 | ], |
| 12472 | }, |
| 12473 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12474 | } |
| 12475 | |
| 12476 | // GN: //third_party/abseil-cpp/absl/types:span |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12477 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12478 | name: "cronet_aml_third_party_abseil_cpp_absl_types_span", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12479 | defaults: [ |
| 12480 | "cronet_aml_defaults", |
| 12481 | ], |
| 12482 | cflags: [ |
| 12483 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12484 | "-DANDROID", |
| 12485 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12486 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12487 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12488 | "-DDCHECK_ALWAYS_ON=1", |
| 12489 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12490 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12491 | "-D_DEBUG", |
| 12492 | "-D_GNU_SOURCE", |
| 12493 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12494 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12495 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12496 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12497 | ], |
| 12498 | local_include_dirs: [ |
| 12499 | "./", |
| 12500 | "buildtools/third_party/libc++/", |
| 12501 | "buildtools/third_party/libc++/trunk/include", |
| 12502 | "buildtools/third_party/libc++abi/trunk/include", |
| 12503 | "third_party/abseil-cpp/", |
| 12504 | ], |
| 12505 | cpp_std: "c++20", |
| 12506 | target: { |
| 12507 | android_x86: { |
| 12508 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12509 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12510 | ], |
| 12511 | }, |
| 12512 | android_x86_64: { |
| 12513 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12514 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12515 | ], |
| 12516 | }, |
| 12517 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12518 | } |
| 12519 | |
| 12520 | // GN: //third_party/abseil-cpp/absl/types:variant |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12521 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12522 | name: "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12523 | defaults: [ |
| 12524 | "cronet_aml_defaults", |
| 12525 | ], |
| 12526 | cflags: [ |
| 12527 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12528 | "-DANDROID", |
| 12529 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12530 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12531 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12532 | "-DDCHECK_ALWAYS_ON=1", |
| 12533 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12534 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12535 | "-D_DEBUG", |
| 12536 | "-D_GNU_SOURCE", |
| 12537 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12538 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12539 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12540 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12541 | ], |
| 12542 | local_include_dirs: [ |
| 12543 | "./", |
| 12544 | "buildtools/third_party/libc++/", |
| 12545 | "buildtools/third_party/libc++/trunk/include", |
| 12546 | "buildtools/third_party/libc++abi/trunk/include", |
| 12547 | "third_party/abseil-cpp/", |
| 12548 | ], |
| 12549 | cpp_std: "c++20", |
| 12550 | target: { |
| 12551 | android_x86: { |
| 12552 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12553 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12554 | ], |
| 12555 | }, |
| 12556 | android_x86_64: { |
| 12557 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12558 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12559 | ], |
| 12560 | }, |
| 12561 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12562 | } |
| 12563 | |
| 12564 | // GN: //third_party/abseil-cpp/absl/utility:utility |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12565 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12566 | name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12567 | defaults: [ |
| 12568 | "cronet_aml_defaults", |
| 12569 | ], |
| 12570 | cflags: [ |
| 12571 | "-DABSL_ALLOCATOR_NOTHROW=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12572 | "-DANDROID", |
| 12573 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12574 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12575 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12576 | "-DDCHECK_ALWAYS_ON=1", |
| 12577 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12578 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12579 | "-D_DEBUG", |
| 12580 | "-D_GNU_SOURCE", |
| 12581 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12582 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12583 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12584 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12585 | ], |
| 12586 | local_include_dirs: [ |
| 12587 | "./", |
| 12588 | "buildtools/third_party/libc++/", |
| 12589 | "buildtools/third_party/libc++/trunk/include", |
| 12590 | "buildtools/third_party/libc++abi/trunk/include", |
| 12591 | "third_party/abseil-cpp/", |
| 12592 | ], |
| 12593 | cpp_std: "c++20", |
| 12594 | target: { |
| 12595 | android_x86: { |
| 12596 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12597 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12598 | ], |
| 12599 | }, |
| 12600 | android_x86_64: { |
| 12601 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12602 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12603 | ], |
| 12604 | }, |
| 12605 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12606 | } |
| 12607 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 12608 | // GN: //third_party/android_ndk:cpu_features |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12609 | cc_object { |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 12610 | name: "cronet_aml_third_party_android_ndk_cpu_features", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12611 | srcs: [ |
| 12612 | "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c", |
| 12613 | ], |
| 12614 | defaults: [ |
| 12615 | "cronet_aml_defaults", |
| 12616 | ], |
| 12617 | cflags: [ |
| 12618 | "-DANDROID", |
| 12619 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 12620 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12621 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12622 | "-DDCHECK_ALWAYS_ON=1", |
| 12623 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 12624 | "-DHAVE_SYS_UIO_H", |
| 12625 | "-D_DEBUG", |
| 12626 | "-D_GNU_SOURCE", |
| 12627 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12628 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12629 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12630 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12631 | ], |
| 12632 | local_include_dirs: [ |
| 12633 | "./", |
| 12634 | "buildtools/third_party/libc++/", |
| 12635 | "buildtools/third_party/libc++/trunk/include", |
| 12636 | "buildtools/third_party/libc++abi/trunk/include", |
| 12637 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 12638 | ], |
| 12639 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12640 | target: { |
| 12641 | android_x86: { |
| 12642 | cflags: [ |
| 12643 | "-msse3", |
| 12644 | ], |
| 12645 | }, |
| 12646 | android_x86_64: { |
| 12647 | cflags: [ |
| 12648 | "-msse3", |
| 12649 | ], |
| 12650 | }, |
| 12651 | }, |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 12652 | } |
| 12653 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12654 | // GN: //third_party/ashmem:ashmem |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12655 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12656 | name: "cronet_aml_third_party_ashmem_ashmem", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12657 | srcs: [ |
| 12658 | "third_party/ashmem/ashmem-dev.c", |
| 12659 | ], |
| 12660 | defaults: [ |
| 12661 | "cronet_aml_defaults", |
| 12662 | ], |
| 12663 | cflags: [ |
| 12664 | "-DANDROID", |
| 12665 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 12666 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12667 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12668 | "-DDCHECK_ALWAYS_ON=1", |
| 12669 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 12670 | "-DHAVE_SYS_UIO_H", |
| 12671 | "-D_DEBUG", |
| 12672 | "-D_GNU_SOURCE", |
| 12673 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12674 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12675 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12676 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12677 | "-D__STDC_CONSTANT_MACROS", |
| 12678 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12679 | ], |
| 12680 | local_include_dirs: [ |
| 12681 | "./", |
| 12682 | "buildtools/third_party/libc++/", |
| 12683 | "buildtools/third_party/libc++/trunk/include", |
| 12684 | "buildtools/third_party/libc++abi/trunk/include", |
| 12685 | ], |
| 12686 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 12687 | target: { |
| 12688 | android_x86: { |
| 12689 | cflags: [ |
| 12690 | "-msse3", |
| 12691 | ], |
| 12692 | }, |
| 12693 | android_x86_64: { |
| 12694 | cflags: [ |
| 12695 | "-msse3", |
| 12696 | ], |
| 12697 | }, |
| 12698 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 12699 | } |
| 12700 | |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 12701 | // GN: //third_party/boringssl:boringssl |
| 12702 | cc_library_static { |
| 12703 | name: "cronet_aml_third_party_boringssl_boringssl", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 12704 | srcs: [ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 12705 | ":cronet_aml_third_party_boringssl_boringssl_asm", |
Motomu Utsumi | 4b14ffc | 2022-11-17 19:44:35 +0900 | [diff] [blame] | 12706 | "third_party/boringssl/err_data.c", |
| 12707 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 12708 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 12709 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 12710 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 12711 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 12712 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 12713 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 12714 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 12715 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 12716 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 12717 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 12718 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 12719 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 12720 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 12721 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 12722 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 12723 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 12724 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 12725 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 12726 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 12727 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 12728 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 12729 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 12730 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 12731 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 12732 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 12733 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 12734 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 12735 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 12736 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 12737 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 12738 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 12739 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 12740 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 12741 | "third_party/boringssl/src/crypto/bio/file.c", |
| 12742 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 12743 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 12744 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 12745 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 12746 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 12747 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 12748 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 12749 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 12750 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 12751 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 12752 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 12753 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 12754 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 12755 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 12756 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 12757 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 12758 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 12759 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 12760 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 12761 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 12762 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 12763 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 12764 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 12765 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 12766 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 12767 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 12768 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 12769 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 12770 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 12771 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 12772 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 12773 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 12774 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 12775 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 12776 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 12777 | "third_party/boringssl/src/crypto/crypto.c", |
| 12778 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 12779 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 12780 | "third_party/boringssl/src/crypto/des/des.c", |
| 12781 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 12782 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 12783 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 12784 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 12785 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 12786 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 12787 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 12788 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 12789 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 12790 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 12791 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 12792 | "third_party/boringssl/src/crypto/err/err.c", |
| 12793 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 12794 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 12795 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 12796 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 12797 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 12798 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 12799 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 12800 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 12801 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 12802 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 12803 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 12804 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 12805 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 12806 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 12807 | "third_party/boringssl/src/crypto/evp/print.c", |
| 12808 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 12809 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 12810 | "third_party/boringssl/src/crypto/ex_data.c", |
| 12811 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 12812 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 12813 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 12814 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 12815 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 12816 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 12817 | "third_party/boringssl/src/crypto/mem.c", |
| 12818 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 12819 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 12820 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 12821 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 12822 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 12823 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 12824 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 12825 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 12826 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 12827 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 12828 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 12829 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 12830 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 12831 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 12832 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 12833 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 12834 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 12835 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 12836 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 12837 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 12838 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 12839 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 12840 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 12841 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 12842 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 12843 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 12844 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 12845 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 12846 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 12847 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 12848 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 12849 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 12850 | "third_party/boringssl/src/crypto/thread.c", |
| 12851 | "third_party/boringssl/src/crypto/thread_none.c", |
| 12852 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 12853 | "third_party/boringssl/src/crypto/thread_win.c", |
| 12854 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 12855 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 12856 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 12857 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 12858 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 12859 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 12860 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 12861 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 12862 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 12863 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 12864 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 12865 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 12866 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 12867 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 12868 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 12869 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 12870 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 12871 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 12872 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 12873 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 12874 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 12875 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 12876 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 12877 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 12878 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 12879 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 12880 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 12881 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 12882 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 12883 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 12884 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 12885 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 12886 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 12887 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 12888 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 12889 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 12890 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 12891 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 12892 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 12893 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 12894 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 12895 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 12896 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 12897 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 12898 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 12899 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 12900 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 12901 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 12902 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 12903 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 12904 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 12905 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 12906 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 12907 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 12908 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 12909 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 12910 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 12911 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 12912 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 12913 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 12914 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 12915 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 12916 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 12917 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 12918 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 12919 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 12920 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 12921 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 12922 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 12923 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 12924 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 12925 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 12926 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 12927 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 12928 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 12929 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 12930 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 12931 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 12932 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 12933 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 12934 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 12935 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 12936 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 12937 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 12938 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 12939 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 12940 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 12941 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 12942 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 12943 | "third_party/boringssl/src/ssl/extensions.cc", |
| 12944 | "third_party/boringssl/src/ssl/handoff.cc", |
| 12945 | "third_party/boringssl/src/ssl/handshake.cc", |
| 12946 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 12947 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 12948 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 12949 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 12950 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 12951 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 12952 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 12953 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 12954 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 12955 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 12956 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 12957 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 12958 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 12959 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 12960 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 12961 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 12962 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 12963 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 12964 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 12965 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 12966 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 12967 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 12968 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 12969 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 12970 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 12971 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 12972 | ], |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 12973 | defaults: [ |
| 12974 | "cronet_aml_defaults", |
| 12975 | ], |
| 12976 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12977 | "-DANDROID", |
| 12978 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 12979 | "-DBORINGSSL_ALLOW_CXX_RUNTIME", |
| 12980 | "-DBORINGSSL_IMPLEMENTATION", |
| 12981 | "-DBORINGSSL_NO_STATIC_INITIALIZER", |
| 12982 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 12983 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 12984 | "-DDCHECK_ALWAYS_ON=1", |
| 12985 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 12986 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 12987 | "-DOPENSSL_SMALL", |
| 12988 | "-D_DEBUG", |
| 12989 | "-D_GNU_SOURCE", |
| 12990 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 12991 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 12992 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 12993 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 12994 | ], |
| 12995 | local_include_dirs: [ |
| 12996 | "./", |
| 12997 | "buildtools/third_party/libc++/", |
| 12998 | "buildtools/third_party/libc++/trunk/include", |
| 12999 | "buildtools/third_party/libc++abi/trunk/include", |
| 13000 | "third_party/boringssl/src/include/", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 13001 | ], |
| 13002 | cpp_std: "c++20", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13003 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13004 | android_x86: { |
| 13005 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13006 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13007 | ], |
| 13008 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13009 | android_x86_64: { |
| 13010 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13011 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13012 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13013 | }, |
| 13014 | }, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 13015 | } |
| 13016 | |
| 13017 | // GN: //third_party/boringssl:boringssl_asm |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13018 | cc_object { |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 13019 | name: "cronet_aml_third_party_boringssl_boringssl_asm", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13020 | defaults: [ |
| 13021 | "cronet_aml_defaults", |
| 13022 | ], |
| 13023 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13024 | "-DANDROID", |
| 13025 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13026 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13027 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13028 | "-DDCHECK_ALWAYS_ON=1", |
| 13029 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13030 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13031 | "-D_DEBUG", |
| 13032 | "-D_GNU_SOURCE", |
| 13033 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13034 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13035 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13036 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13037 | "-D__STDC_CONSTANT_MACROS", |
| 13038 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13039 | ], |
| 13040 | local_include_dirs: [ |
| 13041 | "./", |
| 13042 | "buildtools/third_party/libc++/", |
| 13043 | "buildtools/third_party/libc++/trunk/include", |
| 13044 | "buildtools/third_party/libc++abi/trunk/include", |
| 13045 | "third_party/boringssl/src/include/", |
| 13046 | ], |
| 13047 | cpp_std: "c++20", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13048 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13049 | android_arm: { |
| 13050 | srcs: [ |
| 13051 | "third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S", |
| 13052 | "third_party/boringssl/linux-arm/crypto/fipsmodule/aesv8-armx32.S", |
| 13053 | "third_party/boringssl/linux-arm/crypto/fipsmodule/armv4-mont.S", |
| 13054 | "third_party/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7.S", |
| 13055 | "third_party/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S", |
| 13056 | "third_party/boringssl/linux-arm/crypto/fipsmodule/ghashv8-armx32.S", |
| 13057 | "third_party/boringssl/linux-arm/crypto/fipsmodule/sha1-armv4-large.S", |
| 13058 | "third_party/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4.S", |
| 13059 | "third_party/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S", |
| 13060 | "third_party/boringssl/linux-arm/crypto/fipsmodule/vpaes-armv7.S", |
| 13061 | "third_party/boringssl/linux-arm/crypto/test/trampoline-armv4.S", |
| 13062 | "third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S", |
| 13063 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm_asm.S", |
| 13064 | ], |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13065 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 13066 | android_arm64: { |
| 13067 | srcs: [ |
| 13068 | "third_party/boringssl/linux-aarch64/crypto/chacha/chacha-armv8.S", |
| 13069 | "third_party/boringssl/linux-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8.S", |
| 13070 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/aesv8-armx64.S", |
| 13071 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/armv8-mont.S", |
| 13072 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", |
| 13073 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S", |
| 13074 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/p256-armv8-asm.S", |
| 13075 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm.S", |
| 13076 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha1-armv8.S", |
| 13077 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S", |
| 13078 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8.S", |
| 13079 | "third_party/boringssl/linux-aarch64/crypto/fipsmodule/vpaes-armv8.S", |
| 13080 | "third_party/boringssl/linux-aarch64/crypto/test/trampoline-armv8.S", |
| 13081 | ], |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 13082 | }, |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13083 | android_x86: { |
| 13084 | srcs: [ |
| 13085 | "third_party/boringssl/linux-x86/crypto/chacha/chacha-x86.S", |
| 13086 | "third_party/boringssl/linux-x86/crypto/fipsmodule/aesni-x86.S", |
| 13087 | "third_party/boringssl/linux-x86/crypto/fipsmodule/bn-586.S", |
| 13088 | "third_party/boringssl/linux-x86/crypto/fipsmodule/co-586.S", |
| 13089 | "third_party/boringssl/linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", |
| 13090 | "third_party/boringssl/linux-x86/crypto/fipsmodule/ghash-x86.S", |
| 13091 | "third_party/boringssl/linux-x86/crypto/fipsmodule/md5-586.S", |
| 13092 | "third_party/boringssl/linux-x86/crypto/fipsmodule/sha1-586.S", |
| 13093 | "third_party/boringssl/linux-x86/crypto/fipsmodule/sha256-586.S", |
| 13094 | "third_party/boringssl/linux-x86/crypto/fipsmodule/sha512-586.S", |
| 13095 | "third_party/boringssl/linux-x86/crypto/fipsmodule/vpaes-x86.S", |
| 13096 | "third_party/boringssl/linux-x86/crypto/fipsmodule/x86-mont.S", |
| 13097 | "third_party/boringssl/linux-x86/crypto/test/trampoline-x86.S", |
| 13098 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13099 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13100 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13101 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13102 | }, |
| 13103 | android_x86_64: { |
| 13104 | srcs: [ |
| 13105 | "third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 13106 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", |
| 13107 | "third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", |
| 13108 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", |
| 13109 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 13110 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", |
| 13111 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", |
| 13112 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 13113 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", |
| 13114 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", |
| 13115 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", |
| 13116 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", |
| 13117 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 13118 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 13119 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 13120 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 13121 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont.S", |
| 13122 | "third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", |
| 13123 | "third_party/boringssl/linux-x86_64/crypto/test/trampoline-x86_64.S", |
| 13124 | "third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S", |
| 13125 | ], |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13126 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13127 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13128 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13129 | }, |
| 13130 | }, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 13131 | } |
| 13132 | |
| 13133 | // GN: //third_party/boringssl/src/third_party/fiat:fiat_license |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13134 | cc_object { |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 13135 | name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13136 | defaults: [ |
| 13137 | "cronet_aml_defaults", |
| 13138 | ], |
| 13139 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13140 | "-DANDROID", |
| 13141 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13142 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13143 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13144 | "-DDCHECK_ALWAYS_ON=1", |
| 13145 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13146 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13147 | "-D_DEBUG", |
| 13148 | "-D_GNU_SOURCE", |
| 13149 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13150 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13151 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13152 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13153 | "-D__STDC_CONSTANT_MACROS", |
| 13154 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13155 | ], |
| 13156 | local_include_dirs: [ |
| 13157 | "./", |
| 13158 | "buildtools/third_party/libc++/", |
| 13159 | "buildtools/third_party/libc++/trunk/include", |
| 13160 | "buildtools/third_party/libc++abi/trunk/include", |
| 13161 | ], |
| 13162 | cpp_std: "c++20", |
| 13163 | target: { |
| 13164 | android_x86: { |
| 13165 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13166 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13167 | ], |
| 13168 | }, |
| 13169 | android_x86_64: { |
| 13170 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13171 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13172 | ], |
| 13173 | }, |
| 13174 | }, |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 13175 | } |
| 13176 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13177 | // GN: //third_party/brotli:common |
| 13178 | cc_library_static { |
| 13179 | name: "cronet_aml_third_party_brotli_common", |
| 13180 | srcs: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13181 | "third_party/brotli/common/constants.c", |
| 13182 | "third_party/brotli/common/context.c", |
| 13183 | "third_party/brotli/common/dictionary.c", |
| 13184 | "third_party/brotli/common/platform.c", |
| 13185 | "third_party/brotli/common/shared_dictionary.c", |
| 13186 | "third_party/brotli/common/transform.c", |
| 13187 | ], |
| 13188 | defaults: [ |
| 13189 | "cronet_aml_defaults", |
| 13190 | ], |
| 13191 | cflags: [ |
| 13192 | "-DANDROID", |
| 13193 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 13194 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13195 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13196 | "-DDCHECK_ALWAYS_ON=1", |
| 13197 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 13198 | "-DHAVE_SYS_UIO_H", |
| 13199 | "-D_DEBUG", |
| 13200 | "-D_GNU_SOURCE", |
| 13201 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13202 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13203 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13204 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13205 | "-D__STDC_CONSTANT_MACROS", |
| 13206 | "-D__STDC_FORMAT_MACROS", |
| 13207 | ], |
| 13208 | local_include_dirs: [ |
| 13209 | "./", |
| 13210 | "buildtools/third_party/libc++/", |
| 13211 | "buildtools/third_party/libc++/trunk/include", |
| 13212 | "buildtools/third_party/libc++abi/trunk/include", |
| 13213 | "third_party/brotli/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13214 | ], |
| 13215 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13216 | target: { |
| 13217 | android_x86: { |
| 13218 | cflags: [ |
| 13219 | "-msse3", |
| 13220 | ], |
| 13221 | }, |
| 13222 | android_x86_64: { |
| 13223 | cflags: [ |
| 13224 | "-msse3", |
| 13225 | ], |
| 13226 | }, |
| 13227 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13228 | } |
| 13229 | |
| 13230 | // GN: //third_party/brotli:dec |
| 13231 | cc_library_static { |
| 13232 | name: "cronet_aml_third_party_brotli_dec", |
| 13233 | srcs: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13234 | "third_party/brotli/dec/bit_reader.c", |
| 13235 | "third_party/brotli/dec/decode.c", |
| 13236 | "third_party/brotli/dec/huffman.c", |
| 13237 | "third_party/brotli/dec/state.c", |
| 13238 | ], |
| 13239 | static_libs: [ |
| 13240 | "cronet_aml_third_party_brotli_common", |
| 13241 | ], |
| 13242 | defaults: [ |
| 13243 | "cronet_aml_defaults", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13244 | ], |
| 13245 | cflags: [ |
| 13246 | "-DANDROID", |
| 13247 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 13248 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13249 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13250 | "-DDCHECK_ALWAYS_ON=1", |
| 13251 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 13252 | "-DHAVE_SYS_UIO_H", |
| 13253 | "-D_DEBUG", |
| 13254 | "-D_GNU_SOURCE", |
| 13255 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13256 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13257 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13258 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13259 | ], |
| 13260 | local_include_dirs: [ |
| 13261 | "./", |
| 13262 | "buildtools/third_party/libc++/", |
| 13263 | "buildtools/third_party/libc++/trunk/include", |
| 13264 | "buildtools/third_party/libc++abi/trunk/include", |
| 13265 | "third_party/brotli/include/", |
| 13266 | ], |
| 13267 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13268 | target: { |
| 13269 | android_x86: { |
| 13270 | cflags: [ |
| 13271 | "-msse3", |
| 13272 | ], |
| 13273 | }, |
| 13274 | android_x86_64: { |
| 13275 | cflags: [ |
| 13276 | "-msse3", |
| 13277 | ], |
| 13278 | }, |
| 13279 | }, |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13280 | } |
| 13281 | |
| 13282 | // GN: //third_party/brotli:headers |
| 13283 | cc_object { |
| 13284 | name: "cronet_aml_third_party_brotli_headers", |
| 13285 | defaults: [ |
| 13286 | "cronet_aml_defaults", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13287 | ], |
| 13288 | cflags: [ |
| 13289 | "-DANDROID", |
| 13290 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 13291 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13292 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13293 | "-DDCHECK_ALWAYS_ON=1", |
| 13294 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 13295 | "-DHAVE_SYS_UIO_H", |
| 13296 | "-D_DEBUG", |
| 13297 | "-D_GNU_SOURCE", |
| 13298 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13299 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13300 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13301 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13302 | "-D__STDC_CONSTANT_MACROS", |
| 13303 | "-D__STDC_FORMAT_MACROS", |
| 13304 | ], |
| 13305 | local_include_dirs: [ |
| 13306 | "./", |
| 13307 | "buildtools/third_party/libc++/", |
| 13308 | "buildtools/third_party/libc++/trunk/include", |
| 13309 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13310 | ], |
| 13311 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13312 | target: { |
| 13313 | android_x86: { |
| 13314 | cflags: [ |
| 13315 | "-msse3", |
| 13316 | ], |
| 13317 | }, |
| 13318 | android_x86_64: { |
| 13319 | cflags: [ |
| 13320 | "-msse3", |
| 13321 | ], |
| 13322 | }, |
| 13323 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 13324 | } |
| 13325 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13326 | // GN: //third_party/icu:icui18n |
| 13327 | cc_library_static { |
| 13328 | name: "cronet_aml_third_party_icu_icui18n", |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 13329 | srcs: [ |
| 13330 | "third_party/icu/source/i18n/alphaindex.cpp", |
| 13331 | "third_party/icu/source/i18n/anytrans.cpp", |
| 13332 | "third_party/icu/source/i18n/astro.cpp", |
| 13333 | "third_party/icu/source/i18n/basictz.cpp", |
| 13334 | "third_party/icu/source/i18n/bocsu.cpp", |
| 13335 | "third_party/icu/source/i18n/brktrans.cpp", |
| 13336 | "third_party/icu/source/i18n/buddhcal.cpp", |
| 13337 | "third_party/icu/source/i18n/calendar.cpp", |
| 13338 | "third_party/icu/source/i18n/casetrn.cpp", |
| 13339 | "third_party/icu/source/i18n/cecal.cpp", |
| 13340 | "third_party/icu/source/i18n/chnsecal.cpp", |
| 13341 | "third_party/icu/source/i18n/choicfmt.cpp", |
| 13342 | "third_party/icu/source/i18n/coleitr.cpp", |
| 13343 | "third_party/icu/source/i18n/coll.cpp", |
| 13344 | "third_party/icu/source/i18n/collation.cpp", |
| 13345 | "third_party/icu/source/i18n/collationbuilder.cpp", |
| 13346 | "third_party/icu/source/i18n/collationcompare.cpp", |
| 13347 | "third_party/icu/source/i18n/collationdata.cpp", |
| 13348 | "third_party/icu/source/i18n/collationdatabuilder.cpp", |
| 13349 | "third_party/icu/source/i18n/collationdatareader.cpp", |
| 13350 | "third_party/icu/source/i18n/collationdatawriter.cpp", |
| 13351 | "third_party/icu/source/i18n/collationfastlatin.cpp", |
| 13352 | "third_party/icu/source/i18n/collationfastlatinbuilder.cpp", |
| 13353 | "third_party/icu/source/i18n/collationfcd.cpp", |
| 13354 | "third_party/icu/source/i18n/collationiterator.cpp", |
| 13355 | "third_party/icu/source/i18n/collationkeys.cpp", |
| 13356 | "third_party/icu/source/i18n/collationroot.cpp", |
| 13357 | "third_party/icu/source/i18n/collationrootelements.cpp", |
| 13358 | "third_party/icu/source/i18n/collationruleparser.cpp", |
| 13359 | "third_party/icu/source/i18n/collationsets.cpp", |
| 13360 | "third_party/icu/source/i18n/collationsettings.cpp", |
| 13361 | "third_party/icu/source/i18n/collationtailoring.cpp", |
| 13362 | "third_party/icu/source/i18n/collationweights.cpp", |
| 13363 | "third_party/icu/source/i18n/compactdecimalformat.cpp", |
| 13364 | "third_party/icu/source/i18n/coptccal.cpp", |
| 13365 | "third_party/icu/source/i18n/cpdtrans.cpp", |
| 13366 | "third_party/icu/source/i18n/csdetect.cpp", |
| 13367 | "third_party/icu/source/i18n/csmatch.cpp", |
| 13368 | "third_party/icu/source/i18n/csr2022.cpp", |
| 13369 | "third_party/icu/source/i18n/csrecog.cpp", |
| 13370 | "third_party/icu/source/i18n/csrmbcs.cpp", |
| 13371 | "third_party/icu/source/i18n/csrsbcs.cpp", |
| 13372 | "third_party/icu/source/i18n/csrucode.cpp", |
| 13373 | "third_party/icu/source/i18n/csrutf8.cpp", |
| 13374 | "third_party/icu/source/i18n/curramt.cpp", |
| 13375 | "third_party/icu/source/i18n/currfmt.cpp", |
| 13376 | "third_party/icu/source/i18n/currpinf.cpp", |
| 13377 | "third_party/icu/source/i18n/currunit.cpp", |
| 13378 | "third_party/icu/source/i18n/dangical.cpp", |
| 13379 | "third_party/icu/source/i18n/datefmt.cpp", |
| 13380 | "third_party/icu/source/i18n/dayperiodrules.cpp", |
| 13381 | "third_party/icu/source/i18n/dcfmtsym.cpp", |
| 13382 | "third_party/icu/source/i18n/decContext.cpp", |
| 13383 | "third_party/icu/source/i18n/decNumber.cpp", |
| 13384 | "third_party/icu/source/i18n/decimfmt.cpp", |
| 13385 | "third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp", |
| 13386 | "third_party/icu/source/i18n/double-conversion-bignum.cpp", |
| 13387 | "third_party/icu/source/i18n/double-conversion-cached-powers.cpp", |
| 13388 | "third_party/icu/source/i18n/double-conversion-double-to-string.cpp", |
| 13389 | "third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp", |
| 13390 | "third_party/icu/source/i18n/double-conversion-string-to-double.cpp", |
| 13391 | "third_party/icu/source/i18n/double-conversion-strtod.cpp", |
| 13392 | "third_party/icu/source/i18n/dtfmtsym.cpp", |
| 13393 | "third_party/icu/source/i18n/dtitvfmt.cpp", |
| 13394 | "third_party/icu/source/i18n/dtitvinf.cpp", |
| 13395 | "third_party/icu/source/i18n/dtptngen.cpp", |
| 13396 | "third_party/icu/source/i18n/dtrule.cpp", |
| 13397 | "third_party/icu/source/i18n/erarules.cpp", |
| 13398 | "third_party/icu/source/i18n/esctrn.cpp", |
| 13399 | "third_party/icu/source/i18n/ethpccal.cpp", |
| 13400 | "third_party/icu/source/i18n/fmtable.cpp", |
| 13401 | "third_party/icu/source/i18n/fmtable_cnv.cpp", |
| 13402 | "third_party/icu/source/i18n/format.cpp", |
| 13403 | "third_party/icu/source/i18n/formatted_string_builder.cpp", |
| 13404 | "third_party/icu/source/i18n/formattedval_iterimpl.cpp", |
| 13405 | "third_party/icu/source/i18n/formattedval_sbimpl.cpp", |
| 13406 | "third_party/icu/source/i18n/formattedvalue.cpp", |
| 13407 | "third_party/icu/source/i18n/fphdlimp.cpp", |
| 13408 | "third_party/icu/source/i18n/fpositer.cpp", |
| 13409 | "third_party/icu/source/i18n/funcrepl.cpp", |
| 13410 | "third_party/icu/source/i18n/gender.cpp", |
| 13411 | "third_party/icu/source/i18n/gregocal.cpp", |
| 13412 | "third_party/icu/source/i18n/gregoimp.cpp", |
| 13413 | "third_party/icu/source/i18n/hebrwcal.cpp", |
| 13414 | "third_party/icu/source/i18n/indiancal.cpp", |
| 13415 | "third_party/icu/source/i18n/inputext.cpp", |
| 13416 | "third_party/icu/source/i18n/islamcal.cpp", |
| 13417 | "third_party/icu/source/i18n/japancal.cpp", |
| 13418 | "third_party/icu/source/i18n/listformatter.cpp", |
| 13419 | "third_party/icu/source/i18n/measfmt.cpp", |
| 13420 | "third_party/icu/source/i18n/measunit.cpp", |
| 13421 | "third_party/icu/source/i18n/measunit_extra.cpp", |
| 13422 | "third_party/icu/source/i18n/measure.cpp", |
| 13423 | "third_party/icu/source/i18n/msgfmt.cpp", |
| 13424 | "third_party/icu/source/i18n/name2uni.cpp", |
| 13425 | "third_party/icu/source/i18n/nfrs.cpp", |
| 13426 | "third_party/icu/source/i18n/nfrule.cpp", |
| 13427 | "third_party/icu/source/i18n/nfsubs.cpp", |
| 13428 | "third_party/icu/source/i18n/nortrans.cpp", |
| 13429 | "third_party/icu/source/i18n/nultrans.cpp", |
| 13430 | "third_party/icu/source/i18n/number_affixutils.cpp", |
| 13431 | "third_party/icu/source/i18n/number_asformat.cpp", |
| 13432 | "third_party/icu/source/i18n/number_capi.cpp", |
| 13433 | "third_party/icu/source/i18n/number_compact.cpp", |
| 13434 | "third_party/icu/source/i18n/number_currencysymbols.cpp", |
| 13435 | "third_party/icu/source/i18n/number_decimalquantity.cpp", |
| 13436 | "third_party/icu/source/i18n/number_decimfmtprops.cpp", |
| 13437 | "third_party/icu/source/i18n/number_fluent.cpp", |
| 13438 | "third_party/icu/source/i18n/number_formatimpl.cpp", |
| 13439 | "third_party/icu/source/i18n/number_grouping.cpp", |
| 13440 | "third_party/icu/source/i18n/number_integerwidth.cpp", |
| 13441 | "third_party/icu/source/i18n/number_longnames.cpp", |
| 13442 | "third_party/icu/source/i18n/number_mapper.cpp", |
| 13443 | "third_party/icu/source/i18n/number_modifiers.cpp", |
| 13444 | "third_party/icu/source/i18n/number_multiplier.cpp", |
| 13445 | "third_party/icu/source/i18n/number_notation.cpp", |
| 13446 | "third_party/icu/source/i18n/number_output.cpp", |
| 13447 | "third_party/icu/source/i18n/number_padding.cpp", |
| 13448 | "third_party/icu/source/i18n/number_patternmodifier.cpp", |
| 13449 | "third_party/icu/source/i18n/number_patternstring.cpp", |
| 13450 | "third_party/icu/source/i18n/number_rounding.cpp", |
| 13451 | "third_party/icu/source/i18n/number_scientific.cpp", |
| 13452 | "third_party/icu/source/i18n/number_skeletons.cpp", |
| 13453 | "third_party/icu/source/i18n/number_symbolswrapper.cpp", |
| 13454 | "third_party/icu/source/i18n/number_usageprefs.cpp", |
| 13455 | "third_party/icu/source/i18n/number_utils.cpp", |
| 13456 | "third_party/icu/source/i18n/numfmt.cpp", |
| 13457 | "third_party/icu/source/i18n/numparse_affixes.cpp", |
| 13458 | "third_party/icu/source/i18n/numparse_compositions.cpp", |
| 13459 | "third_party/icu/source/i18n/numparse_currency.cpp", |
| 13460 | "third_party/icu/source/i18n/numparse_decimal.cpp", |
| 13461 | "third_party/icu/source/i18n/numparse_impl.cpp", |
| 13462 | "third_party/icu/source/i18n/numparse_parsednumber.cpp", |
| 13463 | "third_party/icu/source/i18n/numparse_scientific.cpp", |
| 13464 | "third_party/icu/source/i18n/numparse_symbols.cpp", |
| 13465 | "third_party/icu/source/i18n/numparse_validators.cpp", |
| 13466 | "third_party/icu/source/i18n/numrange_capi.cpp", |
| 13467 | "third_party/icu/source/i18n/numrange_fluent.cpp", |
| 13468 | "third_party/icu/source/i18n/numrange_impl.cpp", |
| 13469 | "third_party/icu/source/i18n/numsys.cpp", |
| 13470 | "third_party/icu/source/i18n/olsontz.cpp", |
| 13471 | "third_party/icu/source/i18n/persncal.cpp", |
| 13472 | "third_party/icu/source/i18n/pluralranges.cpp", |
| 13473 | "third_party/icu/source/i18n/plurfmt.cpp", |
| 13474 | "third_party/icu/source/i18n/plurrule.cpp", |
| 13475 | "third_party/icu/source/i18n/quant.cpp", |
| 13476 | "third_party/icu/source/i18n/quantityformatter.cpp", |
| 13477 | "third_party/icu/source/i18n/rbnf.cpp", |
| 13478 | "third_party/icu/source/i18n/rbt.cpp", |
| 13479 | "third_party/icu/source/i18n/rbt_data.cpp", |
| 13480 | "third_party/icu/source/i18n/rbt_pars.cpp", |
| 13481 | "third_party/icu/source/i18n/rbt_rule.cpp", |
| 13482 | "third_party/icu/source/i18n/rbt_set.cpp", |
| 13483 | "third_party/icu/source/i18n/rbtz.cpp", |
| 13484 | "third_party/icu/source/i18n/regexcmp.cpp", |
| 13485 | "third_party/icu/source/i18n/regeximp.cpp", |
| 13486 | "third_party/icu/source/i18n/regexst.cpp", |
| 13487 | "third_party/icu/source/i18n/regextxt.cpp", |
| 13488 | "third_party/icu/source/i18n/region.cpp", |
| 13489 | "third_party/icu/source/i18n/reldatefmt.cpp", |
| 13490 | "third_party/icu/source/i18n/reldtfmt.cpp", |
| 13491 | "third_party/icu/source/i18n/rematch.cpp", |
| 13492 | "third_party/icu/source/i18n/remtrans.cpp", |
| 13493 | "third_party/icu/source/i18n/repattrn.cpp", |
| 13494 | "third_party/icu/source/i18n/rulebasedcollator.cpp", |
| 13495 | "third_party/icu/source/i18n/scientificnumberformatter.cpp", |
| 13496 | "third_party/icu/source/i18n/scriptset.cpp", |
| 13497 | "third_party/icu/source/i18n/search.cpp", |
| 13498 | "third_party/icu/source/i18n/selfmt.cpp", |
| 13499 | "third_party/icu/source/i18n/sharedbreakiterator.cpp", |
| 13500 | "third_party/icu/source/i18n/simpletz.cpp", |
| 13501 | "third_party/icu/source/i18n/smpdtfmt.cpp", |
| 13502 | "third_party/icu/source/i18n/smpdtfst.cpp", |
| 13503 | "third_party/icu/source/i18n/sortkey.cpp", |
| 13504 | "third_party/icu/source/i18n/standardplural.cpp", |
| 13505 | "third_party/icu/source/i18n/string_segment.cpp", |
| 13506 | "third_party/icu/source/i18n/strmatch.cpp", |
| 13507 | "third_party/icu/source/i18n/strrepl.cpp", |
| 13508 | "third_party/icu/source/i18n/stsearch.cpp", |
| 13509 | "third_party/icu/source/i18n/taiwncal.cpp", |
| 13510 | "third_party/icu/source/i18n/timezone.cpp", |
| 13511 | "third_party/icu/source/i18n/titletrn.cpp", |
| 13512 | "third_party/icu/source/i18n/tmunit.cpp", |
| 13513 | "third_party/icu/source/i18n/tmutamt.cpp", |
| 13514 | "third_party/icu/source/i18n/tmutfmt.cpp", |
| 13515 | "third_party/icu/source/i18n/tolowtrn.cpp", |
| 13516 | "third_party/icu/source/i18n/toupptrn.cpp", |
| 13517 | "third_party/icu/source/i18n/translit.cpp", |
| 13518 | "third_party/icu/source/i18n/transreg.cpp", |
| 13519 | "third_party/icu/source/i18n/tridpars.cpp", |
| 13520 | "third_party/icu/source/i18n/tzfmt.cpp", |
| 13521 | "third_party/icu/source/i18n/tzgnames.cpp", |
| 13522 | "third_party/icu/source/i18n/tznames.cpp", |
| 13523 | "third_party/icu/source/i18n/tznames_impl.cpp", |
| 13524 | "third_party/icu/source/i18n/tzrule.cpp", |
| 13525 | "third_party/icu/source/i18n/tztrans.cpp", |
| 13526 | "third_party/icu/source/i18n/ucal.cpp", |
| 13527 | "third_party/icu/source/i18n/ucln_in.cpp", |
| 13528 | "third_party/icu/source/i18n/ucol.cpp", |
| 13529 | "third_party/icu/source/i18n/ucol_res.cpp", |
| 13530 | "third_party/icu/source/i18n/ucol_sit.cpp", |
| 13531 | "third_party/icu/source/i18n/ucoleitr.cpp", |
| 13532 | "third_party/icu/source/i18n/ucsdet.cpp", |
| 13533 | "third_party/icu/source/i18n/udat.cpp", |
| 13534 | "third_party/icu/source/i18n/udateintervalformat.cpp", |
| 13535 | "third_party/icu/source/i18n/udatpg.cpp", |
| 13536 | "third_party/icu/source/i18n/ufieldpositer.cpp", |
| 13537 | "third_party/icu/source/i18n/uitercollationiterator.cpp", |
| 13538 | "third_party/icu/source/i18n/ulistformatter.cpp", |
| 13539 | "third_party/icu/source/i18n/ulocdata.cpp", |
| 13540 | "third_party/icu/source/i18n/umsg.cpp", |
| 13541 | "third_party/icu/source/i18n/unesctrn.cpp", |
| 13542 | "third_party/icu/source/i18n/uni2name.cpp", |
| 13543 | "third_party/icu/source/i18n/units_complexconverter.cpp", |
| 13544 | "third_party/icu/source/i18n/units_converter.cpp", |
| 13545 | "third_party/icu/source/i18n/units_data.cpp", |
| 13546 | "third_party/icu/source/i18n/units_router.cpp", |
| 13547 | "third_party/icu/source/i18n/unum.cpp", |
| 13548 | "third_party/icu/source/i18n/unumsys.cpp", |
| 13549 | "third_party/icu/source/i18n/upluralrules.cpp", |
| 13550 | "third_party/icu/source/i18n/uregex.cpp", |
| 13551 | "third_party/icu/source/i18n/uregexc.cpp", |
| 13552 | "third_party/icu/source/i18n/uregion.cpp", |
| 13553 | "third_party/icu/source/i18n/usearch.cpp", |
| 13554 | "third_party/icu/source/i18n/uspoof.cpp", |
| 13555 | "third_party/icu/source/i18n/uspoof_build.cpp", |
| 13556 | "third_party/icu/source/i18n/uspoof_conf.cpp", |
| 13557 | "third_party/icu/source/i18n/uspoof_impl.cpp", |
| 13558 | "third_party/icu/source/i18n/utf16collationiterator.cpp", |
| 13559 | "third_party/icu/source/i18n/utf8collationiterator.cpp", |
| 13560 | "third_party/icu/source/i18n/utmscale.cpp", |
| 13561 | "third_party/icu/source/i18n/utrans.cpp", |
| 13562 | "third_party/icu/source/i18n/vtzone.cpp", |
| 13563 | "third_party/icu/source/i18n/vzone.cpp", |
| 13564 | "third_party/icu/source/i18n/windtfmt.cpp", |
| 13565 | "third_party/icu/source/i18n/winnmfmt.cpp", |
| 13566 | "third_party/icu/source/i18n/wintzimpl.cpp", |
| 13567 | "third_party/icu/source/i18n/zonemeta.cpp", |
| 13568 | "third_party/icu/source/i18n/zrule.cpp", |
| 13569 | "third_party/icu/source/i18n/ztrans.cpp", |
| 13570 | ], |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13571 | static_libs: [ |
| 13572 | "cronet_aml_third_party_icu_icuuc_private", |
| 13573 | ], |
| 13574 | defaults: [ |
| 13575 | "cronet_aml_defaults", |
| 13576 | ], |
| 13577 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13578 | "-DANDROID", |
| 13579 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13580 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13581 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13582 | "-DDCHECK_ALWAYS_ON=1", |
| 13583 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 13584 | "-DHAVE_DLOPEN=0", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13585 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13586 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 13587 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 13588 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
| 13589 | "-DUSE_CHROMIUM_ICU=1", |
| 13590 | "-DU_CHARSET_IS_UTF8=1", |
| 13591 | "-DU_ENABLE_DYLOAD=0", |
| 13592 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 13593 | "-DU_ENABLE_TRACING=1", |
| 13594 | "-DU_I18N_IMPLEMENTATION", |
| 13595 | "-DU_STATIC_IMPLEMENTATION", |
| 13596 | "-DU_USING_ICU_NAMESPACE=0", |
| 13597 | "-D_DEBUG", |
| 13598 | "-D_GNU_SOURCE", |
| 13599 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13600 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13601 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13602 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13603 | ], |
| 13604 | local_include_dirs: [ |
| 13605 | "./", |
| 13606 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 13607 | "buildtools/third_party/libc++/trunk/include", |
| 13608 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13609 | "third_party/icu/source/common/", |
| 13610 | "third_party/icu/source/i18n/", |
| 13611 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 13612 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 13613 | rtti: true, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13614 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13615 | android_x86: { |
| 13616 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13617 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13618 | ], |
| 13619 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13620 | android_x86_64: { |
| 13621 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13622 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13623 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13624 | }, |
| 13625 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13626 | } |
| 13627 | |
| 13628 | // GN: //third_party/icu:icuuc_private |
| 13629 | cc_library_static { |
| 13630 | name: "cronet_aml_third_party_icu_icuuc_private", |
| 13631 | srcs: [ |
Patrick Rohr | 971e03c | 2022-11-10 19:09:46 -0800 | [diff] [blame] | 13632 | "third_party/icu/source/common/appendable.cpp", |
| 13633 | "third_party/icu/source/common/bmpset.cpp", |
| 13634 | "third_party/icu/source/common/brkeng.cpp", |
| 13635 | "third_party/icu/source/common/brkiter.cpp", |
| 13636 | "third_party/icu/source/common/bytesinkutil.cpp", |
| 13637 | "third_party/icu/source/common/bytestream.cpp", |
| 13638 | "third_party/icu/source/common/bytestrie.cpp", |
| 13639 | "third_party/icu/source/common/bytestriebuilder.cpp", |
| 13640 | "third_party/icu/source/common/bytestrieiterator.cpp", |
| 13641 | "third_party/icu/source/common/caniter.cpp", |
| 13642 | "third_party/icu/source/common/characterproperties.cpp", |
| 13643 | "third_party/icu/source/common/chariter.cpp", |
| 13644 | "third_party/icu/source/common/charstr.cpp", |
| 13645 | "third_party/icu/source/common/cmemory.cpp", |
| 13646 | "third_party/icu/source/common/cstr.cpp", |
| 13647 | "third_party/icu/source/common/cstring.cpp", |
| 13648 | "third_party/icu/source/common/cwchar.cpp", |
| 13649 | "third_party/icu/source/common/dictbe.cpp", |
| 13650 | "third_party/icu/source/common/dictionarydata.cpp", |
| 13651 | "third_party/icu/source/common/dtintrv.cpp", |
| 13652 | "third_party/icu/source/common/edits.cpp", |
| 13653 | "third_party/icu/source/common/emojiprops.cpp", |
| 13654 | "third_party/icu/source/common/errorcode.cpp", |
| 13655 | "third_party/icu/source/common/filteredbrk.cpp", |
| 13656 | "third_party/icu/source/common/filterednormalizer2.cpp", |
| 13657 | "third_party/icu/source/common/icudataver.cpp", |
| 13658 | "third_party/icu/source/common/icuplug.cpp", |
| 13659 | "third_party/icu/source/common/loadednormalizer2impl.cpp", |
| 13660 | "third_party/icu/source/common/localebuilder.cpp", |
| 13661 | "third_party/icu/source/common/localematcher.cpp", |
| 13662 | "third_party/icu/source/common/localeprioritylist.cpp", |
| 13663 | "third_party/icu/source/common/locavailable.cpp", |
| 13664 | "third_party/icu/source/common/locbased.cpp", |
| 13665 | "third_party/icu/source/common/locdispnames.cpp", |
| 13666 | "third_party/icu/source/common/locdistance.cpp", |
| 13667 | "third_party/icu/source/common/locdspnm.cpp", |
| 13668 | "third_party/icu/source/common/locid.cpp", |
| 13669 | "third_party/icu/source/common/loclikely.cpp", |
| 13670 | "third_party/icu/source/common/loclikelysubtags.cpp", |
| 13671 | "third_party/icu/source/common/locmap.cpp", |
| 13672 | "third_party/icu/source/common/locresdata.cpp", |
| 13673 | "third_party/icu/source/common/locutil.cpp", |
| 13674 | "third_party/icu/source/common/lsr.cpp", |
| 13675 | "third_party/icu/source/common/lstmbe.cpp", |
| 13676 | "third_party/icu/source/common/messagepattern.cpp", |
| 13677 | "third_party/icu/source/common/normalizer2.cpp", |
| 13678 | "third_party/icu/source/common/normalizer2impl.cpp", |
| 13679 | "third_party/icu/source/common/normlzr.cpp", |
| 13680 | "third_party/icu/source/common/parsepos.cpp", |
| 13681 | "third_party/icu/source/common/patternprops.cpp", |
| 13682 | "third_party/icu/source/common/pluralmap.cpp", |
| 13683 | "third_party/icu/source/common/propname.cpp", |
| 13684 | "third_party/icu/source/common/propsvec.cpp", |
| 13685 | "third_party/icu/source/common/punycode.cpp", |
| 13686 | "third_party/icu/source/common/putil.cpp", |
| 13687 | "third_party/icu/source/common/rbbi.cpp", |
| 13688 | "third_party/icu/source/common/rbbi_cache.cpp", |
| 13689 | "third_party/icu/source/common/rbbidata.cpp", |
| 13690 | "third_party/icu/source/common/rbbinode.cpp", |
| 13691 | "third_party/icu/source/common/rbbirb.cpp", |
| 13692 | "third_party/icu/source/common/rbbiscan.cpp", |
| 13693 | "third_party/icu/source/common/rbbisetb.cpp", |
| 13694 | "third_party/icu/source/common/rbbistbl.cpp", |
| 13695 | "third_party/icu/source/common/rbbitblb.cpp", |
| 13696 | "third_party/icu/source/common/resbund.cpp", |
| 13697 | "third_party/icu/source/common/resbund_cnv.cpp", |
| 13698 | "third_party/icu/source/common/resource.cpp", |
| 13699 | "third_party/icu/source/common/restrace.cpp", |
| 13700 | "third_party/icu/source/common/ruleiter.cpp", |
| 13701 | "third_party/icu/source/common/schriter.cpp", |
| 13702 | "third_party/icu/source/common/serv.cpp", |
| 13703 | "third_party/icu/source/common/servlk.cpp", |
| 13704 | "third_party/icu/source/common/servlkf.cpp", |
| 13705 | "third_party/icu/source/common/servls.cpp", |
| 13706 | "third_party/icu/source/common/servnotf.cpp", |
| 13707 | "third_party/icu/source/common/servrbf.cpp", |
| 13708 | "third_party/icu/source/common/servslkf.cpp", |
| 13709 | "third_party/icu/source/common/sharedobject.cpp", |
| 13710 | "third_party/icu/source/common/simpleformatter.cpp", |
| 13711 | "third_party/icu/source/common/static_unicode_sets.cpp", |
| 13712 | "third_party/icu/source/common/stringpiece.cpp", |
| 13713 | "third_party/icu/source/common/stringtriebuilder.cpp", |
| 13714 | "third_party/icu/source/common/uarrsort.cpp", |
| 13715 | "third_party/icu/source/common/ubidi.cpp", |
| 13716 | "third_party/icu/source/common/ubidi_props.cpp", |
| 13717 | "third_party/icu/source/common/ubidiln.cpp", |
| 13718 | "third_party/icu/source/common/ubiditransform.cpp", |
| 13719 | "third_party/icu/source/common/ubidiwrt.cpp", |
| 13720 | "third_party/icu/source/common/ubrk.cpp", |
| 13721 | "third_party/icu/source/common/ucase.cpp", |
| 13722 | "third_party/icu/source/common/ucasemap.cpp", |
| 13723 | "third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp", |
| 13724 | "third_party/icu/source/common/ucat.cpp", |
| 13725 | "third_party/icu/source/common/uchar.cpp", |
| 13726 | "third_party/icu/source/common/ucharstrie.cpp", |
| 13727 | "third_party/icu/source/common/ucharstriebuilder.cpp", |
| 13728 | "third_party/icu/source/common/ucharstrieiterator.cpp", |
| 13729 | "third_party/icu/source/common/uchriter.cpp", |
| 13730 | "third_party/icu/source/common/ucln_cmn.cpp", |
| 13731 | "third_party/icu/source/common/ucmndata.cpp", |
| 13732 | "third_party/icu/source/common/ucnv.cpp", |
| 13733 | "third_party/icu/source/common/ucnv2022.cpp", |
| 13734 | "third_party/icu/source/common/ucnv_bld.cpp", |
| 13735 | "third_party/icu/source/common/ucnv_cb.cpp", |
| 13736 | "third_party/icu/source/common/ucnv_cnv.cpp", |
| 13737 | "third_party/icu/source/common/ucnv_ct.cpp", |
| 13738 | "third_party/icu/source/common/ucnv_err.cpp", |
| 13739 | "third_party/icu/source/common/ucnv_ext.cpp", |
| 13740 | "third_party/icu/source/common/ucnv_io.cpp", |
| 13741 | "third_party/icu/source/common/ucnv_lmb.cpp", |
| 13742 | "third_party/icu/source/common/ucnv_set.cpp", |
| 13743 | "third_party/icu/source/common/ucnv_u16.cpp", |
| 13744 | "third_party/icu/source/common/ucnv_u32.cpp", |
| 13745 | "third_party/icu/source/common/ucnv_u7.cpp", |
| 13746 | "third_party/icu/source/common/ucnv_u8.cpp", |
| 13747 | "third_party/icu/source/common/ucnvbocu.cpp", |
| 13748 | "third_party/icu/source/common/ucnvdisp.cpp", |
| 13749 | "third_party/icu/source/common/ucnvhz.cpp", |
| 13750 | "third_party/icu/source/common/ucnvisci.cpp", |
| 13751 | "third_party/icu/source/common/ucnvlat1.cpp", |
| 13752 | "third_party/icu/source/common/ucnvmbcs.cpp", |
| 13753 | "third_party/icu/source/common/ucnvscsu.cpp", |
| 13754 | "third_party/icu/source/common/ucnvsel.cpp", |
| 13755 | "third_party/icu/source/common/ucol_swp.cpp", |
| 13756 | "third_party/icu/source/common/ucptrie.cpp", |
| 13757 | "third_party/icu/source/common/ucurr.cpp", |
| 13758 | "third_party/icu/source/common/udata.cpp", |
| 13759 | "third_party/icu/source/common/udatamem.cpp", |
| 13760 | "third_party/icu/source/common/udataswp.cpp", |
| 13761 | "third_party/icu/source/common/uenum.cpp", |
| 13762 | "third_party/icu/source/common/uhash.cpp", |
| 13763 | "third_party/icu/source/common/uhash_us.cpp", |
| 13764 | "third_party/icu/source/common/uidna.cpp", |
| 13765 | "third_party/icu/source/common/uinit.cpp", |
| 13766 | "third_party/icu/source/common/uinvchar.cpp", |
| 13767 | "third_party/icu/source/common/uiter.cpp", |
| 13768 | "third_party/icu/source/common/ulist.cpp", |
| 13769 | "third_party/icu/source/common/uloc.cpp", |
| 13770 | "third_party/icu/source/common/uloc_keytype.cpp", |
| 13771 | "third_party/icu/source/common/uloc_tag.cpp", |
| 13772 | "third_party/icu/source/common/umapfile.cpp", |
| 13773 | "third_party/icu/source/common/umath.cpp", |
| 13774 | "third_party/icu/source/common/umutablecptrie.cpp", |
| 13775 | "third_party/icu/source/common/umutex.cpp", |
| 13776 | "third_party/icu/source/common/unames.cpp", |
| 13777 | "third_party/icu/source/common/unifiedcache.cpp", |
| 13778 | "third_party/icu/source/common/unifilt.cpp", |
| 13779 | "third_party/icu/source/common/unifunct.cpp", |
| 13780 | "third_party/icu/source/common/uniset.cpp", |
| 13781 | "third_party/icu/source/common/uniset_closure.cpp", |
| 13782 | "third_party/icu/source/common/uniset_props.cpp", |
| 13783 | "third_party/icu/source/common/unisetspan.cpp", |
| 13784 | "third_party/icu/source/common/unistr.cpp", |
| 13785 | "third_party/icu/source/common/unistr_case.cpp", |
| 13786 | "third_party/icu/source/common/unistr_case_locale.cpp", |
| 13787 | "third_party/icu/source/common/unistr_cnv.cpp", |
| 13788 | "third_party/icu/source/common/unistr_props.cpp", |
| 13789 | "third_party/icu/source/common/unistr_titlecase_brkiter.cpp", |
| 13790 | "third_party/icu/source/common/unorm.cpp", |
| 13791 | "third_party/icu/source/common/unormcmp.cpp", |
| 13792 | "third_party/icu/source/common/uobject.cpp", |
| 13793 | "third_party/icu/source/common/uprops.cpp", |
| 13794 | "third_party/icu/source/common/ures_cnv.cpp", |
| 13795 | "third_party/icu/source/common/uresbund.cpp", |
| 13796 | "third_party/icu/source/common/uresdata.cpp", |
| 13797 | "third_party/icu/source/common/usc_impl.cpp", |
| 13798 | "third_party/icu/source/common/uscript.cpp", |
| 13799 | "third_party/icu/source/common/uscript_props.cpp", |
| 13800 | "third_party/icu/source/common/uset.cpp", |
| 13801 | "third_party/icu/source/common/uset_props.cpp", |
| 13802 | "third_party/icu/source/common/usetiter.cpp", |
| 13803 | "third_party/icu/source/common/ushape.cpp", |
| 13804 | "third_party/icu/source/common/usprep.cpp", |
| 13805 | "third_party/icu/source/common/ustack.cpp", |
| 13806 | "third_party/icu/source/common/ustr_cnv.cpp", |
| 13807 | "third_party/icu/source/common/ustr_titlecase_brkiter.cpp", |
| 13808 | "third_party/icu/source/common/ustr_wcs.cpp", |
| 13809 | "third_party/icu/source/common/ustrcase.cpp", |
| 13810 | "third_party/icu/source/common/ustrcase_locale.cpp", |
| 13811 | "third_party/icu/source/common/ustrenum.cpp", |
| 13812 | "third_party/icu/source/common/ustrfmt.cpp", |
| 13813 | "third_party/icu/source/common/ustring.cpp", |
| 13814 | "third_party/icu/source/common/ustrtrns.cpp", |
| 13815 | "third_party/icu/source/common/utext.cpp", |
| 13816 | "third_party/icu/source/common/utf_impl.cpp", |
| 13817 | "third_party/icu/source/common/util.cpp", |
| 13818 | "third_party/icu/source/common/util_props.cpp", |
| 13819 | "third_party/icu/source/common/utrace.cpp", |
| 13820 | "third_party/icu/source/common/utrie.cpp", |
| 13821 | "third_party/icu/source/common/utrie2.cpp", |
| 13822 | "third_party/icu/source/common/utrie2_builder.cpp", |
| 13823 | "third_party/icu/source/common/utrie_swap.cpp", |
| 13824 | "third_party/icu/source/common/uts46.cpp", |
| 13825 | "third_party/icu/source/common/utypes.cpp", |
| 13826 | "third_party/icu/source/common/uvector.cpp", |
| 13827 | "third_party/icu/source/common/uvectr32.cpp", |
| 13828 | "third_party/icu/source/common/uvectr64.cpp", |
| 13829 | "third_party/icu/source/common/wintz.cpp", |
| 13830 | "third_party/icu/source/stubdata/stubdata.cpp", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13831 | ], |
| 13832 | defaults: [ |
| 13833 | "cronet_aml_defaults", |
| 13834 | ], |
| 13835 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13836 | "-DANDROID", |
| 13837 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13838 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13839 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13840 | "-DDCHECK_ALWAYS_ON=1", |
| 13841 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 13842 | "-DHAVE_DLOPEN=0", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13843 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13844 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 13845 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 13846 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
| 13847 | "-DUSE_CHROMIUM_ICU=1", |
| 13848 | "-DU_CHARSET_IS_UTF8=1", |
| 13849 | "-DU_COMMON_IMPLEMENTATION", |
| 13850 | "-DU_ENABLE_DYLOAD=0", |
| 13851 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 13852 | "-DU_ENABLE_TRACING=1", |
| 13853 | "-DU_ICUDATAENTRY_IN_COMMON", |
| 13854 | "-DU_STATIC_IMPLEMENTATION", |
| 13855 | "-DU_USING_ICU_NAMESPACE=0", |
| 13856 | "-D_DEBUG", |
| 13857 | "-D_GNU_SOURCE", |
| 13858 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13859 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13860 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13861 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13862 | ], |
| 13863 | local_include_dirs: [ |
| 13864 | "./", |
| 13865 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 13866 | "buildtools/third_party/libc++/trunk/include", |
| 13867 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13868 | "third_party/icu/source/common/", |
| 13869 | "third_party/icu/source/i18n/", |
| 13870 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 13871 | cpp_std: "c++20", |
Patrick Rohr | 5fae90f | 2022-11-11 08:22:52 -0800 | [diff] [blame] | 13872 | rtti: true, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13873 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13874 | android_x86: { |
| 13875 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13876 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13877 | ], |
| 13878 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13879 | android_x86_64: { |
| 13880 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13881 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13882 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13883 | }, |
| 13884 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13885 | } |
| 13886 | |
| 13887 | // GN: //third_party/icu:icuuc_public |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13888 | cc_object { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13889 | name: "cronet_aml_third_party_icu_icuuc_public", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13890 | defaults: [ |
| 13891 | "cronet_aml_defaults", |
| 13892 | ], |
| 13893 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13894 | "-DANDROID", |
| 13895 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13896 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13897 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 13898 | "-DDCHECK_ALWAYS_ON=1", |
| 13899 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13900 | "-DHAVE_SYS_UIO_H", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13901 | "-D_DEBUG", |
| 13902 | "-D_GNU_SOURCE", |
| 13903 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 13904 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13905 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 13906 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13907 | "-D__STDC_CONSTANT_MACROS", |
| 13908 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13909 | ], |
| 13910 | local_include_dirs: [ |
| 13911 | "./", |
| 13912 | "buildtools/third_party/libc++/", |
| 13913 | "buildtools/third_party/libc++/trunk/include", |
| 13914 | "buildtools/third_party/libc++abi/trunk/include", |
| 13915 | ], |
| 13916 | cpp_std: "c++20", |
| 13917 | target: { |
| 13918 | android_x86: { |
| 13919 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13920 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13921 | ], |
| 13922 | }, |
| 13923 | android_x86_64: { |
| 13924 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13925 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 13926 | ], |
| 13927 | }, |
| 13928 | }, |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 13929 | } |
| 13930 | |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 13931 | // GN: //third_party/libevent:libevent |
| 13932 | cc_library_static { |
| 13933 | name: "cronet_aml_third_party_libevent_libevent", |
| 13934 | srcs: [ |
| 13935 | "third_party/libevent/buffer.c", |
| 13936 | "third_party/libevent/epoll.c", |
| 13937 | "third_party/libevent/evbuffer.c", |
| 13938 | "third_party/libevent/evdns.c", |
| 13939 | "third_party/libevent/event.c", |
| 13940 | "third_party/libevent/event_tagging.c", |
| 13941 | "third_party/libevent/evrpc.c", |
| 13942 | "third_party/libevent/evutil.c", |
| 13943 | "third_party/libevent/http.c", |
| 13944 | "third_party/libevent/log.c", |
| 13945 | "third_party/libevent/poll.c", |
| 13946 | "third_party/libevent/select.c", |
| 13947 | "third_party/libevent/signal.c", |
| 13948 | "third_party/libevent/strlcpy.c", |
| 13949 | ], |
| 13950 | defaults: [ |
| 13951 | "cronet_aml_defaults", |
| 13952 | ], |
| 13953 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13954 | "-DANDROID", |
| 13955 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 13956 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 13957 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 13958 | "-DDCHECK_ALWAYS_ON=1", |
| 13959 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 13960 | "-DHAVE_CONFIG_H", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13961 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 13962 | "-D_DEBUG", |
| 13963 | "-D_GNU_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 13964 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 13965 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 13966 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 13967 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 13968 | ], |
| 13969 | local_include_dirs: [ |
| 13970 | "./", |
| 13971 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 13972 | "buildtools/third_party/libc++/trunk/include", |
| 13973 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 13974 | "third_party/libevent/android/", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 13975 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 13976 | cpp_std: "c++20", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13977 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13978 | android_x86: { |
| 13979 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13980 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13981 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 13982 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13983 | android_x86_64: { |
| 13984 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 13985 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13986 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 13987 | }, |
| 13988 | }, |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 13989 | } |
| 13990 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 13991 | // GN: //third_party/metrics_proto:metrics_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 13992 | cc_genrule { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 13993 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 13994 | srcs: [ |
| 13995 | "third_party/metrics_proto/call_stack_profile.proto", |
| 13996 | "third_party/metrics_proto/cast_logs.proto", |
| 13997 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 13998 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 13999 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 14000 | "third_party/metrics_proto/custom_tab_session.proto", |
| 14001 | "third_party/metrics_proto/execution_context.proto", |
| 14002 | "third_party/metrics_proto/extension_install.proto", |
| 14003 | "third_party/metrics_proto/histogram_event.proto", |
| 14004 | "third_party/metrics_proto/omnibox_event.proto", |
| 14005 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 14006 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 14007 | "third_party/metrics_proto/perf_data.proto", |
| 14008 | "third_party/metrics_proto/perf_stat.proto", |
| 14009 | "third_party/metrics_proto/printer_event.proto", |
| 14010 | "third_party/metrics_proto/reporting_info.proto", |
| 14011 | "third_party/metrics_proto/sampled_profile.proto", |
| 14012 | "third_party/metrics_proto/structured_data.proto", |
| 14013 | "third_party/metrics_proto/system_profile.proto", |
| 14014 | "third_party/metrics_proto/trace_log.proto", |
| 14015 | "third_party/metrics_proto/translate_event.proto", |
| 14016 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 14017 | "third_party/metrics_proto/ukm/entry.proto", |
| 14018 | "third_party/metrics_proto/ukm/report.proto", |
| 14019 | "third_party/metrics_proto/ukm/source.proto", |
| 14020 | "third_party/metrics_proto/user_action_event.proto", |
| 14021 | "third_party/metrics_proto/user_demographics.proto", |
| 14022 | ], |
| 14023 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 14024 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 14025 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 14026 | 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] | 14027 | out: [ |
| 14028 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.cc", |
| 14029 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.cc", |
| 14030 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.cc", |
| 14031 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.cc", |
| 14032 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.cc", |
| 14033 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.cc", |
| 14034 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.cc", |
| 14035 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.cc", |
| 14036 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.cc", |
| 14037 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.cc", |
| 14038 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.cc", |
| 14039 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.cc", |
| 14040 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.cc", |
| 14041 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.cc", |
| 14042 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.cc", |
| 14043 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.cc", |
| 14044 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.cc", |
| 14045 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.cc", |
| 14046 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.cc", |
| 14047 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.cc", |
| 14048 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.cc", |
| 14049 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.cc", |
| 14050 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.cc", |
| 14051 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.cc", |
| 14052 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.cc", |
| 14053 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.cc", |
| 14054 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.cc", |
| 14055 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 14056 | apex_available: [ |
| 14057 | "com.android.tethering", |
| 14058 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 14059 | } |
| 14060 | |
| 14061 | // GN: //third_party/metrics_proto:metrics_proto |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 14062 | cc_genrule { |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 14063 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 14064 | srcs: [ |
| 14065 | "third_party/metrics_proto/call_stack_profile.proto", |
| 14066 | "third_party/metrics_proto/cast_logs.proto", |
| 14067 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 14068 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 14069 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 14070 | "third_party/metrics_proto/custom_tab_session.proto", |
| 14071 | "third_party/metrics_proto/execution_context.proto", |
| 14072 | "third_party/metrics_proto/extension_install.proto", |
| 14073 | "third_party/metrics_proto/histogram_event.proto", |
| 14074 | "third_party/metrics_proto/omnibox_event.proto", |
| 14075 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 14076 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 14077 | "third_party/metrics_proto/perf_data.proto", |
| 14078 | "third_party/metrics_proto/perf_stat.proto", |
| 14079 | "third_party/metrics_proto/printer_event.proto", |
| 14080 | "third_party/metrics_proto/reporting_info.proto", |
| 14081 | "third_party/metrics_proto/sampled_profile.proto", |
| 14082 | "third_party/metrics_proto/structured_data.proto", |
| 14083 | "third_party/metrics_proto/system_profile.proto", |
| 14084 | "third_party/metrics_proto/trace_log.proto", |
| 14085 | "third_party/metrics_proto/translate_event.proto", |
| 14086 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 14087 | "third_party/metrics_proto/ukm/entry.proto", |
| 14088 | "third_party/metrics_proto/ukm/report.proto", |
| 14089 | "third_party/metrics_proto/ukm/source.proto", |
| 14090 | "third_party/metrics_proto/user_action_event.proto", |
| 14091 | "third_party/metrics_proto/user_demographics.proto", |
| 14092 | ], |
| 14093 | tools: [ |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 14094 | "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 14095 | ], |
Motomu Utsumi | bd4013f | 2022-11-17 16:06:05 +0900 | [diff] [blame] | 14096 | 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] | 14097 | out: [ |
| 14098 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.h", |
| 14099 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.h", |
| 14100 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.h", |
| 14101 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.h", |
| 14102 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.h", |
| 14103 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.h", |
| 14104 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.h", |
| 14105 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.h", |
| 14106 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.h", |
| 14107 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.h", |
| 14108 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.h", |
| 14109 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.h", |
| 14110 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.h", |
| 14111 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.h", |
| 14112 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.h", |
| 14113 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.h", |
| 14114 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.h", |
| 14115 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.h", |
| 14116 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.h", |
| 14117 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.h", |
| 14118 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.h", |
| 14119 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.h", |
| 14120 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.h", |
| 14121 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.h", |
| 14122 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.h", |
| 14123 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.h", |
| 14124 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.h", |
| 14125 | ], |
| 14126 | export_include_dirs: [ |
| 14127 | ".", |
| 14128 | "protos", |
| 14129 | "third_party/metrics_proto", |
| 14130 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 14131 | apex_available: [ |
| 14132 | "com.android.tethering", |
| 14133 | ], |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 14134 | } |
| 14135 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 14136 | // GN: //third_party/modp_b64:modp_b64 |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 14137 | cc_library_static { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 14138 | name: "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 14139 | srcs: [ |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 14140 | "third_party/modp_b64/modp_b64.cc", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 14141 | ], |
| 14142 | defaults: [ |
| 14143 | "cronet_aml_defaults", |
| 14144 | ], |
| 14145 | cflags: [ |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 14146 | "-DANDROID", |
| 14147 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 14148 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14149 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 14150 | "-DDCHECK_ALWAYS_ON=1", |
| 14151 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 0913f0b | 2022-12-13 09:13:20 -0800 | [diff] [blame] | 14152 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 14153 | "-D_DEBUG", |
| 14154 | "-D_GNU_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 14155 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 14156 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 14157 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 14158 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 14159 | "-D__STDC_CONSTANT_MACROS", |
| 14160 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 14161 | ], |
| 14162 | local_include_dirs: [ |
| 14163 | "./", |
| 14164 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 14165 | "buildtools/third_party/libc++/trunk/include", |
| 14166 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 14167 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 14168 | cpp_std: "c++20", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14169 | target: { |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14170 | android_x86: { |
| 14171 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14172 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14173 | ], |
| 14174 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14175 | android_x86_64: { |
| 14176 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14177 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14178 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14179 | }, |
| 14180 | }, |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 14181 | } |
| 14182 | |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14183 | // GN: //third_party/protobuf:protobuf_full |
| 14184 | cc_library_static { |
| 14185 | name: "cronet_aml_third_party_protobuf_protobuf_full", |
| 14186 | srcs: [ |
| 14187 | "third_party/protobuf/src/google/protobuf/any.cc", |
| 14188 | "third_party/protobuf/src/google/protobuf/any.pb.cc", |
| 14189 | "third_party/protobuf/src/google/protobuf/any_lite.cc", |
| 14190 | "third_party/protobuf/src/google/protobuf/api.pb.cc", |
| 14191 | "third_party/protobuf/src/google/protobuf/arena.cc", |
| 14192 | "third_party/protobuf/src/google/protobuf/arenastring.cc", |
| 14193 | "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc", |
| 14194 | "third_party/protobuf/src/google/protobuf/compiler/importer.cc", |
| 14195 | "third_party/protobuf/src/google/protobuf/compiler/parser.cc", |
| 14196 | "third_party/protobuf/src/google/protobuf/descriptor.cc", |
| 14197 | "third_party/protobuf/src/google/protobuf/descriptor.pb.cc", |
| 14198 | "third_party/protobuf/src/google/protobuf/descriptor_database.cc", |
| 14199 | "third_party/protobuf/src/google/protobuf/duration.pb.cc", |
| 14200 | "third_party/protobuf/src/google/protobuf/dynamic_message.cc", |
| 14201 | "third_party/protobuf/src/google/protobuf/empty.pb.cc", |
| 14202 | "third_party/protobuf/src/google/protobuf/extension_set.cc", |
| 14203 | "third_party/protobuf/src/google/protobuf/extension_set_heavy.cc", |
| 14204 | "third_party/protobuf/src/google/protobuf/field_mask.pb.cc", |
| 14205 | "third_party/protobuf/src/google/protobuf/generated_enum_util.cc", |
| 14206 | "third_party/protobuf/src/google/protobuf/generated_message_bases.cc", |
| 14207 | "third_party/protobuf/src/google/protobuf/generated_message_reflection.cc", |
| 14208 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_full.cc", |
| 14209 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc", |
| 14210 | "third_party/protobuf/src/google/protobuf/generated_message_util.cc", |
| 14211 | "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc", |
| 14212 | "third_party/protobuf/src/google/protobuf/inlined_string_field.cc", |
| 14213 | "third_party/protobuf/src/google/protobuf/io/coded_stream.cc", |
| 14214 | "third_party/protobuf/src/google/protobuf/io/gzip_stream.cc", |
| 14215 | "third_party/protobuf/src/google/protobuf/io/io_win32.cc", |
| 14216 | "third_party/protobuf/src/google/protobuf/io/printer.cc", |
| 14217 | "third_party/protobuf/src/google/protobuf/io/strtod.cc", |
| 14218 | "third_party/protobuf/src/google/protobuf/io/tokenizer.cc", |
| 14219 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc", |
| 14220 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc", |
| 14221 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", |
| 14222 | "third_party/protobuf/src/google/protobuf/map.cc", |
| 14223 | "third_party/protobuf/src/google/protobuf/map_field.cc", |
| 14224 | "third_party/protobuf/src/google/protobuf/message.cc", |
| 14225 | "third_party/protobuf/src/google/protobuf/message_lite.cc", |
| 14226 | "third_party/protobuf/src/google/protobuf/parse_context.cc", |
| 14227 | "third_party/protobuf/src/google/protobuf/reflection_ops.cc", |
| 14228 | "third_party/protobuf/src/google/protobuf/repeated_field.cc", |
| 14229 | "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc", |
| 14230 | "third_party/protobuf/src/google/protobuf/service.cc", |
| 14231 | "third_party/protobuf/src/google/protobuf/source_context.pb.cc", |
| 14232 | "third_party/protobuf/src/google/protobuf/struct.pb.cc", |
| 14233 | "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc", |
| 14234 | "third_party/protobuf/src/google/protobuf/stubs/common.cc", |
| 14235 | "third_party/protobuf/src/google/protobuf/stubs/int128.cc", |
| 14236 | "third_party/protobuf/src/google/protobuf/stubs/status.cc", |
| 14237 | "third_party/protobuf/src/google/protobuf/stubs/statusor.cc", |
| 14238 | "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc", |
| 14239 | "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc", |
| 14240 | "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc", |
| 14241 | "third_party/protobuf/src/google/protobuf/stubs/strutil.cc", |
| 14242 | "third_party/protobuf/src/google/protobuf/stubs/substitute.cc", |
| 14243 | "third_party/protobuf/src/google/protobuf/stubs/time.cc", |
| 14244 | "third_party/protobuf/src/google/protobuf/text_format.cc", |
| 14245 | "third_party/protobuf/src/google/protobuf/timestamp.pb.cc", |
| 14246 | "third_party/protobuf/src/google/protobuf/type.pb.cc", |
| 14247 | "third_party/protobuf/src/google/protobuf/unknown_field_set.cc", |
| 14248 | "third_party/protobuf/src/google/protobuf/util/delimited_message_util.cc", |
| 14249 | "third_party/protobuf/src/google/protobuf/util/field_comparator.cc", |
| 14250 | "third_party/protobuf/src/google/protobuf/util/field_mask_util.cc", |
| 14251 | "third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc", |
| 14252 | "third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc", |
| 14253 | "third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc", |
| 14254 | "third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc", |
| 14255 | "third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc", |
| 14256 | "third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc", |
| 14257 | "third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc", |
| 14258 | "third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc", |
| 14259 | "third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc", |
| 14260 | "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc", |
| 14261 | "third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc", |
| 14262 | "third_party/protobuf/src/google/protobuf/util/internal/type_info.cc", |
| 14263 | "third_party/protobuf/src/google/protobuf/util/internal/utility.cc", |
| 14264 | "third_party/protobuf/src/google/protobuf/util/json_util.cc", |
| 14265 | "third_party/protobuf/src/google/protobuf/util/message_differencer.cc", |
| 14266 | "third_party/protobuf/src/google/protobuf/util/time_util.cc", |
| 14267 | "third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc", |
| 14268 | "third_party/protobuf/src/google/protobuf/wire_format.cc", |
| 14269 | "third_party/protobuf/src/google/protobuf/wire_format_lite.cc", |
| 14270 | "third_party/protobuf/src/google/protobuf/wrappers.pb.cc", |
| 14271 | ], |
| 14272 | static_libs: [ |
| 14273 | "cronet_aml_third_party_zlib_zlib", |
| 14274 | ], |
| 14275 | host_supported: true, |
| 14276 | device_supported: false, |
| 14277 | defaults: [ |
| 14278 | "cronet_aml_defaults", |
| 14279 | ], |
| 14280 | cflags: [ |
| 14281 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14282 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14283 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 14284 | "-DDCHECK_ALWAYS_ON=1", |
| 14285 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 14286 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 14287 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 14288 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 14289 | "-DHAVE_PTHREAD", |
| 14290 | "-DHAVE_ZLIB", |
| 14291 | "-DUSE_AURA=1", |
| 14292 | "-DUSE_OZONE=1", |
| 14293 | "-DUSE_UDEV", |
| 14294 | "-D_DEBUG", |
| 14295 | "-D_FILE_OFFSET_BITS=64", |
| 14296 | "-D_GNU_SOURCE", |
| 14297 | "-D_LARGEFILE64_SOURCE", |
| 14298 | "-D_LARGEFILE_SOURCE", |
| 14299 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14300 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14301 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14302 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14303 | "-msse3", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14304 | ], |
| 14305 | local_include_dirs: [ |
| 14306 | "./", |
| 14307 | "buildtools/third_party/libc++/", |
| 14308 | "buildtools/third_party/libc++/trunk/include", |
| 14309 | "buildtools/third_party/libc++abi/trunk/include", |
| 14310 | "third_party/protobuf/src/", |
| 14311 | "third_party/zlib/", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14312 | ], |
| 14313 | cpp_std: "c++20", |
| 14314 | } |
| 14315 | |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 14316 | // GN: //third_party/protobuf:protobuf_lite |
| 14317 | cc_library_static { |
| 14318 | name: "cronet_aml_third_party_protobuf_protobuf_lite", |
| 14319 | srcs: [ |
| 14320 | "third_party/protobuf/src/google/protobuf/any_lite.cc", |
| 14321 | "third_party/protobuf/src/google/protobuf/arena.cc", |
| 14322 | "third_party/protobuf/src/google/protobuf/arenastring.cc", |
| 14323 | "third_party/protobuf/src/google/protobuf/arenaz_sampler.cc", |
| 14324 | "third_party/protobuf/src/google/protobuf/extension_set.cc", |
| 14325 | "third_party/protobuf/src/google/protobuf/generated_enum_util.cc", |
| 14326 | "third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc", |
| 14327 | "third_party/protobuf/src/google/protobuf/generated_message_util.cc", |
| 14328 | "third_party/protobuf/src/google/protobuf/implicit_weak_message.cc", |
| 14329 | "third_party/protobuf/src/google/protobuf/inlined_string_field.cc", |
| 14330 | "third_party/protobuf/src/google/protobuf/io/coded_stream.cc", |
| 14331 | "third_party/protobuf/src/google/protobuf/io/io_win32.cc", |
| 14332 | "third_party/protobuf/src/google/protobuf/io/strtod.cc", |
| 14333 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc", |
| 14334 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc", |
| 14335 | "third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", |
| 14336 | "third_party/protobuf/src/google/protobuf/map.cc", |
| 14337 | "third_party/protobuf/src/google/protobuf/message_lite.cc", |
| 14338 | "third_party/protobuf/src/google/protobuf/parse_context.cc", |
| 14339 | "third_party/protobuf/src/google/protobuf/repeated_field.cc", |
| 14340 | "third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc", |
| 14341 | "third_party/protobuf/src/google/protobuf/stubs/bytestream.cc", |
| 14342 | "third_party/protobuf/src/google/protobuf/stubs/common.cc", |
| 14343 | "third_party/protobuf/src/google/protobuf/stubs/int128.cc", |
| 14344 | "third_party/protobuf/src/google/protobuf/stubs/status.cc", |
| 14345 | "third_party/protobuf/src/google/protobuf/stubs/statusor.cc", |
| 14346 | "third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc", |
| 14347 | "third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc", |
| 14348 | "third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc", |
| 14349 | "third_party/protobuf/src/google/protobuf/stubs/strutil.cc", |
| 14350 | "third_party/protobuf/src/google/protobuf/stubs/time.cc", |
| 14351 | "third_party/protobuf/src/google/protobuf/wire_format_lite.cc", |
| 14352 | ], |
| 14353 | shared_libs: [ |
| 14354 | "liblog", |
| 14355 | ], |
| 14356 | defaults: [ |
| 14357 | "cronet_aml_defaults", |
| 14358 | ], |
| 14359 | cflags: [ |
| 14360 | "-DANDROID", |
| 14361 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14362 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14363 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14364 | "-DDCHECK_ALWAYS_ON=1", |
| 14365 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 14366 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 14367 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 14368 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 14369 | "-DHAVE_PTHREAD", |
| 14370 | "-DHAVE_SYS_UIO_H", |
| 14371 | "-D_DEBUG", |
| 14372 | "-D_GNU_SOURCE", |
| 14373 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14374 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14375 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14376 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14377 | ], |
| 14378 | local_include_dirs: [ |
| 14379 | "./", |
| 14380 | "buildtools/third_party/libc++/", |
| 14381 | "buildtools/third_party/libc++/trunk/include", |
| 14382 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | f2f96d0 | 2022-11-16 17:57:41 +0900 | [diff] [blame] | 14383 | "third_party/protobuf/src/", |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 14384 | ], |
| 14385 | cpp_std: "c++20", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14386 | target: { |
| 14387 | android_x86: { |
| 14388 | cflags: [ |
| 14389 | "-msse3", |
| 14390 | ], |
| 14391 | }, |
| 14392 | android_x86_64: { |
| 14393 | cflags: [ |
| 14394 | "-msse3", |
| 14395 | ], |
| 14396 | }, |
| 14397 | }, |
Motomu Utsumi | e6fc72b | 2022-11-16 17:56:51 +0900 | [diff] [blame] | 14398 | } |
| 14399 | |
Patrick Rohr | ad7a29c | 2022-11-16 21:48:09 -0800 | [diff] [blame] | 14400 | // GN: //third_party/protobuf:protoc |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14401 | cc_binary { |
Patrick Rohr | ad7a29c | 2022-11-16 21:48:09 -0800 | [diff] [blame] | 14402 | name: "cronet_aml_third_party_protobuf_protoc", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14403 | srcs: [ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14404 | ":cronet_aml_buildtools_third_party_libc___libc__", |
| 14405 | ":cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14406 | "third_party/protobuf/src/google/protobuf/compiler/main.cc", |
| 14407 | ], |
| 14408 | static_libs: [ |
Motomu Utsumi | 6ccc9d8 | 2022-11-16 18:05:45 +0900 | [diff] [blame] | 14409 | "cronet_aml_third_party_protobuf_protobuf_full", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14410 | "cronet_aml_third_party_protobuf_protoc_lib", |
| 14411 | "cronet_aml_third_party_zlib_zlib", |
| 14412 | ], |
| 14413 | host_supported: true, |
| 14414 | device_supported: false, |
| 14415 | defaults: [ |
| 14416 | "cronet_aml_defaults", |
| 14417 | ], |
| 14418 | cflags: [ |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14419 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14420 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14421 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 14422 | "-DDCHECK_ALWAYS_ON=1", |
| 14423 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 14424 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 14425 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 14426 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 14427 | "-DHAVE_PTHREAD", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14428 | "-DUSE_AURA=1", |
| 14429 | "-DUSE_OZONE=1", |
| 14430 | "-DUSE_UDEV", |
| 14431 | "-D_DEBUG", |
| 14432 | "-D_FILE_OFFSET_BITS=64", |
| 14433 | "-D_GNU_SOURCE", |
| 14434 | "-D_LARGEFILE64_SOURCE", |
| 14435 | "-D_LARGEFILE_SOURCE", |
| 14436 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14437 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14438 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14439 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14440 | "-msse3", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14441 | ], |
| 14442 | local_include_dirs: [ |
| 14443 | "./", |
| 14444 | "buildtools/third_party/libc++/", |
| 14445 | "buildtools/third_party/libc++/trunk/include", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14446 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14447 | "third_party/protobuf/src/", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14448 | ], |
| 14449 | cpp_std: "c++20", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14450 | } |
| 14451 | |
| 14452 | // GN: //third_party/protobuf:protoc_lib |
| 14453 | cc_library_static { |
| 14454 | name: "cronet_aml_third_party_protobuf_protoc_lib", |
| 14455 | srcs: [ |
| 14456 | "third_party/protobuf/src/google/protobuf/compiler/code_generator.cc", |
| 14457 | "third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc", |
| 14458 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc", |
| 14459 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc", |
| 14460 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc", |
| 14461 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc", |
| 14462 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc", |
| 14463 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc", |
| 14464 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc", |
| 14465 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc", |
| 14466 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc", |
| 14467 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc", |
| 14468 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc", |
| 14469 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc", |
| 14470 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc", |
| 14471 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc", |
| 14472 | "third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc", |
| 14473 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc", |
| 14474 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc", |
| 14475 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc", |
| 14476 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc", |
| 14477 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc", |
| 14478 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc", |
| 14479 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc", |
| 14480 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc", |
| 14481 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc", |
| 14482 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc", |
| 14483 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc", |
| 14484 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc", |
| 14485 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc", |
| 14486 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc", |
| 14487 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc", |
| 14488 | "third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc", |
| 14489 | "third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc", |
| 14490 | "third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc", |
| 14491 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc", |
| 14492 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc", |
| 14493 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc", |
| 14494 | "third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc", |
| 14495 | "third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc", |
| 14496 | "third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc", |
| 14497 | "third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc", |
| 14498 | "third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc", |
| 14499 | "third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc", |
| 14500 | "third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc", |
| 14501 | "third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc", |
| 14502 | "third_party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.cc", |
| 14503 | "third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc", |
| 14504 | "third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc", |
| 14505 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc", |
| 14506 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc", |
| 14507 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc", |
| 14508 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc", |
| 14509 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc", |
| 14510 | "third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc", |
| 14511 | "third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc", |
| 14512 | "third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc", |
| 14513 | "third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc", |
| 14514 | "third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc", |
| 14515 | "third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc", |
| 14516 | "third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc", |
| 14517 | "third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc", |
| 14518 | "third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc", |
| 14519 | "third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc", |
| 14520 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc", |
| 14521 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc", |
| 14522 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc", |
| 14523 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc", |
| 14524 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc", |
| 14525 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc", |
| 14526 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc", |
| 14527 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc", |
| 14528 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc", |
| 14529 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc", |
| 14530 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc", |
| 14531 | "third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc", |
| 14532 | "third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc", |
| 14533 | "third_party/protobuf/src/google/protobuf/compiler/plugin.cc", |
| 14534 | "third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc", |
| 14535 | "third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc", |
| 14536 | "third_party/protobuf/src/google/protobuf/compiler/python/python_helpers.cc", |
| 14537 | "third_party/protobuf/src/google/protobuf/compiler/python/python_pyi_generator.cc", |
| 14538 | "third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc", |
| 14539 | "third_party/protobuf/src/google/protobuf/compiler/subprocess.cc", |
| 14540 | "third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc", |
| 14541 | ], |
| 14542 | static_libs: [ |
| 14543 | "cronet_aml_third_party_protobuf_protobuf_full", |
| 14544 | "cronet_aml_third_party_zlib_zlib", |
| 14545 | ], |
| 14546 | host_supported: true, |
| 14547 | device_supported: false, |
| 14548 | defaults: [ |
| 14549 | "cronet_aml_defaults", |
| 14550 | ], |
| 14551 | cflags: [ |
| 14552 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14553 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14554 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 14555 | "-DDCHECK_ALWAYS_ON=1", |
| 14556 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 14557 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 14558 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 14559 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 14560 | "-DHAVE_PTHREAD", |
| 14561 | "-DUSE_AURA=1", |
| 14562 | "-DUSE_OZONE=1", |
| 14563 | "-DUSE_UDEV", |
| 14564 | "-D_DEBUG", |
| 14565 | "-D_FILE_OFFSET_BITS=64", |
| 14566 | "-D_GNU_SOURCE", |
| 14567 | "-D_LARGEFILE64_SOURCE", |
| 14568 | "-D_LARGEFILE_SOURCE", |
| 14569 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14570 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14571 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14572 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14573 | "-msse3", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14574 | ], |
| 14575 | local_include_dirs: [ |
| 14576 | "./", |
| 14577 | "buildtools/third_party/libc++/", |
| 14578 | "buildtools/third_party/libc++/trunk/include", |
| 14579 | "buildtools/third_party/libc++abi/trunk/include", |
| 14580 | "third_party/protobuf/src/", |
Motomu Utsumi | dee9ce0 | 2022-11-16 18:02:41 +0900 | [diff] [blame] | 14581 | ], |
| 14582 | cpp_std: "c++20", |
| 14583 | } |
| 14584 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14585 | // GN: //third_party/zlib:zlib |
| 14586 | cc_library_static { |
| 14587 | name: "cronet_aml_third_party_zlib_zlib", |
| 14588 | srcs: [ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14589 | ":cronet_aml_third_party_zlib_zlib_adler32_simd", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14590 | ":cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14591 | "third_party/zlib/adler32.c", |
| 14592 | "third_party/zlib/compress.c", |
| 14593 | "third_party/zlib/cpu_features.c", |
| 14594 | "third_party/zlib/crc32.c", |
| 14595 | "third_party/zlib/deflate.c", |
| 14596 | "third_party/zlib/gzclose.c", |
| 14597 | "third_party/zlib/gzlib.c", |
| 14598 | "third_party/zlib/gzread.c", |
| 14599 | "third_party/zlib/gzwrite.c", |
| 14600 | "third_party/zlib/infback.c", |
| 14601 | "third_party/zlib/inffast.c", |
| 14602 | "third_party/zlib/inftrees.c", |
| 14603 | "third_party/zlib/trees.c", |
| 14604 | "third_party/zlib/uncompr.c", |
| 14605 | "third_party/zlib/zutil.c", |
| 14606 | ], |
Patrick Rohr | c8f41cd | 2022-11-15 22:46:10 -0800 | [diff] [blame] | 14607 | host_supported: true, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14608 | defaults: [ |
| 14609 | "cronet_aml_defaults", |
| 14610 | ], |
| 14611 | cflags: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14612 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14613 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14614 | "-DDCHECK_ALWAYS_ON=1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14615 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14616 | "-DZLIB_DEBUG", |
| 14617 | "-DZLIB_IMPLEMENTATION", |
| 14618 | "-D_DEBUG", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14619 | "-D_GNU_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14620 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14621 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14622 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14623 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14624 | ], |
| 14625 | local_include_dirs: [ |
| 14626 | "./", |
| 14627 | "buildtools/third_party/libc++/", |
| 14628 | "buildtools/third_party/libc++/trunk/include", |
| 14629 | "buildtools/third_party/libc++abi/trunk/include", |
| 14630 | "third_party/zlib/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14631 | ], |
| 14632 | cpp_std: "c++20", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14633 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14634 | android_arm: { |
| 14635 | srcs: [ |
| 14636 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 14637 | ":cronet_aml_third_party_zlib_zlib_arm_crc32", |
| 14638 | ], |
| 14639 | cflags: [ |
| 14640 | "-DADLER32_SIMD_NEON", |
| 14641 | "-DANDROID", |
| 14642 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14643 | "-DARMV8_OS_ANDROID", |
| 14644 | "-DCRC32_ARMV8_CRC32", |
| 14645 | "-DDEFLATE_SLIDE_HASH_NEON", |
| 14646 | "-DHAVE_SYS_UIO_H", |
| 14647 | "-DINFLATE_CHUNK_SIMD_NEON", |
| 14648 | ], |
| 14649 | local_include_dirs: [ |
| 14650 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 14651 | ], |
| 14652 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 14653 | android_arm64: { |
| 14654 | srcs: [ |
| 14655 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 14656 | ":cronet_aml_third_party_zlib_zlib_arm_crc32", |
| 14657 | ], |
| 14658 | cflags: [ |
| 14659 | "-DADLER32_SIMD_NEON", |
| 14660 | "-DANDROID", |
| 14661 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14662 | "-DARMV8_OS_ANDROID", |
| 14663 | "-DCRC32_ARMV8_CRC32", |
| 14664 | "-DDEFLATE_SLIDE_HASH_NEON", |
| 14665 | "-DHAVE_SYS_UIO_H", |
| 14666 | "-DINFLATE_CHUNK_READ_64LE", |
| 14667 | "-DINFLATE_CHUNK_SIMD_NEON", |
| 14668 | ], |
| 14669 | local_include_dirs: [ |
| 14670 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 14671 | ], |
| 14672 | }, |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14673 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14674 | srcs: [ |
| 14675 | ":cronet_aml_third_party_android_ndk_cpu_features", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14676 | ":cronet_aml_third_party_zlib_zlib_crc32_simd", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14677 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14678 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14679 | "-DADLER32_SIMD_SSSE3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14680 | "-DANDROID", |
| 14681 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14682 | "-DCRC32_SIMD_SSE42_PCLMUL", |
| 14683 | "-DDEFLATE_SLIDE_HASH_SSE2", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14684 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14685 | "-DINFLATE_CHUNK_SIMD_SSE2", |
| 14686 | "-DX86_NOT_WINDOWS", |
| 14687 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14688 | ], |
| 14689 | local_include_dirs: [ |
| 14690 | "third_party/android_ndk/sources/android/cpufeatures/", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14691 | ], |
| 14692 | }, |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14693 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14694 | srcs: [ |
| 14695 | ":cronet_aml_third_party_android_ndk_cpu_features", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14696 | ":cronet_aml_third_party_zlib_zlib_crc32_simd", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14697 | ], |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14698 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14699 | "-DADLER32_SIMD_SSSE3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14700 | "-DANDROID", |
| 14701 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14702 | "-DCRC32_SIMD_SSE42_PCLMUL", |
| 14703 | "-DDEFLATE_SLIDE_HASH_SSE2", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14704 | "-DHAVE_SYS_UIO_H", |
| 14705 | "-DINFLATE_CHUNK_READ_64LE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14706 | "-DINFLATE_CHUNK_SIMD_SSE2", |
| 14707 | "-DX86_NOT_WINDOWS", |
| 14708 | "-msse3", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14709 | ], |
| 14710 | local_include_dirs: [ |
| 14711 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 14712 | ], |
| 14713 | }, |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14714 | host: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14715 | srcs: [ |
| 14716 | ":cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 14717 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14718 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14719 | "-DADLER32_SIMD_SSSE3", |
| 14720 | "-DCRC32_SIMD_SSE42_PCLMUL", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14721 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14722 | "-DDEFLATE_SLIDE_HASH_SSE2", |
Motomu Utsumi | 6550118 | 2022-11-18 15:26:35 +0900 | [diff] [blame] | 14723 | "-DINFLATE_CHUNK_READ_64LE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14724 | "-DINFLATE_CHUNK_SIMD_SSE2", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14725 | "-DUSE_AURA=1", |
| 14726 | "-DUSE_OZONE=1", |
| 14727 | "-DUSE_UDEV", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14728 | "-DX86_NOT_WINDOWS", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14729 | "-D_FILE_OFFSET_BITS=64", |
| 14730 | "-D_LARGEFILE64_SOURCE", |
| 14731 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14732 | "-msse3", |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14733 | ], |
Motomu Utsumi | f0f4768 | 2022-11-17 22:34:39 +0900 | [diff] [blame] | 14734 | }, |
| 14735 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14736 | } |
| 14737 | |
| 14738 | // GN: //third_party/zlib:zlib_adler32_simd |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14739 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14740 | name: "cronet_aml_third_party_zlib_zlib_adler32_simd", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14741 | srcs: [ |
| 14742 | "third_party/zlib/adler32_simd.c", |
| 14743 | ], |
| 14744 | host_supported: true, |
| 14745 | defaults: [ |
| 14746 | "cronet_aml_defaults", |
| 14747 | ], |
| 14748 | cflags: [ |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14749 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14750 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14751 | "-DDCHECK_ALWAYS_ON=1", |
| 14752 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14753 | "-DZLIB_DEBUG", |
| 14754 | "-DZLIB_IMPLEMENTATION", |
| 14755 | "-D_DEBUG", |
| 14756 | "-D_GNU_SOURCE", |
| 14757 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14758 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14759 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14760 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14761 | "-D__STDC_CONSTANT_MACROS", |
| 14762 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14763 | ], |
| 14764 | local_include_dirs: [ |
| 14765 | "./", |
| 14766 | "buildtools/third_party/libc++/", |
| 14767 | "buildtools/third_party/libc++/trunk/include", |
| 14768 | "buildtools/third_party/libc++abi/trunk/include", |
| 14769 | ], |
| 14770 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14771 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14772 | android_arm: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14773 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14774 | "-DADLER32_SIMD_NEON", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14775 | "-DANDROID", |
| 14776 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14777 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14778 | ], |
| 14779 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 14780 | android_arm64: { |
| 14781 | cflags: [ |
| 14782 | "-DADLER32_SIMD_NEON", |
| 14783 | "-DANDROID", |
| 14784 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14785 | "-DHAVE_SYS_UIO_H", |
| 14786 | ], |
| 14787 | }, |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14788 | android_x86: { |
| 14789 | cflags: [ |
| 14790 | "-DADLER32_SIMD_SSSE3", |
| 14791 | "-DANDROID", |
| 14792 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14793 | "-DHAVE_SYS_UIO_H", |
| 14794 | "-DX86_NOT_WINDOWS", |
| 14795 | "-msse3", |
| 14796 | "-mssse3", |
| 14797 | ], |
| 14798 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14799 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14800 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14801 | "-DADLER32_SIMD_SSSE3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14802 | "-DANDROID", |
| 14803 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14804 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14805 | "-DX86_NOT_WINDOWS", |
| 14806 | "-msse3", |
| 14807 | "-mssse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14808 | ], |
| 14809 | }, |
| 14810 | host: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14811 | cflags: [ |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14812 | "-DADLER32_SIMD_SSSE3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14813 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 14814 | "-DUSE_AURA=1", |
| 14815 | "-DUSE_OZONE=1", |
| 14816 | "-DUSE_UDEV", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14817 | "-DX86_NOT_WINDOWS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14818 | "-D_FILE_OFFSET_BITS=64", |
| 14819 | "-D_LARGEFILE64_SOURCE", |
| 14820 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14821 | "-msse3", |
| 14822 | "-mssse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14823 | ], |
| 14824 | }, |
| 14825 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14826 | } |
| 14827 | |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14828 | // GN: //third_party/zlib:zlib_arm_crc32 |
| 14829 | cc_object { |
| 14830 | name: "cronet_aml_third_party_zlib_zlib_arm_crc32", |
| 14831 | srcs: [ |
| 14832 | "third_party/zlib/crc32_simd.c", |
| 14833 | ], |
| 14834 | defaults: [ |
| 14835 | "cronet_aml_defaults", |
| 14836 | ], |
| 14837 | cflags: [ |
| 14838 | "-DANDROID", |
| 14839 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14840 | "-DARMV8_OS_ANDROID", |
| 14841 | "-DCRC32_ARMV8_CRC32", |
| 14842 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14843 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14844 | "-DDCHECK_ALWAYS_ON=1", |
| 14845 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 14846 | "-DHAVE_SYS_UIO_H", |
| 14847 | "-DZLIB_DEBUG", |
| 14848 | "-DZLIB_IMPLEMENTATION", |
| 14849 | "-D_DEBUG", |
| 14850 | "-D_GNU_SOURCE", |
| 14851 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14852 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14853 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14854 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14855 | "-D__STDC_CONSTANT_MACROS", |
| 14856 | "-D__STDC_FORMAT_MACROS", |
| 14857 | ], |
| 14858 | local_include_dirs: [ |
| 14859 | "./", |
| 14860 | "buildtools/third_party/libc++/", |
| 14861 | "buildtools/third_party/libc++/trunk/include", |
| 14862 | "buildtools/third_party/libc++abi/trunk/include", |
| 14863 | "third_party/zlib/", |
| 14864 | ], |
| 14865 | cpp_std: "c++20", |
| 14866 | } |
| 14867 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14868 | // GN: //third_party/zlib:zlib_common_headers |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14869 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 14870 | name: "cronet_aml_third_party_zlib_zlib_common_headers", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14871 | host_supported: true, |
| 14872 | defaults: [ |
| 14873 | "cronet_aml_defaults", |
| 14874 | ], |
| 14875 | cflags: [ |
| 14876 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14877 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14878 | "-DDCHECK_ALWAYS_ON=1", |
| 14879 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 14880 | "-D_DEBUG", |
| 14881 | "-D_GNU_SOURCE", |
| 14882 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14883 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14884 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14885 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14886 | "-D__STDC_CONSTANT_MACROS", |
| 14887 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14888 | ], |
| 14889 | local_include_dirs: [ |
| 14890 | "./", |
| 14891 | "buildtools/third_party/libc++/", |
| 14892 | "buildtools/third_party/libc++/trunk/include", |
| 14893 | "buildtools/third_party/libc++abi/trunk/include", |
| 14894 | ], |
| 14895 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14896 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14897 | android_arm: { |
| 14898 | cflags: [ |
| 14899 | "-DANDROID", |
| 14900 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14901 | "-DHAVE_SYS_UIO_H", |
| 14902 | ], |
| 14903 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 14904 | android_arm64: { |
| 14905 | cflags: [ |
| 14906 | "-DANDROID", |
| 14907 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14908 | "-DHAVE_SYS_UIO_H", |
| 14909 | ], |
| 14910 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14911 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14912 | cflags: [ |
| 14913 | "-DANDROID", |
| 14914 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14915 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14916 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14917 | ], |
| 14918 | }, |
| 14919 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14920 | cflags: [ |
| 14921 | "-DANDROID", |
| 14922 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14923 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14924 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 14925 | ], |
| 14926 | }, |
| 14927 | host: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14928 | cflags: [ |
| 14929 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 14930 | "-DUSE_AURA=1", |
| 14931 | "-DUSE_OZONE=1", |
| 14932 | "-DUSE_UDEV", |
| 14933 | "-D_FILE_OFFSET_BITS=64", |
| 14934 | "-D_LARGEFILE64_SOURCE", |
| 14935 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 14936 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 14937 | ], |
| 14938 | }, |
| 14939 | }, |
| 14940 | } |
| 14941 | |
| 14942 | // GN: //third_party/zlib:zlib_crc32_simd |
| 14943 | cc_object { |
| 14944 | name: "cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 14945 | srcs: [ |
| 14946 | "third_party/zlib/crc32_simd.c", |
| 14947 | "third_party/zlib/crc_folding.c", |
| 14948 | ], |
| 14949 | host_supported: true, |
| 14950 | defaults: [ |
| 14951 | "cronet_aml_defaults", |
| 14952 | ], |
| 14953 | cflags: [ |
| 14954 | "-DCRC32_SIMD_SSE42_PCLMUL", |
| 14955 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 14956 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 14957 | "-DDCHECK_ALWAYS_ON=1", |
| 14958 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 14959 | "-DZLIB_DEBUG", |
| 14960 | "-DZLIB_IMPLEMENTATION", |
| 14961 | "-D_DEBUG", |
| 14962 | "-D_GNU_SOURCE", |
| 14963 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 14964 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14965 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 14966 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 14967 | "-D__STDC_CONSTANT_MACROS", |
| 14968 | "-D__STDC_FORMAT_MACROS", |
| 14969 | "-mpclmul", |
| 14970 | "-msse3", |
| 14971 | "-msse4.2", |
| 14972 | ], |
| 14973 | local_include_dirs: [ |
| 14974 | "./", |
| 14975 | "buildtools/third_party/libc++/", |
| 14976 | "buildtools/third_party/libc++/trunk/include", |
| 14977 | "buildtools/third_party/libc++abi/trunk/include", |
| 14978 | ], |
| 14979 | cpp_std: "c++20", |
| 14980 | target: { |
| 14981 | android_x86: { |
| 14982 | cflags: [ |
| 14983 | "-DANDROID", |
| 14984 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14985 | "-DHAVE_SYS_UIO_H", |
| 14986 | ], |
| 14987 | }, |
| 14988 | android_x86_64: { |
| 14989 | cflags: [ |
| 14990 | "-DANDROID", |
| 14991 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 14992 | "-DHAVE_SYS_UIO_H", |
| 14993 | ], |
| 14994 | }, |
| 14995 | host: { |
| 14996 | cflags: [ |
| 14997 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 14998 | "-DUSE_AURA=1", |
| 14999 | "-DUSE_OZONE=1", |
| 15000 | "-DUSE_UDEV", |
| 15001 | "-D_FILE_OFFSET_BITS=64", |
| 15002 | "-D_LARGEFILE64_SOURCE", |
| 15003 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 15004 | ], |
| 15005 | }, |
| 15006 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15007 | } |
| 15008 | |
| 15009 | // GN: //third_party/zlib:zlib_inflate_chunk_simd |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15010 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15011 | name: "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15012 | srcs: [ |
| 15013 | "third_party/zlib/contrib/optimizations/inffast_chunk.c", |
| 15014 | "third_party/zlib/contrib/optimizations/inflate.c", |
| 15015 | ], |
| 15016 | host_supported: true, |
| 15017 | defaults: [ |
| 15018 | "cronet_aml_defaults", |
| 15019 | ], |
| 15020 | cflags: [ |
| 15021 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 15022 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 15023 | "-DDCHECK_ALWAYS_ON=1", |
| 15024 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15025 | "-DZLIB_DEBUG", |
| 15026 | "-DZLIB_IMPLEMENTATION", |
| 15027 | "-D_DEBUG", |
| 15028 | "-D_GNU_SOURCE", |
| 15029 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 15030 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 15031 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 15032 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15033 | ], |
| 15034 | local_include_dirs: [ |
| 15035 | "./", |
| 15036 | "buildtools/third_party/libc++/", |
| 15037 | "buildtools/third_party/libc++/trunk/include", |
| 15038 | "buildtools/third_party/libc++abi/trunk/include", |
| 15039 | "third_party/zlib/", |
| 15040 | ], |
| 15041 | cpp_std: "c++20", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 15042 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15043 | android_arm: { |
| 15044 | cflags: [ |
| 15045 | "-DANDROID", |
| 15046 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 15047 | "-DHAVE_SYS_UIO_H", |
| 15048 | "-DINFLATE_CHUNK_SIMD_NEON", |
| 15049 | ], |
| 15050 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 15051 | android_arm64: { |
| 15052 | cflags: [ |
| 15053 | "-DANDROID", |
| 15054 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 15055 | "-DHAVE_SYS_UIO_H", |
| 15056 | "-DINFLATE_CHUNK_READ_64LE", |
| 15057 | "-DINFLATE_CHUNK_SIMD_NEON", |
| 15058 | ], |
| 15059 | }, |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 15060 | android_x86: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15061 | cflags: [ |
| 15062 | "-DANDROID", |
| 15063 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 15064 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15065 | "-DINFLATE_CHUNK_SIMD_SSE2", |
| 15066 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 15067 | ], |
| 15068 | }, |
| 15069 | android_x86_64: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15070 | cflags: [ |
| 15071 | "-DANDROID", |
| 15072 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 15073 | "-DHAVE_SYS_UIO_H", |
| 15074 | "-DINFLATE_CHUNK_READ_64LE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15075 | "-DINFLATE_CHUNK_SIMD_SSE2", |
| 15076 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 15077 | ], |
| 15078 | }, |
| 15079 | host: { |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15080 | cflags: [ |
| 15081 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 15082 | "-DINFLATE_CHUNK_READ_64LE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15083 | "-DINFLATE_CHUNK_SIMD_SSE2", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15084 | "-DUSE_AURA=1", |
| 15085 | "-DUSE_OZONE=1", |
| 15086 | "-DUSE_UDEV", |
| 15087 | "-D_FILE_OFFSET_BITS=64", |
| 15088 | "-D_LARGEFILE64_SOURCE", |
| 15089 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15090 | "-msse3", |
Motomu Utsumi | 5539463 | 2022-11-18 17:44:28 +0900 | [diff] [blame] | 15091 | ], |
| 15092 | }, |
| 15093 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15094 | } |
| 15095 | |
| 15096 | // GN: //third_party/zlib:zlib_slide_hash_simd |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15097 | cc_object { |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15098 | name: "cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15099 | host_supported: true, |
| 15100 | defaults: [ |
| 15101 | "cronet_aml_defaults", |
| 15102 | ], |
| 15103 | cflags: [ |
| 15104 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 15105 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 15106 | "-DDCHECK_ALWAYS_ON=1", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15107 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 15108 | "-DZLIB_DEBUG", |
| 15109 | "-DZLIB_IMPLEMENTATION", |
| 15110 | "-D_DEBUG", |
| 15111 | "-D_GNU_SOURCE", |
| 15112 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 15113 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 15114 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 15115 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 15116 | "-D__STDC_CONSTANT_MACROS", |
| 15117 | "-D__STDC_FORMAT_MACROS", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15118 | ], |
| 15119 | local_include_dirs: [ |
| 15120 | "./", |
| 15121 | "buildtools/third_party/libc++/", |
| 15122 | "buildtools/third_party/libc++/trunk/include", |
| 15123 | "buildtools/third_party/libc++abi/trunk/include", |
| 15124 | ], |
| 15125 | cpp_std: "c++20", |
| 15126 | target: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15127 | android_arm: { |
| 15128 | cflags: [ |
| 15129 | "-DANDROID", |
| 15130 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 15131 | "-DDEFLATE_SLIDE_HASH_NEON", |
| 15132 | "-DHAVE_SYS_UIO_H", |
| 15133 | ], |
| 15134 | }, |
Motomu Utsumi | 8b291dc | 2022-11-28 12:20:17 +0900 | [diff] [blame] | 15135 | android_arm64: { |
| 15136 | cflags: [ |
| 15137 | "-DANDROID", |
| 15138 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 15139 | "-DDEFLATE_SLIDE_HASH_NEON", |
| 15140 | "-DHAVE_SYS_UIO_H", |
| 15141 | ], |
| 15142 | }, |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15143 | android_x86: { |
| 15144 | cflags: [ |
| 15145 | "-DANDROID", |
| 15146 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15147 | "-DDEFLATE_SLIDE_HASH_SSE2", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15148 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15149 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15150 | ], |
| 15151 | }, |
| 15152 | android_x86_64: { |
| 15153 | cflags: [ |
| 15154 | "-DANDROID", |
| 15155 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15156 | "-DDEFLATE_SLIDE_HASH_SSE2", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15157 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15158 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15159 | ], |
| 15160 | }, |
| 15161 | host: { |
| 15162 | cflags: [ |
| 15163 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15164 | "-DDEFLATE_SLIDE_HASH_SSE2", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15165 | "-DUSE_AURA=1", |
| 15166 | "-DUSE_OZONE=1", |
| 15167 | "-DUSE_UDEV", |
| 15168 | "-D_FILE_OFFSET_BITS=64", |
| 15169 | "-D_LARGEFILE64_SOURCE", |
| 15170 | "-D_LARGEFILE_SOURCE", |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15171 | "-msse3", |
Mohannad Farrag | 7f29d83 | 2022-11-23 19:52:41 +0000 | [diff] [blame] | 15172 | ], |
| 15173 | }, |
| 15174 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15175 | } |
| 15176 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 15177 | // GN: //url:buildflags |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 15178 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 15179 | name: "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15180 | cmd: "echo '--flags USE_PLATFORM_ICU_ALTERNATIVES=\"true\"' | " + |
| 15181 | "$(location build/write_buildflag_header.py) --output " + |
| 15182 | "$(out) " + |
| 15183 | "--rulename " + |
| 15184 | "//url:buildflags " + |
| 15185 | "--gen-dir " + |
| 15186 | ". " + |
| 15187 | "--definitions " + |
| 15188 | "/dev/stdin", |
| 15189 | out: [ |
| 15190 | "url/buildflags.h", |
| 15191 | ], |
| 15192 | tool_files: [ |
| 15193 | "build/write_buildflag_header.py", |
| 15194 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 15195 | apex_available: [ |
| 15196 | "com.android.tethering", |
| 15197 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15198 | } |
| 15199 | |
| 15200 | // GN: //url:url |
| 15201 | cc_library_static { |
| 15202 | name: "cronet_aml_url_url", |
| 15203 | srcs: [ |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15204 | "url/gurl.cc", |
| 15205 | "url/origin.cc", |
| 15206 | "url/scheme_host_port.cc", |
| 15207 | "url/third_party/mozilla/url_parse.cc", |
| 15208 | "url/url_canon.cc", |
| 15209 | "url/url_canon_etc.cc", |
| 15210 | "url/url_canon_filesystemurl.cc", |
| 15211 | "url/url_canon_fileurl.cc", |
| 15212 | "url/url_canon_host.cc", |
| 15213 | "url/url_canon_internal.cc", |
| 15214 | "url/url_canon_ip.cc", |
| 15215 | "url/url_canon_mailtourl.cc", |
| 15216 | "url/url_canon_path.cc", |
| 15217 | "url/url_canon_pathurl.cc", |
| 15218 | "url/url_canon_query.cc", |
| 15219 | "url/url_canon_relative.cc", |
| 15220 | "url/url_canon_stdstring.cc", |
| 15221 | "url/url_canon_stdurl.cc", |
| 15222 | "url/url_constants.cc", |
| 15223 | "url/url_idna_icu_alternatives_android.cc", |
| 15224 | "url/url_parse_file.cc", |
| 15225 | "url/url_util.cc", |
| 15226 | ], |
| 15227 | shared_libs: [ |
| 15228 | "libandroid", |
| 15229 | "liblog", |
| 15230 | ], |
| 15231 | static_libs: [ |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 15232 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15233 | "cronet_aml_base_base", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 15234 | "cronet_aml_base_base_static", |
| 15235 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15236 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
Motomu Utsumi | b568c6d | 2022-11-14 15:28:22 +0900 | [diff] [blame] | 15237 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | 5de9f2e | 2022-11-11 15:33:20 -0800 | [diff] [blame] | 15238 | "cronet_aml_third_party_icu_icui18n", |
| 15239 | "cronet_aml_third_party_icu_icuuc_private", |
| 15240 | "cronet_aml_third_party_libevent_libevent", |
| 15241 | "cronet_aml_third_party_modp_b64_modp_b64", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15242 | ], |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 15243 | generated_headers: [ |
| 15244 | "cronet_aml_base_debugging_buildflags", |
| 15245 | "cronet_aml_base_logging_buildflags", |
| 15246 | "cronet_aml_build_chromeos_buildflags", |
| 15247 | "cronet_aml_url_buildflags", |
| 15248 | "cronet_aml_url_url_jni_headers", |
| 15249 | ], |
| 15250 | export_generated_headers: [ |
| 15251 | "cronet_aml_base_debugging_buildflags", |
| 15252 | "cronet_aml_base_logging_buildflags", |
| 15253 | "cronet_aml_build_chromeos_buildflags", |
| 15254 | "cronet_aml_url_buildflags", |
| 15255 | "cronet_aml_url_url_jni_headers", |
| 15256 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15257 | defaults: [ |
| 15258 | "cronet_aml_defaults", |
| 15259 | ], |
| 15260 | cflags: [ |
| 15261 | "-DANDROID", |
| 15262 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 15263 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 15264 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 15265 | "-DDCHECK_ALWAYS_ON=1", |
| 15266 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 15267 | "-DHAVE_SYS_UIO_H", |
| 15268 | "-DIS_URL_IMPL", |
| 15269 | "-D_DEBUG", |
| 15270 | "-D_GNU_SOURCE", |
| 15271 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 15272 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 15273 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 15274 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 15275 | "-D__STDC_CONSTANT_MACROS", |
| 15276 | "-D__STDC_FORMAT_MACROS", |
| 15277 | ], |
| 15278 | local_include_dirs: [ |
| 15279 | "./", |
| 15280 | "buildtools/third_party/libc++/", |
| 15281 | "buildtools/third_party/libc++/trunk/include", |
| 15282 | "buildtools/third_party/libc++abi/trunk/include", |
| 15283 | "third_party/abseil-cpp/", |
| 15284 | "third_party/boringssl/src/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15285 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15286 | cpp_std: "c++20", |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 15287 | target: { |
| 15288 | android_x86: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15289 | cflags: [ |
| 15290 | "-msse3", |
| 15291 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 15292 | }, |
| 15293 | android_x86_64: { |
Motomu Utsumi | 5684cfd | 2022-11-28 12:14:51 +0900 | [diff] [blame] | 15294 | cflags: [ |
| 15295 | "-msse3", |
| 15296 | ], |
Mohannad Farrag | 631443e | 2022-11-21 16:17:01 +0000 | [diff] [blame] | 15297 | }, |
| 15298 | }, |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15299 | } |
| 15300 | |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 15301 | // GN: //url:url_jni_headers |
Mohannad Farrag | 1de6cb1 | 2022-11-28 12:27:26 +0000 | [diff] [blame] | 15302 | cc_genrule { |
Motomu Utsumi | e74bab8 | 2022-12-16 18:00:12 +0900 | [diff] [blame^] | 15303 | name: "cronet_aml_url_url_jni_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15304 | srcs: [ |
| 15305 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 15306 | "url/android/java/src/org/chromium/url/Origin.java", |
| 15307 | ], |
| 15308 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 15309 | "long " + |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15310 | "--output_dir " + |
| 15311 | "$(genDir)/url/url_jni_headers " + |
| 15312 | "--includes " + |
| 15313 | "base/android/jni_generator/jni_generator_helper.h " + |
| 15314 | "--use_proxy_hash " + |
| 15315 | "--output_name " + |
| 15316 | "IDNStringUtil_jni.h " + |
| 15317 | "--output_name " + |
| 15318 | "Origin_jni.h " + |
| 15319 | "--input_file " + |
| 15320 | "$(location url/android/java/src/org/chromium/url/IDNStringUtil.java) " + |
| 15321 | "--input_file " + |
| 15322 | "$(location url/android/java/src/org/chromium/url/Origin.java)", |
| 15323 | out: [ |
| 15324 | "url/url_jni_headers/IDNStringUtil_jni.h", |
| 15325 | "url/url_jni_headers/Origin_jni.h", |
| 15326 | ], |
| 15327 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 15328 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15329 | "base/android/jni_generator/jni_generator.py", |
| 15330 | "build/android/gyp/util/__init__.py", |
| 15331 | "build/android/gyp/util/build_utils.py", |
| 15332 | "build/gn_helpers.py", |
| 15333 | ], |
Motomu Utsumi | 8ca1241 | 2022-11-30 16:27:30 +0900 | [diff] [blame] | 15334 | apex_available: [ |
| 15335 | "com.android.tethering", |
| 15336 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 15337 | } |
| 15338 | |