Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 1 | // Copyright (C) 2022 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | // |
| 15 | // This file is automatically generated by gen_android_bp. Do not edit. |
| 16 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 17 | // GN: //base/allocator:buildflags |
| 18 | genrule { |
| 19 | name: "cronet_aml_base_allocator_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 20 | cmd: "echo '--flags USE_PARTITION_ALLOC=\"false\" USE_ALLOCATOR_SHIM=\"true\" USE_PARTITION_ALLOC_AS_MALLOC=\"false\" USE_BACKUP_REF_PTR=\"false\" USE_ASAN_BACKUP_REF_PTR=\"false\" USE_PARTITION_ALLOC_AS_GWP_ASAN_STORE=\"false\" USE_MTE_CHECKED_PTR=\"false\" FORCE_ENABLE_RAW_PTR_EXCLUSION=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 21 | "$(location build/write_buildflag_header.py) --output " + |
| 22 | "$(out) " + |
| 23 | "--rulename " + |
| 24 | "//base/allocator:buildflags " + |
| 25 | "--gen-dir " + |
| 26 | ". " + |
| 27 | "--definitions " + |
| 28 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 29 | out: [ |
| 30 | "base/allocator/buildflags.h", |
| 31 | ], |
| 32 | tool_files: [ |
| 33 | "build/write_buildflag_header.py", |
| 34 | ], |
| 35 | } |
| 36 | |
| 37 | // GN: //base/allocator/partition_allocator:chromecast_buildflags |
| 38 | genrule { |
| 39 | name: "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 40 | cmd: "echo '--flags PA_IS_CAST_ANDROID=\"false\" PA_IS_CASTOS=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 41 | "$(location build/write_buildflag_header.py) --output " + |
| 42 | "$(out) " + |
| 43 | "--rulename " + |
| 44 | "//base/allocator/partition_allocator:chromecast_buildflags " + |
| 45 | "--gen-dir " + |
| 46 | ". " + |
| 47 | "--definitions " + |
| 48 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 49 | out: [ |
| 50 | "base/allocator/partition_allocator/chromecast_buildflags.h", |
| 51 | ], |
| 52 | tool_files: [ |
| 53 | "build/write_buildflag_header.py", |
| 54 | ], |
| 55 | } |
| 56 | |
| 57 | // GN: //base/allocator/partition_allocator:chromeos_buildflags |
| 58 | genrule { |
| 59 | name: "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 60 | cmd: "echo '--flags PA_IS_CHROMEOS_ASH=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 61 | "$(location build/write_buildflag_header.py) --output " + |
| 62 | "$(out) " + |
| 63 | "--rulename " + |
| 64 | "//base/allocator/partition_allocator:chromeos_buildflags " + |
| 65 | "--gen-dir " + |
| 66 | ". " + |
| 67 | "--definitions " + |
| 68 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 69 | out: [ |
| 70 | "base/allocator/partition_allocator/chromeos_buildflags.h", |
| 71 | ], |
| 72 | tool_files: [ |
| 73 | "build/write_buildflag_header.py", |
| 74 | ], |
| 75 | } |
| 76 | |
| 77 | // GN: //base/allocator/partition_allocator:debugging_buildflags |
| 78 | genrule { |
| 79 | name: "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 80 | cmd: "echo '--flags PA_DCHECK_IS_ON=\"true\" PA_EXPENSIVE_DCHECKS_ARE_ON=\"true\" PA_DCHECK_IS_CONFIGURABLE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 81 | "$(location build/write_buildflag_header.py) --output " + |
| 82 | "$(out) " + |
| 83 | "--rulename " + |
| 84 | "//base/allocator/partition_allocator:debugging_buildflags " + |
| 85 | "--gen-dir " + |
| 86 | ". " + |
| 87 | "--definitions " + |
| 88 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 89 | out: [ |
| 90 | "base/allocator/partition_allocator/partition_alloc_base/debug/debugging_buildflags.h", |
| 91 | ], |
| 92 | tool_files: [ |
| 93 | "build/write_buildflag_header.py", |
| 94 | ], |
| 95 | } |
| 96 | |
| 97 | // GN: //base/allocator/partition_allocator:logging_buildflags |
| 98 | genrule { |
| 99 | name: "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 100 | cmd: "echo '--flags PA_ENABLE_LOG_ERROR_NOT_REACHED=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 101 | "$(location build/write_buildflag_header.py) --output " + |
| 102 | "$(out) " + |
| 103 | "--rulename " + |
| 104 | "//base/allocator/partition_allocator:logging_buildflags " + |
| 105 | "--gen-dir " + |
| 106 | ". " + |
| 107 | "--definitions " + |
| 108 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 109 | out: [ |
| 110 | "base/allocator/partition_allocator/logging_buildflags.h", |
| 111 | ], |
| 112 | tool_files: [ |
| 113 | "build/write_buildflag_header.py", |
| 114 | ], |
| 115 | } |
| 116 | |
| 117 | // GN: //base/allocator/partition_allocator:partition_alloc |
| 118 | cc_library_static { |
| 119 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 120 | srcs: [ |
| 121 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 122 | "base/allocator/partition_allocator/address_pool_manager.cc", |
| 123 | "base/allocator/partition_allocator/address_pool_manager_bitmap.cc", |
| 124 | "base/allocator/partition_allocator/address_space_randomization.cc", |
| 125 | "base/allocator/partition_allocator/allocation_guard.cc", |
| 126 | "base/allocator/partition_allocator/dangling_raw_ptr_checks.cc", |
| 127 | "base/allocator/partition_allocator/gwp_asan_support.cc", |
| 128 | "base/allocator/partition_allocator/memory_reclaimer.cc", |
| 129 | "base/allocator/partition_allocator/oom.cc", |
| 130 | "base/allocator/partition_allocator/oom_callback.cc", |
| 131 | "base/allocator/partition_allocator/page_allocator.cc", |
| 132 | "base/allocator/partition_allocator/page_allocator_internals_posix.cc", |
| 133 | "base/allocator/partition_allocator/partition_address_space.cc", |
| 134 | "base/allocator/partition_allocator/partition_alloc.cc", |
| 135 | "base/allocator/partition_allocator/partition_alloc_base/check.cc", |
| 136 | "base/allocator/partition_allocator/partition_alloc_base/cpu.cc", |
| 137 | "base/allocator/partition_allocator/partition_alloc_base/debug/alias.cc", |
| 138 | "base/allocator/partition_allocator/partition_alloc_base/files/file_path.cc", |
| 139 | "base/allocator/partition_allocator/partition_alloc_base/files/file_util_posix.cc", |
| 140 | "base/allocator/partition_allocator/partition_alloc_base/logging.cc", |
| 141 | "base/allocator/partition_allocator/partition_alloc_base/memory/ref_counted.cc", |
| 142 | "base/allocator/partition_allocator/partition_alloc_base/native_library.cc", |
| 143 | "base/allocator/partition_allocator/partition_alloc_base/native_library_posix.cc", |
| 144 | "base/allocator/partition_allocator/partition_alloc_base/pkey.cc", |
| 145 | "base/allocator/partition_allocator/partition_alloc_base/posix/safe_strerror.cc", |
| 146 | "base/allocator/partition_allocator/partition_alloc_base/rand_util.cc", |
| 147 | "base/allocator/partition_allocator/partition_alloc_base/rand_util_posix.cc", |
| 148 | "base/allocator/partition_allocator/partition_alloc_base/strings/stringprintf.cc", |
| 149 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread.cc", |
| 150 | "base/allocator/partition_allocator/partition_alloc_base/threading/platform_thread_posix.cc", |
| 151 | "base/allocator/partition_allocator/partition_alloc_base/time/time.cc", |
| 152 | "base/allocator/partition_allocator/partition_alloc_base/time/time_android.cc", |
| 153 | "base/allocator/partition_allocator/partition_alloc_base/time/time_conversion_posix.cc", |
| 154 | "base/allocator/partition_allocator/partition_alloc_base/time/time_now_posix.cc", |
| 155 | "base/allocator/partition_allocator/partition_alloc_base/time/time_override.cc", |
| 156 | "base/allocator/partition_allocator/partition_alloc_hooks.cc", |
| 157 | "base/allocator/partition_allocator/partition_bucket.cc", |
| 158 | "base/allocator/partition_allocator/partition_oom.cc", |
| 159 | "base/allocator/partition_allocator/partition_page.cc", |
| 160 | "base/allocator/partition_allocator/partition_root.cc", |
| 161 | "base/allocator/partition_allocator/partition_stats.cc", |
| 162 | "base/allocator/partition_allocator/random.cc", |
| 163 | "base/allocator/partition_allocator/reservation_offset_table.cc", |
| 164 | "base/allocator/partition_allocator/spinning_mutex.cc", |
| 165 | "base/allocator/partition_allocator/starscan/metadata_allocator.cc", |
| 166 | "base/allocator/partition_allocator/starscan/pcscan.cc", |
| 167 | "base/allocator/partition_allocator/starscan/pcscan_internal.cc", |
| 168 | "base/allocator/partition_allocator/starscan/pcscan_scheduling.cc", |
| 169 | "base/allocator/partition_allocator/starscan/snapshot.cc", |
| 170 | "base/allocator/partition_allocator/starscan/stack/asm/arm/push_registers_asm.cc", |
| 171 | "base/allocator/partition_allocator/starscan/stack/stack.cc", |
| 172 | "base/allocator/partition_allocator/starscan/stats_collector.cc", |
| 173 | "base/allocator/partition_allocator/starscan/write_protector.cc", |
| 174 | "base/allocator/partition_allocator/tagging.cc", |
| 175 | "base/allocator/partition_allocator/thread_cache.cc", |
| 176 | ], |
| 177 | generated_headers: [ |
| 178 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 179 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 180 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 181 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 182 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 183 | ], |
| 184 | export_generated_headers: [ |
| 185 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 186 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 187 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 188 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 189 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 190 | ], |
| 191 | defaults: [ |
| 192 | "cronet_aml_defaults", |
| 193 | ], |
| 194 | cflags: [ |
| 195 | "-DANDROID", |
| 196 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 197 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 198 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 199 | "-DDCHECK_ALWAYS_ON=1", |
| 200 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 201 | "-DHAVE_SYS_UIO_H", |
| 202 | "-DIS_PARTITION_ALLOC_IMPL", |
| 203 | "-DPA_PCSCAN_STACK_SUPPORTED", |
| 204 | "-D_DEBUG", |
| 205 | "-D_GNU_SOURCE", |
| 206 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 207 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 208 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 209 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 210 | "-D__STDC_CONSTANT_MACROS", |
| 211 | "-D__STDC_FORMAT_MACROS", |
| 212 | ], |
| 213 | local_include_dirs: [ |
| 214 | "./", |
| 215 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 216 | "buildtools/third_party/libc++/trunk/include", |
| 217 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 218 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 219 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 220 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 221 | } |
| 222 | |
| 223 | // GN: //base/allocator/partition_allocator:partition_alloc_buildflags |
| 224 | genrule { |
| 225 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 226 | cmd: "echo '--flags ENABLE_PARTITION_ALLOC_AS_MALLOC_SUPPORT=\"true\" ENABLE_BACKUP_REF_PTR_SUPPORT=\"true\" ENABLE_BACKUP_REF_PTR_SLOW_CHECKS=\"false\" ENABLE_DANGLING_RAW_PTR_CHECKS=\"false\" PUT_REF_COUNT_IN_PREVIOUS_SLOT=\"true\" ENABLE_GWP_ASAN_SUPPORT=\"true\" ENABLE_MTE_CHECKED_PTR_SUPPORT=\"false\" RECORD_ALLOC_INFO=\"false\" USE_FREESLOT_BITMAP=\"false\" GLUE_CORE_POOLS=\"false\" ENABLE_SHADOW_METADATA_FOR_64_BITS_POINTERS=\"false\" STARSCAN=\"true\" PA_USE_BASE_TRACING=\"true\" ENABLE_PKEYS=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 227 | "$(location build/write_buildflag_header.py) --output " + |
| 228 | "$(out) " + |
| 229 | "--rulename " + |
| 230 | "//base/allocator/partition_allocator:partition_alloc_buildflags " + |
| 231 | "--gen-dir " + |
| 232 | ". " + |
| 233 | "--definitions " + |
| 234 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 235 | out: [ |
| 236 | "base/allocator/partition_allocator/partition_alloc_buildflags.h", |
| 237 | ], |
| 238 | tool_files: [ |
| 239 | "build/write_buildflag_header.py", |
| 240 | ], |
| 241 | } |
| 242 | |
| 243 | // GN: //base:anchor_functions_buildflags |
| 244 | genrule { |
| 245 | name: "cronet_aml_base_anchor_functions_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 246 | cmd: "echo '--flags USE_LLD=\"true\" SUPPORTS_CODE_ORDERING=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 247 | "$(location build/write_buildflag_header.py) --output " + |
| 248 | "$(out) " + |
| 249 | "--rulename " + |
| 250 | "//base:anchor_functions_buildflags " + |
| 251 | "--gen-dir " + |
| 252 | ". " + |
| 253 | "--definitions " + |
| 254 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 255 | out: [ |
| 256 | "base/android/library_loader/anchor_functions_buildflags.h", |
| 257 | ], |
| 258 | tool_files: [ |
| 259 | "build/write_buildflag_header.py", |
| 260 | ], |
| 261 | } |
| 262 | |
| 263 | // GN: //base:android_runtime_jni_headers |
| 264 | genrule { |
| 265 | name: "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 266 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 267 | "long " + |
| 268 | "--prev_output_dir " + |
| 269 | "gen/base/android_runtime_jni_headers " + |
| 270 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 271 | "$(genDir)/base/android_runtime_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 272 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame^] | 273 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 274 | "--jar_file " + |
Patrick Rohr | 7aa98f9 | 2022-10-28 11:16:36 -0700 | [diff] [blame] | 275 | "../../third_party/android_sdk/public/platforms/android-33/android.jar " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 276 | "--output_name " + |
| 277 | "Runnable_jni.h " + |
| 278 | "--output_name " + |
| 279 | "Runtime_jni.h " + |
| 280 | "--input_file " + |
| 281 | "java/lang/Runnable.class " + |
| 282 | "--input_file " + |
| 283 | "java/lang/Runtime.class", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 284 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 285 | "base/android_runtime_jni_headers/Runnable_jni.h", |
| 286 | "base/android_runtime_jni_headers/Runtime_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 287 | ], |
| 288 | tool_files: [ |
| 289 | "base/android/jni_generator/jni_generator.py", |
| 290 | "build/android/gyp/util/__init__.py", |
| 291 | "build/android/gyp/util/build_utils.py", |
| 292 | "build/gn_helpers.py", |
| 293 | "third_party/android_sdk/public/platforms/android-33/android.jar", |
| 294 | ], |
| 295 | } |
| 296 | |
| 297 | // GN: //base:base |
| 298 | cc_library_static { |
| 299 | name: "cronet_aml_base_base", |
| 300 | srcs: [ |
| 301 | ":cronet_aml_base_numerics_base_numerics", |
| 302 | ":cronet_aml_third_party_abseil_cpp_absl", |
| 303 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 304 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 305 | ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 306 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 307 | ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 308 | ":cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 309 | ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 310 | ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 311 | ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 312 | ":cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 313 | ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 314 | ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 315 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 316 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 317 | ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 318 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 319 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 320 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 321 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 322 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 323 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 324 | ":cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 325 | ":cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 326 | ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 327 | ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 328 | ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 329 | ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 330 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 331 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 332 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 333 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 334 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 335 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 336 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 337 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 338 | ":cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 339 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 340 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 341 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 342 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 343 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 344 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 345 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 346 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 347 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 348 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 349 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 350 | ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 351 | ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 352 | ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 353 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 354 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 355 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 356 | ":cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 357 | ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 358 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 359 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 360 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 361 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 362 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 363 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 364 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 365 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 366 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 367 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 368 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 369 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 370 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 371 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 372 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 373 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 374 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 375 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 376 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 377 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 378 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 379 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 380 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 381 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 382 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 383 | ":cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 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_cordz_statistics", |
| 394 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 395 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 396 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 397 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 398 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 399 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 400 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 401 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 402 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 403 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 404 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 405 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 406 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 407 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 408 | ":cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 409 | ":cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 410 | ":cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 411 | ":cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 412 | ":cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 413 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 414 | ":cronet_aml_third_party_ashmem_ashmem", |
| 415 | "base/allocator/allocator_check.cc", |
| 416 | "base/allocator/allocator_extension.cc", |
| 417 | "base/allocator/dispatcher/dispatcher.cc", |
| 418 | "base/allocator/dispatcher/internal/dispatch_data.cc", |
| 419 | "base/allocator/dispatcher/reentry_guard.cc", |
| 420 | "base/allocator/partition_allocator/shim/allocator_shim.cc", |
| 421 | "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", |
| 422 | "base/android/android_hardware_buffer_compat.cc", |
| 423 | "base/android/android_image_reader_compat.cc", |
| 424 | "base/android/apk_assets.cc", |
| 425 | "base/android/application_status_listener.cc", |
| 426 | "base/android/base_feature_list.cc", |
| 427 | "base/android/base_features.cc", |
| 428 | "base/android/base_jni_onload.cc", |
| 429 | "base/android/build_info.cc", |
| 430 | "base/android/bundle_utils.cc", |
| 431 | "base/android/callback_android.cc", |
| 432 | "base/android/child_process_service.cc", |
| 433 | "base/android/command_line_android.cc", |
| 434 | "base/android/content_uri_utils.cc", |
| 435 | "base/android/cpu_features.cc", |
| 436 | "base/android/early_trace_event_binding.cc", |
| 437 | "base/android/event_log.cc", |
| 438 | "base/android/feature_list_jni.cc", |
| 439 | "base/android/features_jni.cc", |
| 440 | "base/android/field_trial_list.cc", |
| 441 | "base/android/important_file_writer_android.cc", |
| 442 | "base/android/int_string_callback.cc", |
| 443 | "base/android/jank_metric_uma_recorder.cc", |
| 444 | "base/android/java_exception_reporter.cc", |
| 445 | "base/android/java_handler_thread.cc", |
| 446 | "base/android/java_heap_dump_generator.cc", |
| 447 | "base/android/java_runtime.cc", |
| 448 | "base/android/jni_android.cc", |
| 449 | "base/android/jni_array.cc", |
| 450 | "base/android/jni_registrar.cc", |
| 451 | "base/android/jni_string.cc", |
| 452 | "base/android/jni_utils.cc", |
| 453 | "base/android/jni_weak_ref.cc", |
| 454 | "base/android/library_loader/anchor_functions.cc", |
| 455 | "base/android/library_loader/library_loader_hooks.cc", |
| 456 | "base/android/library_loader/library_prefetcher.cc", |
| 457 | "base/android/library_loader/library_prefetcher_hooks.cc", |
| 458 | "base/android/locale_utils.cc", |
| 459 | "base/android/memory_pressure_listener_android.cc", |
| 460 | "base/android/native_uma_recorder.cc", |
| 461 | "base/android/path_service_android.cc", |
| 462 | "base/android/path_utils.cc", |
| 463 | "base/android/radio_utils.cc", |
| 464 | "base/android/reached_addresses_bitset.cc", |
| 465 | "base/android/reached_code_profiler.cc", |
| 466 | "base/android/remove_stale_data.cc", |
| 467 | "base/android/scoped_hardware_buffer_fence_sync.cc", |
| 468 | "base/android/scoped_hardware_buffer_handle.cc", |
| 469 | "base/android/scoped_java_ref.cc", |
| 470 | "base/android/statistics_recorder_android.cc", |
| 471 | "base/android/sys_utils.cc", |
| 472 | "base/android/task_scheduler/post_task_android.cc", |
| 473 | "base/android/task_scheduler/task_runner_android.cc", |
| 474 | "base/android/thread_instruction_count.cc", |
| 475 | "base/android/timezone_utils.cc", |
| 476 | "base/android/trace_event_binding.cc", |
| 477 | "base/android/unguessable_token_android.cc", |
| 478 | "base/at_exit.cc", |
| 479 | "base/barrier_closure.cc", |
| 480 | "base/base64.cc", |
| 481 | "base/base64url.cc", |
| 482 | "base/base_paths.cc", |
| 483 | "base/base_paths_android.cc", |
| 484 | "base/big_endian.cc", |
| 485 | "base/build_time.cc", |
| 486 | "base/callback_list.cc", |
| 487 | "base/check.cc", |
| 488 | "base/check_is_test.cc", |
| 489 | "base/check_op.cc", |
| 490 | "base/command_line.cc", |
| 491 | "base/containers/flat_tree.cc", |
| 492 | "base/containers/intrusive_heap.cc", |
| 493 | "base/containers/linked_list.cc", |
| 494 | "base/cpu.cc", |
| 495 | "base/cpu_reduction_experiment.cc", |
| 496 | "base/debug/activity_analyzer.cc", |
| 497 | "base/debug/activity_tracker.cc", |
| 498 | "base/debug/alias.cc", |
| 499 | "base/debug/asan_invalid_access.cc", |
| 500 | "base/debug/buffered_dwarf_reader.cc", |
| 501 | "base/debug/crash_logging.cc", |
| 502 | "base/debug/debugger.cc", |
| 503 | "base/debug/debugger_posix.cc", |
| 504 | "base/debug/dump_without_crashing.cc", |
| 505 | "base/debug/dwarf_line_no.cc", |
| 506 | "base/debug/elf_reader.cc", |
| 507 | "base/debug/proc_maps_linux.cc", |
| 508 | "base/debug/profiler.cc", |
| 509 | "base/debug/stack_trace.cc", |
| 510 | "base/debug/stack_trace_android.cc", |
| 511 | "base/debug/task_trace.cc", |
| 512 | "base/environment.cc", |
| 513 | "base/feature_list.cc", |
| 514 | "base/features.cc", |
| 515 | "base/file_descriptor_posix.cc", |
| 516 | "base/file_descriptor_store.cc", |
| 517 | "base/files/file.cc", |
| 518 | "base/files/file_descriptor_watcher_posix.cc", |
| 519 | "base/files/file_enumerator.cc", |
| 520 | "base/files/file_enumerator_posix.cc", |
| 521 | "base/files/file_path.cc", |
| 522 | "base/files/file_path_watcher.cc", |
| 523 | "base/files/file_path_watcher_inotify.cc", |
| 524 | "base/files/file_posix.cc", |
| 525 | "base/files/file_proxy.cc", |
| 526 | "base/files/file_tracing.cc", |
| 527 | "base/files/file_util.cc", |
| 528 | "base/files/file_util_android.cc", |
| 529 | "base/files/file_util_posix.cc", |
| 530 | "base/files/important_file_writer.cc", |
| 531 | "base/files/important_file_writer_cleaner.cc", |
| 532 | "base/files/memory_mapped_file.cc", |
| 533 | "base/files/memory_mapped_file_posix.cc", |
| 534 | "base/files/safe_base_name.cc", |
| 535 | "base/files/scoped_file.cc", |
| 536 | "base/files/scoped_file_android.cc", |
| 537 | "base/files/scoped_temp_dir.cc", |
| 538 | "base/functional/callback_helpers.cc", |
| 539 | "base/functional/callback_internal.cc", |
| 540 | "base/guid.cc", |
| 541 | "base/hash/hash.cc", |
| 542 | "base/hash/legacy_hash.cc", |
| 543 | "base/hash/md5_boringssl.cc", |
| 544 | "base/hash/sha1_boringssl.cc", |
| 545 | "base/json/json_file_value_serializer.cc", |
| 546 | "base/json/json_parser.cc", |
| 547 | "base/json/json_reader.cc", |
| 548 | "base/json/json_string_value_serializer.cc", |
| 549 | "base/json/json_value_converter.cc", |
| 550 | "base/json/json_writer.cc", |
| 551 | "base/json/string_escape.cc", |
| 552 | "base/json/values_util.cc", |
| 553 | "base/lazy_instance_helpers.cc", |
| 554 | "base/linux_util.cc", |
| 555 | "base/location.cc", |
| 556 | "base/logging.cc", |
| 557 | "base/memory/aligned_memory.cc", |
| 558 | "base/memory/discardable_memory.cc", |
| 559 | "base/memory/discardable_memory_allocator.cc", |
| 560 | "base/memory/discardable_shared_memory.cc", |
| 561 | "base/memory/madv_free_discardable_memory_allocator_posix.cc", |
| 562 | "base/memory/madv_free_discardable_memory_posix.cc", |
| 563 | "base/memory/memory_pressure_listener.cc", |
| 564 | "base/memory/memory_pressure_monitor.cc", |
| 565 | "base/memory/nonscannable_memory.cc", |
| 566 | "base/memory/page_size_posix.cc", |
| 567 | "base/memory/platform_shared_memory_handle.cc", |
| 568 | "base/memory/platform_shared_memory_mapper_android.cc", |
| 569 | "base/memory/platform_shared_memory_region.cc", |
| 570 | "base/memory/platform_shared_memory_region_android.cc", |
| 571 | "base/memory/raw_ptr.cc", |
| 572 | "base/memory/raw_ptr_asan_bound_arg_tracker.cc", |
| 573 | "base/memory/raw_ptr_asan_service.cc", |
| 574 | "base/memory/read_only_shared_memory_region.cc", |
| 575 | "base/memory/ref_counted.cc", |
| 576 | "base/memory/ref_counted_memory.cc", |
| 577 | "base/memory/shared_memory_mapper.cc", |
| 578 | "base/memory/shared_memory_mapping.cc", |
| 579 | "base/memory/shared_memory_security_policy.cc", |
| 580 | "base/memory/shared_memory_tracker.cc", |
| 581 | "base/memory/unsafe_shared_memory_pool.cc", |
| 582 | "base/memory/unsafe_shared_memory_region.cc", |
| 583 | "base/memory/weak_ptr.cc", |
| 584 | "base/memory/writable_shared_memory_region.cc", |
| 585 | "base/message_loop/message_pump.cc", |
| 586 | "base/message_loop/message_pump_android.cc", |
| 587 | "base/message_loop/message_pump_default.cc", |
| 588 | "base/message_loop/message_pump_epoll.cc", |
| 589 | "base/message_loop/message_pump_libevent.cc", |
| 590 | "base/message_loop/watchable_io_message_pump_posix.cc", |
| 591 | "base/message_loop/work_id_provider.cc", |
| 592 | "base/metrics/bucket_ranges.cc", |
| 593 | "base/metrics/crc32.cc", |
| 594 | "base/metrics/dummy_histogram.cc", |
| 595 | "base/metrics/field_trial.cc", |
| 596 | "base/metrics/field_trial_param_associator.cc", |
| 597 | "base/metrics/field_trial_params.cc", |
| 598 | "base/metrics/histogram.cc", |
| 599 | "base/metrics/histogram_base.cc", |
| 600 | "base/metrics/histogram_delta_serialization.cc", |
| 601 | "base/metrics/histogram_functions.cc", |
| 602 | "base/metrics/histogram_samples.cc", |
| 603 | "base/metrics/histogram_snapshot_manager.cc", |
| 604 | "base/metrics/metrics_hashes.cc", |
| 605 | "base/metrics/persistent_histogram_allocator.cc", |
| 606 | "base/metrics/persistent_histogram_storage.cc", |
| 607 | "base/metrics/persistent_memory_allocator.cc", |
| 608 | "base/metrics/persistent_sample_map.cc", |
| 609 | "base/metrics/ranges_manager.cc", |
| 610 | "base/metrics/sample_map.cc", |
| 611 | "base/metrics/sample_vector.cc", |
| 612 | "base/metrics/single_sample_metrics.cc", |
| 613 | "base/metrics/sparse_histogram.cc", |
| 614 | "base/metrics/statistics_recorder.cc", |
| 615 | "base/metrics/user_metrics.cc", |
| 616 | "base/native_library.cc", |
| 617 | "base/native_library_posix.cc", |
| 618 | "base/observer_list_internal.cc", |
| 619 | "base/observer_list_threadsafe.cc", |
| 620 | "base/observer_list_types.cc", |
| 621 | "base/one_shot_event.cc", |
| 622 | "base/os_compat_android.cc", |
| 623 | "base/path_service.cc", |
| 624 | "base/pending_task.cc", |
| 625 | "base/pickle.cc", |
| 626 | "base/posix/can_lower_nice_to.cc", |
| 627 | "base/posix/file_descriptor_shuffle.cc", |
| 628 | "base/posix/global_descriptors.cc", |
| 629 | "base/posix/safe_strerror.cc", |
| 630 | "base/posix/unix_domain_socket.cc", |
| 631 | "base/power_monitor/battery_level_provider.cc", |
| 632 | "base/power_monitor/battery_state_sampler.cc", |
| 633 | "base/power_monitor/moving_average.cc", |
| 634 | "base/power_monitor/power_monitor.cc", |
| 635 | "base/power_monitor/power_monitor_device_source.cc", |
| 636 | "base/power_monitor/power_monitor_device_source_android.cc", |
| 637 | "base/power_monitor/power_monitor_features.cc", |
| 638 | "base/power_monitor/power_monitor_source.cc", |
| 639 | "base/power_monitor/sampling_event_source.cc", |
| 640 | "base/power_monitor/timer_sampling_event_source.cc", |
| 641 | "base/process/environment_internal.cc", |
| 642 | "base/process/internal_linux.cc", |
| 643 | "base/process/kill.cc", |
| 644 | "base/process/kill_posix.cc", |
| 645 | "base/process/launch.cc", |
| 646 | "base/process/launch_posix.cc", |
| 647 | "base/process/memory.cc", |
| 648 | "base/process/memory_linux.cc", |
| 649 | "base/process/process_android.cc", |
| 650 | "base/process/process_handle.cc", |
| 651 | "base/process/process_handle_linux.cc", |
| 652 | "base/process/process_handle_posix.cc", |
| 653 | "base/process/process_iterator.cc", |
| 654 | "base/process/process_iterator_linux.cc", |
| 655 | "base/process/process_metrics.cc", |
| 656 | "base/process/process_metrics_linux.cc", |
| 657 | "base/process/process_metrics_posix.cc", |
| 658 | "base/process/process_posix.cc", |
| 659 | "base/profiler/arm_cfi_table.cc", |
| 660 | "base/profiler/chrome_unwind_info_android.cc", |
| 661 | "base/profiler/chrome_unwinder_android.cc", |
| 662 | "base/profiler/chrome_unwinder_android_v2.cc", |
| 663 | "base/profiler/frame.cc", |
| 664 | "base/profiler/metadata_recorder.cc", |
| 665 | "base/profiler/module_cache.cc", |
| 666 | "base/profiler/module_cache_posix.cc", |
| 667 | "base/profiler/sample_metadata.cc", |
| 668 | "base/profiler/sampling_profiler_thread_token.cc", |
| 669 | "base/profiler/stack_base_address_posix.cc", |
| 670 | "base/profiler/stack_buffer.cc", |
| 671 | "base/profiler/stack_copier.cc", |
| 672 | "base/profiler/stack_copier_signal.cc", |
| 673 | "base/profiler/stack_copier_suspend.cc", |
| 674 | "base/profiler/stack_sampler.cc", |
| 675 | "base/profiler/stack_sampler_android.cc", |
| 676 | "base/profiler/stack_sampler_impl.cc", |
| 677 | "base/profiler/stack_sampling_profiler.cc", |
| 678 | "base/profiler/thread_delegate_posix.cc", |
| 679 | "base/profiler/unwinder.cc", |
| 680 | "base/rand_util.cc", |
| 681 | "base/rand_util_posix.cc", |
| 682 | "base/run_loop.cc", |
| 683 | "base/sampling_heap_profiler/lock_free_address_hash_set.cc", |
| 684 | "base/sampling_heap_profiler/poisson_allocation_sampler.cc", |
| 685 | "base/sampling_heap_profiler/sampling_heap_profiler.cc", |
| 686 | "base/scoped_add_feature_flags.cc", |
| 687 | "base/scoped_environment_variable_override.cc", |
| 688 | "base/scoped_native_library.cc", |
| 689 | "base/sequence_checker.cc", |
| 690 | "base/sequence_checker_impl.cc", |
| 691 | "base/sequence_token.cc", |
| 692 | "base/strings/abseil_string_conversions.cc", |
| 693 | "base/strings/abseil_string_number_conversions.cc", |
| 694 | "base/strings/escape.cc", |
| 695 | "base/strings/latin1_string_conversions.cc", |
| 696 | "base/strings/pattern.cc", |
| 697 | "base/strings/safe_sprintf.cc", |
| 698 | "base/strings/strcat.cc", |
| 699 | "base/strings/string_number_conversions.cc", |
| 700 | "base/strings/string_piece.cc", |
| 701 | "base/strings/string_split.cc", |
| 702 | "base/strings/string_util.cc", |
| 703 | "base/strings/string_util_constants.cc", |
| 704 | "base/strings/stringprintf.cc", |
| 705 | "base/strings/sys_string_conversions_posix.cc", |
| 706 | "base/strings/utf_offset_string_conversions.cc", |
| 707 | "base/strings/utf_string_conversion_utils.cc", |
| 708 | "base/strings/utf_string_conversions.cc", |
| 709 | "base/substring_set_matcher/matcher_string_pattern.cc", |
| 710 | "base/substring_set_matcher/substring_set_matcher.cc", |
| 711 | "base/supports_user_data.cc", |
| 712 | "base/sync_socket.cc", |
| 713 | "base/sync_socket_posix.cc", |
| 714 | "base/synchronization/atomic_flag.cc", |
| 715 | "base/synchronization/condition_variable_posix.cc", |
| 716 | "base/synchronization/lock.cc", |
| 717 | "base/synchronization/lock_impl_posix.cc", |
| 718 | "base/synchronization/waitable_event_posix.cc", |
| 719 | "base/synchronization/waitable_event_watcher_posix.cc", |
| 720 | "base/syslog_logging.cc", |
| 721 | "base/system/sys_info.cc", |
| 722 | "base/system/sys_info_android.cc", |
| 723 | "base/system/sys_info_linux.cc", |
| 724 | "base/system/sys_info_posix.cc", |
| 725 | "base/system/system_monitor.cc", |
| 726 | "base/task/cancelable_task_tracker.cc", |
| 727 | "base/task/common/checked_lock_impl.cc", |
| 728 | "base/task/common/lazy_now.cc", |
| 729 | "base/task/common/operations_controller.cc", |
| 730 | "base/task/common/scoped_defer_task_posting.cc", |
| 731 | "base/task/common/task_annotator.cc", |
| 732 | "base/task/current_thread.cc", |
| 733 | "base/task/default_delayed_task_handle_delegate.cc", |
| 734 | "base/task/deferred_sequenced_task_runner.cc", |
| 735 | "base/task/delayed_task_handle.cc", |
| 736 | "base/task/lazy_thread_pool_task_runner.cc", |
| 737 | "base/task/post_job.cc", |
| 738 | "base/task/scoped_set_task_priority_for_current_thread.cc", |
| 739 | "base/task/sequence_manager/associated_thread_id.cc", |
| 740 | "base/task/sequence_manager/atomic_flag_set.cc", |
| 741 | "base/task/sequence_manager/delayed_task_handle_delegate.cc", |
| 742 | "base/task/sequence_manager/enqueue_order_generator.cc", |
| 743 | "base/task/sequence_manager/fence.cc", |
| 744 | "base/task/sequence_manager/hierarchical_timing_wheel.cc", |
| 745 | "base/task/sequence_manager/sequence_manager.cc", |
| 746 | "base/task/sequence_manager/sequence_manager_impl.cc", |
| 747 | "base/task/sequence_manager/sequenced_task_source.cc", |
| 748 | "base/task/sequence_manager/task_order.cc", |
| 749 | "base/task/sequence_manager/task_queue.cc", |
| 750 | "base/task/sequence_manager/task_queue_impl.cc", |
| 751 | "base/task/sequence_manager/task_queue_selector.cc", |
| 752 | "base/task/sequence_manager/tasks.cc", |
| 753 | "base/task/sequence_manager/thread_controller.cc", |
| 754 | "base/task/sequence_manager/thread_controller_impl.cc", |
| 755 | "base/task/sequence_manager/thread_controller_power_monitor.cc", |
| 756 | "base/task/sequence_manager/thread_controller_with_message_pump_impl.cc", |
| 757 | "base/task/sequence_manager/time_domain.cc", |
| 758 | "base/task/sequence_manager/timing_wheel.cc", |
| 759 | "base/task/sequence_manager/wake_up_queue.cc", |
| 760 | "base/task/sequence_manager/work_deduplicator.cc", |
| 761 | "base/task/sequence_manager/work_queue.cc", |
| 762 | "base/task/sequence_manager/work_queue_sets.cc", |
| 763 | "base/task/sequenced_task_runner.cc", |
| 764 | "base/task/simple_task_executor.cc", |
| 765 | "base/task/single_thread_task_executor.cc", |
| 766 | "base/task/single_thread_task_runner.cc", |
| 767 | "base/task/task_executor.cc", |
| 768 | "base/task/task_features.cc", |
| 769 | "base/task/task_runner.cc", |
| 770 | "base/task/task_traits.cc", |
| 771 | "base/task/thread_pool.cc", |
| 772 | "base/task/thread_pool/delayed_priority_queue.cc", |
| 773 | "base/task/thread_pool/delayed_task_manager.cc", |
| 774 | "base/task/thread_pool/environment_config.cc", |
| 775 | "base/task/thread_pool/initialization_util.cc", |
| 776 | "base/task/thread_pool/job_task_source.cc", |
| 777 | "base/task/thread_pool/pooled_parallel_task_runner.cc", |
| 778 | "base/task/thread_pool/pooled_sequenced_task_runner.cc", |
| 779 | "base/task/thread_pool/pooled_single_thread_task_runner_manager.cc", |
| 780 | "base/task/thread_pool/pooled_task_runner_delegate.cc", |
| 781 | "base/task/thread_pool/priority_queue.cc", |
| 782 | "base/task/thread_pool/sequence.cc", |
| 783 | "base/task/thread_pool/service_thread.cc", |
| 784 | "base/task/thread_pool/task.cc", |
| 785 | "base/task/thread_pool/task_source.cc", |
| 786 | "base/task/thread_pool/task_source_sort_key.cc", |
| 787 | "base/task/thread_pool/task_tracker.cc", |
| 788 | "base/task/thread_pool/thread_group.cc", |
| 789 | "base/task/thread_pool/thread_group_impl.cc", |
| 790 | "base/task/thread_pool/thread_group_native.cc", |
| 791 | "base/task/thread_pool/thread_pool_impl.cc", |
| 792 | "base/task/thread_pool/thread_pool_instance.cc", |
| 793 | "base/task/thread_pool/worker_thread.cc", |
| 794 | "base/task/thread_pool/worker_thread_stack.cc", |
| 795 | "base/third_party/cityhash/city.cc", |
| 796 | "base/third_party/cityhash_v103/src/city_v103.cc", |
| 797 | "base/third_party/nspr/prtime.cc", |
| 798 | "base/third_party/superfasthash/superfasthash.c", |
| 799 | "base/threading/hang_watcher.cc", |
| 800 | "base/threading/platform_thread.cc", |
| 801 | "base/threading/platform_thread_android.cc", |
| 802 | "base/threading/platform_thread_internal_posix.cc", |
| 803 | "base/threading/platform_thread_posix.cc", |
| 804 | "base/threading/platform_thread_ref.cc", |
| 805 | "base/threading/post_task_and_reply_impl.cc", |
| 806 | "base/threading/scoped_blocking_call.cc", |
| 807 | "base/threading/scoped_blocking_call_internal.cc", |
| 808 | "base/threading/scoped_thread_priority.cc", |
| 809 | "base/threading/sequence_local_storage_map.cc", |
| 810 | "base/threading/sequence_local_storage_slot.cc", |
| 811 | "base/threading/sequenced_task_runner_handle.cc", |
| 812 | "base/threading/simple_thread.cc", |
| 813 | "base/threading/thread.cc", |
| 814 | "base/threading/thread_checker.cc", |
| 815 | "base/threading/thread_checker_impl.cc", |
| 816 | "base/threading/thread_collision_warner.cc", |
| 817 | "base/threading/thread_id_name_manager.cc", |
| 818 | "base/threading/thread_local_storage.cc", |
| 819 | "base/threading/thread_local_storage_posix.cc", |
| 820 | "base/threading/thread_restrictions.cc", |
| 821 | "base/threading/thread_task_runner_handle.cc", |
| 822 | "base/threading/watchdog.cc", |
| 823 | "base/time/clock.cc", |
| 824 | "base/time/default_clock.cc", |
| 825 | "base/time/default_tick_clock.cc", |
| 826 | "base/time/tick_clock.cc", |
| 827 | "base/time/time.cc", |
| 828 | "base/time/time_android.cc", |
| 829 | "base/time/time_conversion_posix.cc", |
| 830 | "base/time/time_delta_from_string.cc", |
| 831 | "base/time/time_exploded_icu.cc", |
| 832 | "base/time/time_exploded_posix.cc", |
| 833 | "base/time/time_now_posix.cc", |
| 834 | "base/time/time_override.cc", |
| 835 | "base/time/time_to_iso8601.cc", |
| 836 | "base/timer/elapsed_timer.cc", |
| 837 | "base/timer/hi_res_timer_manager_posix.cc", |
| 838 | "base/timer/lap_timer.cc", |
| 839 | "base/timer/timer.cc", |
| 840 | "base/timer/wall_clock_timer.cc", |
| 841 | "base/token.cc", |
| 842 | "base/trace_event/cfi_backtrace_android.cc", |
| 843 | "base/trace_event/heap_profiler_allocation_context.cc", |
| 844 | "base/trace_event/heap_profiler_allocation_context_tracker.cc", |
| 845 | "base/trace_event/memory_allocator_dump_guid.cc", |
| 846 | "base/trace_event/trace_event_stub.cc", |
| 847 | "base/trace_event/trace_id_helper.cc", |
| 848 | "base/unguessable_token.cc", |
| 849 | "base/value_iterators.cc", |
| 850 | "base/values.cc", |
| 851 | "base/version.cc", |
| 852 | "base/vlog.cc", |
| 853 | ], |
| 854 | shared_libs: [ |
| 855 | "libandroid", |
| 856 | "liblog", |
| 857 | ], |
| 858 | static_libs: [ |
| 859 | "cronet_aml_base_allocator_partition_allocator_partition_alloc", |
| 860 | "cronet_aml_base_base_static", |
| 861 | "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 862 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 863 | "cronet_aml_third_party_boringssl_boringssl", |
| 864 | "cronet_aml_third_party_icu_icui18n", |
| 865 | "cronet_aml_third_party_icu_icuuc_private", |
| 866 | "cronet_aml_third_party_libevent_libevent", |
| 867 | "cronet_aml_third_party_modp_b64_modp_b64", |
| 868 | ], |
| 869 | generated_headers: [ |
| 870 | "cronet_aml_base_allocator_buildflags", |
| 871 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 872 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 873 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 874 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 875 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 876 | "cronet_aml_base_anchor_functions_buildflags", |
| 877 | "cronet_aml_base_base_jni_headers", |
| 878 | "cronet_aml_base_build_date", |
| 879 | "cronet_aml_base_cfi_buildflags", |
| 880 | "cronet_aml_base_clang_profiling_buildflags", |
| 881 | "cronet_aml_base_debugging_buildflags", |
| 882 | "cronet_aml_base_feature_list_buildflags", |
| 883 | "cronet_aml_base_ios_cronet_buildflags", |
| 884 | "cronet_aml_base_logging_buildflags", |
| 885 | "cronet_aml_base_message_pump_buildflags", |
| 886 | "cronet_aml_base_orderfile_buildflags", |
| 887 | "cronet_aml_base_parsing_buildflags", |
| 888 | "cronet_aml_base_power_monitor_buildflags", |
| 889 | "cronet_aml_base_profiler_buildflags", |
| 890 | "cronet_aml_base_sanitizer_buildflags", |
| 891 | "cronet_aml_base_synchronization_buildflags", |
| 892 | "cronet_aml_base_tracing_buildflags", |
| 893 | "cronet_aml_build_branding_buildflags", |
| 894 | "cronet_aml_build_chromecast_buildflags", |
| 895 | "cronet_aml_build_chromeos_buildflags", |
| 896 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 897 | ], |
| 898 | export_generated_headers: [ |
| 899 | "cronet_aml_base_allocator_buildflags", |
| 900 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 901 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 902 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 903 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 904 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 905 | "cronet_aml_base_anchor_functions_buildflags", |
| 906 | "cronet_aml_base_base_jni_headers", |
| 907 | "cronet_aml_base_build_date", |
| 908 | "cronet_aml_base_cfi_buildflags", |
| 909 | "cronet_aml_base_clang_profiling_buildflags", |
| 910 | "cronet_aml_base_debugging_buildflags", |
| 911 | "cronet_aml_base_feature_list_buildflags", |
| 912 | "cronet_aml_base_ios_cronet_buildflags", |
| 913 | "cronet_aml_base_logging_buildflags", |
| 914 | "cronet_aml_base_message_pump_buildflags", |
| 915 | "cronet_aml_base_orderfile_buildflags", |
| 916 | "cronet_aml_base_parsing_buildflags", |
| 917 | "cronet_aml_base_power_monitor_buildflags", |
| 918 | "cronet_aml_base_profiler_buildflags", |
| 919 | "cronet_aml_base_sanitizer_buildflags", |
| 920 | "cronet_aml_base_synchronization_buildflags", |
| 921 | "cronet_aml_base_tracing_buildflags", |
| 922 | "cronet_aml_build_branding_buildflags", |
| 923 | "cronet_aml_build_chromecast_buildflags", |
| 924 | "cronet_aml_build_chromeos_buildflags", |
| 925 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 926 | ], |
| 927 | defaults: [ |
| 928 | "cronet_aml_defaults", |
| 929 | ], |
| 930 | cflags: [ |
| 931 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 932 | "-DANDROID", |
| 933 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 934 | "-DBASE_IMPLEMENTATION", |
| 935 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 936 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 937 | "-DDCHECK_ALWAYS_ON=1", |
| 938 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 939 | "-DHAVE_SYS_UIO_H", |
| 940 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 941 | "-DUSE_CHROMIUM_ICU=1", |
| 942 | "-DU_ENABLE_DYLOAD=0", |
| 943 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 944 | "-DU_ENABLE_TRACING=1", |
| 945 | "-DU_STATIC_IMPLEMENTATION", |
| 946 | "-DU_USING_ICU_NAMESPACE=0", |
| 947 | "-D_DEBUG", |
| 948 | "-D_GNU_SOURCE", |
| 949 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 950 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 951 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 952 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 953 | "-D__STDC_CONSTANT_MACROS", |
| 954 | "-D__STDC_FORMAT_MACROS", |
| 955 | ], |
| 956 | local_include_dirs: [ |
| 957 | "./", |
| 958 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 959 | "buildtools/third_party/libc++/trunk/include", |
| 960 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 961 | "third_party/abseil-cpp/", |
| 962 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 963 | "third_party/boringssl/src/include/", |
| 964 | "third_party/icu/source/common/", |
| 965 | "third_party/icu/source/i18n/", |
| 966 | ], |
Patrick Rohr | f22e9d0 | 2022-10-28 14:20:46 -0700 | [diff] [blame] | 967 | header_libs: [ |
| 968 | "jni_headers", |
| 969 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 970 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 971 | } |
| 972 | |
| 973 | // GN: //base:base_jni_headers |
| 974 | genrule { |
| 975 | name: "cronet_aml_base_base_jni_headers", |
| 976 | srcs: [ |
| 977 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 978 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 979 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 980 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 981 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 982 | "base/android/java/src/org/chromium/base/Callback.java", |
| 983 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 984 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 985 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 986 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 987 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 988 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 989 | "base/android/java/src/org/chromium/base/Features.java", |
| 990 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 991 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 992 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 993 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 994 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 995 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 996 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
| 997 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 998 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
| 999 | "base/android/java/src/org/chromium/base/PathService.java", |
| 1000 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 1001 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 1002 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 1003 | "base/android/java/src/org/chromium/base/SysUtils.java", |
| 1004 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 1005 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 1006 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 1007 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 1008 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 1009 | "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java", |
| 1010 | "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java", |
| 1011 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 1012 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 1013 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 1014 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java", |
| 1015 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 1016 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 1017 | ], |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1018 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 1019 | "long " + |
| 1020 | "--prev_output_dir " + |
| 1021 | "gen/base/base_jni_headers " + |
| 1022 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1023 | "$(genDir)/base/base_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1024 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame^] | 1025 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1026 | "--use_proxy_hash " + |
| 1027 | "--output_name " + |
| 1028 | "ApkAssets_jni.h " + |
| 1029 | "--output_name " + |
| 1030 | "ApplicationStatus_jni.h " + |
| 1031 | "--output_name " + |
| 1032 | "BaseFeatureList_jni.h " + |
| 1033 | "--output_name " + |
| 1034 | "BuildInfo_jni.h " + |
| 1035 | "--output_name " + |
| 1036 | "BundleUtils_jni.h " + |
| 1037 | "--output_name " + |
| 1038 | "Callback_jni.h " + |
| 1039 | "--output_name " + |
| 1040 | "CommandLine_jni.h " + |
| 1041 | "--output_name " + |
| 1042 | "ContentUriUtils_jni.h " + |
| 1043 | "--output_name " + |
| 1044 | "CpuFeatures_jni.h " + |
| 1045 | "--output_name " + |
| 1046 | "EarlyTraceEvent_jni.h " + |
| 1047 | "--output_name " + |
| 1048 | "EventLog_jni.h " + |
| 1049 | "--output_name " + |
| 1050 | "FeatureList_jni.h " + |
| 1051 | "--output_name " + |
| 1052 | "Features_jni.h " + |
| 1053 | "--output_name " + |
| 1054 | "FieldTrialList_jni.h " + |
| 1055 | "--output_name " + |
| 1056 | "FileUtils_jni.h " + |
| 1057 | "--output_name " + |
| 1058 | "ImportantFileWriterAndroid_jni.h " + |
| 1059 | "--output_name " + |
| 1060 | "IntStringCallback_jni.h " + |
| 1061 | "--output_name " + |
| 1062 | "JNIUtils_jni.h " + |
| 1063 | "--output_name " + |
| 1064 | "JavaExceptionReporter_jni.h " + |
| 1065 | "--output_name " + |
| 1066 | "JavaHandlerThread_jni.h " + |
| 1067 | "--output_name " + |
| 1068 | "LocaleUtils_jni.h " + |
| 1069 | "--output_name " + |
| 1070 | "MemoryPressureListener_jni.h " + |
| 1071 | "--output_name " + |
| 1072 | "PathService_jni.h " + |
| 1073 | "--output_name " + |
| 1074 | "PathUtils_jni.h " + |
| 1075 | "--output_name " + |
| 1076 | "PowerMonitor_jni.h " + |
| 1077 | "--output_name " + |
| 1078 | "RadioUtils_jni.h " + |
| 1079 | "--output_name " + |
| 1080 | "SysUtils_jni.h " + |
| 1081 | "--output_name " + |
| 1082 | "ThreadUtils_jni.h " + |
| 1083 | "--output_name " + |
| 1084 | "TimezoneUtils_jni.h " + |
| 1085 | "--output_name " + |
| 1086 | "TraceEvent_jni.h " + |
| 1087 | "--output_name " + |
| 1088 | "UnguessableToken_jni.h " + |
| 1089 | "--output_name " + |
| 1090 | "JankMetricUMARecorder_jni.h " + |
| 1091 | "--output_name " + |
| 1092 | "LibraryLoader_jni.h " + |
| 1093 | "--output_name " + |
| 1094 | "LibraryPrefetcher_jni.h " + |
| 1095 | "--output_name " + |
| 1096 | "JavaHeapDumpGenerator_jni.h " + |
| 1097 | "--output_name " + |
| 1098 | "NativeUmaRecorder_jni.h " + |
| 1099 | "--output_name " + |
| 1100 | "StatisticsRecorderAndroid_jni.h " + |
| 1101 | "--output_name " + |
| 1102 | "ChildProcessService_jni.h " + |
| 1103 | "--output_name " + |
| 1104 | "PostTask_jni.h " + |
| 1105 | "--output_name " + |
| 1106 | "TaskRunnerImpl_jni.h " + |
| 1107 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1108 | "$(location base/android/java/src/org/chromium/base/ApkAssets.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1109 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1110 | "$(location base/android/java/src/org/chromium/base/ApplicationStatus.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1111 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1112 | "$(location base/android/java/src/org/chromium/base/BaseFeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1113 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1114 | "$(location base/android/java/src/org/chromium/base/BuildInfo.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1115 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1116 | "$(location base/android/java/src/org/chromium/base/BundleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1117 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1118 | "$(location base/android/java/src/org/chromium/base/Callback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1119 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1120 | "$(location base/android/java/src/org/chromium/base/CommandLine.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1121 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1122 | "$(location base/android/java/src/org/chromium/base/ContentUriUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1123 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1124 | "$(location base/android/java/src/org/chromium/base/CpuFeatures.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1125 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1126 | "$(location base/android/java/src/org/chromium/base/EarlyTraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1127 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1128 | "$(location base/android/java/src/org/chromium/base/EventLog.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1129 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1130 | "$(location base/android/java/src/org/chromium/base/FeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1131 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1132 | "$(location base/android/java/src/org/chromium/base/Features.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1133 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1134 | "$(location base/android/java/src/org/chromium/base/FieldTrialList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1135 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1136 | "$(location base/android/java/src/org/chromium/base/FileUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1137 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1138 | "$(location base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1139 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1140 | "$(location base/android/java/src/org/chromium/base/IntStringCallback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1141 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1142 | "$(location base/android/java/src/org/chromium/base/JNIUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1143 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1144 | "$(location base/android/java/src/org/chromium/base/JavaExceptionReporter.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/JavaHandlerThread.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/LocaleUtils.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/MemoryPressureListener.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/PathService.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/PathUtils.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/PowerMonitor.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/RadioUtils.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/SysUtils.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/ThreadUtils.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/TimezoneUtils.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/TraceEvent.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/UnguessableToken.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/jank_tracker/JankMetricUMARecorder.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/library_loader/LibraryLoader.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/library_loader/LibraryPrefetcher.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/memory/JavaHeapDumpGenerator.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/metrics/NativeUmaRecorder.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/metrics/StatisticsRecorderAndroid.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/process_launcher/ChildProcessService.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/task/PostTask.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/task/TaskRunnerImpl.java)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1187 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1188 | "base/base_jni_headers/ApkAssets_jni.h", |
| 1189 | "base/base_jni_headers/ApplicationStatus_jni.h", |
| 1190 | "base/base_jni_headers/BaseFeatureList_jni.h", |
| 1191 | "base/base_jni_headers/BuildInfo_jni.h", |
| 1192 | "base/base_jni_headers/BundleUtils_jni.h", |
| 1193 | "base/base_jni_headers/Callback_jni.h", |
| 1194 | "base/base_jni_headers/ChildProcessService_jni.h", |
| 1195 | "base/base_jni_headers/CommandLine_jni.h", |
| 1196 | "base/base_jni_headers/ContentUriUtils_jni.h", |
| 1197 | "base/base_jni_headers/CpuFeatures_jni.h", |
| 1198 | "base/base_jni_headers/EarlyTraceEvent_jni.h", |
| 1199 | "base/base_jni_headers/EventLog_jni.h", |
| 1200 | "base/base_jni_headers/FeatureList_jni.h", |
| 1201 | "base/base_jni_headers/Features_jni.h", |
| 1202 | "base/base_jni_headers/FieldTrialList_jni.h", |
| 1203 | "base/base_jni_headers/FileUtils_jni.h", |
| 1204 | "base/base_jni_headers/ImportantFileWriterAndroid_jni.h", |
| 1205 | "base/base_jni_headers/IntStringCallback_jni.h", |
| 1206 | "base/base_jni_headers/JNIUtils_jni.h", |
| 1207 | "base/base_jni_headers/JankMetricUMARecorder_jni.h", |
| 1208 | "base/base_jni_headers/JavaExceptionReporter_jni.h", |
| 1209 | "base/base_jni_headers/JavaHandlerThread_jni.h", |
| 1210 | "base/base_jni_headers/JavaHeapDumpGenerator_jni.h", |
| 1211 | "base/base_jni_headers/LibraryLoader_jni.h", |
| 1212 | "base/base_jni_headers/LibraryPrefetcher_jni.h", |
| 1213 | "base/base_jni_headers/LocaleUtils_jni.h", |
| 1214 | "base/base_jni_headers/MemoryPressureListener_jni.h", |
| 1215 | "base/base_jni_headers/NativeUmaRecorder_jni.h", |
| 1216 | "base/base_jni_headers/PathService_jni.h", |
| 1217 | "base/base_jni_headers/PathUtils_jni.h", |
| 1218 | "base/base_jni_headers/PostTask_jni.h", |
| 1219 | "base/base_jni_headers/PowerMonitor_jni.h", |
| 1220 | "base/base_jni_headers/RadioUtils_jni.h", |
| 1221 | "base/base_jni_headers/StatisticsRecorderAndroid_jni.h", |
| 1222 | "base/base_jni_headers/SysUtils_jni.h", |
| 1223 | "base/base_jni_headers/TaskRunnerImpl_jni.h", |
| 1224 | "base/base_jni_headers/ThreadUtils_jni.h", |
| 1225 | "base/base_jni_headers/TimezoneUtils_jni.h", |
| 1226 | "base/base_jni_headers/TraceEvent_jni.h", |
| 1227 | "base/base_jni_headers/UnguessableToken_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1228 | ], |
| 1229 | tool_files: [ |
| 1230 | "base/android/jni_generator/jni_generator.py", |
| 1231 | "build/android/gyp/util/__init__.py", |
| 1232 | "build/android/gyp/util/build_utils.py", |
| 1233 | "build/gn_helpers.py", |
| 1234 | ], |
| 1235 | } |
| 1236 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1237 | // GN: //base:base_static |
| 1238 | cc_library_static { |
| 1239 | name: "cronet_aml_base_base_static", |
| 1240 | srcs: [ |
| 1241 | "base/base_switches.cc", |
| 1242 | ], |
| 1243 | generated_headers: [ |
| 1244 | "cronet_aml_build_chromeos_buildflags", |
| 1245 | ], |
| 1246 | export_generated_headers: [ |
| 1247 | "cronet_aml_build_chromeos_buildflags", |
| 1248 | ], |
| 1249 | defaults: [ |
| 1250 | "cronet_aml_defaults", |
| 1251 | ], |
| 1252 | cflags: [ |
| 1253 | "-DANDROID", |
| 1254 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1255 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1256 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1257 | "-DDCHECK_ALWAYS_ON=1", |
| 1258 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1259 | "-DHAVE_SYS_UIO_H", |
| 1260 | "-D_DEBUG", |
| 1261 | "-D_GNU_SOURCE", |
| 1262 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1263 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1264 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1265 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1266 | "-D__STDC_CONSTANT_MACROS", |
| 1267 | "-D__STDC_FORMAT_MACROS", |
| 1268 | ], |
| 1269 | local_include_dirs: [ |
| 1270 | "./", |
| 1271 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1272 | "buildtools/third_party/libc++/trunk/include", |
| 1273 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1274 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1275 | cpp_std: "c++20", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1276 | } |
| 1277 | |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1278 | // GN: //base:build_date |
| 1279 | genrule { |
| 1280 | name: "cronet_aml_base_build_date", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1281 | cmd: "$(location build/write_build_date_header.py) $(out) " + |
| 1282 | "1664686800", |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1283 | out: [ |
| 1284 | "base/generated_build_date.h", |
| 1285 | ], |
| 1286 | tool_files: [ |
| 1287 | "build/write_build_date_header.py", |
| 1288 | ], |
| 1289 | } |
| 1290 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1291 | // GN: //base:cfi_buildflags |
| 1292 | genrule { |
| 1293 | name: "cronet_aml_base_cfi_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1294 | cmd: "echo '--flags CFI_CAST_CHECK=\"false && false\" CFI_DIAG=\"false && false\" CFI_ICALL_CHECK=\"false && false\" CFI_ENFORCEMENT_TRAP=\"false && !false\" CFI_ENFORCEMENT_DIAGNOSTIC=\"false && false && !false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1295 | "$(location build/write_buildflag_header.py) --output " + |
| 1296 | "$(out) " + |
| 1297 | "--rulename " + |
| 1298 | "//base:cfi_buildflags " + |
| 1299 | "--gen-dir " + |
| 1300 | ". " + |
| 1301 | "--definitions " + |
| 1302 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1303 | out: [ |
| 1304 | "base/cfi_buildflags.h", |
| 1305 | ], |
| 1306 | tool_files: [ |
| 1307 | "build/write_buildflag_header.py", |
| 1308 | ], |
| 1309 | } |
| 1310 | |
| 1311 | // GN: //base:clang_profiling_buildflags |
| 1312 | genrule { |
| 1313 | name: "cronet_aml_base_clang_profiling_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1314 | cmd: "echo '--flags CLANG_PROFILING=\"false\" CLANG_PROFILING_INSIDE_SANDBOX=\"false\" USE_CLANG_COVERAGE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1315 | "$(location build/write_buildflag_header.py) --output " + |
| 1316 | "$(out) " + |
| 1317 | "--rulename " + |
| 1318 | "//base:clang_profiling_buildflags " + |
| 1319 | "--gen-dir " + |
| 1320 | ". " + |
| 1321 | "--definitions " + |
| 1322 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1323 | out: [ |
| 1324 | "base/clang_profiling_buildflags.h", |
| 1325 | ], |
| 1326 | tool_files: [ |
| 1327 | "build/write_buildflag_header.py", |
| 1328 | ], |
| 1329 | } |
| 1330 | |
| 1331 | // GN: //base:debugging_buildflags |
| 1332 | genrule { |
| 1333 | name: "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1334 | cmd: "echo '--flags DCHECK_IS_CONFIGURABLE=\"false\" ENABLE_LOCATION_SOURCE=\"true\" ENABLE_PROFILING=\"false\" CAN_UNWIND_WITH_FRAME_POINTERS=\"false\" UNSAFE_DEVELOPER_BUILD=\"true\" CAN_UNWIND_WITH_CFI_TABLE=\"true\" EXCLUDE_UNWIND_TABLES=\"false\" ENABLE_GDBINIT_WARNING=\"true\" ENABLE_LLDBINIT_WARNING=\"false\" EXPENSIVE_DCHECKS_ARE_ON=\"true\" ENABLE_STACK_TRACE_LINE_NUMBERS=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1335 | "$(location build/write_buildflag_header.py) --output " + |
| 1336 | "$(out) " + |
| 1337 | "--rulename " + |
| 1338 | "//base:debugging_buildflags " + |
| 1339 | "--gen-dir " + |
| 1340 | ". " + |
| 1341 | "--definitions " + |
| 1342 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1343 | out: [ |
| 1344 | "base/debug/debugging_buildflags.h", |
| 1345 | ], |
| 1346 | tool_files: [ |
| 1347 | "build/write_buildflag_header.py", |
| 1348 | ], |
| 1349 | } |
| 1350 | |
| 1351 | // GN: //base:feature_list_buildflags |
| 1352 | genrule { |
| 1353 | name: "cronet_aml_base_feature_list_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1354 | cmd: "echo '--flags ENABLE_BANNED_BASE_FEATURE_PREFIX=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1355 | "$(location build/write_buildflag_header.py) --output " + |
| 1356 | "$(out) " + |
| 1357 | "--rulename " + |
| 1358 | "//base:feature_list_buildflags " + |
| 1359 | "--gen-dir " + |
| 1360 | ". " + |
| 1361 | "--definitions " + |
| 1362 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1363 | out: [ |
| 1364 | "base/feature_list_buildflags.h", |
| 1365 | ], |
| 1366 | tool_files: [ |
| 1367 | "build/write_buildflag_header.py", |
| 1368 | ], |
| 1369 | } |
| 1370 | |
| 1371 | // GN: //base:ios_cronet_buildflags |
| 1372 | genrule { |
| 1373 | name: "cronet_aml_base_ios_cronet_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1374 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1375 | "$(location build/write_buildflag_header.py) --output " + |
| 1376 | "$(out) " + |
| 1377 | "--rulename " + |
| 1378 | "//base:ios_cronet_buildflags " + |
| 1379 | "--gen-dir " + |
| 1380 | ". " + |
| 1381 | "--definitions " + |
| 1382 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1383 | out: [ |
| 1384 | "base/message_loop/ios_cronet_buildflags.h", |
| 1385 | ], |
| 1386 | tool_files: [ |
| 1387 | "build/write_buildflag_header.py", |
| 1388 | ], |
| 1389 | } |
| 1390 | |
| 1391 | // GN: //base:logging_buildflags |
| 1392 | genrule { |
| 1393 | name: "cronet_aml_base_logging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1394 | cmd: "echo '--flags ENABLE_LOG_ERROR_NOT_REACHED=\"false\" USE_RUNTIME_VLOG=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1395 | "$(location build/write_buildflag_header.py) --output " + |
| 1396 | "$(out) " + |
| 1397 | "--rulename " + |
| 1398 | "//base:logging_buildflags " + |
| 1399 | "--gen-dir " + |
| 1400 | ". " + |
| 1401 | "--definitions " + |
| 1402 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1403 | out: [ |
| 1404 | "base/logging_buildflags.h", |
| 1405 | ], |
| 1406 | tool_files: [ |
| 1407 | "build/write_buildflag_header.py", |
| 1408 | ], |
| 1409 | } |
| 1410 | |
| 1411 | // GN: //base:message_pump_buildflags |
| 1412 | genrule { |
| 1413 | name: "cronet_aml_base_message_pump_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1414 | cmd: "echo '--flags ENABLE_MESSAGE_PUMP_EPOLL=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1415 | "$(location build/write_buildflag_header.py) --output " + |
| 1416 | "$(out) " + |
| 1417 | "--rulename " + |
| 1418 | "//base:message_pump_buildflags " + |
| 1419 | "--gen-dir " + |
| 1420 | ". " + |
| 1421 | "--definitions " + |
| 1422 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1423 | out: [ |
| 1424 | "base/message_loop/message_pump_buildflags.h", |
| 1425 | ], |
| 1426 | tool_files: [ |
| 1427 | "build/write_buildflag_header.py", |
| 1428 | ], |
| 1429 | } |
| 1430 | |
| 1431 | // GN: //base/numerics:base_numerics |
| 1432 | filegroup { |
| 1433 | name: "cronet_aml_base_numerics_base_numerics", |
| 1434 | } |
| 1435 | |
| 1436 | // GN: //base:orderfile_buildflags |
| 1437 | genrule { |
| 1438 | name: "cronet_aml_base_orderfile_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1439 | cmd: "echo '--flags DEVTOOLS_INSTRUMENTATION_DUMPING=\"false\" ORDERFILE_INSTRUMENTATION=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1440 | "$(location build/write_buildflag_header.py) --output " + |
| 1441 | "$(out) " + |
| 1442 | "--rulename " + |
| 1443 | "//base:orderfile_buildflags " + |
| 1444 | "--gen-dir " + |
| 1445 | ". " + |
| 1446 | "--definitions " + |
| 1447 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1448 | out: [ |
| 1449 | "base/android/orderfile/orderfile_buildflags.h", |
| 1450 | ], |
| 1451 | tool_files: [ |
| 1452 | "build/write_buildflag_header.py", |
| 1453 | ], |
| 1454 | } |
| 1455 | |
| 1456 | // GN: //base:parsing_buildflags |
| 1457 | genrule { |
| 1458 | name: "cronet_aml_base_parsing_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1459 | cmd: "echo '--flags BUILD_RUST_JSON_PARSER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1460 | "$(location build/write_buildflag_header.py) --output " + |
| 1461 | "$(out) " + |
| 1462 | "--rulename " + |
| 1463 | "//base:parsing_buildflags " + |
| 1464 | "--gen-dir " + |
| 1465 | ". " + |
| 1466 | "--definitions " + |
| 1467 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1468 | out: [ |
| 1469 | "base/parsing_buildflags.h", |
| 1470 | ], |
| 1471 | tool_files: [ |
| 1472 | "build/write_buildflag_header.py", |
| 1473 | ], |
| 1474 | } |
| 1475 | |
| 1476 | // GN: //base:power_monitor_buildflags |
| 1477 | genrule { |
| 1478 | name: "cronet_aml_base_power_monitor_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1479 | cmd: "echo '--flags HAS_BATTERY_LEVEL_PROVIDER_IMPL=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1480 | "$(location build/write_buildflag_header.py) --output " + |
| 1481 | "$(out) " + |
| 1482 | "--rulename " + |
| 1483 | "//base:power_monitor_buildflags " + |
| 1484 | "--gen-dir " + |
| 1485 | ". " + |
| 1486 | "--definitions " + |
| 1487 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1488 | out: [ |
| 1489 | "base/power_monitor/power_monitor_buildflags.h", |
| 1490 | ], |
| 1491 | tool_files: [ |
| 1492 | "build/write_buildflag_header.py", |
| 1493 | ], |
| 1494 | } |
| 1495 | |
| 1496 | // GN: //base:profiler_buildflags |
| 1497 | genrule { |
| 1498 | name: "cronet_aml_base_profiler_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1499 | cmd: "echo '--flags ENABLE_ARM_CFI_TABLE=\"true\" IOS_STACK_PROFILER_ENABLED=\"true\" USE_ANDROID_UNWINDER_V2=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1500 | "$(location build/write_buildflag_header.py) --output " + |
| 1501 | "$(out) " + |
| 1502 | "--rulename " + |
| 1503 | "//base:profiler_buildflags " + |
| 1504 | "--gen-dir " + |
| 1505 | ". " + |
| 1506 | "--definitions " + |
| 1507 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1508 | out: [ |
| 1509 | "base/profiler/profiler_buildflags.h", |
| 1510 | ], |
| 1511 | tool_files: [ |
| 1512 | "build/write_buildflag_header.py", |
| 1513 | ], |
| 1514 | } |
| 1515 | |
| 1516 | // GN: //base:sanitizer_buildflags |
| 1517 | genrule { |
| 1518 | name: "cronet_aml_base_sanitizer_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1519 | cmd: "echo '--flags IS_HWASAN=\"false\" USING_SANITIZER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1520 | "$(location build/write_buildflag_header.py) --output " + |
| 1521 | "$(out) " + |
| 1522 | "--rulename " + |
| 1523 | "//base:sanitizer_buildflags " + |
| 1524 | "--gen-dir " + |
| 1525 | ". " + |
| 1526 | "--definitions " + |
| 1527 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1528 | out: [ |
| 1529 | "base/sanitizer_buildflags.h", |
| 1530 | ], |
| 1531 | tool_files: [ |
| 1532 | "build/write_buildflag_header.py", |
| 1533 | ], |
| 1534 | } |
| 1535 | |
| 1536 | // GN: //base:synchronization_buildflags |
| 1537 | genrule { |
| 1538 | name: "cronet_aml_base_synchronization_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1539 | cmd: "echo '--flags ENABLE_MUTEX_PRIORITY_INHERITANCE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1540 | "$(location build/write_buildflag_header.py) --output " + |
| 1541 | "$(out) " + |
| 1542 | "--rulename " + |
| 1543 | "//base:synchronization_buildflags " + |
| 1544 | "--gen-dir " + |
| 1545 | ". " + |
| 1546 | "--definitions " + |
| 1547 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1548 | out: [ |
| 1549 | "base/synchronization/synchronization_buildflags.h", |
| 1550 | ], |
| 1551 | tool_files: [ |
| 1552 | "build/write_buildflag_header.py", |
| 1553 | ], |
| 1554 | } |
| 1555 | |
| 1556 | // GN: //base/third_party/double_conversion:double_conversion |
| 1557 | cc_library_static { |
| 1558 | name: "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 1559 | srcs: [ |
| 1560 | "base/third_party/double_conversion/double-conversion/bignum-dtoa.cc", |
| 1561 | "base/third_party/double_conversion/double-conversion/bignum.cc", |
| 1562 | "base/third_party/double_conversion/double-conversion/cached-powers.cc", |
| 1563 | "base/third_party/double_conversion/double-conversion/double-to-string.cc", |
| 1564 | "base/third_party/double_conversion/double-conversion/fast-dtoa.cc", |
| 1565 | "base/third_party/double_conversion/double-conversion/fixed-dtoa.cc", |
| 1566 | "base/third_party/double_conversion/double-conversion/string-to-double.cc", |
| 1567 | "base/third_party/double_conversion/double-conversion/strtod.cc", |
| 1568 | ], |
| 1569 | defaults: [ |
| 1570 | "cronet_aml_defaults", |
| 1571 | ], |
| 1572 | cflags: [ |
| 1573 | "-DANDROID", |
| 1574 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1575 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1576 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1577 | "-DDCHECK_ALWAYS_ON=1", |
| 1578 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1579 | "-DHAVE_SYS_UIO_H", |
| 1580 | "-D_DEBUG", |
| 1581 | "-D_GNU_SOURCE", |
| 1582 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1583 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1584 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1585 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1586 | "-D__STDC_CONSTANT_MACROS", |
| 1587 | "-D__STDC_FORMAT_MACROS", |
| 1588 | ], |
| 1589 | local_include_dirs: [ |
| 1590 | "./", |
| 1591 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1592 | "buildtools/third_party/libc++/trunk/include", |
| 1593 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1594 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1595 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1596 | } |
| 1597 | |
| 1598 | // GN: //base/third_party/dynamic_annotations:dynamic_annotations |
| 1599 | cc_library_static { |
| 1600 | name: "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 1601 | srcs: [ |
| 1602 | "base/third_party/dynamic_annotations/dynamic_annotations.c", |
| 1603 | ], |
| 1604 | defaults: [ |
| 1605 | "cronet_aml_defaults", |
| 1606 | ], |
| 1607 | cflags: [ |
| 1608 | "-DANDROID", |
| 1609 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1610 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1611 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1612 | "-DDCHECK_ALWAYS_ON=1", |
| 1613 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1614 | "-DHAVE_SYS_UIO_H", |
| 1615 | "-D_DEBUG", |
| 1616 | "-D_GNU_SOURCE", |
| 1617 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1618 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1619 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1620 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1621 | ], |
| 1622 | local_include_dirs: [ |
| 1623 | "./", |
| 1624 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1625 | "buildtools/third_party/libc++/trunk/include", |
| 1626 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1627 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1628 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1629 | } |
| 1630 | |
| 1631 | // GN: //base:tracing_buildflags |
| 1632 | genrule { |
| 1633 | name: "cronet_aml_base_tracing_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1634 | cmd: "echo '--flags ENABLE_BASE_TRACING=\"false\" USE_PERFETTO_CLIENT_LIBRARY=\"false\" OPTIONAL_TRACE_EVENTS_ENABLED=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1635 | "$(location build/write_buildflag_header.py) --output " + |
| 1636 | "$(out) " + |
| 1637 | "--rulename " + |
| 1638 | "//base:tracing_buildflags " + |
| 1639 | "--gen-dir " + |
| 1640 | ". " + |
| 1641 | "--definitions " + |
| 1642 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1643 | out: [ |
| 1644 | "base/tracing_buildflags.h", |
| 1645 | ], |
| 1646 | tool_files: [ |
| 1647 | "build/write_buildflag_header.py", |
| 1648 | ], |
| 1649 | } |
| 1650 | |
| 1651 | // GN: //build:branding_buildflags |
| 1652 | genrule { |
| 1653 | name: "cronet_aml_build_branding_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1654 | cmd: "echo '--flags CHROMIUM_BRANDING=\"1\" GOOGLE_CHROME_BRANDING=\"0\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1655 | "$(location build/write_buildflag_header.py) --output " + |
| 1656 | "$(out) " + |
| 1657 | "--rulename " + |
| 1658 | "//build:branding_buildflags " + |
| 1659 | "--gen-dir " + |
| 1660 | ". " + |
| 1661 | "--definitions " + |
| 1662 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1663 | out: [ |
| 1664 | "build/branding_buildflags.h", |
| 1665 | ], |
| 1666 | tool_files: [ |
| 1667 | "build/write_buildflag_header.py", |
| 1668 | ], |
| 1669 | } |
| 1670 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1671 | // GN: //build:buildflag_header_h |
| 1672 | filegroup { |
| 1673 | name: "cronet_aml_build_buildflag_header_h", |
| 1674 | } |
| 1675 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1676 | // GN: //build:chromecast_buildflags |
| 1677 | genrule { |
| 1678 | name: "cronet_aml_build_chromecast_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1679 | cmd: "echo '--flags IS_CASTOS=\"false\" IS_CAST_ANDROID=\"false\" ENABLE_CAST_RECEIVER=\"false\" IS_CHROMECAST=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1680 | "$(location build/write_buildflag_header.py) --output " + |
| 1681 | "$(out) " + |
| 1682 | "--rulename " + |
| 1683 | "//build:chromecast_buildflags " + |
| 1684 | "--gen-dir " + |
| 1685 | ". " + |
| 1686 | "--definitions " + |
| 1687 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1688 | out: [ |
| 1689 | "build/chromecast_buildflags.h", |
| 1690 | ], |
| 1691 | tool_files: [ |
| 1692 | "build/write_buildflag_header.py", |
| 1693 | ], |
| 1694 | } |
| 1695 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1696 | // GN: //build:chromeos_buildflags |
| 1697 | genrule { |
| 1698 | name: "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1699 | cmd: "echo '--flags IS_CHROMEOS_DEVICE=\"false\" IS_CHROMEOS_LACROS=\"false\" IS_CHROMEOS_ASH=\"false\" IS_CHROMEOS_WITH_HW_DETAILS=\"false\" IS_REVEN=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1700 | "$(location build/write_buildflag_header.py) --output " + |
| 1701 | "$(out) " + |
| 1702 | "--rulename " + |
| 1703 | "//build:chromeos_buildflags " + |
| 1704 | "--gen-dir " + |
| 1705 | ". " + |
| 1706 | "--definitions " + |
| 1707 | "/dev/stdin", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1708 | out: [ |
| 1709 | "build/chromeos_buildflags.h", |
| 1710 | ], |
| 1711 | tool_files: [ |
| 1712 | "build/write_buildflag_header.py", |
| 1713 | ], |
| 1714 | } |
| 1715 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1716 | // GN: //build/config/compiler:compiler_buildflags |
| 1717 | genrule { |
| 1718 | name: "cronet_aml_build_config_compiler_compiler_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1719 | cmd: "echo '--flags CLANG_PGO=\"0\" SYMBOL_LEVEL=\"1\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1720 | "$(location build/write_buildflag_header.py) --output " + |
| 1721 | "$(out) " + |
| 1722 | "--rulename " + |
| 1723 | "//build/config/compiler:compiler_buildflags " + |
| 1724 | "--gen-dir " + |
| 1725 | ". " + |
| 1726 | "--definitions " + |
| 1727 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1728 | out: [ |
| 1729 | "build/config/compiler/compiler_buildflags.h", |
| 1730 | ], |
| 1731 | tool_files: [ |
| 1732 | "build/write_buildflag_header.py", |
| 1733 | ], |
| 1734 | } |
| 1735 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 1736 | // GN: //gn:default_deps |
| 1737 | cc_defaults { |
| 1738 | name: "cronet_aml_defaults", |
| 1739 | cflags: [ |
| 1740 | "-O2", |
| 1741 | "-Wno-error=return-type", |
Patrick Rohr | 9806515 | 2022-10-31 14:49:58 -0700 | [diff] [blame] | 1742 | "-Wno-missing-field-initializers", |
Patrick Rohr | 3a1ec1d | 2022-10-31 13:30:17 -0700 | [diff] [blame] | 1743 | "-Wno-non-virtual-dtor", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 1744 | "-Wno-sign-compare", |
| 1745 | "-Wno-sign-promo", |
| 1746 | "-Wno-unused-parameter", |
| 1747 | "-fvisibility=hidden", |
| 1748 | ], |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1749 | stl: "none", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 1750 | } |
| 1751 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1752 | // GN: //third_party/abseil-cpp:absl |
| 1753 | filegroup { |
| 1754 | name: "cronet_aml_third_party_abseil_cpp_absl", |
| 1755 | } |
| 1756 | |
| 1757 | // GN: //third_party/abseil-cpp/absl/algorithm:algorithm |
| 1758 | filegroup { |
| 1759 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 1760 | } |
| 1761 | |
| 1762 | // GN: //third_party/abseil-cpp/absl/algorithm:container |
| 1763 | filegroup { |
| 1764 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 1765 | } |
| 1766 | |
| 1767 | // GN: //third_party/abseil-cpp/absl/base:atomic_hook |
| 1768 | filegroup { |
| 1769 | name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 1770 | } |
| 1771 | |
| 1772 | // GN: //third_party/abseil-cpp/absl/base:base |
| 1773 | filegroup { |
| 1774 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 1775 | srcs: [ |
| 1776 | "third_party/abseil-cpp/absl/base/internal/cycleclock.cc", |
| 1777 | "third_party/abseil-cpp/absl/base/internal/spinlock.cc", |
| 1778 | "third_party/abseil-cpp/absl/base/internal/sysinfo.cc", |
| 1779 | "third_party/abseil-cpp/absl/base/internal/thread_identity.cc", |
| 1780 | "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc", |
| 1781 | ], |
| 1782 | } |
| 1783 | |
| 1784 | // GN: //third_party/abseil-cpp/absl/base:base_internal |
| 1785 | filegroup { |
| 1786 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 1787 | } |
| 1788 | |
| 1789 | // GN: //third_party/abseil-cpp/absl/base:config |
| 1790 | filegroup { |
| 1791 | name: "cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 1792 | } |
| 1793 | |
| 1794 | // GN: //third_party/abseil-cpp/absl/base:core_headers |
| 1795 | filegroup { |
| 1796 | name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 1797 | } |
| 1798 | |
| 1799 | // GN: //third_party/abseil-cpp/absl/base:cycleclock_internal |
| 1800 | filegroup { |
| 1801 | name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 1802 | } |
| 1803 | |
| 1804 | // GN: //third_party/abseil-cpp/absl/base:dynamic_annotations |
| 1805 | filegroup { |
| 1806 | name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 1807 | } |
| 1808 | |
| 1809 | // GN: //third_party/abseil-cpp/absl/base:endian |
| 1810 | filegroup { |
| 1811 | name: "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 1812 | } |
| 1813 | |
| 1814 | // GN: //third_party/abseil-cpp/absl/base:errno_saver |
| 1815 | filegroup { |
| 1816 | name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 1817 | } |
| 1818 | |
| 1819 | // GN: //third_party/abseil-cpp/absl/base:fast_type_id |
| 1820 | filegroup { |
| 1821 | name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 1822 | } |
| 1823 | |
| 1824 | // GN: //third_party/abseil-cpp/absl/base:log_severity |
| 1825 | filegroup { |
| 1826 | name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 1827 | srcs: [ |
| 1828 | "third_party/abseil-cpp/absl/base/log_severity.cc", |
| 1829 | ], |
| 1830 | } |
| 1831 | |
| 1832 | // GN: //third_party/abseil-cpp/absl/base:malloc_internal |
| 1833 | filegroup { |
| 1834 | name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 1835 | srcs: [ |
| 1836 | "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc", |
| 1837 | ], |
| 1838 | } |
| 1839 | |
| 1840 | // GN: //third_party/abseil-cpp/absl/base:prefetch |
| 1841 | filegroup { |
| 1842 | name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 1843 | } |
| 1844 | |
| 1845 | // GN: //third_party/abseil-cpp/absl/base:raw_logging_internal |
| 1846 | filegroup { |
| 1847 | name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 1848 | srcs: [ |
| 1849 | "third_party/abseil-cpp/absl/base/internal/raw_logging.cc", |
| 1850 | ], |
| 1851 | } |
| 1852 | |
| 1853 | // GN: //third_party/abseil-cpp/absl/base:spinlock_wait |
| 1854 | filegroup { |
| 1855 | name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 1856 | srcs: [ |
| 1857 | "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc", |
| 1858 | ], |
| 1859 | } |
| 1860 | |
| 1861 | // GN: //third_party/abseil-cpp/absl/base:strerror |
| 1862 | filegroup { |
| 1863 | name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 1864 | srcs: [ |
| 1865 | "third_party/abseil-cpp/absl/base/internal/strerror.cc", |
| 1866 | ], |
| 1867 | } |
| 1868 | |
| 1869 | // GN: //third_party/abseil-cpp/absl/base:throw_delegate |
| 1870 | filegroup { |
| 1871 | name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 1872 | srcs: [ |
| 1873 | "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc", |
| 1874 | ], |
| 1875 | } |
| 1876 | |
| 1877 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup |
| 1878 | filegroup { |
| 1879 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 1880 | } |
| 1881 | |
| 1882 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal |
| 1883 | filegroup { |
| 1884 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 1885 | } |
| 1886 | |
| 1887 | // GN: //third_party/abseil-cpp/absl/container:btree |
| 1888 | filegroup { |
| 1889 | name: "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 1890 | } |
| 1891 | |
| 1892 | // GN: //third_party/abseil-cpp/absl/container:common |
| 1893 | filegroup { |
| 1894 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 1895 | } |
| 1896 | |
| 1897 | // GN: //third_party/abseil-cpp/absl/container:common_policy_traits |
| 1898 | filegroup { |
| 1899 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 1900 | } |
| 1901 | |
| 1902 | // GN: //third_party/abseil-cpp/absl/container:compressed_tuple |
| 1903 | filegroup { |
| 1904 | name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 1905 | } |
| 1906 | |
| 1907 | // GN: //third_party/abseil-cpp/absl/container:container_memory |
| 1908 | filegroup { |
| 1909 | name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 1910 | } |
| 1911 | |
| 1912 | // GN: //third_party/abseil-cpp/absl/container:fixed_array |
| 1913 | filegroup { |
| 1914 | name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 1915 | } |
| 1916 | |
| 1917 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_map |
| 1918 | filegroup { |
| 1919 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 1920 | } |
| 1921 | |
| 1922 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_set |
| 1923 | filegroup { |
| 1924 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 1925 | } |
| 1926 | |
| 1927 | // GN: //third_party/abseil-cpp/absl/container:hash_function_defaults |
| 1928 | filegroup { |
| 1929 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 1930 | } |
| 1931 | |
| 1932 | // GN: //third_party/abseil-cpp/absl/container:hash_policy_traits |
| 1933 | filegroup { |
| 1934 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 1935 | } |
| 1936 | |
| 1937 | // GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks |
| 1938 | filegroup { |
| 1939 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 1940 | } |
| 1941 | |
| 1942 | // GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler |
| 1943 | filegroup { |
| 1944 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 1945 | srcs: [ |
| 1946 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc", |
| 1947 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc", |
| 1948 | ], |
| 1949 | } |
| 1950 | |
| 1951 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector |
| 1952 | filegroup { |
| 1953 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 1954 | } |
| 1955 | |
| 1956 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal |
| 1957 | filegroup { |
| 1958 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 1959 | } |
| 1960 | |
| 1961 | // GN: //third_party/abseil-cpp/absl/container:layout |
| 1962 | filegroup { |
| 1963 | name: "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 1964 | } |
| 1965 | |
| 1966 | // GN: //third_party/abseil-cpp/absl/container:node_hash_map |
| 1967 | filegroup { |
| 1968 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 1969 | } |
| 1970 | |
| 1971 | // GN: //third_party/abseil-cpp/absl/container:node_hash_set |
| 1972 | filegroup { |
| 1973 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 1974 | } |
| 1975 | |
| 1976 | // GN: //third_party/abseil-cpp/absl/container:node_slot_policy |
| 1977 | filegroup { |
| 1978 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 1979 | } |
| 1980 | |
| 1981 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_map |
| 1982 | filegroup { |
| 1983 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 1984 | } |
| 1985 | |
| 1986 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_set |
| 1987 | filegroup { |
| 1988 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 1989 | srcs: [ |
| 1990 | "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc", |
| 1991 | ], |
| 1992 | } |
| 1993 | |
| 1994 | // GN: //third_party/abseil-cpp/absl/debugging:debugging_internal |
| 1995 | filegroup { |
| 1996 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 1997 | srcs: [ |
| 1998 | "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc", |
| 1999 | "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc", |
| 2000 | "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc", |
| 2001 | ], |
| 2002 | } |
| 2003 | |
| 2004 | // GN: //third_party/abseil-cpp/absl/debugging:demangle_internal |
| 2005 | filegroup { |
| 2006 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 2007 | srcs: [ |
| 2008 | "third_party/abseil-cpp/absl/debugging/internal/demangle.cc", |
| 2009 | ], |
| 2010 | } |
| 2011 | |
| 2012 | // GN: //third_party/abseil-cpp/absl/debugging:examine_stack |
| 2013 | filegroup { |
| 2014 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 2015 | srcs: [ |
| 2016 | "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc", |
| 2017 | ], |
| 2018 | } |
| 2019 | |
| 2020 | // GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler |
| 2021 | filegroup { |
| 2022 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 2023 | srcs: [ |
| 2024 | "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc", |
| 2025 | ], |
| 2026 | } |
| 2027 | |
| 2028 | // GN: //third_party/abseil-cpp/absl/debugging:stacktrace |
| 2029 | filegroup { |
| 2030 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 2031 | srcs: [ |
| 2032 | "third_party/abseil-cpp/absl/debugging/stacktrace.cc", |
| 2033 | ], |
| 2034 | } |
| 2035 | |
| 2036 | // GN: //third_party/abseil-cpp/absl/debugging:symbolize |
| 2037 | filegroup { |
| 2038 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 2039 | srcs: [ |
| 2040 | "third_party/abseil-cpp/absl/debugging/symbolize.cc", |
| 2041 | ], |
| 2042 | } |
| 2043 | |
| 2044 | // GN: //third_party/abseil-cpp/absl/functional:any_invocable |
| 2045 | filegroup { |
| 2046 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 2047 | } |
| 2048 | |
| 2049 | // GN: //third_party/abseil-cpp/absl/functional:bind_front |
| 2050 | filegroup { |
| 2051 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 2052 | } |
| 2053 | |
| 2054 | // GN: //third_party/abseil-cpp/absl/functional:function_ref |
| 2055 | filegroup { |
| 2056 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 2057 | } |
| 2058 | |
| 2059 | // GN: //third_party/abseil-cpp/absl/hash:city |
| 2060 | filegroup { |
| 2061 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 2062 | srcs: [ |
| 2063 | "third_party/abseil-cpp/absl/hash/internal/city.cc", |
| 2064 | ], |
| 2065 | } |
| 2066 | |
| 2067 | // GN: //third_party/abseil-cpp/absl/hash:hash |
| 2068 | filegroup { |
| 2069 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 2070 | srcs: [ |
| 2071 | "third_party/abseil-cpp/absl/hash/internal/hash.cc", |
| 2072 | ], |
| 2073 | } |
| 2074 | |
| 2075 | // GN: //third_party/abseil-cpp/absl/hash:low_level_hash |
| 2076 | filegroup { |
| 2077 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 2078 | srcs: [ |
| 2079 | "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc", |
| 2080 | ], |
| 2081 | } |
| 2082 | |
| 2083 | // GN: //third_party/abseil-cpp/absl/memory:memory |
| 2084 | filegroup { |
| 2085 | name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 2086 | } |
| 2087 | |
| 2088 | // GN: //third_party/abseil-cpp/absl/meta:type_traits |
| 2089 | filegroup { |
| 2090 | name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 2091 | } |
| 2092 | |
| 2093 | // GN: //third_party/abseil-cpp/absl/numeric:bits |
| 2094 | filegroup { |
| 2095 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 2096 | } |
| 2097 | |
| 2098 | // GN: //third_party/abseil-cpp/absl/numeric:int128 |
| 2099 | filegroup { |
| 2100 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 2101 | srcs: [ |
| 2102 | "third_party/abseil-cpp/absl/numeric/int128.cc", |
| 2103 | ], |
| 2104 | } |
| 2105 | |
| 2106 | // GN: //third_party/abseil-cpp/absl/numeric:representation |
| 2107 | filegroup { |
| 2108 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 2109 | } |
| 2110 | |
| 2111 | // GN: //third_party/abseil-cpp/absl/profiling:exponential_biased |
| 2112 | filegroup { |
| 2113 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 2114 | srcs: [ |
| 2115 | "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc", |
| 2116 | ], |
| 2117 | } |
| 2118 | |
| 2119 | // GN: //third_party/abseil-cpp/absl/profiling:sample_recorder |
| 2120 | filegroup { |
| 2121 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 2122 | } |
| 2123 | |
| 2124 | // GN: //third_party/abseil-cpp/absl/random:distributions |
| 2125 | filegroup { |
| 2126 | name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 2127 | srcs: [ |
| 2128 | "third_party/abseil-cpp/absl/random/discrete_distribution.cc", |
| 2129 | "third_party/abseil-cpp/absl/random/gaussian_distribution.cc", |
| 2130 | ], |
| 2131 | } |
| 2132 | |
| 2133 | // GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller |
| 2134 | filegroup { |
| 2135 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 2136 | } |
| 2137 | |
| 2138 | // GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits |
| 2139 | filegroup { |
| 2140 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 2141 | } |
| 2142 | |
| 2143 | // GN: //third_party/abseil-cpp/absl/random/internal:fastmath |
| 2144 | filegroup { |
| 2145 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 2146 | } |
| 2147 | |
| 2148 | // GN: //third_party/abseil-cpp/absl/random/internal:generate_real |
| 2149 | filegroup { |
| 2150 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 2151 | } |
| 2152 | |
| 2153 | // GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver |
| 2154 | filegroup { |
| 2155 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 2156 | } |
| 2157 | |
| 2158 | // GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base |
| 2159 | filegroup { |
| 2160 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 2161 | } |
| 2162 | |
| 2163 | // GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine |
| 2164 | filegroup { |
| 2165 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 2166 | } |
| 2167 | |
| 2168 | // GN: //third_party/abseil-cpp/absl/random/internal:platform |
| 2169 | filegroup { |
| 2170 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 2171 | srcs: [ |
| 2172 | "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc", |
| 2173 | ], |
| 2174 | } |
| 2175 | |
| 2176 | // GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg |
| 2177 | filegroup { |
| 2178 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 2179 | srcs: [ |
| 2180 | "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc", |
| 2181 | ], |
| 2182 | } |
| 2183 | |
| 2184 | // GN: //third_party/abseil-cpp/absl/random/internal:randen |
| 2185 | filegroup { |
| 2186 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 2187 | srcs: [ |
| 2188 | "third_party/abseil-cpp/absl/random/internal/randen.cc", |
| 2189 | ], |
| 2190 | } |
| 2191 | |
| 2192 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_engine |
| 2193 | filegroup { |
| 2194 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 2195 | } |
| 2196 | |
| 2197 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes |
| 2198 | filegroup { |
| 2199 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 2200 | srcs: [ |
| 2201 | "third_party/abseil-cpp/absl/random/internal/randen_detect.cc", |
| 2202 | ], |
| 2203 | } |
| 2204 | |
| 2205 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl |
| 2206 | filegroup { |
| 2207 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 2208 | srcs: [ |
| 2209 | "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc", |
| 2210 | ], |
| 2211 | } |
| 2212 | |
| 2213 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_slow |
| 2214 | filegroup { |
| 2215 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 2216 | srcs: [ |
| 2217 | "third_party/abseil-cpp/absl/random/internal/randen_slow.cc", |
| 2218 | ], |
| 2219 | } |
| 2220 | |
| 2221 | // GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq |
| 2222 | filegroup { |
| 2223 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 2224 | } |
| 2225 | |
| 2226 | // GN: //third_party/abseil-cpp/absl/random/internal:seed_material |
| 2227 | filegroup { |
| 2228 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 2229 | srcs: [ |
| 2230 | "third_party/abseil-cpp/absl/random/internal/seed_material.cc", |
| 2231 | ], |
| 2232 | } |
| 2233 | |
| 2234 | // GN: //third_party/abseil-cpp/absl/random/internal:traits |
| 2235 | filegroup { |
| 2236 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 2237 | } |
| 2238 | |
| 2239 | // GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper |
| 2240 | filegroup { |
| 2241 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 2242 | } |
| 2243 | |
| 2244 | // GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply |
| 2245 | filegroup { |
| 2246 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 2247 | } |
| 2248 | |
| 2249 | // GN: //third_party/abseil-cpp/absl/random:random |
| 2250 | filegroup { |
| 2251 | name: "cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 2252 | } |
| 2253 | |
| 2254 | // GN: //third_party/abseil-cpp/absl/random:seed_gen_exception |
| 2255 | filegroup { |
| 2256 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 2257 | srcs: [ |
| 2258 | "third_party/abseil-cpp/absl/random/seed_gen_exception.cc", |
| 2259 | ], |
| 2260 | } |
| 2261 | |
| 2262 | // GN: //third_party/abseil-cpp/absl/random:seed_sequences |
| 2263 | filegroup { |
| 2264 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 2265 | srcs: [ |
| 2266 | "third_party/abseil-cpp/absl/random/seed_sequences.cc", |
| 2267 | ], |
| 2268 | } |
| 2269 | |
| 2270 | // GN: //third_party/abseil-cpp/absl/status:status |
| 2271 | filegroup { |
| 2272 | name: "cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 2273 | srcs: [ |
| 2274 | "third_party/abseil-cpp/absl/status/status.cc", |
| 2275 | "third_party/abseil-cpp/absl/status/status_payload_printer.cc", |
| 2276 | ], |
| 2277 | } |
| 2278 | |
| 2279 | // GN: //third_party/abseil-cpp/absl/status:statusor |
| 2280 | filegroup { |
| 2281 | name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 2282 | srcs: [ |
| 2283 | "third_party/abseil-cpp/absl/status/statusor.cc", |
| 2284 | ], |
| 2285 | } |
| 2286 | |
| 2287 | // GN: //third_party/abseil-cpp/absl/strings:cord |
| 2288 | filegroup { |
| 2289 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 2290 | srcs: [ |
| 2291 | "third_party/abseil-cpp/absl/strings/cord.cc", |
| 2292 | "third_party/abseil-cpp/absl/strings/cord_analysis.cc", |
| 2293 | "third_party/abseil-cpp/absl/strings/cord_buffer.cc", |
| 2294 | ], |
| 2295 | } |
| 2296 | |
| 2297 | // GN: //third_party/abseil-cpp/absl/strings:cord_internal |
| 2298 | filegroup { |
| 2299 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 2300 | srcs: [ |
| 2301 | "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc", |
| 2302 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc", |
| 2303 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc", |
| 2304 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc", |
| 2305 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc", |
| 2306 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc", |
| 2307 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc", |
| 2308 | ], |
| 2309 | } |
| 2310 | |
| 2311 | // GN: //third_party/abseil-cpp/absl/strings:cordz_functions |
| 2312 | filegroup { |
| 2313 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 2314 | srcs: [ |
| 2315 | "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc", |
| 2316 | ], |
| 2317 | } |
| 2318 | |
| 2319 | // GN: //third_party/abseil-cpp/absl/strings:cordz_handle |
| 2320 | filegroup { |
| 2321 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 2322 | srcs: [ |
| 2323 | "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc", |
| 2324 | ], |
| 2325 | } |
| 2326 | |
| 2327 | // GN: //third_party/abseil-cpp/absl/strings:cordz_info |
| 2328 | filegroup { |
| 2329 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 2330 | srcs: [ |
| 2331 | "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc", |
| 2332 | ], |
| 2333 | } |
| 2334 | |
| 2335 | // GN: //third_party/abseil-cpp/absl/strings:cordz_statistics |
| 2336 | filegroup { |
| 2337 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 2338 | } |
| 2339 | |
| 2340 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope |
| 2341 | filegroup { |
| 2342 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 2343 | } |
| 2344 | |
| 2345 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker |
| 2346 | filegroup { |
| 2347 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 2348 | } |
| 2349 | |
| 2350 | // GN: //third_party/abseil-cpp/absl/strings:internal |
| 2351 | filegroup { |
| 2352 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 2353 | srcs: [ |
| 2354 | "third_party/abseil-cpp/absl/strings/internal/escaping.cc", |
| 2355 | "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc", |
| 2356 | "third_party/abseil-cpp/absl/strings/internal/utf8.cc", |
| 2357 | ], |
| 2358 | } |
| 2359 | |
| 2360 | // GN: //third_party/abseil-cpp/absl/strings:str_format |
| 2361 | filegroup { |
| 2362 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 2363 | } |
| 2364 | |
| 2365 | // GN: //third_party/abseil-cpp/absl/strings:str_format_internal |
| 2366 | filegroup { |
| 2367 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 2368 | srcs: [ |
| 2369 | "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc", |
| 2370 | "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc", |
| 2371 | "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc", |
| 2372 | "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc", |
| 2373 | "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc", |
| 2374 | "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc", |
| 2375 | ], |
| 2376 | } |
| 2377 | |
| 2378 | // GN: //third_party/abseil-cpp/absl/strings:strings |
| 2379 | filegroup { |
| 2380 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 2381 | srcs: [ |
| 2382 | "third_party/abseil-cpp/absl/strings/ascii.cc", |
| 2383 | "third_party/abseil-cpp/absl/strings/charconv.cc", |
| 2384 | "third_party/abseil-cpp/absl/strings/escaping.cc", |
| 2385 | "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc", |
| 2386 | "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc", |
| 2387 | "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc", |
| 2388 | "third_party/abseil-cpp/absl/strings/internal/memutil.cc", |
| 2389 | "third_party/abseil-cpp/absl/strings/match.cc", |
| 2390 | "third_party/abseil-cpp/absl/strings/numbers.cc", |
| 2391 | "third_party/abseil-cpp/absl/strings/str_cat.cc", |
| 2392 | "third_party/abseil-cpp/absl/strings/str_replace.cc", |
| 2393 | "third_party/abseil-cpp/absl/strings/str_split.cc", |
| 2394 | "third_party/abseil-cpp/absl/strings/string_view.cc", |
| 2395 | "third_party/abseil-cpp/absl/strings/substitute.cc", |
| 2396 | ], |
| 2397 | } |
| 2398 | |
| 2399 | // GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal |
| 2400 | filegroup { |
| 2401 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 2402 | srcs: [ |
| 2403 | "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc", |
| 2404 | ], |
| 2405 | } |
| 2406 | |
| 2407 | // GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal |
| 2408 | filegroup { |
| 2409 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 2410 | } |
| 2411 | |
| 2412 | // GN: //third_party/abseil-cpp/absl/synchronization:synchronization |
| 2413 | filegroup { |
| 2414 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 2415 | srcs: [ |
| 2416 | "third_party/abseil-cpp/absl/synchronization/barrier.cc", |
| 2417 | "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc", |
| 2418 | "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc", |
| 2419 | "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc", |
| 2420 | "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc", |
| 2421 | "third_party/abseil-cpp/absl/synchronization/mutex.cc", |
| 2422 | "third_party/abseil-cpp/absl/synchronization/notification.cc", |
| 2423 | ], |
| 2424 | } |
| 2425 | |
| 2426 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time |
| 2427 | filegroup { |
| 2428 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 2429 | srcs: [ |
| 2430 | "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc", |
| 2431 | ], |
| 2432 | } |
| 2433 | |
| 2434 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone |
| 2435 | filegroup { |
| 2436 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 2437 | srcs: [ |
| 2438 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc", |
| 2439 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc", |
| 2440 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc", |
| 2441 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc", |
| 2442 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc", |
| 2443 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc", |
| 2444 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc", |
| 2445 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc", |
| 2446 | "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc", |
| 2447 | ], |
| 2448 | } |
| 2449 | |
| 2450 | // GN: //third_party/abseil-cpp/absl/time:time |
| 2451 | filegroup { |
| 2452 | name: "cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 2453 | srcs: [ |
| 2454 | "third_party/abseil-cpp/absl/time/civil_time.cc", |
| 2455 | "third_party/abseil-cpp/absl/time/clock.cc", |
| 2456 | "third_party/abseil-cpp/absl/time/duration.cc", |
| 2457 | "third_party/abseil-cpp/absl/time/format.cc", |
| 2458 | "third_party/abseil-cpp/absl/time/time.cc", |
| 2459 | ], |
| 2460 | } |
| 2461 | |
| 2462 | // GN: //third_party/abseil-cpp/absl/types:bad_optional_access |
| 2463 | filegroup { |
| 2464 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 2465 | srcs: [ |
| 2466 | "third_party/abseil-cpp/absl/types/bad_optional_access.cc", |
| 2467 | ], |
| 2468 | } |
| 2469 | |
| 2470 | // GN: //third_party/abseil-cpp/absl/types:bad_variant_access |
| 2471 | filegroup { |
| 2472 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 2473 | srcs: [ |
| 2474 | "third_party/abseil-cpp/absl/types/bad_variant_access.cc", |
| 2475 | ], |
| 2476 | } |
| 2477 | |
| 2478 | // GN: //third_party/abseil-cpp/absl/types:compare |
| 2479 | filegroup { |
| 2480 | name: "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 2481 | } |
| 2482 | |
| 2483 | // GN: //third_party/abseil-cpp/absl/types:optional |
| 2484 | filegroup { |
| 2485 | name: "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 2486 | } |
| 2487 | |
| 2488 | // GN: //third_party/abseil-cpp/absl/types:span |
| 2489 | filegroup { |
| 2490 | name: "cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 2491 | } |
| 2492 | |
| 2493 | // GN: //third_party/abseil-cpp/absl/types:variant |
| 2494 | filegroup { |
| 2495 | name: "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 2496 | } |
| 2497 | |
| 2498 | // GN: //third_party/abseil-cpp/absl/utility:utility |
| 2499 | filegroup { |
| 2500 | name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 2501 | } |
| 2502 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2503 | // GN: //third_party/android_ndk:cpu_features |
| 2504 | filegroup { |
| 2505 | name: "cronet_aml_third_party_android_ndk_cpu_features", |
| 2506 | srcs: [ |
| 2507 | "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c", |
| 2508 | ], |
| 2509 | } |
| 2510 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2511 | // GN: //third_party/ashmem:ashmem |
| 2512 | filegroup { |
| 2513 | name: "cronet_aml_third_party_ashmem_ashmem", |
| 2514 | srcs: [ |
| 2515 | "third_party/ashmem/ashmem-dev.c", |
| 2516 | ], |
| 2517 | } |
| 2518 | |
| 2519 | // GN: //third_party/boringssl:boringssl |
| 2520 | cc_library_static { |
| 2521 | name: "cronet_aml_third_party_boringssl_boringssl", |
| 2522 | srcs: [ |
| 2523 | ":cronet_aml_third_party_boringssl_boringssl_asm", |
| 2524 | ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 2525 | "third_party/boringssl/err_data.c", |
| 2526 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 2527 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 2528 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 2529 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 2530 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 2531 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 2532 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 2533 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 2534 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 2535 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 2536 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 2537 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 2538 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 2539 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 2540 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 2541 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 2542 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 2543 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 2544 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 2545 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 2546 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 2547 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 2548 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 2549 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 2550 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 2551 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 2552 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 2553 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 2554 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 2555 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 2556 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 2557 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 2558 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 2559 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 2560 | "third_party/boringssl/src/crypto/bio/file.c", |
| 2561 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 2562 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 2563 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 2564 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 2565 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 2566 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 2567 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 2568 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 2569 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 2570 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 2571 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 2572 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 2573 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 2574 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 2575 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 2576 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 2577 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 2578 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 2579 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 2580 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 2581 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 2582 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 2583 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 2584 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 2585 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 2586 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 2587 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 2588 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 2589 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 2590 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 2591 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 2592 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 2593 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 2594 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 2595 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 2596 | "third_party/boringssl/src/crypto/crypto.c", |
| 2597 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 2598 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 2599 | "third_party/boringssl/src/crypto/des/des.c", |
| 2600 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 2601 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 2602 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 2603 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 2604 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 2605 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 2606 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 2607 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 2608 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 2609 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 2610 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 2611 | "third_party/boringssl/src/crypto/err/err.c", |
| 2612 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 2613 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 2614 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 2615 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 2616 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 2617 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 2618 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 2619 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 2620 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 2621 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 2622 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 2623 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 2624 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 2625 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 2626 | "third_party/boringssl/src/crypto/evp/print.c", |
| 2627 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 2628 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 2629 | "third_party/boringssl/src/crypto/ex_data.c", |
| 2630 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 2631 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 2632 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 2633 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 2634 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 2635 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 2636 | "third_party/boringssl/src/crypto/mem.c", |
| 2637 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 2638 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 2639 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 2640 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 2641 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 2642 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 2643 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 2644 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 2645 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 2646 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 2647 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 2648 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 2649 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 2650 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 2651 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 2652 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 2653 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 2654 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 2655 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 2656 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 2657 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 2658 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 2659 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 2660 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 2661 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 2662 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 2663 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 2664 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 2665 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 2666 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 2667 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 2668 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 2669 | "third_party/boringssl/src/crypto/thread.c", |
| 2670 | "third_party/boringssl/src/crypto/thread_none.c", |
| 2671 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 2672 | "third_party/boringssl/src/crypto/thread_win.c", |
| 2673 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 2674 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 2675 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 2676 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 2677 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 2678 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 2679 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 2680 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 2681 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 2682 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 2683 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 2684 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 2685 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 2686 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 2687 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 2688 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 2689 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 2690 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 2691 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 2692 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 2693 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 2694 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 2695 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 2696 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 2697 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 2698 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 2699 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 2700 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 2701 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 2702 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 2703 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 2704 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 2705 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 2706 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 2707 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 2708 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 2709 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 2710 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 2711 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 2712 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 2713 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 2714 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 2715 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 2716 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 2717 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 2718 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 2719 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 2720 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 2721 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 2722 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 2723 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 2724 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 2725 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 2726 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 2727 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 2728 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 2729 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 2730 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 2731 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 2732 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 2733 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 2734 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 2735 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 2736 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 2737 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 2738 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 2739 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 2740 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 2741 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 2742 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 2743 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 2744 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 2745 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 2746 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 2747 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 2748 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 2749 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 2750 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 2751 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 2752 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 2753 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 2754 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 2755 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 2756 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 2757 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 2758 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 2759 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 2760 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 2761 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 2762 | "third_party/boringssl/src/ssl/extensions.cc", |
| 2763 | "third_party/boringssl/src/ssl/handoff.cc", |
| 2764 | "third_party/boringssl/src/ssl/handshake.cc", |
| 2765 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 2766 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 2767 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 2768 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 2769 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 2770 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 2771 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 2772 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 2773 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 2774 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 2775 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 2776 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 2777 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 2778 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 2779 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 2780 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 2781 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 2782 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 2783 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 2784 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 2785 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 2786 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 2787 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 2788 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 2789 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 2790 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 2791 | ], |
| 2792 | defaults: [ |
| 2793 | "cronet_aml_defaults", |
| 2794 | ], |
| 2795 | cflags: [ |
| 2796 | "-DANDROID", |
| 2797 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2798 | "-DBORINGSSL_ALLOW_CXX_RUNTIME", |
| 2799 | "-DBORINGSSL_IMPLEMENTATION", |
| 2800 | "-DBORINGSSL_NO_STATIC_INITIALIZER", |
| 2801 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2802 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2803 | "-DDCHECK_ALWAYS_ON=1", |
| 2804 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2805 | "-DHAVE_SYS_UIO_H", |
| 2806 | "-DOPENSSL_SMALL", |
| 2807 | "-D_DEBUG", |
| 2808 | "-D_GNU_SOURCE", |
| 2809 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2810 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2811 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2812 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2813 | "-D__STDC_CONSTANT_MACROS", |
| 2814 | "-D__STDC_FORMAT_MACROS", |
| 2815 | ], |
| 2816 | local_include_dirs: [ |
| 2817 | "./", |
| 2818 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2819 | "buildtools/third_party/libc++/trunk/include", |
| 2820 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2821 | "third_party/boringssl/src/include/", |
| 2822 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 2823 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2824 | } |
| 2825 | |
| 2826 | // GN: //third_party/boringssl:boringssl_asm |
| 2827 | filegroup { |
| 2828 | name: "cronet_aml_third_party_boringssl_boringssl_asm", |
| 2829 | } |
| 2830 | |
| 2831 | // GN: //third_party/boringssl/src/third_party/fiat:fiat_license |
| 2832 | filegroup { |
| 2833 | name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 2834 | } |
| 2835 | |
| 2836 | // GN: //third_party/icu:icui18n |
| 2837 | cc_library_static { |
| 2838 | name: "cronet_aml_third_party_icu_icui18n", |
| 2839 | static_libs: [ |
| 2840 | "cronet_aml_third_party_icu_icuuc_private", |
| 2841 | ], |
| 2842 | defaults: [ |
| 2843 | "cronet_aml_defaults", |
| 2844 | ], |
| 2845 | cflags: [ |
| 2846 | "-DANDROID", |
| 2847 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2848 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2849 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2850 | "-DDCHECK_ALWAYS_ON=1", |
| 2851 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2852 | "-DHAVE_DLOPEN=0", |
| 2853 | "-DHAVE_SYS_UIO_H", |
| 2854 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 2855 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 2856 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
| 2857 | "-DUSE_CHROMIUM_ICU=1", |
| 2858 | "-DU_CHARSET_IS_UTF8=1", |
| 2859 | "-DU_ENABLE_DYLOAD=0", |
| 2860 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 2861 | "-DU_ENABLE_TRACING=1", |
| 2862 | "-DU_I18N_IMPLEMENTATION", |
| 2863 | "-DU_STATIC_IMPLEMENTATION", |
| 2864 | "-DU_USING_ICU_NAMESPACE=0", |
| 2865 | "-D_DEBUG", |
| 2866 | "-D_GNU_SOURCE", |
| 2867 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2868 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2869 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2870 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2871 | ], |
| 2872 | local_include_dirs: [ |
| 2873 | "./", |
| 2874 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2875 | "buildtools/third_party/libc++/trunk/include", |
| 2876 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2877 | "third_party/icu/source/common/", |
| 2878 | "third_party/icu/source/i18n/", |
| 2879 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 2880 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2881 | } |
| 2882 | |
| 2883 | // GN: //third_party/icu:icuuc_private |
| 2884 | cc_library_static { |
| 2885 | name: "cronet_aml_third_party_icu_icuuc_private", |
| 2886 | srcs: [ |
| 2887 | ":cronet_aml_third_party_icu_icuuc_public", |
| 2888 | ], |
| 2889 | defaults: [ |
| 2890 | "cronet_aml_defaults", |
| 2891 | ], |
| 2892 | cflags: [ |
| 2893 | "-DANDROID", |
| 2894 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2895 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2896 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2897 | "-DDCHECK_ALWAYS_ON=1", |
| 2898 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2899 | "-DHAVE_DLOPEN=0", |
| 2900 | "-DHAVE_SYS_UIO_H", |
| 2901 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 2902 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 2903 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
| 2904 | "-DUSE_CHROMIUM_ICU=1", |
| 2905 | "-DU_CHARSET_IS_UTF8=1", |
| 2906 | "-DU_COMMON_IMPLEMENTATION", |
| 2907 | "-DU_ENABLE_DYLOAD=0", |
| 2908 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 2909 | "-DU_ENABLE_TRACING=1", |
| 2910 | "-DU_ICUDATAENTRY_IN_COMMON", |
| 2911 | "-DU_STATIC_IMPLEMENTATION", |
| 2912 | "-DU_USING_ICU_NAMESPACE=0", |
| 2913 | "-D_DEBUG", |
| 2914 | "-D_GNU_SOURCE", |
| 2915 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2916 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2917 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2918 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2919 | "-D__STDC_CONSTANT_MACROS", |
| 2920 | "-D__STDC_FORMAT_MACROS", |
| 2921 | ], |
| 2922 | local_include_dirs: [ |
| 2923 | "./", |
| 2924 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2925 | "buildtools/third_party/libc++/trunk/include", |
| 2926 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2927 | "third_party/icu/source/common/", |
| 2928 | "third_party/icu/source/i18n/", |
| 2929 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 2930 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2931 | } |
| 2932 | |
| 2933 | // GN: //third_party/icu:icuuc_public |
| 2934 | filegroup { |
| 2935 | name: "cronet_aml_third_party_icu_icuuc_public", |
| 2936 | } |
| 2937 | |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 2938 | // GN: //third_party/libevent:libevent |
| 2939 | cc_library_static { |
| 2940 | name: "cronet_aml_third_party_libevent_libevent", |
| 2941 | srcs: [ |
| 2942 | "third_party/libevent/buffer.c", |
| 2943 | "third_party/libevent/epoll.c", |
| 2944 | "third_party/libevent/evbuffer.c", |
| 2945 | "third_party/libevent/evdns.c", |
| 2946 | "third_party/libevent/event.c", |
| 2947 | "third_party/libevent/event_tagging.c", |
| 2948 | "third_party/libevent/evrpc.c", |
| 2949 | "third_party/libevent/evutil.c", |
| 2950 | "third_party/libevent/http.c", |
| 2951 | "third_party/libevent/log.c", |
| 2952 | "third_party/libevent/poll.c", |
| 2953 | "third_party/libevent/select.c", |
| 2954 | "third_party/libevent/signal.c", |
| 2955 | "third_party/libevent/strlcpy.c", |
| 2956 | ], |
| 2957 | defaults: [ |
| 2958 | "cronet_aml_defaults", |
| 2959 | ], |
| 2960 | cflags: [ |
| 2961 | "-DANDROID", |
| 2962 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 2963 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2964 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 2965 | "-DDCHECK_ALWAYS_ON=1", |
| 2966 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2967 | "-DHAVE_CONFIG_H", |
| 2968 | "-DHAVE_SYS_UIO_H", |
| 2969 | "-D_DEBUG", |
| 2970 | "-D_GNU_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 2971 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 2972 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 2973 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 2974 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2975 | ], |
| 2976 | local_include_dirs: [ |
| 2977 | "./", |
| 2978 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2979 | "buildtools/third_party/libc++/trunk/include", |
| 2980 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 2981 | "third_party/libevent/android/", |
| 2982 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 2983 | cpp_std: "c++20", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 2984 | } |
| 2985 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2986 | // GN: //third_party/modp_b64:modp_b64 |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2987 | cc_library_static { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2988 | name: "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2989 | srcs: [ |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 2990 | "third_party/modp_b64/modp_b64.cc", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2991 | ], |
| 2992 | defaults: [ |
| 2993 | "cronet_aml_defaults", |
| 2994 | ], |
| 2995 | cflags: [ |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 2996 | "-DANDROID", |
| 2997 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 2998 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2999 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 3000 | "-DDCHECK_ALWAYS_ON=1", |
| 3001 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3002 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 3003 | "-D_DEBUG", |
| 3004 | "-D_GNU_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 3005 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 3006 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 3007 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 3008 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 3009 | "-D__STDC_CONSTANT_MACROS", |
| 3010 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 3011 | ], |
| 3012 | local_include_dirs: [ |
| 3013 | "./", |
| 3014 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 3015 | "buildtools/third_party/libc++/trunk/include", |
| 3016 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 3017 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 3018 | cpp_std: "c++20", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 3019 | } |
| 3020 | |