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", |
Motomu Utsumi | d03217b | 2022-11-01 12:16:19 +0900 | [diff] [blame] | 170 | "base/allocator/partition_allocator/starscan/stack/asm/x64/push_registers_asm.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 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/", |
Motomu Utsumi | d30ceed | 2022-11-01 13:06:18 +0900 | [diff] [blame] | 219 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 220 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 221 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 222 | } |
| 223 | |
| 224 | // GN: //base/allocator/partition_allocator:partition_alloc_buildflags |
| 225 | genrule { |
| 226 | name: "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 227 | 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] | 228 | "$(location build/write_buildflag_header.py) --output " + |
| 229 | "$(out) " + |
| 230 | "--rulename " + |
| 231 | "//base/allocator/partition_allocator:partition_alloc_buildflags " + |
| 232 | "--gen-dir " + |
| 233 | ". " + |
| 234 | "--definitions " + |
| 235 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 236 | out: [ |
| 237 | "base/allocator/partition_allocator/partition_alloc_buildflags.h", |
| 238 | ], |
| 239 | tool_files: [ |
| 240 | "build/write_buildflag_header.py", |
| 241 | ], |
| 242 | } |
| 243 | |
| 244 | // GN: //base:anchor_functions_buildflags |
| 245 | genrule { |
| 246 | name: "cronet_aml_base_anchor_functions_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 247 | cmd: "echo '--flags USE_LLD=\"true\" SUPPORTS_CODE_ORDERING=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 248 | "$(location build/write_buildflag_header.py) --output " + |
| 249 | "$(out) " + |
| 250 | "--rulename " + |
| 251 | "//base:anchor_functions_buildflags " + |
| 252 | "--gen-dir " + |
| 253 | ". " + |
| 254 | "--definitions " + |
| 255 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 256 | out: [ |
| 257 | "base/android/library_loader/anchor_functions_buildflags.h", |
| 258 | ], |
| 259 | tool_files: [ |
| 260 | "build/write_buildflag_header.py", |
| 261 | ], |
| 262 | } |
| 263 | |
| 264 | // GN: //base:android_runtime_jni_headers |
| 265 | genrule { |
| 266 | name: "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 267 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 268 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 269 | " " + |
| 270 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 271 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 272 | "$(genDir)/base/android_runtime_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 273 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 274 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 275 | "--jar_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 276 | "$(location third_party/android_sdk/public/platforms/android-33/android.jar) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 277 | "--output_name " + |
| 278 | "Runnable_jni.h " + |
| 279 | "--output_name " + |
| 280 | "Runtime_jni.h " + |
| 281 | "--input_file " + |
| 282 | "java/lang/Runnable.class " + |
| 283 | "--input_file " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 284 | "java/lang/Runtime.class " + |
| 285 | "--javap " + |
| 286 | "$$(find out/.path -name javap)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 287 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 288 | "base/android_runtime_jni_headers/Runnable_jni.h", |
| 289 | "base/android_runtime_jni_headers/Runtime_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 290 | ], |
| 291 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 292 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 293 | "base/android/jni_generator/jni_generator.py", |
| 294 | "build/android/gyp/util/__init__.py", |
| 295 | "build/android/gyp/util/build_utils.py", |
| 296 | "build/gn_helpers.py", |
| 297 | "third_party/android_sdk/public/platforms/android-33/android.jar", |
| 298 | ], |
| 299 | } |
| 300 | |
| 301 | // GN: //base:base |
| 302 | cc_library_static { |
| 303 | name: "cronet_aml_base_base", |
| 304 | srcs: [ |
| 305 | ":cronet_aml_base_numerics_base_numerics", |
| 306 | ":cronet_aml_third_party_abseil_cpp_absl", |
| 307 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 308 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 309 | ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 310 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 311 | ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 312 | ":cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 313 | ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 314 | ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 315 | ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 316 | ":cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 317 | ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 318 | ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 319 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 320 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 321 | ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 322 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 323 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 324 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 325 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 326 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 327 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 328 | ":cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 329 | ":cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 330 | ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 331 | ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 332 | ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 333 | ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 334 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 335 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 336 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 337 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 338 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 339 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 340 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 341 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 342 | ":cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 343 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 344 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 345 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 346 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 347 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 348 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 349 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 350 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 351 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 352 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 353 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 354 | ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 355 | ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 356 | ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 357 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 358 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 359 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 360 | ":cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 361 | ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 362 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 363 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 364 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 365 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 366 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 367 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 368 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 369 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 370 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 371 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 372 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 373 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 374 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 375 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 376 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 377 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 378 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 379 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 380 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 381 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 382 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 383 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 384 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 385 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 386 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 387 | ":cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 388 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 389 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 390 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 391 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 392 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 393 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 394 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 395 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 396 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 397 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 398 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 399 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 400 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 401 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 402 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 403 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 404 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 405 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 406 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 407 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 408 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 409 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 410 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 411 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 412 | ":cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 413 | ":cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 414 | ":cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 415 | ":cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 416 | ":cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 417 | ":cronet_aml_third_party_android_ndk_cpu_features", |
| 418 | ":cronet_aml_third_party_ashmem_ashmem", |
| 419 | "base/allocator/allocator_check.cc", |
| 420 | "base/allocator/allocator_extension.cc", |
| 421 | "base/allocator/dispatcher/dispatcher.cc", |
| 422 | "base/allocator/dispatcher/internal/dispatch_data.cc", |
| 423 | "base/allocator/dispatcher/reentry_guard.cc", |
| 424 | "base/allocator/partition_allocator/shim/allocator_shim.cc", |
| 425 | "base/allocator/partition_allocator/shim/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", |
| 426 | "base/android/android_hardware_buffer_compat.cc", |
| 427 | "base/android/android_image_reader_compat.cc", |
| 428 | "base/android/apk_assets.cc", |
| 429 | "base/android/application_status_listener.cc", |
| 430 | "base/android/base_feature_list.cc", |
| 431 | "base/android/base_features.cc", |
| 432 | "base/android/base_jni_onload.cc", |
| 433 | "base/android/build_info.cc", |
| 434 | "base/android/bundle_utils.cc", |
| 435 | "base/android/callback_android.cc", |
| 436 | "base/android/child_process_service.cc", |
| 437 | "base/android/command_line_android.cc", |
| 438 | "base/android/content_uri_utils.cc", |
| 439 | "base/android/cpu_features.cc", |
| 440 | "base/android/early_trace_event_binding.cc", |
| 441 | "base/android/event_log.cc", |
| 442 | "base/android/feature_list_jni.cc", |
| 443 | "base/android/features_jni.cc", |
| 444 | "base/android/field_trial_list.cc", |
| 445 | "base/android/important_file_writer_android.cc", |
| 446 | "base/android/int_string_callback.cc", |
| 447 | "base/android/jank_metric_uma_recorder.cc", |
| 448 | "base/android/java_exception_reporter.cc", |
| 449 | "base/android/java_handler_thread.cc", |
| 450 | "base/android/java_heap_dump_generator.cc", |
| 451 | "base/android/java_runtime.cc", |
| 452 | "base/android/jni_android.cc", |
| 453 | "base/android/jni_array.cc", |
| 454 | "base/android/jni_registrar.cc", |
| 455 | "base/android/jni_string.cc", |
| 456 | "base/android/jni_utils.cc", |
| 457 | "base/android/jni_weak_ref.cc", |
| 458 | "base/android/library_loader/anchor_functions.cc", |
| 459 | "base/android/library_loader/library_loader_hooks.cc", |
| 460 | "base/android/library_loader/library_prefetcher.cc", |
| 461 | "base/android/library_loader/library_prefetcher_hooks.cc", |
| 462 | "base/android/locale_utils.cc", |
| 463 | "base/android/memory_pressure_listener_android.cc", |
| 464 | "base/android/native_uma_recorder.cc", |
| 465 | "base/android/path_service_android.cc", |
| 466 | "base/android/path_utils.cc", |
| 467 | "base/android/radio_utils.cc", |
| 468 | "base/android/reached_addresses_bitset.cc", |
Motomu Utsumi | d03217b | 2022-11-01 12:16:19 +0900 | [diff] [blame] | 469 | "base/android/reached_code_profiler_stub.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 470 | "base/android/remove_stale_data.cc", |
| 471 | "base/android/scoped_hardware_buffer_fence_sync.cc", |
| 472 | "base/android/scoped_hardware_buffer_handle.cc", |
| 473 | "base/android/scoped_java_ref.cc", |
| 474 | "base/android/statistics_recorder_android.cc", |
| 475 | "base/android/sys_utils.cc", |
| 476 | "base/android/task_scheduler/post_task_android.cc", |
| 477 | "base/android/task_scheduler/task_runner_android.cc", |
| 478 | "base/android/thread_instruction_count.cc", |
| 479 | "base/android/timezone_utils.cc", |
| 480 | "base/android/trace_event_binding.cc", |
| 481 | "base/android/unguessable_token_android.cc", |
| 482 | "base/at_exit.cc", |
| 483 | "base/barrier_closure.cc", |
| 484 | "base/base64.cc", |
| 485 | "base/base64url.cc", |
| 486 | "base/base_paths.cc", |
| 487 | "base/base_paths_android.cc", |
| 488 | "base/big_endian.cc", |
| 489 | "base/build_time.cc", |
| 490 | "base/callback_list.cc", |
| 491 | "base/check.cc", |
| 492 | "base/check_is_test.cc", |
| 493 | "base/check_op.cc", |
| 494 | "base/command_line.cc", |
| 495 | "base/containers/flat_tree.cc", |
| 496 | "base/containers/intrusive_heap.cc", |
| 497 | "base/containers/linked_list.cc", |
| 498 | "base/cpu.cc", |
| 499 | "base/cpu_reduction_experiment.cc", |
| 500 | "base/debug/activity_analyzer.cc", |
| 501 | "base/debug/activity_tracker.cc", |
| 502 | "base/debug/alias.cc", |
| 503 | "base/debug/asan_invalid_access.cc", |
| 504 | "base/debug/buffered_dwarf_reader.cc", |
| 505 | "base/debug/crash_logging.cc", |
| 506 | "base/debug/debugger.cc", |
| 507 | "base/debug/debugger_posix.cc", |
| 508 | "base/debug/dump_without_crashing.cc", |
| 509 | "base/debug/dwarf_line_no.cc", |
| 510 | "base/debug/elf_reader.cc", |
| 511 | "base/debug/proc_maps_linux.cc", |
| 512 | "base/debug/profiler.cc", |
| 513 | "base/debug/stack_trace.cc", |
| 514 | "base/debug/stack_trace_android.cc", |
| 515 | "base/debug/task_trace.cc", |
| 516 | "base/environment.cc", |
| 517 | "base/feature_list.cc", |
| 518 | "base/features.cc", |
| 519 | "base/file_descriptor_posix.cc", |
| 520 | "base/file_descriptor_store.cc", |
| 521 | "base/files/file.cc", |
| 522 | "base/files/file_descriptor_watcher_posix.cc", |
| 523 | "base/files/file_enumerator.cc", |
| 524 | "base/files/file_enumerator_posix.cc", |
| 525 | "base/files/file_path.cc", |
| 526 | "base/files/file_path_watcher.cc", |
| 527 | "base/files/file_path_watcher_inotify.cc", |
| 528 | "base/files/file_posix.cc", |
| 529 | "base/files/file_proxy.cc", |
| 530 | "base/files/file_tracing.cc", |
| 531 | "base/files/file_util.cc", |
| 532 | "base/files/file_util_android.cc", |
| 533 | "base/files/file_util_posix.cc", |
| 534 | "base/files/important_file_writer.cc", |
| 535 | "base/files/important_file_writer_cleaner.cc", |
| 536 | "base/files/memory_mapped_file.cc", |
| 537 | "base/files/memory_mapped_file_posix.cc", |
| 538 | "base/files/safe_base_name.cc", |
| 539 | "base/files/scoped_file.cc", |
| 540 | "base/files/scoped_file_android.cc", |
| 541 | "base/files/scoped_temp_dir.cc", |
| 542 | "base/functional/callback_helpers.cc", |
| 543 | "base/functional/callback_internal.cc", |
| 544 | "base/guid.cc", |
| 545 | "base/hash/hash.cc", |
| 546 | "base/hash/legacy_hash.cc", |
| 547 | "base/hash/md5_boringssl.cc", |
| 548 | "base/hash/sha1_boringssl.cc", |
| 549 | "base/json/json_file_value_serializer.cc", |
| 550 | "base/json/json_parser.cc", |
| 551 | "base/json/json_reader.cc", |
| 552 | "base/json/json_string_value_serializer.cc", |
| 553 | "base/json/json_value_converter.cc", |
| 554 | "base/json/json_writer.cc", |
| 555 | "base/json/string_escape.cc", |
| 556 | "base/json/values_util.cc", |
| 557 | "base/lazy_instance_helpers.cc", |
| 558 | "base/linux_util.cc", |
| 559 | "base/location.cc", |
| 560 | "base/logging.cc", |
| 561 | "base/memory/aligned_memory.cc", |
| 562 | "base/memory/discardable_memory.cc", |
| 563 | "base/memory/discardable_memory_allocator.cc", |
| 564 | "base/memory/discardable_shared_memory.cc", |
| 565 | "base/memory/madv_free_discardable_memory_allocator_posix.cc", |
| 566 | "base/memory/madv_free_discardable_memory_posix.cc", |
| 567 | "base/memory/memory_pressure_listener.cc", |
| 568 | "base/memory/memory_pressure_monitor.cc", |
| 569 | "base/memory/nonscannable_memory.cc", |
| 570 | "base/memory/page_size_posix.cc", |
| 571 | "base/memory/platform_shared_memory_handle.cc", |
| 572 | "base/memory/platform_shared_memory_mapper_android.cc", |
| 573 | "base/memory/platform_shared_memory_region.cc", |
| 574 | "base/memory/platform_shared_memory_region_android.cc", |
| 575 | "base/memory/raw_ptr.cc", |
| 576 | "base/memory/raw_ptr_asan_bound_arg_tracker.cc", |
| 577 | "base/memory/raw_ptr_asan_service.cc", |
| 578 | "base/memory/read_only_shared_memory_region.cc", |
| 579 | "base/memory/ref_counted.cc", |
| 580 | "base/memory/ref_counted_memory.cc", |
| 581 | "base/memory/shared_memory_mapper.cc", |
| 582 | "base/memory/shared_memory_mapping.cc", |
| 583 | "base/memory/shared_memory_security_policy.cc", |
| 584 | "base/memory/shared_memory_tracker.cc", |
| 585 | "base/memory/unsafe_shared_memory_pool.cc", |
| 586 | "base/memory/unsafe_shared_memory_region.cc", |
| 587 | "base/memory/weak_ptr.cc", |
| 588 | "base/memory/writable_shared_memory_region.cc", |
| 589 | "base/message_loop/message_pump.cc", |
| 590 | "base/message_loop/message_pump_android.cc", |
| 591 | "base/message_loop/message_pump_default.cc", |
| 592 | "base/message_loop/message_pump_epoll.cc", |
| 593 | "base/message_loop/message_pump_libevent.cc", |
| 594 | "base/message_loop/watchable_io_message_pump_posix.cc", |
| 595 | "base/message_loop/work_id_provider.cc", |
| 596 | "base/metrics/bucket_ranges.cc", |
| 597 | "base/metrics/crc32.cc", |
| 598 | "base/metrics/dummy_histogram.cc", |
| 599 | "base/metrics/field_trial.cc", |
| 600 | "base/metrics/field_trial_param_associator.cc", |
| 601 | "base/metrics/field_trial_params.cc", |
| 602 | "base/metrics/histogram.cc", |
| 603 | "base/metrics/histogram_base.cc", |
| 604 | "base/metrics/histogram_delta_serialization.cc", |
| 605 | "base/metrics/histogram_functions.cc", |
| 606 | "base/metrics/histogram_samples.cc", |
| 607 | "base/metrics/histogram_snapshot_manager.cc", |
| 608 | "base/metrics/metrics_hashes.cc", |
| 609 | "base/metrics/persistent_histogram_allocator.cc", |
| 610 | "base/metrics/persistent_histogram_storage.cc", |
| 611 | "base/metrics/persistent_memory_allocator.cc", |
| 612 | "base/metrics/persistent_sample_map.cc", |
| 613 | "base/metrics/ranges_manager.cc", |
| 614 | "base/metrics/sample_map.cc", |
| 615 | "base/metrics/sample_vector.cc", |
| 616 | "base/metrics/single_sample_metrics.cc", |
| 617 | "base/metrics/sparse_histogram.cc", |
| 618 | "base/metrics/statistics_recorder.cc", |
| 619 | "base/metrics/user_metrics.cc", |
| 620 | "base/native_library.cc", |
| 621 | "base/native_library_posix.cc", |
| 622 | "base/observer_list_internal.cc", |
| 623 | "base/observer_list_threadsafe.cc", |
| 624 | "base/observer_list_types.cc", |
| 625 | "base/one_shot_event.cc", |
| 626 | "base/os_compat_android.cc", |
| 627 | "base/path_service.cc", |
| 628 | "base/pending_task.cc", |
| 629 | "base/pickle.cc", |
| 630 | "base/posix/can_lower_nice_to.cc", |
| 631 | "base/posix/file_descriptor_shuffle.cc", |
| 632 | "base/posix/global_descriptors.cc", |
| 633 | "base/posix/safe_strerror.cc", |
| 634 | "base/posix/unix_domain_socket.cc", |
| 635 | "base/power_monitor/battery_level_provider.cc", |
| 636 | "base/power_monitor/battery_state_sampler.cc", |
| 637 | "base/power_monitor/moving_average.cc", |
| 638 | "base/power_monitor/power_monitor.cc", |
| 639 | "base/power_monitor/power_monitor_device_source.cc", |
| 640 | "base/power_monitor/power_monitor_device_source_android.cc", |
| 641 | "base/power_monitor/power_monitor_features.cc", |
| 642 | "base/power_monitor/power_monitor_source.cc", |
| 643 | "base/power_monitor/sampling_event_source.cc", |
| 644 | "base/power_monitor/timer_sampling_event_source.cc", |
| 645 | "base/process/environment_internal.cc", |
| 646 | "base/process/internal_linux.cc", |
| 647 | "base/process/kill.cc", |
| 648 | "base/process/kill_posix.cc", |
| 649 | "base/process/launch.cc", |
| 650 | "base/process/launch_posix.cc", |
| 651 | "base/process/memory.cc", |
| 652 | "base/process/memory_linux.cc", |
| 653 | "base/process/process_android.cc", |
| 654 | "base/process/process_handle.cc", |
| 655 | "base/process/process_handle_linux.cc", |
| 656 | "base/process/process_handle_posix.cc", |
| 657 | "base/process/process_iterator.cc", |
| 658 | "base/process/process_iterator_linux.cc", |
| 659 | "base/process/process_metrics.cc", |
| 660 | "base/process/process_metrics_linux.cc", |
| 661 | "base/process/process_metrics_posix.cc", |
| 662 | "base/process/process_posix.cc", |
| 663 | "base/profiler/arm_cfi_table.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 664 | "base/profiler/frame.cc", |
| 665 | "base/profiler/metadata_recorder.cc", |
| 666 | "base/profiler/module_cache.cc", |
| 667 | "base/profiler/module_cache_posix.cc", |
| 668 | "base/profiler/sample_metadata.cc", |
| 669 | "base/profiler/sampling_profiler_thread_token.cc", |
| 670 | "base/profiler/stack_base_address_posix.cc", |
| 671 | "base/profiler/stack_buffer.cc", |
| 672 | "base/profiler/stack_copier.cc", |
| 673 | "base/profiler/stack_copier_signal.cc", |
| 674 | "base/profiler/stack_copier_suspend.cc", |
| 675 | "base/profiler/stack_sampler.cc", |
| 676 | "base/profiler/stack_sampler_android.cc", |
| 677 | "base/profiler/stack_sampler_impl.cc", |
| 678 | "base/profiler/stack_sampling_profiler.cc", |
| 679 | "base/profiler/thread_delegate_posix.cc", |
| 680 | "base/profiler/unwinder.cc", |
| 681 | "base/rand_util.cc", |
| 682 | "base/rand_util_posix.cc", |
| 683 | "base/run_loop.cc", |
| 684 | "base/sampling_heap_profiler/lock_free_address_hash_set.cc", |
| 685 | "base/sampling_heap_profiler/poisson_allocation_sampler.cc", |
| 686 | "base/sampling_heap_profiler/sampling_heap_profiler.cc", |
| 687 | "base/scoped_add_feature_flags.cc", |
| 688 | "base/scoped_environment_variable_override.cc", |
| 689 | "base/scoped_native_library.cc", |
| 690 | "base/sequence_checker.cc", |
| 691 | "base/sequence_checker_impl.cc", |
| 692 | "base/sequence_token.cc", |
| 693 | "base/strings/abseil_string_conversions.cc", |
| 694 | "base/strings/abseil_string_number_conversions.cc", |
| 695 | "base/strings/escape.cc", |
| 696 | "base/strings/latin1_string_conversions.cc", |
| 697 | "base/strings/pattern.cc", |
| 698 | "base/strings/safe_sprintf.cc", |
| 699 | "base/strings/strcat.cc", |
| 700 | "base/strings/string_number_conversions.cc", |
| 701 | "base/strings/string_piece.cc", |
| 702 | "base/strings/string_split.cc", |
| 703 | "base/strings/string_util.cc", |
| 704 | "base/strings/string_util_constants.cc", |
| 705 | "base/strings/stringprintf.cc", |
| 706 | "base/strings/sys_string_conversions_posix.cc", |
| 707 | "base/strings/utf_offset_string_conversions.cc", |
| 708 | "base/strings/utf_string_conversion_utils.cc", |
| 709 | "base/strings/utf_string_conversions.cc", |
| 710 | "base/substring_set_matcher/matcher_string_pattern.cc", |
| 711 | "base/substring_set_matcher/substring_set_matcher.cc", |
| 712 | "base/supports_user_data.cc", |
| 713 | "base/sync_socket.cc", |
| 714 | "base/sync_socket_posix.cc", |
| 715 | "base/synchronization/atomic_flag.cc", |
| 716 | "base/synchronization/condition_variable_posix.cc", |
| 717 | "base/synchronization/lock.cc", |
| 718 | "base/synchronization/lock_impl_posix.cc", |
| 719 | "base/synchronization/waitable_event_posix.cc", |
| 720 | "base/synchronization/waitable_event_watcher_posix.cc", |
| 721 | "base/syslog_logging.cc", |
| 722 | "base/system/sys_info.cc", |
| 723 | "base/system/sys_info_android.cc", |
| 724 | "base/system/sys_info_linux.cc", |
| 725 | "base/system/sys_info_posix.cc", |
| 726 | "base/system/system_monitor.cc", |
| 727 | "base/task/cancelable_task_tracker.cc", |
| 728 | "base/task/common/checked_lock_impl.cc", |
| 729 | "base/task/common/lazy_now.cc", |
| 730 | "base/task/common/operations_controller.cc", |
| 731 | "base/task/common/scoped_defer_task_posting.cc", |
| 732 | "base/task/common/task_annotator.cc", |
| 733 | "base/task/current_thread.cc", |
| 734 | "base/task/default_delayed_task_handle_delegate.cc", |
| 735 | "base/task/deferred_sequenced_task_runner.cc", |
| 736 | "base/task/delayed_task_handle.cc", |
| 737 | "base/task/lazy_thread_pool_task_runner.cc", |
| 738 | "base/task/post_job.cc", |
| 739 | "base/task/scoped_set_task_priority_for_current_thread.cc", |
| 740 | "base/task/sequence_manager/associated_thread_id.cc", |
| 741 | "base/task/sequence_manager/atomic_flag_set.cc", |
| 742 | "base/task/sequence_manager/delayed_task_handle_delegate.cc", |
| 743 | "base/task/sequence_manager/enqueue_order_generator.cc", |
| 744 | "base/task/sequence_manager/fence.cc", |
| 745 | "base/task/sequence_manager/hierarchical_timing_wheel.cc", |
| 746 | "base/task/sequence_manager/sequence_manager.cc", |
| 747 | "base/task/sequence_manager/sequence_manager_impl.cc", |
| 748 | "base/task/sequence_manager/sequenced_task_source.cc", |
| 749 | "base/task/sequence_manager/task_order.cc", |
| 750 | "base/task/sequence_manager/task_queue.cc", |
| 751 | "base/task/sequence_manager/task_queue_impl.cc", |
| 752 | "base/task/sequence_manager/task_queue_selector.cc", |
| 753 | "base/task/sequence_manager/tasks.cc", |
| 754 | "base/task/sequence_manager/thread_controller.cc", |
| 755 | "base/task/sequence_manager/thread_controller_impl.cc", |
| 756 | "base/task/sequence_manager/thread_controller_power_monitor.cc", |
| 757 | "base/task/sequence_manager/thread_controller_with_message_pump_impl.cc", |
| 758 | "base/task/sequence_manager/time_domain.cc", |
| 759 | "base/task/sequence_manager/timing_wheel.cc", |
| 760 | "base/task/sequence_manager/wake_up_queue.cc", |
| 761 | "base/task/sequence_manager/work_deduplicator.cc", |
| 762 | "base/task/sequence_manager/work_queue.cc", |
| 763 | "base/task/sequence_manager/work_queue_sets.cc", |
| 764 | "base/task/sequenced_task_runner.cc", |
| 765 | "base/task/simple_task_executor.cc", |
| 766 | "base/task/single_thread_task_executor.cc", |
| 767 | "base/task/single_thread_task_runner.cc", |
| 768 | "base/task/task_executor.cc", |
| 769 | "base/task/task_features.cc", |
| 770 | "base/task/task_runner.cc", |
| 771 | "base/task/task_traits.cc", |
| 772 | "base/task/thread_pool.cc", |
| 773 | "base/task/thread_pool/delayed_priority_queue.cc", |
| 774 | "base/task/thread_pool/delayed_task_manager.cc", |
| 775 | "base/task/thread_pool/environment_config.cc", |
| 776 | "base/task/thread_pool/initialization_util.cc", |
| 777 | "base/task/thread_pool/job_task_source.cc", |
| 778 | "base/task/thread_pool/pooled_parallel_task_runner.cc", |
| 779 | "base/task/thread_pool/pooled_sequenced_task_runner.cc", |
| 780 | "base/task/thread_pool/pooled_single_thread_task_runner_manager.cc", |
| 781 | "base/task/thread_pool/pooled_task_runner_delegate.cc", |
| 782 | "base/task/thread_pool/priority_queue.cc", |
| 783 | "base/task/thread_pool/sequence.cc", |
| 784 | "base/task/thread_pool/service_thread.cc", |
| 785 | "base/task/thread_pool/task.cc", |
| 786 | "base/task/thread_pool/task_source.cc", |
| 787 | "base/task/thread_pool/task_source_sort_key.cc", |
| 788 | "base/task/thread_pool/task_tracker.cc", |
| 789 | "base/task/thread_pool/thread_group.cc", |
| 790 | "base/task/thread_pool/thread_group_impl.cc", |
| 791 | "base/task/thread_pool/thread_group_native.cc", |
| 792 | "base/task/thread_pool/thread_pool_impl.cc", |
| 793 | "base/task/thread_pool/thread_pool_instance.cc", |
| 794 | "base/task/thread_pool/worker_thread.cc", |
| 795 | "base/task/thread_pool/worker_thread_stack.cc", |
| 796 | "base/third_party/cityhash/city.cc", |
| 797 | "base/third_party/cityhash_v103/src/city_v103.cc", |
| 798 | "base/third_party/nspr/prtime.cc", |
| 799 | "base/third_party/superfasthash/superfasthash.c", |
| 800 | "base/threading/hang_watcher.cc", |
| 801 | "base/threading/platform_thread.cc", |
| 802 | "base/threading/platform_thread_android.cc", |
| 803 | "base/threading/platform_thread_internal_posix.cc", |
| 804 | "base/threading/platform_thread_posix.cc", |
| 805 | "base/threading/platform_thread_ref.cc", |
| 806 | "base/threading/post_task_and_reply_impl.cc", |
| 807 | "base/threading/scoped_blocking_call.cc", |
| 808 | "base/threading/scoped_blocking_call_internal.cc", |
| 809 | "base/threading/scoped_thread_priority.cc", |
| 810 | "base/threading/sequence_local_storage_map.cc", |
| 811 | "base/threading/sequence_local_storage_slot.cc", |
| 812 | "base/threading/sequenced_task_runner_handle.cc", |
| 813 | "base/threading/simple_thread.cc", |
| 814 | "base/threading/thread.cc", |
| 815 | "base/threading/thread_checker.cc", |
| 816 | "base/threading/thread_checker_impl.cc", |
| 817 | "base/threading/thread_collision_warner.cc", |
| 818 | "base/threading/thread_id_name_manager.cc", |
| 819 | "base/threading/thread_local_storage.cc", |
| 820 | "base/threading/thread_local_storage_posix.cc", |
| 821 | "base/threading/thread_restrictions.cc", |
| 822 | "base/threading/thread_task_runner_handle.cc", |
| 823 | "base/threading/watchdog.cc", |
| 824 | "base/time/clock.cc", |
| 825 | "base/time/default_clock.cc", |
| 826 | "base/time/default_tick_clock.cc", |
| 827 | "base/time/tick_clock.cc", |
| 828 | "base/time/time.cc", |
| 829 | "base/time/time_android.cc", |
| 830 | "base/time/time_conversion_posix.cc", |
| 831 | "base/time/time_delta_from_string.cc", |
| 832 | "base/time/time_exploded_icu.cc", |
| 833 | "base/time/time_exploded_posix.cc", |
| 834 | "base/time/time_now_posix.cc", |
| 835 | "base/time/time_override.cc", |
| 836 | "base/time/time_to_iso8601.cc", |
| 837 | "base/timer/elapsed_timer.cc", |
| 838 | "base/timer/hi_res_timer_manager_posix.cc", |
| 839 | "base/timer/lap_timer.cc", |
| 840 | "base/timer/timer.cc", |
| 841 | "base/timer/wall_clock_timer.cc", |
| 842 | "base/token.cc", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 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", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 877 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 878 | "cronet_aml_base_base_jni_headers", |
| 879 | "cronet_aml_base_build_date", |
| 880 | "cronet_aml_base_cfi_buildflags", |
| 881 | "cronet_aml_base_clang_profiling_buildflags", |
| 882 | "cronet_aml_base_debugging_buildflags", |
| 883 | "cronet_aml_base_feature_list_buildflags", |
| 884 | "cronet_aml_base_ios_cronet_buildflags", |
| 885 | "cronet_aml_base_logging_buildflags", |
| 886 | "cronet_aml_base_message_pump_buildflags", |
| 887 | "cronet_aml_base_orderfile_buildflags", |
| 888 | "cronet_aml_base_parsing_buildflags", |
| 889 | "cronet_aml_base_power_monitor_buildflags", |
| 890 | "cronet_aml_base_profiler_buildflags", |
| 891 | "cronet_aml_base_sanitizer_buildflags", |
| 892 | "cronet_aml_base_synchronization_buildflags", |
| 893 | "cronet_aml_base_tracing_buildflags", |
| 894 | "cronet_aml_build_branding_buildflags", |
| 895 | "cronet_aml_build_chromecast_buildflags", |
| 896 | "cronet_aml_build_chromeos_buildflags", |
| 897 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 898 | ], |
| 899 | export_generated_headers: [ |
| 900 | "cronet_aml_base_allocator_buildflags", |
| 901 | "cronet_aml_base_allocator_partition_allocator_chromecast_buildflags", |
| 902 | "cronet_aml_base_allocator_partition_allocator_chromeos_buildflags", |
| 903 | "cronet_aml_base_allocator_partition_allocator_debugging_buildflags", |
| 904 | "cronet_aml_base_allocator_partition_allocator_logging_buildflags", |
| 905 | "cronet_aml_base_allocator_partition_allocator_partition_alloc_buildflags", |
| 906 | "cronet_aml_base_anchor_functions_buildflags", |
Motomu Utsumi | e246feb | 2022-11-01 17:25:56 +0900 | [diff] [blame] | 907 | "cronet_aml_base_android_runtime_jni_headers", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 908 | "cronet_aml_base_base_jni_headers", |
| 909 | "cronet_aml_base_build_date", |
| 910 | "cronet_aml_base_cfi_buildflags", |
| 911 | "cronet_aml_base_clang_profiling_buildflags", |
| 912 | "cronet_aml_base_debugging_buildflags", |
| 913 | "cronet_aml_base_feature_list_buildflags", |
| 914 | "cronet_aml_base_ios_cronet_buildflags", |
| 915 | "cronet_aml_base_logging_buildflags", |
| 916 | "cronet_aml_base_message_pump_buildflags", |
| 917 | "cronet_aml_base_orderfile_buildflags", |
| 918 | "cronet_aml_base_parsing_buildflags", |
| 919 | "cronet_aml_base_power_monitor_buildflags", |
| 920 | "cronet_aml_base_profiler_buildflags", |
| 921 | "cronet_aml_base_sanitizer_buildflags", |
| 922 | "cronet_aml_base_synchronization_buildflags", |
| 923 | "cronet_aml_base_tracing_buildflags", |
| 924 | "cronet_aml_build_branding_buildflags", |
| 925 | "cronet_aml_build_chromecast_buildflags", |
| 926 | "cronet_aml_build_chromeos_buildflags", |
| 927 | "cronet_aml_build_config_compiler_compiler_buildflags", |
| 928 | ], |
| 929 | defaults: [ |
| 930 | "cronet_aml_defaults", |
| 931 | ], |
| 932 | cflags: [ |
| 933 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 934 | "-DANDROID", |
| 935 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 936 | "-DBASE_IMPLEMENTATION", |
| 937 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 938 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 939 | "-DDCHECK_ALWAYS_ON=1", |
| 940 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 941 | "-DHAVE_SYS_UIO_H", |
| 942 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 943 | "-DUSE_CHROMIUM_ICU=1", |
| 944 | "-DU_ENABLE_DYLOAD=0", |
| 945 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 946 | "-DU_ENABLE_TRACING=1", |
| 947 | "-DU_STATIC_IMPLEMENTATION", |
| 948 | "-DU_USING_ICU_NAMESPACE=0", |
| 949 | "-D_DEBUG", |
| 950 | "-D_GNU_SOURCE", |
| 951 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 952 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 953 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 954 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 955 | "-D__STDC_CONSTANT_MACROS", |
| 956 | "-D__STDC_FORMAT_MACROS", |
| 957 | ], |
| 958 | local_include_dirs: [ |
| 959 | "./", |
| 960 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 961 | "buildtools/third_party/libc++/trunk/include", |
| 962 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 963 | "third_party/abseil-cpp/", |
| 964 | "third_party/android_ndk/sources/android/cpufeatures/", |
| 965 | "third_party/boringssl/src/include/", |
| 966 | "third_party/icu/source/common/", |
| 967 | "third_party/icu/source/i18n/", |
Motomu Utsumi | 97fb181 | 2022-11-01 13:08:10 +0900 | [diff] [blame] | 968 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 969 | ], |
Patrick Rohr | f22e9d0 | 2022-10-28 14:20:46 -0700 | [diff] [blame] | 970 | header_libs: [ |
| 971 | "jni_headers", |
| 972 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 973 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 974 | } |
| 975 | |
| 976 | // GN: //base:base_jni_headers |
| 977 | genrule { |
| 978 | name: "cronet_aml_base_base_jni_headers", |
| 979 | srcs: [ |
| 980 | "base/android/java/src/org/chromium/base/ApkAssets.java", |
| 981 | "base/android/java/src/org/chromium/base/ApplicationStatus.java", |
| 982 | "base/android/java/src/org/chromium/base/BaseFeatureList.java", |
| 983 | "base/android/java/src/org/chromium/base/BuildInfo.java", |
| 984 | "base/android/java/src/org/chromium/base/BundleUtils.java", |
| 985 | "base/android/java/src/org/chromium/base/Callback.java", |
| 986 | "base/android/java/src/org/chromium/base/CommandLine.java", |
| 987 | "base/android/java/src/org/chromium/base/ContentUriUtils.java", |
| 988 | "base/android/java/src/org/chromium/base/CpuFeatures.java", |
| 989 | "base/android/java/src/org/chromium/base/EarlyTraceEvent.java", |
| 990 | "base/android/java/src/org/chromium/base/EventLog.java", |
| 991 | "base/android/java/src/org/chromium/base/FeatureList.java", |
| 992 | "base/android/java/src/org/chromium/base/Features.java", |
| 993 | "base/android/java/src/org/chromium/base/FieldTrialList.java", |
| 994 | "base/android/java/src/org/chromium/base/FileUtils.java", |
| 995 | "base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java", |
| 996 | "base/android/java/src/org/chromium/base/IntStringCallback.java", |
| 997 | "base/android/java/src/org/chromium/base/JNIUtils.java", |
| 998 | "base/android/java/src/org/chromium/base/JavaExceptionReporter.java", |
| 999 | "base/android/java/src/org/chromium/base/JavaHandlerThread.java", |
| 1000 | "base/android/java/src/org/chromium/base/LocaleUtils.java", |
| 1001 | "base/android/java/src/org/chromium/base/MemoryPressureListener.java", |
| 1002 | "base/android/java/src/org/chromium/base/PathService.java", |
| 1003 | "base/android/java/src/org/chromium/base/PathUtils.java", |
| 1004 | "base/android/java/src/org/chromium/base/PowerMonitor.java", |
| 1005 | "base/android/java/src/org/chromium/base/RadioUtils.java", |
| 1006 | "base/android/java/src/org/chromium/base/SysUtils.java", |
| 1007 | "base/android/java/src/org/chromium/base/ThreadUtils.java", |
| 1008 | "base/android/java/src/org/chromium/base/TimezoneUtils.java", |
| 1009 | "base/android/java/src/org/chromium/base/TraceEvent.java", |
| 1010 | "base/android/java/src/org/chromium/base/UnguessableToken.java", |
| 1011 | "base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java", |
| 1012 | "base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java", |
| 1013 | "base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java", |
| 1014 | "base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java", |
| 1015 | "base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java", |
| 1016 | "base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java", |
| 1017 | "base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java", |
| 1018 | "base/android/java/src/org/chromium/base/task/PostTask.java", |
| 1019 | "base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java", |
| 1020 | ], |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1021 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 1022 | "long " + |
Patrick Rohr | 131ba28 | 2022-10-31 16:36:20 -0700 | [diff] [blame] | 1023 | " " + |
| 1024 | " " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1025 | "--output_dir " + |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1026 | "$(genDir)/base/base_jni_headers " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1027 | "--includes " + |
Patrick Rohr | d89e8bf | 2022-10-31 14:51:05 -0700 | [diff] [blame] | 1028 | "base/android/jni_generator/jni_generator_helper.h " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1029 | "--use_proxy_hash " + |
| 1030 | "--output_name " + |
| 1031 | "ApkAssets_jni.h " + |
| 1032 | "--output_name " + |
| 1033 | "ApplicationStatus_jni.h " + |
| 1034 | "--output_name " + |
| 1035 | "BaseFeatureList_jni.h " + |
| 1036 | "--output_name " + |
| 1037 | "BuildInfo_jni.h " + |
| 1038 | "--output_name " + |
| 1039 | "BundleUtils_jni.h " + |
| 1040 | "--output_name " + |
| 1041 | "Callback_jni.h " + |
| 1042 | "--output_name " + |
| 1043 | "CommandLine_jni.h " + |
| 1044 | "--output_name " + |
| 1045 | "ContentUriUtils_jni.h " + |
| 1046 | "--output_name " + |
| 1047 | "CpuFeatures_jni.h " + |
| 1048 | "--output_name " + |
| 1049 | "EarlyTraceEvent_jni.h " + |
| 1050 | "--output_name " + |
| 1051 | "EventLog_jni.h " + |
| 1052 | "--output_name " + |
| 1053 | "FeatureList_jni.h " + |
| 1054 | "--output_name " + |
| 1055 | "Features_jni.h " + |
| 1056 | "--output_name " + |
| 1057 | "FieldTrialList_jni.h " + |
| 1058 | "--output_name " + |
| 1059 | "FileUtils_jni.h " + |
| 1060 | "--output_name " + |
| 1061 | "ImportantFileWriterAndroid_jni.h " + |
| 1062 | "--output_name " + |
| 1063 | "IntStringCallback_jni.h " + |
| 1064 | "--output_name " + |
| 1065 | "JNIUtils_jni.h " + |
| 1066 | "--output_name " + |
| 1067 | "JavaExceptionReporter_jni.h " + |
| 1068 | "--output_name " + |
| 1069 | "JavaHandlerThread_jni.h " + |
| 1070 | "--output_name " + |
| 1071 | "LocaleUtils_jni.h " + |
| 1072 | "--output_name " + |
| 1073 | "MemoryPressureListener_jni.h " + |
| 1074 | "--output_name " + |
| 1075 | "PathService_jni.h " + |
| 1076 | "--output_name " + |
| 1077 | "PathUtils_jni.h " + |
| 1078 | "--output_name " + |
| 1079 | "PowerMonitor_jni.h " + |
| 1080 | "--output_name " + |
| 1081 | "RadioUtils_jni.h " + |
| 1082 | "--output_name " + |
| 1083 | "SysUtils_jni.h " + |
| 1084 | "--output_name " + |
| 1085 | "ThreadUtils_jni.h " + |
| 1086 | "--output_name " + |
| 1087 | "TimezoneUtils_jni.h " + |
| 1088 | "--output_name " + |
| 1089 | "TraceEvent_jni.h " + |
| 1090 | "--output_name " + |
| 1091 | "UnguessableToken_jni.h " + |
| 1092 | "--output_name " + |
| 1093 | "JankMetricUMARecorder_jni.h " + |
| 1094 | "--output_name " + |
| 1095 | "LibraryLoader_jni.h " + |
| 1096 | "--output_name " + |
| 1097 | "LibraryPrefetcher_jni.h " + |
| 1098 | "--output_name " + |
| 1099 | "JavaHeapDumpGenerator_jni.h " + |
| 1100 | "--output_name " + |
| 1101 | "NativeUmaRecorder_jni.h " + |
| 1102 | "--output_name " + |
| 1103 | "StatisticsRecorderAndroid_jni.h " + |
| 1104 | "--output_name " + |
| 1105 | "ChildProcessService_jni.h " + |
| 1106 | "--output_name " + |
| 1107 | "PostTask_jni.h " + |
| 1108 | "--output_name " + |
| 1109 | "TaskRunnerImpl_jni.h " + |
| 1110 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1111 | "$(location base/android/java/src/org/chromium/base/ApkAssets.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1112 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1113 | "$(location base/android/java/src/org/chromium/base/ApplicationStatus.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1114 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1115 | "$(location base/android/java/src/org/chromium/base/BaseFeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1116 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1117 | "$(location base/android/java/src/org/chromium/base/BuildInfo.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1118 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1119 | "$(location base/android/java/src/org/chromium/base/BundleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1120 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1121 | "$(location base/android/java/src/org/chromium/base/Callback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1122 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1123 | "$(location base/android/java/src/org/chromium/base/CommandLine.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1124 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1125 | "$(location base/android/java/src/org/chromium/base/ContentUriUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1126 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1127 | "$(location base/android/java/src/org/chromium/base/CpuFeatures.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1128 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1129 | "$(location base/android/java/src/org/chromium/base/EarlyTraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1130 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1131 | "$(location base/android/java/src/org/chromium/base/EventLog.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1132 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1133 | "$(location base/android/java/src/org/chromium/base/FeatureList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1134 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1135 | "$(location base/android/java/src/org/chromium/base/Features.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1136 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1137 | "$(location base/android/java/src/org/chromium/base/FieldTrialList.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1138 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1139 | "$(location base/android/java/src/org/chromium/base/FileUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1140 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1141 | "$(location base/android/java/src/org/chromium/base/ImportantFileWriterAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1142 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1143 | "$(location base/android/java/src/org/chromium/base/IntStringCallback.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1144 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1145 | "$(location base/android/java/src/org/chromium/base/JNIUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1146 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1147 | "$(location base/android/java/src/org/chromium/base/JavaExceptionReporter.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1148 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1149 | "$(location base/android/java/src/org/chromium/base/JavaHandlerThread.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1150 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1151 | "$(location base/android/java/src/org/chromium/base/LocaleUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1152 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1153 | "$(location base/android/java/src/org/chromium/base/MemoryPressureListener.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1154 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1155 | "$(location base/android/java/src/org/chromium/base/PathService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1156 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1157 | "$(location base/android/java/src/org/chromium/base/PathUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1158 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1159 | "$(location base/android/java/src/org/chromium/base/PowerMonitor.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1160 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1161 | "$(location base/android/java/src/org/chromium/base/RadioUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1162 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1163 | "$(location base/android/java/src/org/chromium/base/SysUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1164 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1165 | "$(location base/android/java/src/org/chromium/base/ThreadUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1166 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1167 | "$(location base/android/java/src/org/chromium/base/TimezoneUtils.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1168 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1169 | "$(location base/android/java/src/org/chromium/base/TraceEvent.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1170 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1171 | "$(location base/android/java/src/org/chromium/base/UnguessableToken.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1172 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1173 | "$(location base/android/java/src/org/chromium/base/jank_tracker/JankMetricUMARecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1174 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1175 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1176 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1177 | "$(location base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1178 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1179 | "$(location base/android/java/src/org/chromium/base/memory/JavaHeapDumpGenerator.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1180 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1181 | "$(location base/android/java/src/org/chromium/base/metrics/NativeUmaRecorder.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1182 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1183 | "$(location base/android/java/src/org/chromium/base/metrics/StatisticsRecorderAndroid.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1184 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1185 | "$(location base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1186 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1187 | "$(location base/android/java/src/org/chromium/base/task/PostTask.java) " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1188 | "--input_file " + |
Patrick Rohr | 8acccca | 2022-10-28 10:39:06 -0700 | [diff] [blame] | 1189 | "$(location base/android/java/src/org/chromium/base/task/TaskRunnerImpl.java)", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1190 | out: [ |
Patrick Rohr | f1d08f8 | 2022-10-31 14:43:59 -0700 | [diff] [blame] | 1191 | "base/base_jni_headers/ApkAssets_jni.h", |
| 1192 | "base/base_jni_headers/ApplicationStatus_jni.h", |
| 1193 | "base/base_jni_headers/BaseFeatureList_jni.h", |
| 1194 | "base/base_jni_headers/BuildInfo_jni.h", |
| 1195 | "base/base_jni_headers/BundleUtils_jni.h", |
| 1196 | "base/base_jni_headers/Callback_jni.h", |
| 1197 | "base/base_jni_headers/ChildProcessService_jni.h", |
| 1198 | "base/base_jni_headers/CommandLine_jni.h", |
| 1199 | "base/base_jni_headers/ContentUriUtils_jni.h", |
| 1200 | "base/base_jni_headers/CpuFeatures_jni.h", |
| 1201 | "base/base_jni_headers/EarlyTraceEvent_jni.h", |
| 1202 | "base/base_jni_headers/EventLog_jni.h", |
| 1203 | "base/base_jni_headers/FeatureList_jni.h", |
| 1204 | "base/base_jni_headers/Features_jni.h", |
| 1205 | "base/base_jni_headers/FieldTrialList_jni.h", |
| 1206 | "base/base_jni_headers/FileUtils_jni.h", |
| 1207 | "base/base_jni_headers/ImportantFileWriterAndroid_jni.h", |
| 1208 | "base/base_jni_headers/IntStringCallback_jni.h", |
| 1209 | "base/base_jni_headers/JNIUtils_jni.h", |
| 1210 | "base/base_jni_headers/JankMetricUMARecorder_jni.h", |
| 1211 | "base/base_jni_headers/JavaExceptionReporter_jni.h", |
| 1212 | "base/base_jni_headers/JavaHandlerThread_jni.h", |
| 1213 | "base/base_jni_headers/JavaHeapDumpGenerator_jni.h", |
| 1214 | "base/base_jni_headers/LibraryLoader_jni.h", |
| 1215 | "base/base_jni_headers/LibraryPrefetcher_jni.h", |
| 1216 | "base/base_jni_headers/LocaleUtils_jni.h", |
| 1217 | "base/base_jni_headers/MemoryPressureListener_jni.h", |
| 1218 | "base/base_jni_headers/NativeUmaRecorder_jni.h", |
| 1219 | "base/base_jni_headers/PathService_jni.h", |
| 1220 | "base/base_jni_headers/PathUtils_jni.h", |
| 1221 | "base/base_jni_headers/PostTask_jni.h", |
| 1222 | "base/base_jni_headers/PowerMonitor_jni.h", |
| 1223 | "base/base_jni_headers/RadioUtils_jni.h", |
| 1224 | "base/base_jni_headers/StatisticsRecorderAndroid_jni.h", |
| 1225 | "base/base_jni_headers/SysUtils_jni.h", |
| 1226 | "base/base_jni_headers/TaskRunnerImpl_jni.h", |
| 1227 | "base/base_jni_headers/ThreadUtils_jni.h", |
| 1228 | "base/base_jni_headers/TimezoneUtils_jni.h", |
| 1229 | "base/base_jni_headers/TraceEvent_jni.h", |
| 1230 | "base/base_jni_headers/UnguessableToken_jni.h", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1231 | ], |
| 1232 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 1233 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1234 | "base/android/jni_generator/jni_generator.py", |
| 1235 | "build/android/gyp/util/__init__.py", |
| 1236 | "build/android/gyp/util/build_utils.py", |
| 1237 | "build/gn_helpers.py", |
| 1238 | ], |
| 1239 | } |
| 1240 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1241 | // GN: //base:base_static |
| 1242 | cc_library_static { |
| 1243 | name: "cronet_aml_base_base_static", |
| 1244 | srcs: [ |
| 1245 | "base/base_switches.cc", |
| 1246 | ], |
| 1247 | generated_headers: [ |
| 1248 | "cronet_aml_build_chromeos_buildflags", |
| 1249 | ], |
| 1250 | export_generated_headers: [ |
| 1251 | "cronet_aml_build_chromeos_buildflags", |
| 1252 | ], |
| 1253 | defaults: [ |
| 1254 | "cronet_aml_defaults", |
| 1255 | ], |
| 1256 | cflags: [ |
| 1257 | "-DANDROID", |
| 1258 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1259 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1260 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1261 | "-DDCHECK_ALWAYS_ON=1", |
| 1262 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1263 | "-DHAVE_SYS_UIO_H", |
| 1264 | "-D_DEBUG", |
| 1265 | "-D_GNU_SOURCE", |
| 1266 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1267 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1268 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1269 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1270 | "-D__STDC_CONSTANT_MACROS", |
| 1271 | "-D__STDC_FORMAT_MACROS", |
| 1272 | ], |
| 1273 | local_include_dirs: [ |
| 1274 | "./", |
| 1275 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1276 | "buildtools/third_party/libc++/trunk/include", |
| 1277 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | d30ceed | 2022-11-01 13:06:18 +0900 | [diff] [blame] | 1278 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1279 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1280 | cpp_std: "c++20", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1281 | } |
| 1282 | |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1283 | // GN: //base:build_date |
| 1284 | genrule { |
| 1285 | name: "cronet_aml_base_build_date", |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1286 | cmd: "$(location build/write_build_date_header.py) $(out) " + |
| 1287 | "1664686800", |
Motomu Utsumi | e0d2021 | 2022-10-28 17:06:46 +0900 | [diff] [blame] | 1288 | out: [ |
| 1289 | "base/generated_build_date.h", |
| 1290 | ], |
| 1291 | tool_files: [ |
| 1292 | "build/write_build_date_header.py", |
| 1293 | ], |
| 1294 | } |
| 1295 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1296 | // GN: //base:cfi_buildflags |
| 1297 | genrule { |
| 1298 | name: "cronet_aml_base_cfi_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1299 | 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] | 1300 | "$(location build/write_buildflag_header.py) --output " + |
| 1301 | "$(out) " + |
| 1302 | "--rulename " + |
| 1303 | "//base:cfi_buildflags " + |
| 1304 | "--gen-dir " + |
| 1305 | ". " + |
| 1306 | "--definitions " + |
| 1307 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1308 | out: [ |
| 1309 | "base/cfi_buildflags.h", |
| 1310 | ], |
| 1311 | tool_files: [ |
| 1312 | "build/write_buildflag_header.py", |
| 1313 | ], |
| 1314 | } |
| 1315 | |
| 1316 | // GN: //base:clang_profiling_buildflags |
| 1317 | genrule { |
| 1318 | name: "cronet_aml_base_clang_profiling_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1319 | 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] | 1320 | "$(location build/write_buildflag_header.py) --output " + |
| 1321 | "$(out) " + |
| 1322 | "--rulename " + |
| 1323 | "//base:clang_profiling_buildflags " + |
| 1324 | "--gen-dir " + |
| 1325 | ". " + |
| 1326 | "--definitions " + |
| 1327 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1328 | out: [ |
| 1329 | "base/clang_profiling_buildflags.h", |
| 1330 | ], |
| 1331 | tool_files: [ |
| 1332 | "build/write_buildflag_header.py", |
| 1333 | ], |
| 1334 | } |
| 1335 | |
| 1336 | // GN: //base:debugging_buildflags |
| 1337 | genrule { |
| 1338 | name: "cronet_aml_base_debugging_buildflags", |
Motomu Utsumi | d03217b | 2022-11-01 12:16:19 +0900 | [diff] [blame] | 1339 | 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=\"false\" EXCLUDE_UNWIND_TABLES=\"false\" ENABLE_GDBINIT_WARNING=\"true\" ENABLE_LLDBINIT_WARNING=\"false\" EXPENSIVE_DCHECKS_ARE_ON=\"true\" ENABLE_STACK_TRACE_LINE_NUMBERS=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1340 | "$(location build/write_buildflag_header.py) --output " + |
| 1341 | "$(out) " + |
| 1342 | "--rulename " + |
| 1343 | "//base:debugging_buildflags " + |
| 1344 | "--gen-dir " + |
| 1345 | ". " + |
| 1346 | "--definitions " + |
| 1347 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1348 | out: [ |
| 1349 | "base/debug/debugging_buildflags.h", |
| 1350 | ], |
| 1351 | tool_files: [ |
| 1352 | "build/write_buildflag_header.py", |
| 1353 | ], |
| 1354 | } |
| 1355 | |
| 1356 | // GN: //base:feature_list_buildflags |
| 1357 | genrule { |
| 1358 | name: "cronet_aml_base_feature_list_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1359 | cmd: "echo '--flags ENABLE_BANNED_BASE_FEATURE_PREFIX=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1360 | "$(location build/write_buildflag_header.py) --output " + |
| 1361 | "$(out) " + |
| 1362 | "--rulename " + |
| 1363 | "//base:feature_list_buildflags " + |
| 1364 | "--gen-dir " + |
| 1365 | ". " + |
| 1366 | "--definitions " + |
| 1367 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1368 | out: [ |
| 1369 | "base/feature_list_buildflags.h", |
| 1370 | ], |
| 1371 | tool_files: [ |
| 1372 | "build/write_buildflag_header.py", |
| 1373 | ], |
| 1374 | } |
| 1375 | |
| 1376 | // GN: //base:ios_cronet_buildflags |
| 1377 | genrule { |
| 1378 | name: "cronet_aml_base_ios_cronet_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1379 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1380 | "$(location build/write_buildflag_header.py) --output " + |
| 1381 | "$(out) " + |
| 1382 | "--rulename " + |
| 1383 | "//base:ios_cronet_buildflags " + |
| 1384 | "--gen-dir " + |
| 1385 | ". " + |
| 1386 | "--definitions " + |
| 1387 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1388 | out: [ |
| 1389 | "base/message_loop/ios_cronet_buildflags.h", |
| 1390 | ], |
| 1391 | tool_files: [ |
| 1392 | "build/write_buildflag_header.py", |
| 1393 | ], |
| 1394 | } |
| 1395 | |
| 1396 | // GN: //base:logging_buildflags |
| 1397 | genrule { |
| 1398 | name: "cronet_aml_base_logging_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1399 | 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] | 1400 | "$(location build/write_buildflag_header.py) --output " + |
| 1401 | "$(out) " + |
| 1402 | "--rulename " + |
| 1403 | "//base:logging_buildflags " + |
| 1404 | "--gen-dir " + |
| 1405 | ". " + |
| 1406 | "--definitions " + |
| 1407 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1408 | out: [ |
| 1409 | "base/logging_buildflags.h", |
| 1410 | ], |
| 1411 | tool_files: [ |
| 1412 | "build/write_buildflag_header.py", |
| 1413 | ], |
| 1414 | } |
| 1415 | |
| 1416 | // GN: //base:message_pump_buildflags |
| 1417 | genrule { |
| 1418 | name: "cronet_aml_base_message_pump_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1419 | cmd: "echo '--flags ENABLE_MESSAGE_PUMP_EPOLL=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1420 | "$(location build/write_buildflag_header.py) --output " + |
| 1421 | "$(out) " + |
| 1422 | "--rulename " + |
| 1423 | "//base:message_pump_buildflags " + |
| 1424 | "--gen-dir " + |
| 1425 | ". " + |
| 1426 | "--definitions " + |
| 1427 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1428 | out: [ |
| 1429 | "base/message_loop/message_pump_buildflags.h", |
| 1430 | ], |
| 1431 | tool_files: [ |
| 1432 | "build/write_buildflag_header.py", |
| 1433 | ], |
| 1434 | } |
| 1435 | |
| 1436 | // GN: //base/numerics:base_numerics |
| 1437 | filegroup { |
| 1438 | name: "cronet_aml_base_numerics_base_numerics", |
| 1439 | } |
| 1440 | |
| 1441 | // GN: //base:orderfile_buildflags |
| 1442 | genrule { |
| 1443 | name: "cronet_aml_base_orderfile_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1444 | cmd: "echo '--flags DEVTOOLS_INSTRUMENTATION_DUMPING=\"false\" ORDERFILE_INSTRUMENTATION=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1445 | "$(location build/write_buildflag_header.py) --output " + |
| 1446 | "$(out) " + |
| 1447 | "--rulename " + |
| 1448 | "//base:orderfile_buildflags " + |
| 1449 | "--gen-dir " + |
| 1450 | ". " + |
| 1451 | "--definitions " + |
| 1452 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1453 | out: [ |
| 1454 | "base/android/orderfile/orderfile_buildflags.h", |
| 1455 | ], |
| 1456 | tool_files: [ |
| 1457 | "build/write_buildflag_header.py", |
| 1458 | ], |
| 1459 | } |
| 1460 | |
| 1461 | // GN: //base:parsing_buildflags |
| 1462 | genrule { |
| 1463 | name: "cronet_aml_base_parsing_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1464 | cmd: "echo '--flags BUILD_RUST_JSON_PARSER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1465 | "$(location build/write_buildflag_header.py) --output " + |
| 1466 | "$(out) " + |
| 1467 | "--rulename " + |
| 1468 | "//base:parsing_buildflags " + |
| 1469 | "--gen-dir " + |
| 1470 | ". " + |
| 1471 | "--definitions " + |
| 1472 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1473 | out: [ |
| 1474 | "base/parsing_buildflags.h", |
| 1475 | ], |
| 1476 | tool_files: [ |
| 1477 | "build/write_buildflag_header.py", |
| 1478 | ], |
| 1479 | } |
| 1480 | |
| 1481 | // GN: //base:power_monitor_buildflags |
| 1482 | genrule { |
| 1483 | name: "cronet_aml_base_power_monitor_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1484 | cmd: "echo '--flags HAS_BATTERY_LEVEL_PROVIDER_IMPL=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1485 | "$(location build/write_buildflag_header.py) --output " + |
| 1486 | "$(out) " + |
| 1487 | "--rulename " + |
| 1488 | "//base:power_monitor_buildflags " + |
| 1489 | "--gen-dir " + |
| 1490 | ". " + |
| 1491 | "--definitions " + |
| 1492 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1493 | out: [ |
| 1494 | "base/power_monitor/power_monitor_buildflags.h", |
| 1495 | ], |
| 1496 | tool_files: [ |
| 1497 | "build/write_buildflag_header.py", |
| 1498 | ], |
| 1499 | } |
| 1500 | |
| 1501 | // GN: //base:profiler_buildflags |
| 1502 | genrule { |
| 1503 | name: "cronet_aml_base_profiler_buildflags", |
Motomu Utsumi | d03217b | 2022-11-01 12:16:19 +0900 | [diff] [blame] | 1504 | cmd: "echo '--flags ENABLE_ARM_CFI_TABLE=\"false\" IOS_STACK_PROFILER_ENABLED=\"true\" USE_ANDROID_UNWINDER_V2=\"true\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1505 | "$(location build/write_buildflag_header.py) --output " + |
| 1506 | "$(out) " + |
| 1507 | "--rulename " + |
| 1508 | "//base:profiler_buildflags " + |
| 1509 | "--gen-dir " + |
| 1510 | ". " + |
| 1511 | "--definitions " + |
| 1512 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1513 | out: [ |
| 1514 | "base/profiler/profiler_buildflags.h", |
| 1515 | ], |
| 1516 | tool_files: [ |
| 1517 | "build/write_buildflag_header.py", |
| 1518 | ], |
| 1519 | } |
| 1520 | |
| 1521 | // GN: //base:sanitizer_buildflags |
| 1522 | genrule { |
| 1523 | name: "cronet_aml_base_sanitizer_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1524 | cmd: "echo '--flags IS_HWASAN=\"false\" USING_SANITIZER=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1525 | "$(location build/write_buildflag_header.py) --output " + |
| 1526 | "$(out) " + |
| 1527 | "--rulename " + |
| 1528 | "//base:sanitizer_buildflags " + |
| 1529 | "--gen-dir " + |
| 1530 | ". " + |
| 1531 | "--definitions " + |
| 1532 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1533 | out: [ |
| 1534 | "base/sanitizer_buildflags.h", |
| 1535 | ], |
| 1536 | tool_files: [ |
| 1537 | "build/write_buildflag_header.py", |
| 1538 | ], |
| 1539 | } |
| 1540 | |
| 1541 | // GN: //base:synchronization_buildflags |
| 1542 | genrule { |
| 1543 | name: "cronet_aml_base_synchronization_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1544 | cmd: "echo '--flags ENABLE_MUTEX_PRIORITY_INHERITANCE=\"false\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1545 | "$(location build/write_buildflag_header.py) --output " + |
| 1546 | "$(out) " + |
| 1547 | "--rulename " + |
| 1548 | "//base:synchronization_buildflags " + |
| 1549 | "--gen-dir " + |
| 1550 | ". " + |
| 1551 | "--definitions " + |
| 1552 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1553 | out: [ |
| 1554 | "base/synchronization/synchronization_buildflags.h", |
| 1555 | ], |
| 1556 | tool_files: [ |
| 1557 | "build/write_buildflag_header.py", |
| 1558 | ], |
| 1559 | } |
| 1560 | |
| 1561 | // GN: //base/third_party/double_conversion:double_conversion |
| 1562 | cc_library_static { |
| 1563 | name: "cronet_aml_base_third_party_double_conversion_double_conversion", |
| 1564 | srcs: [ |
| 1565 | "base/third_party/double_conversion/double-conversion/bignum-dtoa.cc", |
| 1566 | "base/third_party/double_conversion/double-conversion/bignum.cc", |
| 1567 | "base/third_party/double_conversion/double-conversion/cached-powers.cc", |
| 1568 | "base/third_party/double_conversion/double-conversion/double-to-string.cc", |
| 1569 | "base/third_party/double_conversion/double-conversion/fast-dtoa.cc", |
| 1570 | "base/third_party/double_conversion/double-conversion/fixed-dtoa.cc", |
| 1571 | "base/third_party/double_conversion/double-conversion/string-to-double.cc", |
| 1572 | "base/third_party/double_conversion/double-conversion/strtod.cc", |
| 1573 | ], |
| 1574 | defaults: [ |
| 1575 | "cronet_aml_defaults", |
| 1576 | ], |
| 1577 | cflags: [ |
| 1578 | "-DANDROID", |
| 1579 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1580 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1581 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1582 | "-DDCHECK_ALWAYS_ON=1", |
| 1583 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1584 | "-DHAVE_SYS_UIO_H", |
| 1585 | "-D_DEBUG", |
| 1586 | "-D_GNU_SOURCE", |
| 1587 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1588 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1589 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1590 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1591 | "-D__STDC_CONSTANT_MACROS", |
| 1592 | "-D__STDC_FORMAT_MACROS", |
| 1593 | ], |
| 1594 | local_include_dirs: [ |
| 1595 | "./", |
| 1596 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1597 | "buildtools/third_party/libc++/trunk/include", |
| 1598 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | d30ceed | 2022-11-01 13:06:18 +0900 | [diff] [blame] | 1599 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1600 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1601 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1602 | } |
| 1603 | |
| 1604 | // GN: //base/third_party/dynamic_annotations:dynamic_annotations |
| 1605 | cc_library_static { |
| 1606 | name: "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 1607 | srcs: [ |
| 1608 | "base/third_party/dynamic_annotations/dynamic_annotations.c", |
| 1609 | ], |
| 1610 | defaults: [ |
| 1611 | "cronet_aml_defaults", |
| 1612 | ], |
| 1613 | cflags: [ |
| 1614 | "-DANDROID", |
| 1615 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1616 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1617 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1618 | "-DDCHECK_ALWAYS_ON=1", |
| 1619 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1620 | "-DHAVE_SYS_UIO_H", |
| 1621 | "-D_DEBUG", |
| 1622 | "-D_GNU_SOURCE", |
| 1623 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1624 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1625 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1626 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1627 | ], |
| 1628 | local_include_dirs: [ |
| 1629 | "./", |
| 1630 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 1631 | "buildtools/third_party/libc++/trunk/include", |
| 1632 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | d30ceed | 2022-11-01 13:06:18 +0900 | [diff] [blame] | 1633 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1634 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 1635 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1636 | } |
| 1637 | |
| 1638 | // GN: //base:tracing_buildflags |
| 1639 | genrule { |
| 1640 | name: "cronet_aml_base_tracing_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1641 | 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] | 1642 | "$(location build/write_buildflag_header.py) --output " + |
| 1643 | "$(out) " + |
| 1644 | "--rulename " + |
| 1645 | "//base:tracing_buildflags " + |
| 1646 | "--gen-dir " + |
| 1647 | ". " + |
| 1648 | "--definitions " + |
| 1649 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1650 | out: [ |
| 1651 | "base/tracing_buildflags.h", |
| 1652 | ], |
| 1653 | tool_files: [ |
| 1654 | "build/write_buildflag_header.py", |
| 1655 | ], |
| 1656 | } |
| 1657 | |
| 1658 | // GN: //build:branding_buildflags |
| 1659 | genrule { |
| 1660 | name: "cronet_aml_build_branding_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1661 | cmd: "echo '--flags CHROMIUM_BRANDING=\"1\" GOOGLE_CHROME_BRANDING=\"0\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1662 | "$(location build/write_buildflag_header.py) --output " + |
| 1663 | "$(out) " + |
| 1664 | "--rulename " + |
| 1665 | "//build:branding_buildflags " + |
| 1666 | "--gen-dir " + |
| 1667 | ". " + |
| 1668 | "--definitions " + |
| 1669 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1670 | out: [ |
| 1671 | "build/branding_buildflags.h", |
| 1672 | ], |
| 1673 | tool_files: [ |
| 1674 | "build/write_buildflag_header.py", |
| 1675 | ], |
| 1676 | } |
| 1677 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1678 | // GN: //build:buildflag_header_h |
| 1679 | filegroup { |
| 1680 | name: "cronet_aml_build_buildflag_header_h", |
| 1681 | } |
| 1682 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1683 | // GN: //build:chromecast_buildflags |
| 1684 | genrule { |
| 1685 | name: "cronet_aml_build_chromecast_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1686 | 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] | 1687 | "$(location build/write_buildflag_header.py) --output " + |
| 1688 | "$(out) " + |
| 1689 | "--rulename " + |
| 1690 | "//build:chromecast_buildflags " + |
| 1691 | "--gen-dir " + |
| 1692 | ". " + |
| 1693 | "--definitions " + |
| 1694 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1695 | out: [ |
| 1696 | "build/chromecast_buildflags.h", |
| 1697 | ], |
| 1698 | tool_files: [ |
| 1699 | "build/write_buildflag_header.py", |
| 1700 | ], |
| 1701 | } |
| 1702 | |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1703 | // GN: //build:chromeos_buildflags |
| 1704 | genrule { |
| 1705 | name: "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1706 | 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] | 1707 | "$(location build/write_buildflag_header.py) --output " + |
| 1708 | "$(out) " + |
| 1709 | "--rulename " + |
| 1710 | "//build:chromeos_buildflags " + |
| 1711 | "--gen-dir " + |
| 1712 | ". " + |
| 1713 | "--definitions " + |
| 1714 | "/dev/stdin", |
Motomu Utsumi | bf569d4 | 2022-10-28 16:47:34 +0900 | [diff] [blame] | 1715 | out: [ |
| 1716 | "build/chromeos_buildflags.h", |
| 1717 | ], |
| 1718 | tool_files: [ |
| 1719 | "build/write_buildflag_header.py", |
| 1720 | ], |
| 1721 | } |
| 1722 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1723 | // GN: //build/config/compiler:compiler_buildflags |
| 1724 | genrule { |
| 1725 | name: "cronet_aml_build_config_compiler_compiler_buildflags", |
Patrick Rohr | c20887d | 2022-10-28 12:59:20 -0700 | [diff] [blame] | 1726 | cmd: "echo '--flags CLANG_PGO=\"0\" SYMBOL_LEVEL=\"1\"' | " + |
Patrick Rohr | 9b99a98 | 2022-10-28 11:00:57 -0700 | [diff] [blame] | 1727 | "$(location build/write_buildflag_header.py) --output " + |
| 1728 | "$(out) " + |
| 1729 | "--rulename " + |
| 1730 | "//build/config/compiler:compiler_buildflags " + |
| 1731 | "--gen-dir " + |
| 1732 | ". " + |
| 1733 | "--definitions " + |
| 1734 | "/dev/stdin", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 1735 | out: [ |
| 1736 | "build/config/compiler/compiler_buildflags.h", |
| 1737 | ], |
| 1738 | tool_files: [ |
| 1739 | "build/write_buildflag_header.py", |
| 1740 | ], |
| 1741 | } |
| 1742 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 1743 | // GN: //buildtools/third_party/libc++:libc++ |
| 1744 | filegroup { |
| 1745 | name: "cronet_aml_buildtools_third_party_libc___libc__", |
| 1746 | } |
| 1747 | |
| 1748 | // GN: //buildtools/third_party/libc++abi:libc++abi |
| 1749 | filegroup { |
| 1750 | name: "cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1751 | srcs: [ |
| 1752 | "buildtools/third_party/libc++abi/cxa_demangle_stub.cc", |
| 1753 | ], |
| 1754 | } |
| 1755 | |
| 1756 | // GN: //buildtools/third_party/libunwind:libunwind |
| 1757 | filegroup { |
| 1758 | name: "cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 1759 | srcs: [ |
| 1760 | "buildtools/third_party/libunwind/trunk/src/Unwind-sjlj.c", |
| 1761 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1-gcc-ext.c", |
| 1762 | "buildtools/third_party/libunwind/trunk/src/UnwindLevel1.c", |
| 1763 | ], |
| 1764 | } |
| 1765 | |
| 1766 | // GN: //components/cronet/android:buildflags |
| 1767 | genrule { |
| 1768 | name: "cronet_aml_components_cronet_android_buildflags", |
| 1769 | cmd: "echo '--flags INTEGRATED_MODE=\"false\"' | " + |
| 1770 | "$(location build/write_buildflag_header.py) --output " + |
| 1771 | "$(out) " + |
| 1772 | "--rulename " + |
| 1773 | "//components/cronet/android:buildflags " + |
| 1774 | "--gen-dir " + |
| 1775 | ". " + |
| 1776 | "--definitions " + |
| 1777 | "/dev/stdin", |
| 1778 | out: [ |
| 1779 | "components/cronet/android/buildflags.h", |
| 1780 | ], |
| 1781 | tool_files: [ |
| 1782 | "build/write_buildflag_header.py", |
| 1783 | ], |
| 1784 | } |
| 1785 | |
| 1786 | // GN: //components/cronet/android:cronet |
| 1787 | cc_library_shared { |
| 1788 | name: "cronet_aml_components_cronet_android_cronet", |
| 1789 | srcs: [ |
| 1790 | ":cronet_aml_buildtools_third_party_libc___libc__", |
| 1791 | ":cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
| 1792 | ":cronet_aml_buildtools_third_party_libunwind_libunwind", |
| 1793 | ":cronet_aml_components_cronet_android_cronet_static", |
| 1794 | ":cronet_aml_components_cronet_cronet_common", |
| 1795 | ":cronet_aml_components_cronet_cronet_version_header", |
| 1796 | ":cronet_aml_components_cronet_metrics_util", |
| 1797 | ":cronet_aml_components_cronet_native_cronet_native_headers", |
| 1798 | ":cronet_aml_components_cronet_native_cronet_native_impl", |
| 1799 | ":cronet_aml_components_grpc_support_grpc_support", |
| 1800 | ":cronet_aml_components_grpc_support_headers", |
| 1801 | ":cronet_aml_components_metrics_library_support", |
| 1802 | ":cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 1803 | "components/cronet/android/cronet_jni.cc", |
| 1804 | ], |
| 1805 | shared_libs: [ |
| 1806 | "libandroid", |
| 1807 | "liblog", |
| 1808 | "libprotobuf-cpp-lite", |
| 1809 | ], |
| 1810 | static_libs: [ |
| 1811 | "cronet_aml_base_base", |
| 1812 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 1813 | "cronet_aml_components_prefs_prefs", |
| 1814 | "cronet_aml_net_net", |
| 1815 | "cronet_aml_third_party_zlib_zlib", |
| 1816 | "cronet_aml_url_url", |
| 1817 | ], |
| 1818 | generated_headers: [ |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1819 | "cronet_aml_base_debugging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1820 | "cronet_aml_base_logging_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1821 | "cronet_aml_build_chromeos_buildflags", |
| 1822 | "cronet_aml_components_cronet_android_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1823 | "cronet_aml_components_cronet_android_cronet_jni_headers", |
Motomu Utsumi | 7e98383 | 2022-11-10 16:04:46 +0900 | [diff] [blame] | 1824 | "cronet_aml_components_cronet_android_cronet_jni_registration", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1825 | "cronet_aml_components_cronet_cronet_buildflags", |
| 1826 | "cronet_aml_components_cronet_cronet_version_header_action", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1827 | "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 1828 | "cronet_aml_url_buildflags", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1829 | ], |
| 1830 | defaults: [ |
| 1831 | "cronet_aml_defaults", |
| 1832 | ], |
| 1833 | cflags: [ |
| 1834 | "-DANDROID", |
| 1835 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 1836 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 1837 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 1838 | "-DDCHECK_ALWAYS_ON=1", |
| 1839 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 1840 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 1841 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 1842 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 1843 | "-DHAVE_PTHREAD", |
| 1844 | "-DHAVE_SYS_UIO_H", |
| 1845 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 1846 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 1847 | "-D_DEBUG", |
| 1848 | "-D_GNU_SOURCE", |
| 1849 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 1850 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 1851 | "-D_LIBCPP_CONSTINIT=constinit", |
| 1852 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1853 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 1854 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 1855 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1856 | "-D_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS", |
| 1857 | "-D_LIBUNWIND_IS_NATIVE_ONLY", |
| 1858 | "-D__STDC_CONSTANT_MACROS", |
| 1859 | "-D__STDC_FORMAT_MACROS", |
| 1860 | ], |
| 1861 | local_include_dirs: [ |
| 1862 | "./", |
| 1863 | "buildtools/third_party/libc++/", |
| 1864 | "buildtools/third_party/libc++/trunk/include", |
| 1865 | "buildtools/third_party/libc++/trunk/src/", |
| 1866 | "buildtools/third_party/libc++abi/trunk/include", |
| 1867 | "buildtools/third_party/libunwind/trunk/include/", |
| 1868 | "components/cronet/native/generated/", |
| 1869 | "components/cronet/native/include/", |
| 1870 | "components/grpc_support/include/", |
| 1871 | "net/third_party/quiche/overrides/", |
| 1872 | "net/third_party/quiche/src/", |
| 1873 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 1874 | "third_party/abseil-cpp/", |
| 1875 | "third_party/boringssl/src/include/", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1876 | "third_party/zlib/", |
| 1877 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 1878 | ], |
| 1879 | header_libs: [ |
| 1880 | "jni_headers", |
| 1881 | ], |
| 1882 | cpp_std: "c++20", |
| 1883 | } |
| 1884 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1885 | // GN: //components/cronet/android:cronet_jni_headers |
| 1886 | genrule { |
| 1887 | name: "cronet_aml_components_cronet_android_cronet_jni_headers", |
| 1888 | srcs: [ |
| 1889 | "components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java", |
| 1890 | "components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java", |
| 1891 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java", |
| 1892 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java", |
| 1893 | "components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java", |
| 1894 | ], |
| 1895 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 1896 | "long " + |
| 1897 | " " + |
| 1898 | " " + |
| 1899 | "--output_dir " + |
| 1900 | "$(genDir)/components/cronet/android/cronet_jni_headers " + |
| 1901 | "--includes " + |
| 1902 | "base/android/jni_generator/jni_generator_helper.h " + |
| 1903 | "--use_proxy_hash " + |
| 1904 | "--output_name " + |
| 1905 | "CronetBidirectionalStream_jni.h " + |
| 1906 | "--output_name " + |
| 1907 | "CronetLibraryLoader_jni.h " + |
| 1908 | "--output_name " + |
| 1909 | "CronetUploadDataStream_jni.h " + |
| 1910 | "--output_name " + |
| 1911 | "CronetUrlRequest_jni.h " + |
| 1912 | "--output_name " + |
| 1913 | "CronetUrlRequestContext_jni.h " + |
| 1914 | "--input_file " + |
| 1915 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetBidirectionalStream.java) " + |
| 1916 | "--input_file " + |
| 1917 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java) " + |
| 1918 | "--input_file " + |
| 1919 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUploadDataStream.java) " + |
| 1920 | "--input_file " + |
| 1921 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequest.java) " + |
| 1922 | "--input_file " + |
| 1923 | "$(location components/cronet/android/java/src/org/chromium/net/impl/CronetUrlRequestContext.java)", |
| 1924 | out: [ |
| 1925 | "components/cronet/android/cronet_jni_headers/CronetBidirectionalStream_jni.h", |
| 1926 | "components/cronet/android/cronet_jni_headers/CronetLibraryLoader_jni.h", |
| 1927 | "components/cronet/android/cronet_jni_headers/CronetUploadDataStream_jni.h", |
| 1928 | "components/cronet/android/cronet_jni_headers/CronetUrlRequestContext_jni.h", |
| 1929 | "components/cronet/android/cronet_jni_headers/CronetUrlRequest_jni.h", |
| 1930 | ], |
| 1931 | tool_files: [ |
| 1932 | "base/android/jni_generator/android_jar.classes", |
| 1933 | "base/android/jni_generator/jni_generator.py", |
| 1934 | "build/android/gyp/util/__init__.py", |
| 1935 | "build/android/gyp/util/build_utils.py", |
| 1936 | "build/gn_helpers.py", |
| 1937 | ], |
| 1938 | } |
| 1939 | |
| 1940 | // GN: //components/cronet/android:cronet_jni_registration |
| 1941 | genrule { |
| 1942 | name: "cronet_aml_components_cronet_android_cronet_jni_registration", |
| 1943 | cmd: "$(location base/android/jni_generator/jni_registration_generator.py) --srcjar-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame^] | 1944 | "$(genDir)/components/cronet/android/cronet_jni_registration.srcjar " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1945 | "--depfile " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame^] | 1946 | "$(genDir)/components/cronet/android/cronet_jni_registration.d " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1947 | "--sources-files " + |
| 1948 | "@FileArg(gen/components/cronet/android/cronet_impl_native_base_java.build_config.json:deps_info:jni:all_source) " + |
| 1949 | "--include_test_only " + |
| 1950 | "--use_proxy_hash " + |
| 1951 | "--header-path " + |
Motomu Utsumi | 6b4acaa | 2022-11-10 16:13:24 +0900 | [diff] [blame^] | 1952 | "$(genDir)/components/cronet/android/cronet_jni_registration.h " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1953 | "--manual_jni_registration " + |
| 1954 | "--sources-exclusions " + |
| 1955 | "[\"../../base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java\", \"../../base/android/java/src/org/chromium/base/library_loader/LibraryPrefetcher.java\", \"../../base/android/java/src/org/chromium/base/process_launcher/ChildProcessService.java\", \"../../base/android/java/src/org/chromium/base/SysUtils.java\"]", |
| 1956 | out: [ |
| 1957 | "components/cronet/android/cronet_jni_registration.h", |
| 1958 | "components/cronet/android/cronet_jni_registration.srcjar", |
| 1959 | ], |
| 1960 | tool_files: [ |
| 1961 | "base/android/jni_generator/jni_generator.py", |
| 1962 | "base/android/jni_generator/jni_registration_generator.py", |
| 1963 | "build/android/gyp/util/__init__.py", |
| 1964 | "build/android/gyp/util/build_utils.py", |
| 1965 | "build/gn_helpers.py", |
| 1966 | "out/test/gen/components/cronet/android/cronet_impl_native_base_java.build_config.json", |
| 1967 | ], |
| 1968 | } |
| 1969 | |
| 1970 | // GN: //components/cronet/android:cronet_static |
| 1971 | filegroup { |
| 1972 | name: "cronet_aml_components_cronet_android_cronet_static", |
| 1973 | srcs: [ |
| 1974 | "components/cronet/android/cronet_bidirectional_stream_adapter.cc", |
| 1975 | "components/cronet/android/cronet_context_adapter.cc", |
| 1976 | "components/cronet/android/cronet_library_loader.cc", |
| 1977 | "components/cronet/android/cronet_upload_data_stream_adapter.cc", |
| 1978 | "components/cronet/android/cronet_url_request_adapter.cc", |
| 1979 | "components/cronet/android/io_buffer_with_byte_buffer.cc", |
| 1980 | "components/cronet/android/url_request_error.cc", |
| 1981 | ], |
| 1982 | } |
| 1983 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 1984 | // GN: //components/cronet:cronet_buildflags |
| 1985 | genrule { |
| 1986 | name: "cronet_aml_components_cronet_cronet_buildflags", |
| 1987 | cmd: "echo '--flags DISABLE_HISTOGRAM_SUPPORT=\"false\"' | " + |
| 1988 | "$(location build/write_buildflag_header.py) --output " + |
| 1989 | "$(out) " + |
| 1990 | "--rulename " + |
| 1991 | "//components/cronet:cronet_buildflags " + |
| 1992 | "--gen-dir " + |
| 1993 | ". " + |
| 1994 | "--definitions " + |
| 1995 | "/dev/stdin", |
| 1996 | out: [ |
| 1997 | "components/cronet/cronet_buildflags.h", |
| 1998 | ], |
| 1999 | tool_files: [ |
| 2000 | "build/write_buildflag_header.py", |
| 2001 | ], |
| 2002 | } |
| 2003 | |
| 2004 | // GN: //components/cronet:cronet_common |
| 2005 | filegroup { |
| 2006 | name: "cronet_aml_components_cronet_cronet_common", |
| 2007 | srcs: [ |
| 2008 | "components/cronet/cronet_context.cc", |
| 2009 | "components/cronet/cronet_prefs_manager.cc", |
| 2010 | "components/cronet/cronet_upload_data_stream.cc", |
| 2011 | "components/cronet/cronet_url_request.cc", |
| 2012 | "components/cronet/host_cache_persistence_manager.cc", |
| 2013 | "components/cronet/stale_host_resolver.cc", |
| 2014 | "components/cronet/url_request_context_config.cc", |
| 2015 | ], |
| 2016 | } |
| 2017 | |
| 2018 | // GN: //components/cronet:cronet_version_header |
| 2019 | filegroup { |
| 2020 | name: "cronet_aml_components_cronet_cronet_version_header", |
| 2021 | } |
| 2022 | |
| 2023 | // GN: //components/cronet:cronet_version_header_action |
| 2024 | genrule { |
| 2025 | name: "cronet_aml_components_cronet_cronet_version_header_action", |
| 2026 | cmd: "$(location build/util/version.py) -f " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2027 | "$(location chrome/VERSION) " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2028 | "-e " + |
Motomu Utsumi | ee279c5 | 2022-11-09 17:46:27 +0900 | [diff] [blame] | 2029 | "VERSION_FULL='\"%s.%s.%s.%s\" % (MAJOR,MINOR,BUILD,PATCH)' " + |
| 2030 | " " + |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2031 | "-o " + |
Motomu Utsumi | 438f2c2 | 2022-11-09 18:16:40 +0900 | [diff] [blame] | 2032 | "$(out) " + |
Motomu Utsumi | 847a6d3 | 2022-11-09 17:32:06 +0900 | [diff] [blame] | 2033 | "$(location components/cronet/version.h.in)", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2034 | out: [ |
| 2035 | "components/cronet/version.h", |
| 2036 | ], |
| 2037 | tool_files: [ |
| 2038 | "build/util/LASTCHANGE", |
Motomu Utsumi | b0a49e4 | 2022-11-09 18:12:27 +0900 | [diff] [blame] | 2039 | "build/util/android_chrome_version.py", |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 2040 | "build/util/version.py", |
| 2041 | "chrome/VERSION", |
| 2042 | "components/cronet/version.h.in", |
| 2043 | ], |
| 2044 | } |
| 2045 | |
| 2046 | // GN: //components/cronet:metrics_util |
| 2047 | filegroup { |
| 2048 | name: "cronet_aml_components_cronet_metrics_util", |
| 2049 | srcs: [ |
| 2050 | "components/cronet/metrics_util.cc", |
| 2051 | ], |
| 2052 | } |
| 2053 | |
| 2054 | // GN: //components/cronet/native:cronet_native_headers |
| 2055 | filegroup { |
| 2056 | name: "cronet_aml_components_cronet_native_cronet_native_headers", |
| 2057 | } |
| 2058 | |
| 2059 | // GN: //components/cronet/native:cronet_native_impl |
| 2060 | filegroup { |
| 2061 | name: "cronet_aml_components_cronet_native_cronet_native_impl", |
| 2062 | srcs: [ |
| 2063 | "components/cronet/native/buffer.cc", |
| 2064 | "components/cronet/native/engine.cc", |
| 2065 | "components/cronet/native/generated/cronet.idl_impl_interface.cc", |
| 2066 | "components/cronet/native/generated/cronet.idl_impl_struct.cc", |
| 2067 | "components/cronet/native/io_buffer_with_cronet_buffer.cc", |
| 2068 | "components/cronet/native/native_metrics_util.cc", |
| 2069 | "components/cronet/native/runnables.cc", |
| 2070 | "components/cronet/native/upload_data_sink.cc", |
| 2071 | "components/cronet/native/url_request.cc", |
| 2072 | ], |
| 2073 | } |
| 2074 | |
| 2075 | // GN: //components/grpc_support:grpc_support |
| 2076 | filegroup { |
| 2077 | name: "cronet_aml_components_grpc_support_grpc_support", |
| 2078 | srcs: [ |
| 2079 | "components/grpc_support/bidirectional_stream.cc", |
| 2080 | "components/grpc_support/bidirectional_stream_c.cc", |
| 2081 | ], |
| 2082 | } |
| 2083 | |
| 2084 | // GN: //components/grpc_support:headers |
| 2085 | filegroup { |
| 2086 | name: "cronet_aml_components_grpc_support_headers", |
| 2087 | } |
| 2088 | |
| 2089 | // GN: //components/metrics:library_support |
| 2090 | filegroup { |
| 2091 | name: "cronet_aml_components_metrics_library_support", |
| 2092 | srcs: [ |
| 2093 | "components/metrics/histogram_encoder.cc", |
| 2094 | "components/metrics/library_support/histogram_manager.cc", |
| 2095 | ], |
| 2096 | } |
| 2097 | |
| 2098 | // GN: //components/prefs/android:jni_headers |
| 2099 | genrule { |
| 2100 | name: "cronet_aml_components_prefs_android_jni_headers", |
| 2101 | srcs: [ |
| 2102 | "components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java", |
| 2103 | ], |
| 2104 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 2105 | "long " + |
| 2106 | " " + |
| 2107 | " " + |
| 2108 | "--output_dir " + |
| 2109 | "$(genDir)/components/prefs/android/jni_headers " + |
| 2110 | "--includes " + |
| 2111 | "base/android/jni_generator/jni_generator_helper.h " + |
| 2112 | "--use_proxy_hash " + |
| 2113 | "--output_name " + |
| 2114 | "PrefService_jni.h " + |
| 2115 | "--input_file " + |
| 2116 | "$(location components/prefs/android/java/src/org/chromium/components/prefs/PrefService.java)", |
| 2117 | out: [ |
| 2118 | "components/prefs/android/jni_headers/PrefService_jni.h", |
| 2119 | ], |
| 2120 | tool_files: [ |
| 2121 | "base/android/jni_generator/android_jar.classes", |
| 2122 | "base/android/jni_generator/jni_generator.py", |
| 2123 | "build/android/gyp/util/__init__.py", |
| 2124 | "build/android/gyp/util/build_utils.py", |
| 2125 | "build/gn_helpers.py", |
| 2126 | ], |
| 2127 | } |
| 2128 | |
| 2129 | // GN: //components/prefs:prefs |
| 2130 | cc_library_static { |
| 2131 | name: "cronet_aml_components_prefs_prefs", |
| 2132 | srcs: [ |
| 2133 | "components/prefs/android/pref_service_android.cc", |
| 2134 | "components/prefs/command_line_pref_store.cc", |
| 2135 | "components/prefs/default_pref_store.cc", |
| 2136 | "components/prefs/in_memory_pref_store.cc", |
| 2137 | "components/prefs/json_pref_store.cc", |
| 2138 | "components/prefs/overlay_user_pref_store.cc", |
| 2139 | "components/prefs/persistent_pref_store.cc", |
| 2140 | "components/prefs/pref_change_registrar.cc", |
| 2141 | "components/prefs/pref_member.cc", |
| 2142 | "components/prefs/pref_notifier_impl.cc", |
| 2143 | "components/prefs/pref_registry.cc", |
| 2144 | "components/prefs/pref_registry_simple.cc", |
| 2145 | "components/prefs/pref_service.cc", |
| 2146 | "components/prefs/pref_service_factory.cc", |
| 2147 | "components/prefs/pref_store.cc", |
| 2148 | "components/prefs/pref_value_map.cc", |
| 2149 | "components/prefs/pref_value_store.cc", |
| 2150 | "components/prefs/scoped_user_pref_update.cc", |
| 2151 | "components/prefs/segregated_pref_store.cc", |
| 2152 | "components/prefs/value_map_pref_store.cc", |
| 2153 | "components/prefs/writeable_pref_store.cc", |
| 2154 | ], |
| 2155 | shared_libs: [ |
| 2156 | "libandroid", |
| 2157 | "liblog", |
| 2158 | ], |
| 2159 | static_libs: [ |
| 2160 | "cronet_aml_base_base", |
| 2161 | ], |
| 2162 | generated_headers: [ |
| 2163 | "cronet_aml_base_debugging_buildflags", |
| 2164 | "cronet_aml_base_logging_buildflags", |
| 2165 | "cronet_aml_build_chromeos_buildflags", |
| 2166 | "cronet_aml_components_prefs_android_jni_headers", |
| 2167 | ], |
| 2168 | export_generated_headers: [ |
| 2169 | "cronet_aml_base_debugging_buildflags", |
| 2170 | "cronet_aml_base_logging_buildflags", |
| 2171 | "cronet_aml_build_chromeos_buildflags", |
| 2172 | "cronet_aml_components_prefs_android_jni_headers", |
| 2173 | ], |
| 2174 | defaults: [ |
| 2175 | "cronet_aml_defaults", |
| 2176 | ], |
| 2177 | cflags: [ |
| 2178 | "-DANDROID", |
| 2179 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 2180 | "-DCOMPONENTS_PREFS_IMPLEMENTATION", |
| 2181 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2182 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2183 | "-DDCHECK_ALWAYS_ON=1", |
| 2184 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 2185 | "-DHAVE_SYS_UIO_H", |
| 2186 | "-D_DEBUG", |
| 2187 | "-D_GNU_SOURCE", |
| 2188 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2189 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2190 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2191 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2192 | "-D__STDC_CONSTANT_MACROS", |
| 2193 | "-D__STDC_FORMAT_MACROS", |
| 2194 | ], |
| 2195 | local_include_dirs: [ |
| 2196 | "./", |
| 2197 | "buildtools/third_party/libc++/", |
| 2198 | "buildtools/third_party/libc++/trunk/include", |
| 2199 | "buildtools/third_party/libc++abi/trunk/include", |
| 2200 | "third_party/abseil-cpp/", |
| 2201 | "third_party/boringssl/src/include/", |
| 2202 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 2203 | ], |
| 2204 | header_libs: [ |
| 2205 | "jni_headers", |
| 2206 | ], |
| 2207 | cpp_std: "c++20", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2208 | } |
| 2209 | |
| 2210 | // GN: //crypto:buildflags |
| 2211 | genrule { |
| 2212 | name: "cronet_aml_crypto_buildflags", |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2213 | cmd: "echo '--flags USE_NSS_CERTS=\"false\"' | " + |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2214 | "$(location build/write_buildflag_header.py) --output " + |
| 2215 | "$(out) " + |
| 2216 | "--rulename " + |
| 2217 | "//crypto:buildflags " + |
| 2218 | "--gen-dir " + |
| 2219 | ". " + |
| 2220 | "--definitions " + |
| 2221 | "/dev/stdin", |
| 2222 | out: [ |
| 2223 | "crypto/crypto_buildflags.h", |
| 2224 | ], |
| 2225 | tool_files: [ |
| 2226 | "build/write_buildflag_header.py", |
| 2227 | ], |
| 2228 | } |
| 2229 | |
| 2230 | // GN: //crypto:crypto |
| 2231 | cc_library_static { |
| 2232 | name: "cronet_aml_crypto_crypto", |
| 2233 | srcs: [ |
| 2234 | "crypto/aead.cc", |
| 2235 | "crypto/ec_private_key.cc", |
| 2236 | "crypto/ec_signature_creator.cc", |
| 2237 | "crypto/ec_signature_creator_impl.cc", |
| 2238 | "crypto/encryptor.cc", |
| 2239 | "crypto/hkdf.cc", |
| 2240 | "crypto/hmac.cc", |
| 2241 | "crypto/openssl_util.cc", |
| 2242 | "crypto/p224_spake.cc", |
| 2243 | "crypto/random.cc", |
| 2244 | "crypto/rsa_private_key.cc", |
| 2245 | "crypto/secure_hash.cc", |
| 2246 | "crypto/secure_util.cc", |
| 2247 | "crypto/sha2.cc", |
| 2248 | "crypto/signature_creator.cc", |
| 2249 | "crypto/signature_verifier.cc", |
| 2250 | "crypto/symmetric_key.cc", |
| 2251 | "crypto/unexportable_key.cc", |
| 2252 | "crypto/unexportable_key_metrics.cc", |
| 2253 | ], |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2254 | shared_libs: [ |
| 2255 | "libandroid", |
| 2256 | "liblog", |
| 2257 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2258 | static_libs: [ |
| 2259 | "cronet_aml_base_base", |
| 2260 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 2261 | "cronet_aml_third_party_boringssl_boringssl", |
| 2262 | ], |
| 2263 | generated_headers: [ |
| 2264 | "cronet_aml_crypto_buildflags", |
| 2265 | ], |
| 2266 | export_generated_headers: [ |
| 2267 | "cronet_aml_crypto_buildflags", |
| 2268 | ], |
| 2269 | defaults: [ |
| 2270 | "cronet_aml_defaults", |
| 2271 | ], |
| 2272 | cflags: [ |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2273 | "-DANDROID", |
| 2274 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2275 | "-DCRYPTO_IMPLEMENTATION", |
| 2276 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 2277 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 2278 | "-DDCHECK_ALWAYS_ON=1", |
| 2279 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2280 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2281 | "-D_DEBUG", |
| 2282 | "-D_GNU_SOURCE", |
| 2283 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 2284 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2285 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 2286 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 2287 | "-D__STDC_CONSTANT_MACROS", |
| 2288 | "-D__STDC_FORMAT_MACROS", |
| 2289 | ], |
| 2290 | local_include_dirs: [ |
| 2291 | "./", |
| 2292 | "buildtools/third_party/libc++/", |
| 2293 | "buildtools/third_party/libc++/trunk/include", |
| 2294 | "buildtools/third_party/libc++abi/trunk/include", |
| 2295 | "third_party/abseil-cpp/", |
| 2296 | "third_party/boringssl/src/include/", |
Mohannad Farrag | 033c9d6 | 2022-11-07 14:55:49 +0000 | [diff] [blame] | 2297 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2298 | ], |
| 2299 | cpp_std: "c++20", |
| 2300 | } |
| 2301 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2302 | // GN: //gn:default_deps |
| 2303 | cc_defaults { |
| 2304 | name: "cronet_aml_defaults", |
| 2305 | cflags: [ |
| 2306 | "-O2", |
| 2307 | "-Wno-error=return-type", |
Patrick Rohr | 5c70002 | 2022-11-08 19:33:07 -0800 | [diff] [blame] | 2308 | "-Wno-macro-redefined", |
Patrick Rohr | 9806515 | 2022-10-31 14:49:58 -0700 | [diff] [blame] | 2309 | "-Wno-missing-field-initializers", |
Patrick Rohr | 3a1ec1d | 2022-10-31 13:30:17 -0700 | [diff] [blame] | 2310 | "-Wno-non-virtual-dtor", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2311 | "-Wno-sign-compare", |
| 2312 | "-Wno-sign-promo", |
| 2313 | "-Wno-unused-parameter", |
| 2314 | "-fvisibility=hidden", |
| 2315 | ], |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 2316 | stl: "none", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 2317 | } |
| 2318 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2319 | // GN: //ipc:param_traits |
| 2320 | filegroup { |
| 2321 | name: "cronet_aml_ipc_param_traits", |
| 2322 | } |
| 2323 | |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2324 | // GN: //gn:java |
| 2325 | java_library { |
| 2326 | name: "cronet_aml_java", |
| 2327 | srcs: [ |
Mohannad Farrag | 21562d6 | 2022-11-07 13:09:31 +0000 | [diff] [blame] | 2328 | "base/android/java/src/org/chromium/base/JniException.java", |
| 2329 | "base/android/java/src/org/chromium/base/JniStaticTestMocker.java", |
| 2330 | "base/android/java/src/org/chromium/base/NativeLibraryLoadedStatus.java", |
| 2331 | "base/android/java/src/org/chromium/base/annotations/AccessedByNative.java", |
| 2332 | "base/android/java/src/org/chromium/base/annotations/CalledByNative.java", |
| 2333 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeForTesting.java", |
| 2334 | "base/android/java/src/org/chromium/base/annotations/CalledByNativeUnchecked.java", |
| 2335 | "base/android/java/src/org/chromium/base/annotations/JNIAdditionalImport.java", |
| 2336 | "base/android/java/src/org/chromium/base/annotations/JNINamespace.java", |
| 2337 | "base/android/java/src/org/chromium/base/annotations/JniIgnoreNatives.java", |
| 2338 | "base/android/java/src/org/chromium/base/annotations/NativeClassQualifiedName.java", |
| 2339 | "base/android/java/src/org/chromium/base/annotations/NativeMethods.java", |
| 2340 | "build/android/java/src/org/chromium/build/annotations/AlwaysInline.java", |
| 2341 | "build/android/java/src/org/chromium/build/annotations/CheckDiscard.java", |
| 2342 | "build/android/java/src/org/chromium/build/annotations/DoNotClassMerge.java", |
| 2343 | "build/android/java/src/org/chromium/build/annotations/DoNotInline.java", |
| 2344 | "build/android/java/src/org/chromium/build/annotations/IdentifierNameString.java", |
| 2345 | "build/android/java/src/org/chromium/build/annotations/MainDex.java", |
| 2346 | "build/android/java/src/org/chromium/build/annotations/MockedInTests.java", |
| 2347 | "build/android/java/src/org/chromium/build/annotations/UsedByReflection.java", |
| 2348 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
Patrick Rohr | b18aca2 | 2022-11-04 15:07:32 -0700 | [diff] [blame] | 2349 | ], |
| 2350 | } |
| 2351 | |
Motomu Utsumi | d464e5f | 2022-11-09 12:42:52 +0900 | [diff] [blame] | 2352 | // GN: //net/base/registry_controlled_domains:registry_controlled_domains |
| 2353 | genrule { |
| 2354 | name: "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
| 2355 | cmd: "$(location net/tools/dafsa/make_dafsa.py) --reverse " + |
| 2356 | "$(location net/base/registry_controlled_domains/effective_tld_names.gperf) " + |
| 2357 | "$(location net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc) " + |
| 2358 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2359 | "--reverse " + |
| 2360 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf) " + |
| 2361 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc) " + |
| 2362 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2363 | "--reverse " + |
| 2364 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf) " + |
| 2365 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc) " + |
| 2366 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2367 | "--reverse " + |
| 2368 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf) " + |
| 2369 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc) " + |
| 2370 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2371 | "--reverse " + |
| 2372 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf) " + |
| 2373 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc) " + |
| 2374 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2375 | "--reverse " + |
| 2376 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf) " + |
| 2377 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc) " + |
| 2378 | "&& python3 $(location net/tools/dafsa/make_dafsa.py) " + |
| 2379 | "--reverse " + |
| 2380 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf) " + |
| 2381 | "$(location net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc)", |
| 2382 | out: [ |
| 2383 | "net/base/registry_controlled_domains/effective_tld_names-reversed-inc.cc", |
| 2384 | "net/base/registry_controlled_domains/effective_tld_names_unittest1-reversed-inc.cc", |
| 2385 | "net/base/registry_controlled_domains/effective_tld_names_unittest2-reversed-inc.cc", |
| 2386 | "net/base/registry_controlled_domains/effective_tld_names_unittest3-reversed-inc.cc", |
| 2387 | "net/base/registry_controlled_domains/effective_tld_names_unittest4-reversed-inc.cc", |
| 2388 | "net/base/registry_controlled_domains/effective_tld_names_unittest5-reversed-inc.cc", |
| 2389 | "net/base/registry_controlled_domains/effective_tld_names_unittest6-reversed-inc.cc", |
| 2390 | ], |
| 2391 | tool_files: [ |
| 2392 | "net/base/registry_controlled_domains/effective_tld_names.gperf", |
| 2393 | "net/base/registry_controlled_domains/effective_tld_names_unittest1.gperf", |
| 2394 | "net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf", |
| 2395 | "net/base/registry_controlled_domains/effective_tld_names_unittest3.gperf", |
| 2396 | "net/base/registry_controlled_domains/effective_tld_names_unittest4.gperf", |
| 2397 | "net/base/registry_controlled_domains/effective_tld_names_unittest5.gperf", |
| 2398 | "net/base/registry_controlled_domains/effective_tld_names_unittest6.gperf", |
| 2399 | "net/tools/dafsa/make_dafsa.py", |
| 2400 | ], |
| 2401 | } |
| 2402 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2403 | // GN: //net:buildflags |
| 2404 | genrule { |
| 2405 | name: "cronet_aml_net_buildflags", |
| 2406 | cmd: "echo '--flags POSIX_BYPASS_MMAP=\"true\" DISABLE_FILE_SUPPORT=\"true\" ENABLE_MDNS=\"false\" ENABLE_REPORTING=\"true\" ENABLE_WEBSOCKETS=\"false\" INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST=\"false\" USE_KERBEROS=\"true\" USE_EXTERNAL_GSSAPI=\"false\" TRIAL_COMPARISON_CERT_VERIFIER_SUPPORTED=\"false\" CHROME_ROOT_STORE_SUPPORTED=\"false\"' | " + |
| 2407 | "$(location build/write_buildflag_header.py) --output " + |
| 2408 | "$(out) " + |
| 2409 | "--rulename " + |
| 2410 | "//net:buildflags " + |
| 2411 | "--gen-dir " + |
| 2412 | ". " + |
| 2413 | "--definitions " + |
| 2414 | "/dev/stdin", |
| 2415 | out: [ |
| 2416 | "net/net_buildflags.h", |
| 2417 | ], |
| 2418 | tool_files: [ |
| 2419 | "build/write_buildflag_header.py", |
| 2420 | ], |
| 2421 | } |
| 2422 | |
| 2423 | // GN: //net/cert:root_store_proto_full |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2424 | genrule { |
| 2425 | name: "cronet_aml_net_cert_root_store_proto_full_gen", |
| 2426 | srcs: [ |
| 2427 | "net/cert/root_store.proto", |
| 2428 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 2429 | tools: [ |
| 2430 | "aprotoc", |
| 2431 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 2432 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/cert --cpp_out=lite=true:$(genDir)/external/chromium_org/net/cert/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2433 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2434 | "external/chromium_org/net/cert/root_store.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2435 | ], |
| 2436 | } |
| 2437 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2438 | // GN: //net/cert:root_store_proto_full |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2439 | genrule { |
| 2440 | name: "cronet_aml_net_cert_root_store_proto_full_gen_headers", |
| 2441 | srcs: [ |
| 2442 | "net/cert/root_store.proto", |
| 2443 | ], |
| 2444 | tools: [ |
| 2445 | "aprotoc", |
| 2446 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 2447 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/cert --cpp_out=lite=true:$(genDir)/external/chromium_org/net/cert/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2448 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2449 | "external/chromium_org/net/cert/root_store.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2450 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2451 | export_include_dirs: [ |
| 2452 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 2453 | "net/cert", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2454 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2455 | ], |
| 2456 | } |
| 2457 | |
| 2458 | // GN: //net:constants |
| 2459 | filegroup { |
| 2460 | name: "cronet_aml_net_constants", |
| 2461 | } |
| 2462 | |
| 2463 | // GN: //net/data/ssl/chrome_root_store:gen_root_store_inc |
| 2464 | genrule { |
| 2465 | name: "cronet_aml_net_data_ssl_chrome_root_store_gen_root_store_inc", |
| 2466 | cmd: "$(location build/gn_run_binary.py) clang_x64/root_store_tool " + |
| 2467 | "--root-store " + |
| 2468 | "../../net/data/ssl/chrome_root_store/root_store.textproto " + |
| 2469 | "--certs " + |
| 2470 | "../../net/data/ssl/chrome_root_store/root_store.certs " + |
| 2471 | "--write-cpp-root-store " + |
| 2472 | "gen/net/data/ssl/chrome_root_store/chrome-root-store-inc.cc " + |
| 2473 | "--write-cpp-ev-roots " + |
| 2474 | "gen/net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2475 | out: [ |
| 2476 | "net/data/ssl/chrome_root_store/chrome-ev-roots-inc.cc", |
| 2477 | "net/data/ssl/chrome_root_store/chrome-root-store-inc.cc", |
| 2478 | ], |
| 2479 | tool_files: [ |
| 2480 | "build/gn_run_binary.py", |
| 2481 | "net/data/ssl/chrome_root_store/root_store.certs", |
| 2482 | "net/data/ssl/chrome_root_store/root_store.textproto", |
| 2483 | ], |
| 2484 | } |
| 2485 | |
| 2486 | // GN: //net/dns:dns |
| 2487 | filegroup { |
| 2488 | name: "cronet_aml_net_dns_dns", |
| 2489 | srcs: [ |
| 2490 | "net/dns/address_info.cc", |
| 2491 | "net/dns/address_sorter_posix.cc", |
| 2492 | "net/dns/context_host_resolver.cc", |
| 2493 | "net/dns/dns_alias_utility.cc", |
| 2494 | "net/dns/dns_client.cc", |
| 2495 | "net/dns/dns_config.cc", |
| 2496 | "net/dns/dns_config_service.cc", |
| 2497 | "net/dns/dns_config_service_android.cc", |
| 2498 | "net/dns/dns_hosts.cc", |
| 2499 | "net/dns/dns_query.cc", |
| 2500 | "net/dns/dns_reloader.cc", |
| 2501 | "net/dns/dns_response.cc", |
| 2502 | "net/dns/dns_response_result_extractor.cc", |
| 2503 | "net/dns/dns_server_iterator.cc", |
| 2504 | "net/dns/dns_session.cc", |
| 2505 | "net/dns/dns_transaction.cc", |
| 2506 | "net/dns/dns_udp_tracker.cc", |
| 2507 | "net/dns/dns_util.cc", |
| 2508 | "net/dns/host_cache.cc", |
| 2509 | "net/dns/host_resolver.cc", |
| 2510 | "net/dns/host_resolver_manager.cc", |
| 2511 | "net/dns/host_resolver_mdns_listener_impl.cc", |
| 2512 | "net/dns/host_resolver_mdns_task.cc", |
| 2513 | "net/dns/host_resolver_nat64_task.cc", |
| 2514 | "net/dns/host_resolver_proc.cc", |
| 2515 | "net/dns/host_resolver_system_task.cc", |
| 2516 | "net/dns/https_record_rdata.cc", |
| 2517 | "net/dns/httpssvc_metrics.cc", |
| 2518 | "net/dns/mapped_host_resolver.cc", |
| 2519 | "net/dns/nsswitch_reader.cc", |
| 2520 | "net/dns/opt_record_rdata.cc", |
| 2521 | "net/dns/record_parsed.cc", |
| 2522 | "net/dns/record_rdata.cc", |
| 2523 | "net/dns/resolve_context.cc", |
| 2524 | "net/dns/serial_worker.cc", |
| 2525 | "net/dns/system_dns_config_change_notifier.cc", |
| 2526 | "net/dns/test_dns_config_service.cc", |
| 2527 | ], |
| 2528 | } |
| 2529 | |
| 2530 | // GN: //net/dns:dns_client |
| 2531 | filegroup { |
| 2532 | name: "cronet_aml_net_dns_dns_client", |
| 2533 | } |
| 2534 | |
| 2535 | // GN: //net/dns:host_resolver |
| 2536 | filegroup { |
| 2537 | name: "cronet_aml_net_dns_host_resolver", |
| 2538 | } |
| 2539 | |
| 2540 | // GN: //net/dns:host_resolver_manager |
| 2541 | filegroup { |
| 2542 | name: "cronet_aml_net_dns_host_resolver_manager", |
| 2543 | } |
| 2544 | |
| 2545 | // GN: //net/dns:mdns_client |
| 2546 | filegroup { |
| 2547 | name: "cronet_aml_net_dns_mdns_client", |
| 2548 | } |
| 2549 | |
| 2550 | // GN: //net/dns/public:public |
| 2551 | filegroup { |
| 2552 | name: "cronet_aml_net_dns_public_public", |
| 2553 | srcs: [ |
| 2554 | "net/dns/public/dns_config_overrides.cc", |
| 2555 | "net/dns/public/dns_over_https_config.cc", |
| 2556 | "net/dns/public/dns_over_https_server_config.cc", |
| 2557 | "net/dns/public/dns_query_type.cc", |
| 2558 | "net/dns/public/doh_provider_entry.cc", |
| 2559 | "net/dns/public/host_resolver_results.cc", |
| 2560 | "net/dns/public/resolve_error_info.cc", |
| 2561 | "net/dns/public/util.cc", |
| 2562 | ], |
| 2563 | } |
| 2564 | |
| 2565 | // GN: //net/http:transport_security_state_generated_files |
| 2566 | filegroup { |
| 2567 | name: "cronet_aml_net_http_transport_security_state_generated_files", |
| 2568 | srcs: [ |
| 2569 | "net/http/transport_security_state.cc", |
| 2570 | ], |
| 2571 | } |
| 2572 | |
| 2573 | // GN: //net:ios_cronet_buildflags |
| 2574 | genrule { |
| 2575 | name: "cronet_aml_net_ios_cronet_buildflags", |
| 2576 | cmd: "echo '--flags CRONET_BUILD=\"false\"' | " + |
| 2577 | "$(location build/write_buildflag_header.py) --output " + |
| 2578 | "$(out) " + |
| 2579 | "--rulename " + |
| 2580 | "//net:ios_cronet_buildflags " + |
| 2581 | "--gen-dir " + |
| 2582 | ". " + |
| 2583 | "--definitions " + |
| 2584 | "/dev/stdin", |
| 2585 | out: [ |
| 2586 | "net/socket/ios_cronet_buildflags.h", |
| 2587 | ], |
| 2588 | tool_files: [ |
| 2589 | "build/write_buildflag_header.py", |
| 2590 | ], |
| 2591 | } |
| 2592 | |
| 2593 | // GN: //net:isolation_info_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2594 | genrule { |
| 2595 | name: "cronet_aml_net_isolation_info_proto_gen", |
| 2596 | srcs: [ |
| 2597 | "net/base/isolation_info.proto", |
| 2598 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 2599 | tools: [ |
| 2600 | "aprotoc", |
| 2601 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 2602 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/base --cpp_out=lite=true:$(genDir)/external/chromium_org/net/base/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2603 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2604 | "external/chromium_org/net/base/isolation_info.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2605 | ], |
| 2606 | } |
| 2607 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2608 | // GN: //net:isolation_info_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2609 | genrule { |
| 2610 | name: "cronet_aml_net_isolation_info_proto_gen_headers", |
| 2611 | srcs: [ |
| 2612 | "net/base/isolation_info.proto", |
| 2613 | ], |
| 2614 | tools: [ |
| 2615 | "aprotoc", |
| 2616 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 2617 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/base --cpp_out=lite=true:$(genDir)/external/chromium_org/net/base/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 2618 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2619 | "external/chromium_org/net/base/isolation_info.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2620 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2621 | export_include_dirs: [ |
| 2622 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 2623 | "net/base", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2624 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2625 | ], |
| 2626 | } |
| 2627 | |
| 2628 | // GN: //net:net |
| 2629 | cc_library_static { |
| 2630 | name: "cronet_aml_net_net", |
| 2631 | srcs: [ |
| 2632 | ":cronet_aml_net_constants", |
| 2633 | ":cronet_aml_net_dns_dns", |
| 2634 | ":cronet_aml_net_dns_dns_client", |
| 2635 | ":cronet_aml_net_dns_host_resolver", |
| 2636 | ":cronet_aml_net_dns_host_resolver_manager", |
| 2637 | ":cronet_aml_net_dns_mdns_client", |
| 2638 | ":cronet_aml_net_dns_public_public", |
| 2639 | ":cronet_aml_net_http_transport_security_state_generated_files", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2640 | ":cronet_aml_net_isolation_info_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2641 | ":cronet_aml_net_net_deps", |
| 2642 | ":cronet_aml_net_net_export_header", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2643 | ":cronet_aml_net_net_nqe_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2644 | ":cronet_aml_net_net_public_deps", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 2645 | ":cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 2646 | ":cronet_aml_net_traffic_annotation_traffic_annotation", |
| 2647 | "net/android/android_http_util.cc", |
| 2648 | "net/android/cert_verify_result_android.cc", |
| 2649 | "net/android/gurl_utils.cc", |
| 2650 | "net/android/http_auth_negotiate_android.cc", |
| 2651 | "net/android/keystore.cc", |
| 2652 | "net/android/network_change_notifier_android.cc", |
| 2653 | "net/android/network_change_notifier_delegate_android.cc", |
| 2654 | "net/android/network_change_notifier_factory_android.cc", |
| 2655 | "net/android/network_library.cc", |
| 2656 | "net/android/radio_activity_tracker.cc", |
| 2657 | "net/android/traffic_stats.cc", |
| 2658 | "net/base/address_family.cc", |
| 2659 | "net/base/address_list.cc", |
| 2660 | "net/base/address_tracker_linux.cc", |
| 2661 | "net/base/auth.cc", |
| 2662 | "net/base/backoff_entry.cc", |
| 2663 | "net/base/backoff_entry_serializer.cc", |
| 2664 | "net/base/cache_metrics.cc", |
| 2665 | "net/base/chunked_upload_data_stream.cc", |
| 2666 | "net/base/connection_endpoint_metadata.cc", |
| 2667 | "net/base/data_url.cc", |
| 2668 | "net/base/datagram_buffer.cc", |
| 2669 | "net/base/elements_upload_data_stream.cc", |
| 2670 | "net/base/features.cc", |
| 2671 | "net/base/file_stream.cc", |
| 2672 | "net/base/file_stream_context.cc", |
| 2673 | "net/base/file_stream_context_posix.cc", |
| 2674 | "net/base/filename_util.cc", |
| 2675 | "net/base/filename_util_internal.cc", |
| 2676 | "net/base/hash_value.cc", |
| 2677 | "net/base/hex_utils.cc", |
| 2678 | "net/base/host_mapping_rules.cc", |
| 2679 | "net/base/host_port_pair.cc", |
| 2680 | "net/base/io_buffer.cc", |
| 2681 | "net/base/ip_address.cc", |
| 2682 | "net/base/ip_endpoint.cc", |
| 2683 | "net/base/isolation_info.cc", |
| 2684 | "net/base/load_timing_info.cc", |
| 2685 | "net/base/logging_network_change_observer.cc", |
| 2686 | "net/base/lookup_string_in_fixed_set.cc", |
| 2687 | "net/base/mime_sniffer.cc", |
| 2688 | "net/base/mime_util.cc", |
| 2689 | "net/base/net_errors.cc", |
| 2690 | "net/base/net_errors_posix.cc", |
| 2691 | "net/base/net_module.cc", |
| 2692 | "net/base/net_string_util_icu_alternatives_android.cc", |
| 2693 | "net/base/network_activity_monitor.cc", |
| 2694 | "net/base/network_anonymization_key.cc", |
| 2695 | "net/base/network_change_notifier.cc", |
| 2696 | "net/base/network_change_notifier_posix.cc", |
| 2697 | "net/base/network_delegate.cc", |
| 2698 | "net/base/network_delegate_impl.cc", |
| 2699 | "net/base/network_interfaces.cc", |
| 2700 | "net/base/network_interfaces_getifaddrs.cc", |
| 2701 | "net/base/network_interfaces_getifaddrs_android.cc", |
| 2702 | "net/base/network_interfaces_linux.cc", |
| 2703 | "net/base/network_interfaces_posix.cc", |
| 2704 | "net/base/network_isolation_key.cc", |
| 2705 | "net/base/parse_number.cc", |
| 2706 | "net/base/platform_mime_util_linux.cc", |
| 2707 | "net/base/port_util.cc", |
| 2708 | "net/base/prioritized_dispatcher.cc", |
| 2709 | "net/base/prioritized_task_runner.cc", |
| 2710 | "net/base/privacy_mode.cc", |
| 2711 | "net/base/proxy_server.cc", |
| 2712 | "net/base/proxy_string_util.cc", |
| 2713 | "net/base/registry_controlled_domains/registry_controlled_domain.cc", |
| 2714 | "net/base/request_priority.cc", |
| 2715 | "net/base/scheme_host_port_matcher.cc", |
| 2716 | "net/base/scheme_host_port_matcher_rule.cc", |
| 2717 | "net/base/schemeful_site.cc", |
| 2718 | "net/base/sockaddr_storage.cc", |
| 2719 | "net/base/sockaddr_util_posix.cc", |
| 2720 | "net/base/transport_info.cc", |
| 2721 | "net/base/upload_bytes_element_reader.cc", |
| 2722 | "net/base/upload_data_stream.cc", |
| 2723 | "net/base/upload_element_reader.cc", |
| 2724 | "net/base/upload_file_element_reader.cc", |
| 2725 | "net/base/url_util.cc", |
| 2726 | "net/cert/asn1_util.cc", |
| 2727 | "net/cert/caching_cert_verifier.cc", |
| 2728 | "net/cert/cert_and_ct_verifier.cc", |
| 2729 | "net/cert/cert_database.cc", |
| 2730 | "net/cert/cert_status_flags.cc", |
| 2731 | "net/cert/cert_verifier.cc", |
| 2732 | "net/cert/cert_verify_proc.cc", |
| 2733 | "net/cert/cert_verify_proc_android.cc", |
| 2734 | "net/cert/cert_verify_proc_builtin.cc", |
| 2735 | "net/cert/cert_verify_result.cc", |
| 2736 | "net/cert/coalescing_cert_verifier.cc", |
| 2737 | "net/cert/crl_set.cc", |
| 2738 | "net/cert/ct_log_response_parser.cc", |
| 2739 | "net/cert/ct_log_verifier.cc", |
| 2740 | "net/cert/ct_log_verifier_util.cc", |
| 2741 | "net/cert/ct_objects_extractor.cc", |
| 2742 | "net/cert/ct_policy_enforcer.cc", |
| 2743 | "net/cert/ct_sct_to_string.cc", |
| 2744 | "net/cert/ct_serialization.cc", |
| 2745 | "net/cert/ct_signed_certificate_timestamp_log_param.cc", |
| 2746 | "net/cert/do_nothing_ct_verifier.cc", |
| 2747 | "net/cert/ev_root_ca_metadata.cc", |
| 2748 | "net/cert/internal/cert_issuer_source_aia.cc", |
| 2749 | "net/cert/internal/revocation_checker.cc", |
| 2750 | "net/cert/internal/system_trust_store.cc", |
| 2751 | "net/cert/known_roots.cc", |
| 2752 | "net/cert/merkle_audit_proof.cc", |
| 2753 | "net/cert/merkle_consistency_proof.cc", |
| 2754 | "net/cert/merkle_tree_leaf.cc", |
| 2755 | "net/cert/multi_log_ct_verifier.cc", |
| 2756 | "net/cert/multi_threaded_cert_verifier.cc", |
| 2757 | "net/cert/ocsp_verify_result.cc", |
| 2758 | "net/cert/pem.cc", |
| 2759 | "net/cert/pki/cert_error_id.cc", |
| 2760 | "net/cert/pki/cert_error_params.cc", |
| 2761 | "net/cert/pki/cert_errors.cc", |
| 2762 | "net/cert/pki/cert_issuer_source_static.cc", |
| 2763 | "net/cert/pki/certificate_policies.cc", |
| 2764 | "net/cert/pki/common_cert_errors.cc", |
| 2765 | "net/cert/pki/crl.cc", |
| 2766 | "net/cert/pki/extended_key_usage.cc", |
| 2767 | "net/cert/pki/general_names.cc", |
| 2768 | "net/cert/pki/name_constraints.cc", |
| 2769 | "net/cert/pki/ocsp.cc", |
| 2770 | "net/cert/pki/parse_certificate.cc", |
| 2771 | "net/cert/pki/parse_name.cc", |
| 2772 | "net/cert/pki/parsed_certificate.cc", |
| 2773 | "net/cert/pki/path_builder.cc", |
| 2774 | "net/cert/pki/revocation_util.cc", |
| 2775 | "net/cert/pki/signature_algorithm.cc", |
| 2776 | "net/cert/pki/simple_path_builder_delegate.cc", |
| 2777 | "net/cert/pki/string_util.cc", |
| 2778 | "net/cert/pki/trust_store.cc", |
| 2779 | "net/cert/pki/trust_store_collection.cc", |
| 2780 | "net/cert/pki/trust_store_in_memory.cc", |
| 2781 | "net/cert/pki/verify_certificate_chain.cc", |
| 2782 | "net/cert/pki/verify_name_match.cc", |
| 2783 | "net/cert/pki/verify_signed_data.cc", |
| 2784 | "net/cert/sct_status_flags.cc", |
| 2785 | "net/cert/signed_certificate_timestamp.cc", |
| 2786 | "net/cert/signed_certificate_timestamp_and_status.cc", |
| 2787 | "net/cert/signed_tree_head.cc", |
| 2788 | "net/cert/symantec_certs.cc", |
| 2789 | "net/cert/test_root_certs.cc", |
| 2790 | "net/cert/test_root_certs_android.cc", |
| 2791 | "net/cert/trial_comparison_cert_verifier_util.cc", |
| 2792 | "net/cert/x509_cert_types.cc", |
| 2793 | "net/cert/x509_certificate.cc", |
| 2794 | "net/cert/x509_certificate_net_log_param.cc", |
| 2795 | "net/cert/x509_util.cc", |
| 2796 | "net/cert/x509_util_android.cc", |
| 2797 | "net/cert_net/cert_net_fetcher_url_request.cc", |
| 2798 | "net/cookies/canonical_cookie.cc", |
| 2799 | "net/cookies/cookie_access_delegate.cc", |
| 2800 | "net/cookies/cookie_access_result.cc", |
| 2801 | "net/cookies/cookie_change_dispatcher.cc", |
| 2802 | "net/cookies/cookie_constants.cc", |
| 2803 | "net/cookies/cookie_deletion_info.cc", |
| 2804 | "net/cookies/cookie_inclusion_status.cc", |
| 2805 | "net/cookies/cookie_monster.cc", |
| 2806 | "net/cookies/cookie_monster_change_dispatcher.cc", |
| 2807 | "net/cookies/cookie_monster_netlog_params.cc", |
| 2808 | "net/cookies/cookie_options.cc", |
| 2809 | "net/cookies/cookie_partition_key.cc", |
| 2810 | "net/cookies/cookie_partition_key_collection.cc", |
| 2811 | "net/cookies/cookie_store.cc", |
| 2812 | "net/cookies/cookie_util.cc", |
| 2813 | "net/cookies/parsed_cookie.cc", |
| 2814 | "net/cookies/site_for_cookies.cc", |
| 2815 | "net/cookies/static_cookie_policy.cc", |
| 2816 | "net/der/encode_values.cc", |
| 2817 | "net/der/input.cc", |
| 2818 | "net/der/parse_values.cc", |
| 2819 | "net/der/parser.cc", |
| 2820 | "net/der/tag.cc", |
| 2821 | "net/disk_cache/backend_cleanup_tracker.cc", |
| 2822 | "net/disk_cache/blockfile/addr.cc", |
| 2823 | "net/disk_cache/blockfile/backend_impl.cc", |
| 2824 | "net/disk_cache/blockfile/bitmap.cc", |
| 2825 | "net/disk_cache/blockfile/block_files.cc", |
| 2826 | "net/disk_cache/blockfile/disk_format.cc", |
| 2827 | "net/disk_cache/blockfile/entry_impl.cc", |
| 2828 | "net/disk_cache/blockfile/eviction.cc", |
| 2829 | "net/disk_cache/blockfile/file.cc", |
| 2830 | "net/disk_cache/blockfile/file_lock.cc", |
| 2831 | "net/disk_cache/blockfile/file_posix.cc", |
| 2832 | "net/disk_cache/blockfile/in_flight_backend_io.cc", |
| 2833 | "net/disk_cache/blockfile/in_flight_io.cc", |
| 2834 | "net/disk_cache/blockfile/mapped_file.cc", |
| 2835 | "net/disk_cache/blockfile/mapped_file_bypass_mmap_posix.cc", |
| 2836 | "net/disk_cache/blockfile/rankings.cc", |
| 2837 | "net/disk_cache/blockfile/sparse_control.cc", |
| 2838 | "net/disk_cache/blockfile/stats.cc", |
| 2839 | "net/disk_cache/cache_util.cc", |
| 2840 | "net/disk_cache/cache_util_posix.cc", |
| 2841 | "net/disk_cache/disk_cache.cc", |
| 2842 | "net/disk_cache/memory/mem_backend_impl.cc", |
| 2843 | "net/disk_cache/memory/mem_entry_impl.cc", |
| 2844 | "net/disk_cache/net_log_parameters.cc", |
| 2845 | "net/disk_cache/simple/post_doom_waiter.cc", |
| 2846 | "net/disk_cache/simple/simple_backend_impl.cc", |
| 2847 | "net/disk_cache/simple/simple_entry_format.cc", |
| 2848 | "net/disk_cache/simple/simple_entry_impl.cc", |
| 2849 | "net/disk_cache/simple/simple_entry_operation.cc", |
| 2850 | "net/disk_cache/simple/simple_file_enumerator.cc", |
| 2851 | "net/disk_cache/simple/simple_file_tracker.cc", |
| 2852 | "net/disk_cache/simple/simple_index.cc", |
| 2853 | "net/disk_cache/simple/simple_index_file.cc", |
| 2854 | "net/disk_cache/simple/simple_net_log_parameters.cc", |
| 2855 | "net/disk_cache/simple/simple_synchronous_entry.cc", |
| 2856 | "net/disk_cache/simple/simple_util.cc", |
| 2857 | "net/disk_cache/simple/simple_util_posix.cc", |
| 2858 | "net/disk_cache/simple/simple_version_upgrade.cc", |
| 2859 | "net/filter/brotli_source_stream.cc", |
| 2860 | "net/filter/filter_source_stream.cc", |
| 2861 | "net/filter/gzip_header.cc", |
| 2862 | "net/filter/gzip_source_stream.cc", |
| 2863 | "net/filter/source_stream.cc", |
| 2864 | "net/first_party_sets/addition_overlaps_union_find.cc", |
| 2865 | "net/first_party_sets/first_party_set_entry.cc", |
| 2866 | "net/first_party_sets/first_party_set_metadata.cc", |
| 2867 | "net/first_party_sets/first_party_sets_cache_filter.cc", |
| 2868 | "net/first_party_sets/first_party_sets_context_config.cc", |
| 2869 | "net/first_party_sets/global_first_party_sets.cc", |
| 2870 | "net/first_party_sets/same_party_context.cc", |
| 2871 | "net/http/alternative_service.cc", |
| 2872 | "net/http/bidirectional_stream.cc", |
| 2873 | "net/http/bidirectional_stream_impl.cc", |
| 2874 | "net/http/bidirectional_stream_request_info.cc", |
| 2875 | "net/http/broken_alternative_services.cc", |
| 2876 | "net/http/http_auth.cc", |
| 2877 | "net/http/http_auth_cache.cc", |
| 2878 | "net/http/http_auth_challenge_tokenizer.cc", |
| 2879 | "net/http/http_auth_controller.cc", |
| 2880 | "net/http/http_auth_filter.cc", |
| 2881 | "net/http/http_auth_handler.cc", |
| 2882 | "net/http/http_auth_handler_basic.cc", |
| 2883 | "net/http/http_auth_handler_digest.cc", |
| 2884 | "net/http/http_auth_handler_factory.cc", |
| 2885 | "net/http/http_auth_handler_negotiate.cc", |
| 2886 | "net/http/http_auth_handler_ntlm.cc", |
| 2887 | "net/http/http_auth_handler_ntlm_portable.cc", |
| 2888 | "net/http/http_auth_multi_round_parse.cc", |
| 2889 | "net/http/http_auth_ntlm_mechanism.cc", |
| 2890 | "net/http/http_auth_preferences.cc", |
| 2891 | "net/http/http_auth_scheme.cc", |
| 2892 | "net/http/http_basic_state.cc", |
| 2893 | "net/http/http_basic_stream.cc", |
| 2894 | "net/http/http_byte_range.cc", |
| 2895 | "net/http/http_cache.cc", |
| 2896 | "net/http/http_cache_lookup_manager.cc", |
| 2897 | "net/http/http_cache_transaction.cc", |
| 2898 | "net/http/http_cache_writers.cc", |
| 2899 | "net/http/http_chunked_decoder.cc", |
| 2900 | "net/http/http_content_disposition.cc", |
| 2901 | "net/http/http_log_util.cc", |
| 2902 | "net/http/http_network_layer.cc", |
| 2903 | "net/http/http_network_session.cc", |
| 2904 | "net/http/http_network_session_peer.cc", |
| 2905 | "net/http/http_network_transaction.cc", |
| 2906 | "net/http/http_proxy_client_socket.cc", |
| 2907 | "net/http/http_proxy_connect_job.cc", |
| 2908 | "net/http/http_raw_request_headers.cc", |
| 2909 | "net/http/http_request_headers.cc", |
| 2910 | "net/http/http_request_info.cc", |
| 2911 | "net/http/http_response_body_drainer.cc", |
| 2912 | "net/http/http_response_headers.cc", |
| 2913 | "net/http/http_response_info.cc", |
| 2914 | "net/http/http_security_headers.cc", |
| 2915 | "net/http/http_server_properties.cc", |
| 2916 | "net/http/http_server_properties_manager.cc", |
| 2917 | "net/http/http_status_code.cc", |
| 2918 | "net/http/http_stream_factory.cc", |
| 2919 | "net/http/http_stream_factory_job.cc", |
| 2920 | "net/http/http_stream_factory_job_controller.cc", |
| 2921 | "net/http/http_stream_parser.cc", |
| 2922 | "net/http/http_stream_request.cc", |
| 2923 | "net/http/http_util.cc", |
| 2924 | "net/http/http_vary_data.cc", |
| 2925 | "net/http/partial_data.cc", |
| 2926 | "net/http/proxy_client_socket.cc", |
| 2927 | "net/http/proxy_fallback.cc", |
| 2928 | "net/http/transport_security_persister.cc", |
| 2929 | "net/http/transport_security_state_source.cc", |
| 2930 | "net/http/url_security_manager.cc", |
| 2931 | "net/http/url_security_manager_posix.cc", |
| 2932 | "net/http/webfonts_histogram.cc", |
| 2933 | "net/log/file_net_log_observer.cc", |
| 2934 | "net/log/net_log.cc", |
| 2935 | "net/log/net_log_capture_mode.cc", |
| 2936 | "net/log/net_log_entry.cc", |
| 2937 | "net/log/net_log_event_type.cc", |
| 2938 | "net/log/net_log_source.cc", |
| 2939 | "net/log/net_log_util.cc", |
| 2940 | "net/log/net_log_values.cc", |
| 2941 | "net/log/net_log_with_source.cc", |
| 2942 | "net/log/trace_net_log_observer.cc", |
| 2943 | "net/network_error_logging/network_error_logging_service.cc", |
| 2944 | "net/nqe/cached_network_quality.cc", |
| 2945 | "net/nqe/effective_connection_type.cc", |
| 2946 | "net/nqe/event_creator.cc", |
| 2947 | "net/nqe/network_id.cc", |
| 2948 | "net/nqe/network_qualities_prefs_manager.cc", |
| 2949 | "net/nqe/network_quality.cc", |
| 2950 | "net/nqe/network_quality_estimator.cc", |
| 2951 | "net/nqe/network_quality_estimator_params.cc", |
| 2952 | "net/nqe/network_quality_estimator_util.cc", |
| 2953 | "net/nqe/network_quality_observation.cc", |
| 2954 | "net/nqe/network_quality_store.cc", |
| 2955 | "net/nqe/observation_buffer.cc", |
| 2956 | "net/nqe/pref_names.cc", |
| 2957 | "net/nqe/socket_watcher.cc", |
| 2958 | "net/nqe/socket_watcher_factory.cc", |
| 2959 | "net/nqe/throughput_analyzer.cc", |
| 2960 | "net/ntlm/ntlm.cc", |
| 2961 | "net/ntlm/ntlm_buffer_reader.cc", |
| 2962 | "net/ntlm/ntlm_buffer_writer.cc", |
| 2963 | "net/ntlm/ntlm_client.cc", |
| 2964 | "net/ntlm/ntlm_constants.cc", |
| 2965 | "net/proxy_resolution/configured_proxy_resolution_request.cc", |
| 2966 | "net/proxy_resolution/configured_proxy_resolution_service.cc", |
| 2967 | "net/proxy_resolution/dhcp_pac_file_fetcher.cc", |
| 2968 | "net/proxy_resolution/multi_threaded_proxy_resolver.cc", |
| 2969 | "net/proxy_resolution/network_delegate_error_observer.cc", |
| 2970 | "net/proxy_resolution/pac_file_data.cc", |
| 2971 | "net/proxy_resolution/pac_file_decider.cc", |
| 2972 | "net/proxy_resolution/pac_file_fetcher.cc", |
| 2973 | "net/proxy_resolution/pac_file_fetcher_impl.cc", |
| 2974 | "net/proxy_resolution/polling_proxy_config_service.cc", |
| 2975 | "net/proxy_resolution/proxy_bypass_rules.cc", |
| 2976 | "net/proxy_resolution/proxy_config.cc", |
| 2977 | "net/proxy_resolution/proxy_config_service.cc", |
| 2978 | "net/proxy_resolution/proxy_config_service_android.cc", |
| 2979 | "net/proxy_resolution/proxy_config_service_fixed.cc", |
| 2980 | "net/proxy_resolution/proxy_config_with_annotation.cc", |
| 2981 | "net/proxy_resolution/proxy_info.cc", |
| 2982 | "net/proxy_resolution/proxy_list.cc", |
| 2983 | "net/proxy_resolution/proxy_resolver_factory.cc", |
| 2984 | "net/quic/bidirectional_stream_quic_impl.cc", |
| 2985 | "net/quic/crypto/proof_source_chromium.cc", |
| 2986 | "net/quic/crypto/proof_verifier_chromium.cc", |
| 2987 | "net/quic/dedicated_web_transport_http3_client.cc", |
| 2988 | "net/quic/network_connection.cc", |
| 2989 | "net/quic/platform/impl/quic_chromium_clock.cc", |
| 2990 | "net/quic/properties_based_quic_server_info.cc", |
| 2991 | "net/quic/quic_address_mismatch.cc", |
| 2992 | "net/quic/quic_chromium_alarm_factory.cc", |
| 2993 | "net/quic/quic_chromium_client_session.cc", |
| 2994 | "net/quic/quic_chromium_client_stream.cc", |
| 2995 | "net/quic/quic_chromium_connection_helper.cc", |
| 2996 | "net/quic/quic_chromium_packet_reader.cc", |
| 2997 | "net/quic/quic_chromium_packet_writer.cc", |
| 2998 | "net/quic/quic_clock_skew_detector.cc", |
| 2999 | "net/quic/quic_connection_logger.cc", |
| 3000 | "net/quic/quic_connectivity_monitor.cc", |
| 3001 | "net/quic/quic_context.cc", |
| 3002 | "net/quic/quic_crypto_client_config_handle.cc", |
| 3003 | "net/quic/quic_crypto_client_stream_factory.cc", |
| 3004 | "net/quic/quic_event_logger.cc", |
| 3005 | "net/quic/quic_http3_logger.cc", |
| 3006 | "net/quic/quic_http_stream.cc", |
| 3007 | "net/quic/quic_http_utils.cc", |
| 3008 | "net/quic/quic_proxy_client_socket.cc", |
| 3009 | "net/quic/quic_server_info.cc", |
| 3010 | "net/quic/quic_session_key.cc", |
| 3011 | "net/quic/quic_stream_factory.cc", |
| 3012 | "net/quic/set_quic_flag.cc", |
| 3013 | "net/quic/web_transport_client.cc", |
| 3014 | "net/quic/web_transport_error.cc", |
| 3015 | "net/reporting/reporting_browsing_data_remover.cc", |
| 3016 | "net/reporting/reporting_cache.cc", |
| 3017 | "net/reporting/reporting_cache_impl.cc", |
| 3018 | "net/reporting/reporting_cache_observer.cc", |
| 3019 | "net/reporting/reporting_context.cc", |
| 3020 | "net/reporting/reporting_delegate.cc", |
| 3021 | "net/reporting/reporting_delivery_agent.cc", |
| 3022 | "net/reporting/reporting_endpoint.cc", |
| 3023 | "net/reporting/reporting_endpoint_manager.cc", |
| 3024 | "net/reporting/reporting_garbage_collector.cc", |
| 3025 | "net/reporting/reporting_header_parser.cc", |
| 3026 | "net/reporting/reporting_network_change_observer.cc", |
| 3027 | "net/reporting/reporting_policy.cc", |
| 3028 | "net/reporting/reporting_report.cc", |
| 3029 | "net/reporting/reporting_service.cc", |
| 3030 | "net/reporting/reporting_uploader.cc", |
| 3031 | "net/socket/client_socket_factory.cc", |
| 3032 | "net/socket/client_socket_handle.cc", |
| 3033 | "net/socket/client_socket_pool.cc", |
| 3034 | "net/socket/client_socket_pool_manager.cc", |
| 3035 | "net/socket/client_socket_pool_manager_impl.cc", |
| 3036 | "net/socket/connect_job.cc", |
| 3037 | "net/socket/connect_job_factory.cc", |
| 3038 | "net/socket/network_binding_client_socket_factory.cc", |
| 3039 | "net/socket/next_proto.cc", |
| 3040 | "net/socket/server_socket.cc", |
| 3041 | "net/socket/socket.cc", |
| 3042 | "net/socket/socket_bio_adapter.cc", |
| 3043 | "net/socket/socket_descriptor.cc", |
| 3044 | "net/socket/socket_net_log_params.cc", |
| 3045 | "net/socket/socket_options.cc", |
| 3046 | "net/socket/socket_posix.cc", |
| 3047 | "net/socket/socket_tag.cc", |
| 3048 | "net/socket/socks5_client_socket.cc", |
| 3049 | "net/socket/socks_client_socket.cc", |
| 3050 | "net/socket/socks_connect_job.cc", |
| 3051 | "net/socket/ssl_client_socket.cc", |
| 3052 | "net/socket/ssl_client_socket_impl.cc", |
| 3053 | "net/socket/ssl_connect_job.cc", |
| 3054 | "net/socket/ssl_server_socket_impl.cc", |
| 3055 | "net/socket/stream_socket.cc", |
| 3056 | "net/socket/tcp_client_socket.cc", |
| 3057 | "net/socket/tcp_server_socket.cc", |
| 3058 | "net/socket/tcp_socket_posix.cc", |
| 3059 | "net/socket/transport_client_socket.cc", |
| 3060 | "net/socket/transport_client_socket_pool.cc", |
| 3061 | "net/socket/transport_connect_job.cc", |
| 3062 | "net/socket/transport_connect_sub_job.cc", |
| 3063 | "net/socket/udp_client_socket.cc", |
| 3064 | "net/socket/udp_net_log_parameters.cc", |
| 3065 | "net/socket/udp_server_socket.cc", |
| 3066 | "net/socket/udp_socket_global_limits.cc", |
| 3067 | "net/socket/udp_socket_posix.cc", |
| 3068 | "net/socket/unix_domain_client_socket_posix.cc", |
| 3069 | "net/socket/unix_domain_server_socket_posix.cc", |
| 3070 | "net/socket/websocket_endpoint_lock_manager.cc", |
| 3071 | "net/socket/websocket_transport_client_socket_pool.cc", |
| 3072 | "net/spdy/alps_decoder.cc", |
| 3073 | "net/spdy/bidirectional_stream_spdy_impl.cc", |
| 3074 | "net/spdy/buffered_spdy_framer.cc", |
| 3075 | "net/spdy/header_coalescer.cc", |
| 3076 | "net/spdy/http2_priority_dependencies.cc", |
| 3077 | "net/spdy/http2_push_promise_index.cc", |
| 3078 | "net/spdy/multiplexed_http_stream.cc", |
| 3079 | "net/spdy/multiplexed_session.cc", |
| 3080 | "net/spdy/spdy_buffer.cc", |
| 3081 | "net/spdy/spdy_buffer_producer.cc", |
| 3082 | "net/spdy/spdy_http_stream.cc", |
| 3083 | "net/spdy/spdy_http_utils.cc", |
| 3084 | "net/spdy/spdy_log_util.cc", |
| 3085 | "net/spdy/spdy_proxy_client_socket.cc", |
| 3086 | "net/spdy/spdy_read_queue.cc", |
| 3087 | "net/spdy/spdy_session.cc", |
| 3088 | "net/spdy/spdy_session_key.cc", |
| 3089 | "net/spdy/spdy_session_pool.cc", |
| 3090 | "net/spdy/spdy_stream.cc", |
| 3091 | "net/spdy/spdy_write_queue.cc", |
| 3092 | "net/ssl/cert_compression.cc", |
| 3093 | "net/ssl/client_cert_identity.cc", |
| 3094 | "net/ssl/openssl_ssl_util.cc", |
| 3095 | "net/ssl/ssl_cert_request_info.cc", |
| 3096 | "net/ssl/ssl_cipher_suite_names.cc", |
| 3097 | "net/ssl/ssl_client_auth_cache.cc", |
| 3098 | "net/ssl/ssl_client_session_cache.cc", |
| 3099 | "net/ssl/ssl_config.cc", |
| 3100 | "net/ssl/ssl_config_service.cc", |
| 3101 | "net/ssl/ssl_config_service_defaults.cc", |
| 3102 | "net/ssl/ssl_info.cc", |
| 3103 | "net/ssl/ssl_key_logger.cc", |
| 3104 | "net/ssl/ssl_key_logger_impl.cc", |
| 3105 | "net/ssl/ssl_platform_key_android.cc", |
| 3106 | "net/ssl/ssl_platform_key_util.cc", |
| 3107 | "net/ssl/ssl_private_key.cc", |
| 3108 | "net/ssl/ssl_server_config.cc", |
| 3109 | "net/ssl/threaded_ssl_private_key.cc", |
| 3110 | "net/url_request/redirect_info.cc", |
| 3111 | "net/url_request/redirect_util.cc", |
| 3112 | "net/url_request/report_sender.cc", |
| 3113 | "net/url_request/static_http_user_agent_settings.cc", |
| 3114 | "net/url_request/url_request.cc", |
| 3115 | "net/url_request/url_request_context.cc", |
| 3116 | "net/url_request/url_request_context_builder.cc", |
| 3117 | "net/url_request/url_request_context_getter.cc", |
| 3118 | "net/url_request/url_request_error_job.cc", |
| 3119 | "net/url_request/url_request_filter.cc", |
| 3120 | "net/url_request/url_request_http_job.cc", |
| 3121 | "net/url_request/url_request_interceptor.cc", |
| 3122 | "net/url_request/url_request_job.cc", |
| 3123 | "net/url_request/url_request_job_factory.cc", |
| 3124 | "net/url_request/url_request_netlog_params.cc", |
| 3125 | "net/url_request/url_request_redirect_job.cc", |
| 3126 | "net/url_request/url_request_throttler_entry.cc", |
| 3127 | "net/url_request/url_request_throttler_manager.cc", |
| 3128 | "net/url_request/view_cache_helper.cc", |
| 3129 | "net/url_request/websocket_handshake_userdata_key.cc", |
| 3130 | ], |
| 3131 | shared_libs: [ |
| 3132 | "libandroid", |
| 3133 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3134 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3135 | ], |
| 3136 | static_libs: [ |
| 3137 | "cronet_aml_base_base", |
| 3138 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 3139 | "cronet_aml_crypto_crypto", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3140 | "cronet_aml_net_preload_decoder", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3141 | "cronet_aml_net_third_party_quiche_quiche", |
| 3142 | "cronet_aml_net_uri_template", |
| 3143 | "cronet_aml_third_party_boringssl_boringssl", |
| 3144 | "cronet_aml_third_party_brotli_dec", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3145 | "cronet_aml_third_party_zlib_zlib", |
| 3146 | "cronet_aml_url_url", |
| 3147 | ], |
| 3148 | generated_headers: [ |
| 3149 | "cronet_aml_base_debugging_buildflags", |
| 3150 | "cronet_aml_base_logging_buildflags", |
| 3151 | "cronet_aml_build_branding_buildflags", |
| 3152 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3153 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3154 | "cronet_aml_net_buildflags", |
| 3155 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3156 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3157 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3158 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3159 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3160 | "cronet_aml_url_buildflags", |
| 3161 | ], |
| 3162 | export_generated_headers: [ |
| 3163 | "cronet_aml_base_debugging_buildflags", |
| 3164 | "cronet_aml_base_logging_buildflags", |
| 3165 | "cronet_aml_build_branding_buildflags", |
| 3166 | "cronet_aml_build_chromeos_buildflags", |
Motomu Utsumi | a0cc666 | 2022-11-09 15:22:27 +0900 | [diff] [blame] | 3167 | "cronet_aml_net_base_registry_controlled_domains_registry_controlled_domains", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3168 | "cronet_aml_net_buildflags", |
| 3169 | "cronet_aml_net_ios_cronet_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3170 | "cronet_aml_net_isolation_info_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3171 | "cronet_aml_net_net_jni_headers", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3172 | "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3173 | "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3174 | "cronet_aml_url_buildflags", |
| 3175 | ], |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3176 | export_static_lib_headers: [ |
Motomu Utsumi | 2f66bb3 | 2022-11-10 11:21:14 +0900 | [diff] [blame] | 3177 | "cronet_aml_crypto_crypto", |
Patrick Rohr | bb0956e | 2022-11-09 15:37:16 -0800 | [diff] [blame] | 3178 | "cronet_aml_net_third_party_quiche_quiche", |
| 3179 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3180 | defaults: [ |
| 3181 | "cronet_aml_defaults", |
| 3182 | ], |
| 3183 | cflags: [ |
| 3184 | "-DANDROID", |
| 3185 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3186 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3187 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3188 | "-DDCHECK_ALWAYS_ON=1", |
| 3189 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3190 | "-DENABLE_BUILT_IN_DNS", |
| 3191 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3192 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3193 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3194 | "-DHAVE_PTHREAD", |
| 3195 | "-DHAVE_SYS_UIO_H", |
| 3196 | "-DNET_IMPLEMENTATION", |
| 3197 | "-D_DEBUG", |
| 3198 | "-D_GNU_SOURCE", |
| 3199 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3200 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3201 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3202 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3203 | "-D__STDC_CONSTANT_MACROS", |
| 3204 | "-D__STDC_FORMAT_MACROS", |
| 3205 | ], |
| 3206 | local_include_dirs: [ |
| 3207 | "./", |
| 3208 | "buildtools/third_party/libc++/", |
| 3209 | "buildtools/third_party/libc++/trunk/include", |
| 3210 | "buildtools/third_party/libc++abi/trunk/include", |
| 3211 | "net/third_party/quiche/overrides/", |
| 3212 | "net/third_party/quiche/src/", |
| 3213 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3214 | "third_party/abseil-cpp/", |
| 3215 | "third_party/boringssl/src/include/", |
| 3216 | "third_party/brotli/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3217 | "third_party/zlib/", |
| 3218 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3219 | ], |
| 3220 | header_libs: [ |
| 3221 | "jni_headers", |
| 3222 | ], |
| 3223 | cpp_std: "c++20", |
| 3224 | } |
| 3225 | |
| 3226 | // GN: //net:net_deps |
| 3227 | filegroup { |
| 3228 | name: "cronet_aml_net_net_deps", |
| 3229 | } |
| 3230 | |
| 3231 | // GN: //net:net_export_header |
| 3232 | filegroup { |
| 3233 | name: "cronet_aml_net_net_export_header", |
| 3234 | } |
| 3235 | |
| 3236 | // GN: //net:net_jni_headers |
| 3237 | genrule { |
| 3238 | name: "cronet_aml_net_net_jni_headers", |
| 3239 | srcs: [ |
| 3240 | "net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 3241 | "net/android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 3242 | "net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 3243 | "net/android/java/src/org/chromium/net/AndroidTrafficStats.java", |
| 3244 | "net/android/java/src/org/chromium/net/DnsStatus.java", |
| 3245 | "net/android/java/src/org/chromium/net/GURLUtils.java", |
| 3246 | "net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
| 3247 | "net/android/java/src/org/chromium/net/HttpUtil.java", |
| 3248 | "net/android/java/src/org/chromium/net/NetStringUtil.java", |
| 3249 | "net/android/java/src/org/chromium/net/NetworkActiveNotifier.java", |
| 3250 | "net/android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 3251 | "net/android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 3252 | "net/android/java/src/org/chromium/net/X509Util.java", |
| 3253 | ], |
| 3254 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 3255 | "long " + |
| 3256 | " " + |
| 3257 | " " + |
| 3258 | "--output_dir " + |
| 3259 | "$(genDir)/net/net_jni_headers " + |
| 3260 | "--includes " + |
| 3261 | "base/android/jni_generator/jni_generator_helper.h " + |
| 3262 | "--use_proxy_hash " + |
| 3263 | "--output_name " + |
| 3264 | "AndroidCertVerifyResult_jni.h " + |
| 3265 | "--output_name " + |
| 3266 | "AndroidKeyStore_jni.h " + |
| 3267 | "--output_name " + |
| 3268 | "AndroidNetworkLibrary_jni.h " + |
| 3269 | "--output_name " + |
| 3270 | "AndroidTrafficStats_jni.h " + |
| 3271 | "--output_name " + |
| 3272 | "DnsStatus_jni.h " + |
| 3273 | "--output_name " + |
| 3274 | "GURLUtils_jni.h " + |
| 3275 | "--output_name " + |
| 3276 | "HttpNegotiateAuthenticator_jni.h " + |
| 3277 | "--output_name " + |
| 3278 | "HttpUtil_jni.h " + |
| 3279 | "--output_name " + |
| 3280 | "NetStringUtil_jni.h " + |
| 3281 | "--output_name " + |
| 3282 | "NetworkActiveNotifier_jni.h " + |
| 3283 | "--output_name " + |
| 3284 | "NetworkChangeNotifier_jni.h " + |
| 3285 | "--output_name " + |
| 3286 | "ProxyChangeListener_jni.h " + |
| 3287 | "--output_name " + |
| 3288 | "X509Util_jni.h " + |
| 3289 | "--input_file " + |
| 3290 | "$(location net/android/java/src/org/chromium/net/AndroidCertVerifyResult.java) " + |
| 3291 | "--input_file " + |
| 3292 | "$(location net/android/java/src/org/chromium/net/AndroidKeyStore.java) " + |
| 3293 | "--input_file " + |
| 3294 | "$(location net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java) " + |
| 3295 | "--input_file " + |
| 3296 | "$(location net/android/java/src/org/chromium/net/AndroidTrafficStats.java) " + |
| 3297 | "--input_file " + |
| 3298 | "$(location net/android/java/src/org/chromium/net/DnsStatus.java) " + |
| 3299 | "--input_file " + |
| 3300 | "$(location net/android/java/src/org/chromium/net/GURLUtils.java) " + |
| 3301 | "--input_file " + |
| 3302 | "$(location net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java) " + |
| 3303 | "--input_file " + |
| 3304 | "$(location net/android/java/src/org/chromium/net/HttpUtil.java) " + |
| 3305 | "--input_file " + |
| 3306 | "$(location net/android/java/src/org/chromium/net/NetStringUtil.java) " + |
| 3307 | "--input_file " + |
| 3308 | "$(location net/android/java/src/org/chromium/net/NetworkActiveNotifier.java) " + |
| 3309 | "--input_file " + |
| 3310 | "$(location net/android/java/src/org/chromium/net/NetworkChangeNotifier.java) " + |
| 3311 | "--input_file " + |
| 3312 | "$(location net/android/java/src/org/chromium/net/ProxyChangeListener.java) " + |
| 3313 | "--input_file " + |
| 3314 | "$(location net/android/java/src/org/chromium/net/X509Util.java)", |
| 3315 | out: [ |
| 3316 | "net/net_jni_headers/AndroidCertVerifyResult_jni.h", |
| 3317 | "net/net_jni_headers/AndroidKeyStore_jni.h", |
| 3318 | "net/net_jni_headers/AndroidNetworkLibrary_jni.h", |
| 3319 | "net/net_jni_headers/AndroidTrafficStats_jni.h", |
| 3320 | "net/net_jni_headers/DnsStatus_jni.h", |
| 3321 | "net/net_jni_headers/GURLUtils_jni.h", |
| 3322 | "net/net_jni_headers/HttpNegotiateAuthenticator_jni.h", |
| 3323 | "net/net_jni_headers/HttpUtil_jni.h", |
| 3324 | "net/net_jni_headers/NetStringUtil_jni.h", |
| 3325 | "net/net_jni_headers/NetworkActiveNotifier_jni.h", |
| 3326 | "net/net_jni_headers/NetworkChangeNotifier_jni.h", |
| 3327 | "net/net_jni_headers/ProxyChangeListener_jni.h", |
| 3328 | "net/net_jni_headers/X509Util_jni.h", |
| 3329 | ], |
| 3330 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 3331 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3332 | "base/android/jni_generator/jni_generator.py", |
| 3333 | "build/android/gyp/util/__init__.py", |
| 3334 | "build/android/gyp/util/build_utils.py", |
| 3335 | "build/gn_helpers.py", |
| 3336 | ], |
| 3337 | } |
| 3338 | |
| 3339 | // GN: //net:net_nqe_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3340 | genrule { |
| 3341 | name: "cronet_aml_net_net_nqe_proto_gen", |
| 3342 | srcs: [ |
| 3343 | "net/nqe/proto/network_id_proto.proto", |
| 3344 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3345 | tools: [ |
| 3346 | "aprotoc", |
| 3347 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3348 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/nqe/proto --cpp_out=lite=true:$(genDir)/external/chromium_org/net/nqe/proto/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3349 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3350 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3351 | ], |
| 3352 | } |
| 3353 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3354 | // GN: //net:net_nqe_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3355 | genrule { |
| 3356 | name: "cronet_aml_net_net_nqe_proto_gen_headers", |
| 3357 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3358 | "net/nqe/proto/network_id_proto.proto", |
| 3359 | ], |
| 3360 | tools: [ |
| 3361 | "aprotoc", |
| 3362 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3363 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/nqe/proto --cpp_out=lite=true:$(genDir)/external/chromium_org/net/nqe/proto/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3364 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3365 | "external/chromium_org/net/nqe/proto/network_id_proto.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3366 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3367 | export_include_dirs: [ |
| 3368 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3369 | "net/nqe/proto", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3370 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3371 | ], |
| 3372 | } |
| 3373 | |
| 3374 | // GN: //net:net_public_deps |
| 3375 | filegroup { |
| 3376 | name: "cronet_aml_net_net_public_deps", |
| 3377 | } |
| 3378 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3379 | // GN: //net:preload_decoder |
| 3380 | cc_library_static { |
| 3381 | name: "cronet_aml_net_preload_decoder", |
| 3382 | srcs: [ |
| 3383 | "net/extras/preload_data/decoder.cc", |
| 3384 | ], |
| 3385 | shared_libs: [ |
| 3386 | "libandroid", |
| 3387 | "liblog", |
| 3388 | ], |
| 3389 | static_libs: [ |
| 3390 | "cronet_aml_base_base", |
| 3391 | ], |
| 3392 | defaults: [ |
| 3393 | "cronet_aml_defaults", |
| 3394 | ], |
| 3395 | cflags: [ |
| 3396 | "-DANDROID", |
| 3397 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3398 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3399 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3400 | "-DDCHECK_ALWAYS_ON=1", |
| 3401 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3402 | "-DHAVE_SYS_UIO_H", |
| 3403 | "-D_DEBUG", |
| 3404 | "-D_GNU_SOURCE", |
| 3405 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3406 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3407 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3408 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3409 | "-D__STDC_CONSTANT_MACROS", |
| 3410 | "-D__STDC_FORMAT_MACROS", |
| 3411 | ], |
| 3412 | local_include_dirs: [ |
| 3413 | "./", |
| 3414 | "buildtools/third_party/libc++/", |
| 3415 | "buildtools/third_party/libc++/trunk/include", |
| 3416 | "buildtools/third_party/libc++abi/trunk/include", |
| 3417 | "third_party/abseil-cpp/", |
| 3418 | "third_party/boringssl/src/include/", |
| 3419 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3420 | ], |
| 3421 | cpp_std: "c++20", |
| 3422 | } |
| 3423 | |
| 3424 | // GN: //net/third_party/quiche:net_quic_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3425 | genrule { |
| 3426 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
| 3427 | srcs: [ |
| 3428 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3429 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3430 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3431 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3432 | tools: [ |
| 3433 | "aprotoc", |
| 3434 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3435 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/third_party/quiche/src --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3436 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3437 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.cc", |
| 3438 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.cc", |
| 3439 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3440 | ], |
| 3441 | } |
| 3442 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3443 | // GN: //net/third_party/quiche:net_quic_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3444 | genrule { |
| 3445 | name: "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
| 3446 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3447 | "net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.proto", |
| 3448 | "net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.proto", |
| 3449 | "net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.proto", |
| 3450 | ], |
| 3451 | tools: [ |
| 3452 | "aprotoc", |
| 3453 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3454 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/third_party/quiche/src --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3455 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3456 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/cached_network_parameters.pb.h", |
| 3457 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/crypto_server_config.pb.h", |
| 3458 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/core/proto/source_address_token.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3459 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3460 | export_include_dirs: [ |
| 3461 | ".", |
Mohannad Farrag | e558ead | 2022-11-08 18:44:04 +0000 | [diff] [blame] | 3462 | "net/third_party/quiche/src", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3463 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3464 | ], |
| 3465 | } |
| 3466 | |
| 3467 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3468 | genrule { |
| 3469 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen", |
| 3470 | srcs: [ |
| 3471 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 3472 | ], |
Motomu Utsumi | 26ef25d | 2022-11-04 18:30:19 +0900 | [diff] [blame] | 3473 | tools: [ |
| 3474 | "aprotoc", |
| 3475 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3476 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/ $(in)", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3477 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3478 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.cc", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3479 | ], |
| 3480 | } |
| 3481 | |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3482 | // GN: //net/third_party/quiche:net_quic_test_tools_proto |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3483 | genrule { |
| 3484 | name: "cronet_aml_net_third_party_quiche_net_quic_test_tools_proto_gen_headers", |
| 3485 | srcs: [ |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3486 | "net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.proto", |
| 3487 | ], |
| 3488 | tools: [ |
| 3489 | "aprotoc", |
| 3490 | ], |
Motomu Utsumi | e845745 | 2022-11-08 18:47:51 +0900 | [diff] [blame] | 3491 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools --cpp_out=lite=true:$(genDir)/external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/ $(in)", |
Motomu Utsumi | c6277d9 | 2022-11-07 15:15:17 +0900 | [diff] [blame] | 3492 | out: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3493 | "external/chromium_org/net/third_party/quiche/src/quiche/quic/test_tools/send_algorithm_test_result.pb.h", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3494 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3495 | export_include_dirs: [ |
| 3496 | ".", |
Patrick Rohr | 2267a0a | 2022-11-08 18:59:34 -0800 | [diff] [blame] | 3497 | "net/third_party/quiche/src/quiche/quic/test_tools", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3498 | "protos", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3499 | ], |
| 3500 | } |
| 3501 | |
| 3502 | // GN: //net/third_party/quiche:quiche |
| 3503 | cc_library_static { |
| 3504 | name: "cronet_aml_net_third_party_quiche_quiche", |
| 3505 | srcs: [ |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3506 | ":cronet_aml_net_third_party_quiche_net_quic_proto_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3507 | ":cronet_aml_third_party_abseil_cpp_absl", |
| 3508 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 3509 | ":cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 3510 | ":cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 3511 | ":cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 3512 | ":cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 3513 | ":cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 3514 | ":cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 3515 | ":cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 3516 | ":cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 3517 | ":cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 3518 | ":cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 3519 | ":cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 3520 | ":cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 3521 | ":cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 3522 | ":cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 3523 | ":cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 3524 | ":cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 3525 | ":cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 3526 | ":cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 3527 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 3528 | ":cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 3529 | ":cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 3530 | ":cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 3531 | ":cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 3532 | ":cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 3533 | ":cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 3534 | ":cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 3535 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 3536 | ":cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 3537 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 3538 | ":cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 3539 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 3540 | ":cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 3541 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 3542 | ":cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 3543 | ":cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 3544 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 3545 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 3546 | ":cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 3547 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 3548 | ":cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 3549 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 3550 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 3551 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 3552 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 3553 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 3554 | ":cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 3555 | ":cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 3556 | ":cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 3557 | ":cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 3558 | ":cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 3559 | ":cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 3560 | ":cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 3561 | ":cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 3562 | ":cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 3563 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 3564 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 3565 | ":cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 3566 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 3567 | ":cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 3568 | ":cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 3569 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 3570 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 3571 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 3572 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 3573 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 3574 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 3575 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 3576 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 3577 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 3578 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 3579 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 3580 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 3581 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 3582 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 3583 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 3584 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 3585 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 3586 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 3587 | ":cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 3588 | ":cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 3589 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 3590 | ":cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 3591 | ":cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 3592 | ":cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 3593 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 3594 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 3595 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 3596 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 3597 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 3598 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 3599 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 3600 | ":cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 3601 | ":cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 3602 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 3603 | ":cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 3604 | ":cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 3605 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 3606 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 3607 | ":cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 3608 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 3609 | ":cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 3610 | ":cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 3611 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 3612 | ":cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 3613 | ":cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 3614 | ":cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 3615 | ":cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 3616 | ":cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 3617 | ":cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 3618 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_mutex_impl.cc", |
| 3619 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_time_utils_impl.cc", |
| 3620 | "net/third_party/quiche/overrides/quiche_platform_impl/quiche_url_utils_impl.cc", |
| 3621 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_hostname_utils.cc", |
| 3622 | "net/third_party/quiche/src/quiche/common/platform/api/quiche_mutex.cc", |
| 3623 | "net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc", |
| 3624 | "net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.cc", |
| 3625 | "net/third_party/quiche/src/quiche/common/quiche_crypto_logging.cc", |
| 3626 | "net/third_party/quiche/src/quiche/common/quiche_data_reader.cc", |
| 3627 | "net/third_party/quiche/src/quiche/common/quiche_data_writer.cc", |
| 3628 | "net/third_party/quiche/src/quiche/common/quiche_ip_address.cc", |
| 3629 | "net/third_party/quiche/src/quiche/common/quiche_ip_address_family.cc", |
| 3630 | "net/third_party/quiche/src/quiche/common/quiche_mem_slice_storage.cc", |
| 3631 | "net/third_party/quiche/src/quiche/common/quiche_random.cc", |
| 3632 | "net/third_party/quiche/src/quiche/common/quiche_text_utils.cc", |
| 3633 | "net/third_party/quiche/src/quiche/common/simple_buffer_allocator.cc", |
| 3634 | "net/third_party/quiche/src/quiche/common/structured_headers.cc", |
| 3635 | "net/third_party/quiche/src/quiche/http2/adapter/event_forwarder.cc", |
| 3636 | "net/third_party/quiche/src/quiche/http2/adapter/header_validator.cc", |
| 3637 | "net/third_party/quiche/src/quiche/http2/adapter/http2_protocol.cc", |
| 3638 | "net/third_party/quiche/src/quiche/http2/adapter/http2_util.cc", |
| 3639 | "net/third_party/quiche/src/quiche/http2/adapter/noop_header_validator.cc", |
| 3640 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_adapter.cc", |
| 3641 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_session.cc", |
| 3642 | "net/third_party/quiche/src/quiche/http2/adapter/oghttp2_util.cc", |
| 3643 | "net/third_party/quiche/src/quiche/http2/adapter/window_manager.cc", |
| 3644 | "net/third_party/quiche/src/quiche/http2/core/http2_trace_logging.cc", |
| 3645 | "net/third_party/quiche/src/quiche/http2/decoder/decode_buffer.cc", |
| 3646 | "net/third_party/quiche/src/quiche/http2/decoder/decode_http2_structures.cc", |
| 3647 | "net/third_party/quiche/src/quiche/http2/decoder/decode_status.cc", |
| 3648 | "net/third_party/quiche/src/quiche/http2/decoder/frame_decoder_state.cc", |
| 3649 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder.cc", |
| 3650 | "net/third_party/quiche/src/quiche/http2/decoder/http2_frame_decoder_listener.cc", |
| 3651 | "net/third_party/quiche/src/quiche/http2/decoder/http2_structure_decoder.cc", |
| 3652 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc", |
| 3653 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc", |
| 3654 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/data_payload_decoder.cc", |
| 3655 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc", |
| 3656 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc", |
| 3657 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc", |
| 3658 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc", |
| 3659 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc", |
| 3660 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc", |
| 3661 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc", |
| 3662 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc", |
| 3663 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc", |
| 3664 | "net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc", |
| 3665 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_block_decoder.cc", |
| 3666 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder.cc", |
| 3667 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_listener.cc", |
| 3668 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_state.cc", |
| 3669 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc", |
| 3670 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoder_tables.cc", |
| 3671 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_decoding_error.cc", |
| 3672 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder.cc", |
| 3673 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc", |
| 3674 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc", |
| 3675 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder.cc", |
| 3676 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc", |
| 3677 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc", |
| 3678 | "net/third_party/quiche/src/quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc", |
| 3679 | "net/third_party/quiche/src/quiche/http2/hpack/http2_hpack_constants.cc", |
| 3680 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc", |
| 3681 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/hpack_huffman_encoder.cc", |
| 3682 | "net/third_party/quiche/src/quiche/http2/hpack/huffman/huffman_spec_tables.cc", |
| 3683 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_decoder.cc", |
| 3684 | "net/third_party/quiche/src/quiche/http2/hpack/varint/hpack_varint_encoder.cc", |
| 3685 | "net/third_party/quiche/src/quiche/http2/http2_constants.cc", |
| 3686 | "net/third_party/quiche/src/quiche/http2/http2_structures.cc", |
| 3687 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.cc", |
| 3688 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_drain.cc", |
| 3689 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_misc.cc", |
| 3690 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_bw.cc", |
| 3691 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_probe_rtt.cc", |
| 3692 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_sender.cc", |
| 3693 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr2_startup.cc", |
| 3694 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/bbr_sender.cc", |
| 3695 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/cubic_bytes.cc", |
| 3696 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/general_loss_algorithm.cc", |
| 3697 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/hybrid_slow_start.cc", |
| 3698 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/pacing_sender.cc", |
| 3699 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/prr_sender.cc", |
| 3700 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/rtt_stats.cc", |
| 3701 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/send_algorithm_interface.cc", |
| 3702 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc", |
| 3703 | "net/third_party/quiche/src/quiche/quic/core/congestion_control/uber_loss_algorithm.cc", |
| 3704 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_decrypter.cc", |
| 3705 | "net/third_party/quiche/src/quiche/quic/core/crypto/aead_base_encrypter.cc", |
| 3706 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc", |
| 3707 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc", |
| 3708 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_decrypter.cc", |
| 3709 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_128_gcm_encrypter.cc", |
| 3710 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_decrypter.cc", |
| 3711 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_256_gcm_encrypter.cc", |
| 3712 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_decrypter.cc", |
| 3713 | "net/third_party/quiche/src/quiche/quic/core/crypto/aes_base_encrypter.cc", |
| 3714 | "net/third_party/quiche/src/quiche/quic/core/crypto/cert_compressor.cc", |
| 3715 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_util.cc", |
| 3716 | "net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view.cc", |
| 3717 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc", |
| 3718 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc", |
| 3719 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc", |
| 3720 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc", |
| 3721 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_decrypter.cc", |
| 3722 | "net/third_party/quiche/src/quiche/quic/core/crypto/chacha_base_encrypter.cc", |
| 3723 | "net/third_party/quiche/src/quiche/quic/core/crypto/channel_id.cc", |
| 3724 | "net/third_party/quiche/src/quiche/quic/core/crypto/client_proof_source.cc", |
| 3725 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_framer.cc", |
| 3726 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake.cc", |
| 3727 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_handshake_message.cc", |
| 3728 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_secret_boxer.cc", |
| 3729 | "net/third_party/quiche/src/quiche/quic/core/crypto/crypto_utils.cc", |
| 3730 | "net/third_party/quiche/src/quiche/quic/core/crypto/curve25519_key_exchange.cc", |
| 3731 | "net/third_party/quiche/src/quiche/quic/core/crypto/key_exchange.cc", |
| 3732 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_decrypter.cc", |
| 3733 | "net/third_party/quiche/src/quiche/quic/core/crypto/null_encrypter.cc", |
| 3734 | "net/third_party/quiche/src/quiche/quic/core/crypto/p256_key_exchange.cc", |
| 3735 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source.cc", |
| 3736 | "net/third_party/quiche/src/quiche/quic/core/crypto/proof_source_x509.cc", |
| 3737 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_client_session_cache.cc", |
| 3738 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_compressed_certs_cache.cc", |
| 3739 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypter.cc", |
| 3740 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_client_config.cc", |
| 3741 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_proof.cc", |
| 3742 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_crypto_server_config.cc", |
| 3743 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_decrypter.cc", |
| 3744 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_encrypter.cc", |
| 3745 | "net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.cc", |
| 3746 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_client_connection.cc", |
| 3747 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_connection.cc", |
| 3748 | "net/third_party/quiche/src/quiche/quic/core/crypto/tls_server_connection.cc", |
| 3749 | "net/third_party/quiche/src/quiche/quic/core/crypto/transport_parameters.cc", |
| 3750 | "net/third_party/quiche/src/quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc", |
| 3751 | "net/third_party/quiche/src/quiche/quic/core/deterministic_connection_id_generator.cc", |
| 3752 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frame.cc", |
| 3753 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ack_frequency_frame.cc", |
| 3754 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_blocked_frame.cc", |
| 3755 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_connection_close_frame.cc", |
| 3756 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_crypto_frame.cc", |
| 3757 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_frame.cc", |
| 3758 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_goaway_frame.cc", |
| 3759 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_handshake_done_frame.cc", |
| 3760 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_max_streams_frame.cc", |
| 3761 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_message_frame.cc", |
| 3762 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_connection_id_frame.cc", |
| 3763 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_new_token_frame.cc", |
| 3764 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_padding_frame.cc", |
| 3765 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc", |
| 3766 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_path_response_frame.cc", |
| 3767 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_ping_frame.cc", |
| 3768 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_retire_connection_id_frame.cc", |
| 3769 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_rst_stream_frame.cc", |
| 3770 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_sending_frame.cc", |
| 3771 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stop_waiting_frame.cc", |
| 3772 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_stream_frame.cc", |
| 3773 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_streams_blocked_frame.cc", |
| 3774 | "net/third_party/quiche/src/quiche/quic/core/frames/quic_window_update_frame.cc", |
| 3775 | "net/third_party/quiche/src/quiche/quic/core/http/capsule.cc", |
| 3776 | "net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc", |
| 3777 | "net/third_party/quiche/src/quiche/quic/core/http/http_decoder.cc", |
| 3778 | "net/third_party/quiche/src/quiche/quic/core/http/http_encoder.cc", |
| 3779 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_promised_info.cc", |
| 3780 | "net/third_party/quiche/src/quiche/quic/core/http/quic_client_push_promise_index.cc", |
| 3781 | "net/third_party/quiche/src/quiche/quic/core/http/quic_header_list.cc", |
| 3782 | "net/third_party/quiche/src/quiche/quic/core/http/quic_headers_stream.cc", |
| 3783 | "net/third_party/quiche/src/quiche/quic/core/http/quic_receive_control_stream.cc", |
| 3784 | "net/third_party/quiche/src/quiche/quic/core/http/quic_send_control_stream.cc", |
| 3785 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_initiated_spdy_stream.cc", |
| 3786 | "net/third_party/quiche/src/quiche/quic/core/http/quic_server_session_base.cc", |
| 3787 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session.cc", |
| 3788 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_session_base.cc", |
| 3789 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_client_stream.cc", |
| 3790 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_session.cc", |
| 3791 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream.cc", |
| 3792 | "net/third_party/quiche/src/quiche/quic/core/http/quic_spdy_stream_body_manager.cc", |
| 3793 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_server_push_utils.cc", |
| 3794 | "net/third_party/quiche/src/quiche/quic/core/http/spdy_utils.cc", |
| 3795 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_http3.cc", |
| 3796 | "net/third_party/quiche/src/quiche/quic/core/http/web_transport_stream_adapter.cc", |
| 3797 | "net/third_party/quiche/src/quiche/quic/core/legacy_quic_stream_id_manager.cc", |
| 3798 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_blocking_manager.cc", |
| 3799 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc", |
| 3800 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder.cc", |
| 3801 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc", |
| 3802 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_decoder_stream_sender.cc", |
| 3803 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder.cc", |
| 3804 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc", |
| 3805 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_encoder_stream_sender.cc", |
| 3806 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_header_table.cc", |
| 3807 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_index_conversions.cc", |
| 3808 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_decoder.cc", |
| 3809 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instruction_encoder.cc", |
| 3810 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_instructions.cc", |
| 3811 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_progressive_decoder.cc", |
| 3812 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_receive_stream.cc", |
| 3813 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_required_insert_count.cc", |
| 3814 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_send_stream.cc", |
| 3815 | "net/third_party/quiche/src/quiche/quic/core/qpack/qpack_static_table.cc", |
| 3816 | "net/third_party/quiche/src/quiche/quic/core/qpack/value_splitting_header_list.cc", |
| 3817 | "net/third_party/quiche/src/quiche/quic/core/quic_ack_listener_interface.cc", |
| 3818 | "net/third_party/quiche/src/quiche/quic/core/quic_alarm.cc", |
| 3819 | "net/third_party/quiche/src/quiche/quic/core/quic_bandwidth.cc", |
| 3820 | "net/third_party/quiche/src/quiche/quic/core/quic_chaos_protector.cc", |
| 3821 | "net/third_party/quiche/src/quiche/quic/core/quic_clock.cc", |
| 3822 | "net/third_party/quiche/src/quiche/quic/core/quic_coalesced_packet.cc", |
| 3823 | "net/third_party/quiche/src/quiche/quic/core/quic_config.cc", |
| 3824 | "net/third_party/quiche/src/quiche/quic/core/quic_connection.cc", |
| 3825 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_context.cc", |
| 3826 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id.cc", |
| 3827 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_id_manager.cc", |
| 3828 | "net/third_party/quiche/src/quiche/quic/core/quic_connection_stats.cc", |
| 3829 | "net/third_party/quiche/src/quiche/quic/core/quic_constants.cc", |
| 3830 | "net/third_party/quiche/src/quiche/quic/core/quic_control_frame_manager.cc", |
| 3831 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_handshaker.cc", |
| 3832 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_client_stream.cc", |
| 3833 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_handshaker.cc", |
| 3834 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream.cc", |
| 3835 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_server_stream_base.cc", |
| 3836 | "net/third_party/quiche/src/quiche/quic/core/quic_crypto_stream.cc", |
| 3837 | "net/third_party/quiche/src/quiche/quic/core/quic_data_reader.cc", |
| 3838 | "net/third_party/quiche/src/quiche/quic/core/quic_data_writer.cc", |
| 3839 | "net/third_party/quiche/src/quiche/quic/core/quic_datagram_queue.cc", |
| 3840 | "net/third_party/quiche/src/quiche/quic/core/quic_error_codes.cc", |
| 3841 | "net/third_party/quiche/src/quiche/quic/core/quic_flow_controller.cc", |
| 3842 | "net/third_party/quiche/src/quiche/quic/core/quic_framer.cc", |
| 3843 | "net/third_party/quiche/src/quiche/quic/core/quic_idle_network_detector.cc", |
| 3844 | "net/third_party/quiche/src/quiche/quic/core/quic_mtu_discovery.cc", |
| 3845 | "net/third_party/quiche/src/quiche/quic/core/quic_network_blackhole_detector.cc", |
| 3846 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_creator.cc", |
| 3847 | "net/third_party/quiche/src/quiche/quic/core/quic_packet_number.cc", |
| 3848 | "net/third_party/quiche/src/quiche/quic/core/quic_packets.cc", |
| 3849 | "net/third_party/quiche/src/quiche/quic/core/quic_path_validator.cc", |
| 3850 | "net/third_party/quiche/src/quiche/quic/core/quic_ping_manager.cc", |
| 3851 | "net/third_party/quiche/src/quiche/quic/core/quic_received_packet_manager.cc", |
| 3852 | "net/third_party/quiche/src/quiche/quic/core/quic_sent_packet_manager.cc", |
| 3853 | "net/third_party/quiche/src/quiche/quic/core/quic_server_id.cc", |
| 3854 | "net/third_party/quiche/src/quiche/quic/core/quic_session.cc", |
| 3855 | "net/third_party/quiche/src/quiche/quic/core/quic_socket_address_coder.cc", |
| 3856 | "net/third_party/quiche/src/quiche/quic/core/quic_stream.cc", |
| 3857 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_id_manager.cc", |
| 3858 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_send_buffer.cc", |
| 3859 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer.cc", |
| 3860 | "net/third_party/quiche/src/quiche/quic/core/quic_stream_sequencer_buffer.cc", |
| 3861 | "net/third_party/quiche/src/quiche/quic/core/quic_sustained_bandwidth_recorder.cc", |
| 3862 | "net/third_party/quiche/src/quiche/quic/core/quic_tag.cc", |
| 3863 | "net/third_party/quiche/src/quiche/quic/core/quic_time.cc", |
| 3864 | "net/third_party/quiche/src/quiche/quic/core/quic_transmission_info.cc", |
| 3865 | "net/third_party/quiche/src/quiche/quic/core/quic_types.cc", |
| 3866 | "net/third_party/quiche/src/quiche/quic/core/quic_unacked_packet_map.cc", |
| 3867 | "net/third_party/quiche/src/quiche/quic/core/quic_utils.cc", |
| 3868 | "net/third_party/quiche/src/quiche/quic/core/quic_version_manager.cc", |
| 3869 | "net/third_party/quiche/src/quiche/quic/core/quic_versions.cc", |
| 3870 | "net/third_party/quiche/src/quiche/quic/core/quic_write_blocked_list.cc", |
| 3871 | "net/third_party/quiche/src/quiche/quic/core/tls_client_handshaker.cc", |
| 3872 | "net/third_party/quiche/src/quiche/quic/core/tls_handshaker.cc", |
| 3873 | "net/third_party/quiche/src/quiche/quic/core/tls_server_handshaker.cc", |
| 3874 | "net/third_party/quiche/src/quiche/quic/core/uber_quic_stream_id_manager.cc", |
| 3875 | "net/third_party/quiche/src/quiche/quic/core/uber_received_packet_manager.cc", |
| 3876 | "net/third_party/quiche/src/quiche/quic/platform/api/quic_socket_address.cc", |
| 3877 | "net/third_party/quiche/src/quiche/spdy/core/array_output_buffer.cc", |
| 3878 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_constants.cc", |
| 3879 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_decoder_adapter.cc", |
| 3880 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_encoder.cc", |
| 3881 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_entry.cc", |
| 3882 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_header_table.cc", |
| 3883 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_output_stream.cc", |
| 3884 | "net/third_party/quiche/src/quiche/spdy/core/hpack/hpack_static_table.cc", |
| 3885 | "net/third_party/quiche/src/quiche/spdy/core/http2_frame_decoder_adapter.cc", |
| 3886 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_block.cc", |
| 3887 | "net/third_party/quiche/src/quiche/spdy/core/http2_header_storage.cc", |
| 3888 | "net/third_party/quiche/src/quiche/spdy/core/recording_headers_handler.cc", |
| 3889 | "net/third_party/quiche/src/quiche/spdy/core/spdy_alt_svc_wire_format.cc", |
| 3890 | "net/third_party/quiche/src/quiche/spdy/core/spdy_frame_builder.cc", |
| 3891 | "net/third_party/quiche/src/quiche/spdy/core/spdy_framer.cc", |
| 3892 | "net/third_party/quiche/src/quiche/spdy/core/spdy_no_op_visitor.cc", |
| 3893 | "net/third_party/quiche/src/quiche/spdy/core/spdy_pinnable_buffer_piece.cc", |
| 3894 | "net/third_party/quiche/src/quiche/spdy/core/spdy_prefixed_buffer_reader.cc", |
| 3895 | "net/third_party/quiche/src/quiche/spdy/core/spdy_protocol.cc", |
| 3896 | "net/third_party/quiche/src/quiche/spdy/core/spdy_simple_arena.cc", |
| 3897 | ], |
| 3898 | shared_libs: [ |
| 3899 | "libandroid", |
| 3900 | "liblog", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3901 | "libprotobuf-cpp-lite", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3902 | ], |
| 3903 | static_libs: [ |
| 3904 | "cronet_aml_base_base", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3905 | "cronet_aml_net_uri_template", |
| 3906 | "cronet_aml_third_party_boringssl_boringssl", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3907 | "cronet_aml_third_party_zlib_zlib", |
| 3908 | "cronet_aml_url_url", |
| 3909 | ], |
| 3910 | generated_headers: [ |
| 3911 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3912 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3913 | ], |
| 3914 | export_generated_headers: [ |
| 3915 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3916 | "cronet_aml_net_third_party_quiche_net_quic_proto_gen_headers", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3917 | ], |
| 3918 | defaults: [ |
| 3919 | "cronet_aml_defaults", |
| 3920 | ], |
| 3921 | cflags: [ |
| 3922 | "-DABSL_ALLOCATOR_NOTHROW=1", |
| 3923 | "-DANDROID", |
| 3924 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 3925 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3926 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3927 | "-DDCHECK_ALWAYS_ON=1", |
| 3928 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3929 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3930 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3931 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3932 | "-DHAVE_PTHREAD", |
| 3933 | "-DHAVE_SYS_UIO_H", |
| 3934 | "-DIS_QUICHE_IMPL", |
| 3935 | "-D_DEBUG", |
| 3936 | "-D_GNU_SOURCE", |
| 3937 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 3938 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3939 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 3940 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 3941 | "-D__STDC_CONSTANT_MACROS", |
| 3942 | "-D__STDC_FORMAT_MACROS", |
| 3943 | ], |
| 3944 | local_include_dirs: [ |
| 3945 | "./", |
| 3946 | "buildtools/third_party/libc++/", |
| 3947 | "buildtools/third_party/libc++/trunk/include", |
| 3948 | "buildtools/third_party/libc++abi/trunk/include", |
| 3949 | "net/third_party/quiche/overrides/", |
| 3950 | "net/third_party/quiche/src/", |
| 3951 | "net/third_party/quiche/src/quiche/common/platform/default/", |
| 3952 | "third_party/abseil-cpp/", |
| 3953 | "third_party/boringssl/src/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3954 | "third_party/zlib/", |
| 3955 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 3956 | ], |
| 3957 | cpp_std: "c++20", |
| 3958 | } |
| 3959 | |
| 3960 | // GN: //net/tools/root_store_tool:root_store_tool |
| 3961 | cc_binary { |
| 3962 | name: "cronet_aml_net_tools_root_store_tool_root_store_tool", |
| 3963 | srcs: [ |
| 3964 | ":cronet_aml_buildtools_third_party_libc___libc__", |
| 3965 | ":cronet_aml_buildtools_third_party_libc__abi_libc__abi", |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3966 | ":cronet_aml_net_cert_root_store_proto_full_gen", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3967 | "net/tools/root_store_tool/root_store_tool.cc", |
| 3968 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3969 | shared_libs: [ |
| 3970 | "libprotobuf-cpp-lite", |
| 3971 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3972 | static_libs: [ |
| 3973 | "cronet_aml_base_base", |
| 3974 | "cronet_aml_crypto_crypto", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3975 | "cronet_aml_third_party_boringssl_boringssl", |
| 3976 | ], |
Patrick Rohr | c598078 | 2022-11-07 16:34:03 -0800 | [diff] [blame] | 3977 | generated_headers: [ |
| 3978 | "cronet_aml_net_cert_root_store_proto_full_gen_headers", |
| 3979 | ], |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 3980 | defaults: [ |
| 3981 | "cronet_aml_defaults", |
| 3982 | ], |
| 3983 | cflags: [ |
| 3984 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 3985 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 3986 | "-DCR_SYSROOT_KEY=20220331T153654Z-0", |
| 3987 | "-DDCHECK_ALWAYS_ON=1", |
| 3988 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 3989 | "-DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0", |
| 3990 | "-DGOOGLE_PROTOBUF_NO_RTTI", |
| 3991 | "-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER", |
| 3992 | "-DHAVE_PTHREAD", |
| 3993 | "-DLIBCXXABI_SILENT_TERMINATE", |
| 3994 | "-DLIBCXX_BUILDING_LIBCXXABI", |
| 3995 | "-DUSE_AURA=1", |
| 3996 | "-DUSE_OZONE=1", |
| 3997 | "-DUSE_UDEV", |
| 3998 | "-D_DEBUG", |
| 3999 | "-D_FILE_OFFSET_BITS=64", |
| 4000 | "-D_GNU_SOURCE", |
| 4001 | "-D_LARGEFILE64_SOURCE", |
| 4002 | "-D_LARGEFILE_SOURCE", |
| 4003 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4004 | "-D_LIBCPP_BUILDING_LIBRARY", |
| 4005 | "-D_LIBCPP_CONSTINIT=constinit", |
| 4006 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4007 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4008 | "-D_LIBCPP_OVERRIDABLE_FUNC_VIS=__attribute__((__visibility__(\"default\")))", |
| 4009 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4010 | "-D__STDC_CONSTANT_MACROS", |
| 4011 | "-D__STDC_FORMAT_MACROS", |
| 4012 | ], |
| 4013 | local_include_dirs: [ |
| 4014 | "./", |
| 4015 | "buildtools/third_party/libc++/", |
| 4016 | "buildtools/third_party/libc++/trunk/include", |
| 4017 | "buildtools/third_party/libc++/trunk/src/", |
| 4018 | "buildtools/third_party/libc++abi/trunk/include", |
| 4019 | "third_party/abseil-cpp/", |
| 4020 | "third_party/boringssl/src/include/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 4021 | "build/linux/debian_bullseye_amd64-sysroot/usr/include", |
| 4022 | ], |
| 4023 | cpp_std: "c++20", |
| 4024 | } |
| 4025 | |
| 4026 | // GN: //net/traffic_annotation:traffic_annotation |
| 4027 | filegroup { |
| 4028 | name: "cronet_aml_net_traffic_annotation_traffic_annotation", |
| 4029 | srcs: [ |
| 4030 | "net/traffic_annotation/network_traffic_annotation_android.cc", |
| 4031 | ], |
| 4032 | } |
| 4033 | |
| 4034 | // GN: //net:uri_template |
| 4035 | cc_library_static { |
| 4036 | name: "cronet_aml_net_uri_template", |
| 4037 | srcs: [ |
| 4038 | "net/third_party/uri_template/uri_template.cc", |
| 4039 | ], |
| 4040 | shared_libs: [ |
| 4041 | "libandroid", |
| 4042 | "liblog", |
| 4043 | ], |
| 4044 | static_libs: [ |
| 4045 | "cronet_aml_base_base", |
| 4046 | ], |
| 4047 | defaults: [ |
| 4048 | "cronet_aml_defaults", |
| 4049 | ], |
| 4050 | cflags: [ |
| 4051 | "-DANDROID", |
| 4052 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 4053 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 4054 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 4055 | "-DDCHECK_ALWAYS_ON=1", |
| 4056 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 4057 | "-DHAVE_SYS_UIO_H", |
| 4058 | "-DIS_URI_TEMPLATE_IMPL", |
| 4059 | "-D_DEBUG", |
| 4060 | "-D_GNU_SOURCE", |
| 4061 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 4062 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4063 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 4064 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 4065 | "-D__STDC_CONSTANT_MACROS", |
| 4066 | "-D__STDC_FORMAT_MACROS", |
| 4067 | ], |
| 4068 | local_include_dirs: [ |
| 4069 | "./", |
| 4070 | "buildtools/third_party/libc++/", |
| 4071 | "buildtools/third_party/libc++/trunk/include", |
| 4072 | "buildtools/third_party/libc++abi/trunk/include", |
| 4073 | "third_party/abseil-cpp/", |
| 4074 | "third_party/boringssl/src/include/", |
| 4075 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 4076 | ], |
| 4077 | cpp_std: "c++20", |
| 4078 | } |
| 4079 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4080 | // GN: //third_party/abseil-cpp:absl |
| 4081 | filegroup { |
| 4082 | name: "cronet_aml_third_party_abseil_cpp_absl", |
| 4083 | } |
| 4084 | |
| 4085 | // GN: //third_party/abseil-cpp/absl/algorithm:algorithm |
| 4086 | filegroup { |
| 4087 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_algorithm", |
| 4088 | } |
| 4089 | |
| 4090 | // GN: //third_party/abseil-cpp/absl/algorithm:container |
| 4091 | filegroup { |
| 4092 | name: "cronet_aml_third_party_abseil_cpp_absl_algorithm_container", |
| 4093 | } |
| 4094 | |
| 4095 | // GN: //third_party/abseil-cpp/absl/base:atomic_hook |
| 4096 | filegroup { |
| 4097 | name: "cronet_aml_third_party_abseil_cpp_absl_base_atomic_hook", |
| 4098 | } |
| 4099 | |
| 4100 | // GN: //third_party/abseil-cpp/absl/base:base |
| 4101 | filegroup { |
| 4102 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base", |
| 4103 | srcs: [ |
| 4104 | "third_party/abseil-cpp/absl/base/internal/cycleclock.cc", |
| 4105 | "third_party/abseil-cpp/absl/base/internal/spinlock.cc", |
| 4106 | "third_party/abseil-cpp/absl/base/internal/sysinfo.cc", |
| 4107 | "third_party/abseil-cpp/absl/base/internal/thread_identity.cc", |
| 4108 | "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc", |
| 4109 | ], |
| 4110 | } |
| 4111 | |
| 4112 | // GN: //third_party/abseil-cpp/absl/base:base_internal |
| 4113 | filegroup { |
| 4114 | name: "cronet_aml_third_party_abseil_cpp_absl_base_base_internal", |
| 4115 | } |
| 4116 | |
| 4117 | // GN: //third_party/abseil-cpp/absl/base:config |
| 4118 | filegroup { |
| 4119 | name: "cronet_aml_third_party_abseil_cpp_absl_base_config", |
| 4120 | } |
| 4121 | |
| 4122 | // GN: //third_party/abseil-cpp/absl/base:core_headers |
| 4123 | filegroup { |
| 4124 | name: "cronet_aml_third_party_abseil_cpp_absl_base_core_headers", |
| 4125 | } |
| 4126 | |
| 4127 | // GN: //third_party/abseil-cpp/absl/base:cycleclock_internal |
| 4128 | filegroup { |
| 4129 | name: "cronet_aml_third_party_abseil_cpp_absl_base_cycleclock_internal", |
| 4130 | } |
| 4131 | |
| 4132 | // GN: //third_party/abseil-cpp/absl/base:dynamic_annotations |
| 4133 | filegroup { |
| 4134 | name: "cronet_aml_third_party_abseil_cpp_absl_base_dynamic_annotations", |
| 4135 | } |
| 4136 | |
| 4137 | // GN: //third_party/abseil-cpp/absl/base:endian |
| 4138 | filegroup { |
| 4139 | name: "cronet_aml_third_party_abseil_cpp_absl_base_endian", |
| 4140 | } |
| 4141 | |
| 4142 | // GN: //third_party/abseil-cpp/absl/base:errno_saver |
| 4143 | filegroup { |
| 4144 | name: "cronet_aml_third_party_abseil_cpp_absl_base_errno_saver", |
| 4145 | } |
| 4146 | |
| 4147 | // GN: //third_party/abseil-cpp/absl/base:fast_type_id |
| 4148 | filegroup { |
| 4149 | name: "cronet_aml_third_party_abseil_cpp_absl_base_fast_type_id", |
| 4150 | } |
| 4151 | |
| 4152 | // GN: //third_party/abseil-cpp/absl/base:log_severity |
| 4153 | filegroup { |
| 4154 | name: "cronet_aml_third_party_abseil_cpp_absl_base_log_severity", |
| 4155 | srcs: [ |
| 4156 | "third_party/abseil-cpp/absl/base/log_severity.cc", |
| 4157 | ], |
| 4158 | } |
| 4159 | |
| 4160 | // GN: //third_party/abseil-cpp/absl/base:malloc_internal |
| 4161 | filegroup { |
| 4162 | name: "cronet_aml_third_party_abseil_cpp_absl_base_malloc_internal", |
| 4163 | srcs: [ |
| 4164 | "third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc", |
| 4165 | ], |
| 4166 | } |
| 4167 | |
| 4168 | // GN: //third_party/abseil-cpp/absl/base:prefetch |
| 4169 | filegroup { |
| 4170 | name: "cronet_aml_third_party_abseil_cpp_absl_base_prefetch", |
| 4171 | } |
| 4172 | |
| 4173 | // GN: //third_party/abseil-cpp/absl/base:raw_logging_internal |
| 4174 | filegroup { |
| 4175 | name: "cronet_aml_third_party_abseil_cpp_absl_base_raw_logging_internal", |
| 4176 | srcs: [ |
| 4177 | "third_party/abseil-cpp/absl/base/internal/raw_logging.cc", |
| 4178 | ], |
| 4179 | } |
| 4180 | |
| 4181 | // GN: //third_party/abseil-cpp/absl/base:spinlock_wait |
| 4182 | filegroup { |
| 4183 | name: "cronet_aml_third_party_abseil_cpp_absl_base_spinlock_wait", |
| 4184 | srcs: [ |
| 4185 | "third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc", |
| 4186 | ], |
| 4187 | } |
| 4188 | |
| 4189 | // GN: //third_party/abseil-cpp/absl/base:strerror |
| 4190 | filegroup { |
| 4191 | name: "cronet_aml_third_party_abseil_cpp_absl_base_strerror", |
| 4192 | srcs: [ |
| 4193 | "third_party/abseil-cpp/absl/base/internal/strerror.cc", |
| 4194 | ], |
| 4195 | } |
| 4196 | |
| 4197 | // GN: //third_party/abseil-cpp/absl/base:throw_delegate |
| 4198 | filegroup { |
| 4199 | name: "cronet_aml_third_party_abseil_cpp_absl_base_throw_delegate", |
| 4200 | srcs: [ |
| 4201 | "third_party/abseil-cpp/absl/base/internal/throw_delegate.cc", |
| 4202 | ], |
| 4203 | } |
| 4204 | |
| 4205 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup |
| 4206 | filegroup { |
| 4207 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup", |
| 4208 | } |
| 4209 | |
| 4210 | // GN: //third_party/abseil-cpp/absl/cleanup:cleanup_internal |
| 4211 | filegroup { |
| 4212 | name: "cronet_aml_third_party_abseil_cpp_absl_cleanup_cleanup_internal", |
| 4213 | } |
| 4214 | |
| 4215 | // GN: //third_party/abseil-cpp/absl/container:btree |
| 4216 | filegroup { |
| 4217 | name: "cronet_aml_third_party_abseil_cpp_absl_container_btree", |
| 4218 | } |
| 4219 | |
| 4220 | // GN: //third_party/abseil-cpp/absl/container:common |
| 4221 | filegroup { |
| 4222 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common", |
| 4223 | } |
| 4224 | |
| 4225 | // GN: //third_party/abseil-cpp/absl/container:common_policy_traits |
| 4226 | filegroup { |
| 4227 | name: "cronet_aml_third_party_abseil_cpp_absl_container_common_policy_traits", |
| 4228 | } |
| 4229 | |
| 4230 | // GN: //third_party/abseil-cpp/absl/container:compressed_tuple |
| 4231 | filegroup { |
| 4232 | name: "cronet_aml_third_party_abseil_cpp_absl_container_compressed_tuple", |
| 4233 | } |
| 4234 | |
| 4235 | // GN: //third_party/abseil-cpp/absl/container:container_memory |
| 4236 | filegroup { |
| 4237 | name: "cronet_aml_third_party_abseil_cpp_absl_container_container_memory", |
| 4238 | } |
| 4239 | |
| 4240 | // GN: //third_party/abseil-cpp/absl/container:fixed_array |
| 4241 | filegroup { |
| 4242 | name: "cronet_aml_third_party_abseil_cpp_absl_container_fixed_array", |
| 4243 | } |
| 4244 | |
| 4245 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_map |
| 4246 | filegroup { |
| 4247 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_map", |
| 4248 | } |
| 4249 | |
| 4250 | // GN: //third_party/abseil-cpp/absl/container:flat_hash_set |
| 4251 | filegroup { |
| 4252 | name: "cronet_aml_third_party_abseil_cpp_absl_container_flat_hash_set", |
| 4253 | } |
| 4254 | |
| 4255 | // GN: //third_party/abseil-cpp/absl/container:hash_function_defaults |
| 4256 | filegroup { |
| 4257 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_function_defaults", |
| 4258 | } |
| 4259 | |
| 4260 | // GN: //third_party/abseil-cpp/absl/container:hash_policy_traits |
| 4261 | filegroup { |
| 4262 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hash_policy_traits", |
| 4263 | } |
| 4264 | |
| 4265 | // GN: //third_party/abseil-cpp/absl/container:hashtable_debug_hooks |
| 4266 | filegroup { |
| 4267 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtable_debug_hooks", |
| 4268 | } |
| 4269 | |
| 4270 | // GN: //third_party/abseil-cpp/absl/container:hashtablez_sampler |
| 4271 | filegroup { |
| 4272 | name: "cronet_aml_third_party_abseil_cpp_absl_container_hashtablez_sampler", |
| 4273 | srcs: [ |
| 4274 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc", |
| 4275 | "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc", |
| 4276 | ], |
| 4277 | } |
| 4278 | |
| 4279 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector |
| 4280 | filegroup { |
| 4281 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector", |
| 4282 | } |
| 4283 | |
| 4284 | // GN: //third_party/abseil-cpp/absl/container:inlined_vector_internal |
| 4285 | filegroup { |
| 4286 | name: "cronet_aml_third_party_abseil_cpp_absl_container_inlined_vector_internal", |
| 4287 | } |
| 4288 | |
| 4289 | // GN: //third_party/abseil-cpp/absl/container:layout |
| 4290 | filegroup { |
| 4291 | name: "cronet_aml_third_party_abseil_cpp_absl_container_layout", |
| 4292 | } |
| 4293 | |
| 4294 | // GN: //third_party/abseil-cpp/absl/container:node_hash_map |
| 4295 | filegroup { |
| 4296 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_map", |
| 4297 | } |
| 4298 | |
| 4299 | // GN: //third_party/abseil-cpp/absl/container:node_hash_set |
| 4300 | filegroup { |
| 4301 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_hash_set", |
| 4302 | } |
| 4303 | |
| 4304 | // GN: //third_party/abseil-cpp/absl/container:node_slot_policy |
| 4305 | filegroup { |
| 4306 | name: "cronet_aml_third_party_abseil_cpp_absl_container_node_slot_policy", |
| 4307 | } |
| 4308 | |
| 4309 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_map |
| 4310 | filegroup { |
| 4311 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_map", |
| 4312 | } |
| 4313 | |
| 4314 | // GN: //third_party/abseil-cpp/absl/container:raw_hash_set |
| 4315 | filegroup { |
| 4316 | name: "cronet_aml_third_party_abseil_cpp_absl_container_raw_hash_set", |
| 4317 | srcs: [ |
| 4318 | "third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc", |
| 4319 | ], |
| 4320 | } |
| 4321 | |
| 4322 | // GN: //third_party/abseil-cpp/absl/debugging:debugging_internal |
| 4323 | filegroup { |
| 4324 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_debugging_internal", |
| 4325 | srcs: [ |
| 4326 | "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc", |
| 4327 | "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc", |
| 4328 | "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc", |
| 4329 | ], |
| 4330 | } |
| 4331 | |
| 4332 | // GN: //third_party/abseil-cpp/absl/debugging:demangle_internal |
| 4333 | filegroup { |
| 4334 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_demangle_internal", |
| 4335 | srcs: [ |
| 4336 | "third_party/abseil-cpp/absl/debugging/internal/demangle.cc", |
| 4337 | ], |
| 4338 | } |
| 4339 | |
| 4340 | // GN: //third_party/abseil-cpp/absl/debugging:examine_stack |
| 4341 | filegroup { |
| 4342 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_examine_stack", |
| 4343 | srcs: [ |
| 4344 | "third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc", |
| 4345 | ], |
| 4346 | } |
| 4347 | |
| 4348 | // GN: //third_party/abseil-cpp/absl/debugging:failure_signal_handler |
| 4349 | filegroup { |
| 4350 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_failure_signal_handler", |
| 4351 | srcs: [ |
| 4352 | "third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc", |
| 4353 | ], |
| 4354 | } |
| 4355 | |
| 4356 | // GN: //third_party/abseil-cpp/absl/debugging:stacktrace |
| 4357 | filegroup { |
| 4358 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_stacktrace", |
| 4359 | srcs: [ |
| 4360 | "third_party/abseil-cpp/absl/debugging/stacktrace.cc", |
| 4361 | ], |
| 4362 | } |
| 4363 | |
| 4364 | // GN: //third_party/abseil-cpp/absl/debugging:symbolize |
| 4365 | filegroup { |
| 4366 | name: "cronet_aml_third_party_abseil_cpp_absl_debugging_symbolize", |
| 4367 | srcs: [ |
| 4368 | "third_party/abseil-cpp/absl/debugging/symbolize.cc", |
| 4369 | ], |
| 4370 | } |
| 4371 | |
| 4372 | // GN: //third_party/abseil-cpp/absl/functional:any_invocable |
| 4373 | filegroup { |
| 4374 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_any_invocable", |
| 4375 | } |
| 4376 | |
| 4377 | // GN: //third_party/abseil-cpp/absl/functional:bind_front |
| 4378 | filegroup { |
| 4379 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_bind_front", |
| 4380 | } |
| 4381 | |
| 4382 | // GN: //third_party/abseil-cpp/absl/functional:function_ref |
| 4383 | filegroup { |
| 4384 | name: "cronet_aml_third_party_abseil_cpp_absl_functional_function_ref", |
| 4385 | } |
| 4386 | |
| 4387 | // GN: //third_party/abseil-cpp/absl/hash:city |
| 4388 | filegroup { |
| 4389 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_city", |
| 4390 | srcs: [ |
| 4391 | "third_party/abseil-cpp/absl/hash/internal/city.cc", |
| 4392 | ], |
| 4393 | } |
| 4394 | |
| 4395 | // GN: //third_party/abseil-cpp/absl/hash:hash |
| 4396 | filegroup { |
| 4397 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_hash", |
| 4398 | srcs: [ |
| 4399 | "third_party/abseil-cpp/absl/hash/internal/hash.cc", |
| 4400 | ], |
| 4401 | } |
| 4402 | |
| 4403 | // GN: //third_party/abseil-cpp/absl/hash:low_level_hash |
| 4404 | filegroup { |
| 4405 | name: "cronet_aml_third_party_abseil_cpp_absl_hash_low_level_hash", |
| 4406 | srcs: [ |
| 4407 | "third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc", |
| 4408 | ], |
| 4409 | } |
| 4410 | |
| 4411 | // GN: //third_party/abseil-cpp/absl/memory:memory |
| 4412 | filegroup { |
| 4413 | name: "cronet_aml_third_party_abseil_cpp_absl_memory_memory", |
| 4414 | } |
| 4415 | |
| 4416 | // GN: //third_party/abseil-cpp/absl/meta:type_traits |
| 4417 | filegroup { |
| 4418 | name: "cronet_aml_third_party_abseil_cpp_absl_meta_type_traits", |
| 4419 | } |
| 4420 | |
| 4421 | // GN: //third_party/abseil-cpp/absl/numeric:bits |
| 4422 | filegroup { |
| 4423 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_bits", |
| 4424 | } |
| 4425 | |
| 4426 | // GN: //third_party/abseil-cpp/absl/numeric:int128 |
| 4427 | filegroup { |
| 4428 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_int128", |
| 4429 | srcs: [ |
| 4430 | "third_party/abseil-cpp/absl/numeric/int128.cc", |
| 4431 | ], |
| 4432 | } |
| 4433 | |
| 4434 | // GN: //third_party/abseil-cpp/absl/numeric:representation |
| 4435 | filegroup { |
| 4436 | name: "cronet_aml_third_party_abseil_cpp_absl_numeric_representation", |
| 4437 | } |
| 4438 | |
| 4439 | // GN: //third_party/abseil-cpp/absl/profiling:exponential_biased |
| 4440 | filegroup { |
| 4441 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_exponential_biased", |
| 4442 | srcs: [ |
| 4443 | "third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc", |
| 4444 | ], |
| 4445 | } |
| 4446 | |
| 4447 | // GN: //third_party/abseil-cpp/absl/profiling:sample_recorder |
| 4448 | filegroup { |
| 4449 | name: "cronet_aml_third_party_abseil_cpp_absl_profiling_sample_recorder", |
| 4450 | } |
| 4451 | |
| 4452 | // GN: //third_party/abseil-cpp/absl/random:distributions |
| 4453 | filegroup { |
| 4454 | name: "cronet_aml_third_party_abseil_cpp_absl_random_distributions", |
| 4455 | srcs: [ |
| 4456 | "third_party/abseil-cpp/absl/random/discrete_distribution.cc", |
| 4457 | "third_party/abseil-cpp/absl/random/gaussian_distribution.cc", |
| 4458 | ], |
| 4459 | } |
| 4460 | |
| 4461 | // GN: //third_party/abseil-cpp/absl/random/internal:distribution_caller |
| 4462 | filegroup { |
| 4463 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_distribution_caller", |
| 4464 | } |
| 4465 | |
| 4466 | // GN: //third_party/abseil-cpp/absl/random/internal:fast_uniform_bits |
| 4467 | filegroup { |
| 4468 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fast_uniform_bits", |
| 4469 | } |
| 4470 | |
| 4471 | // GN: //third_party/abseil-cpp/absl/random/internal:fastmath |
| 4472 | filegroup { |
| 4473 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_fastmath", |
| 4474 | } |
| 4475 | |
| 4476 | // GN: //third_party/abseil-cpp/absl/random/internal:generate_real |
| 4477 | filegroup { |
| 4478 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_generate_real", |
| 4479 | } |
| 4480 | |
| 4481 | // GN: //third_party/abseil-cpp/absl/random/internal:iostream_state_saver |
| 4482 | filegroup { |
| 4483 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_iostream_state_saver", |
| 4484 | } |
| 4485 | |
| 4486 | // GN: //third_party/abseil-cpp/absl/random/internal:nonsecure_base |
| 4487 | filegroup { |
| 4488 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_nonsecure_base", |
| 4489 | } |
| 4490 | |
| 4491 | // GN: //third_party/abseil-cpp/absl/random/internal:pcg_engine |
| 4492 | filegroup { |
| 4493 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pcg_engine", |
| 4494 | } |
| 4495 | |
| 4496 | // GN: //third_party/abseil-cpp/absl/random/internal:platform |
| 4497 | filegroup { |
| 4498 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_platform", |
| 4499 | srcs: [ |
| 4500 | "third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc", |
| 4501 | ], |
| 4502 | } |
| 4503 | |
| 4504 | // GN: //third_party/abseil-cpp/absl/random/internal:pool_urbg |
| 4505 | filegroup { |
| 4506 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_pool_urbg", |
| 4507 | srcs: [ |
| 4508 | "third_party/abseil-cpp/absl/random/internal/pool_urbg.cc", |
| 4509 | ], |
| 4510 | } |
| 4511 | |
| 4512 | // GN: //third_party/abseil-cpp/absl/random/internal:randen |
| 4513 | filegroup { |
| 4514 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen", |
| 4515 | srcs: [ |
| 4516 | "third_party/abseil-cpp/absl/random/internal/randen.cc", |
| 4517 | ], |
| 4518 | } |
| 4519 | |
| 4520 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_engine |
| 4521 | filegroup { |
| 4522 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_engine", |
| 4523 | } |
| 4524 | |
| 4525 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes |
| 4526 | filegroup { |
| 4527 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes", |
| 4528 | srcs: [ |
| 4529 | "third_party/abseil-cpp/absl/random/internal/randen_detect.cc", |
| 4530 | ], |
| 4531 | } |
| 4532 | |
| 4533 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_hwaes_impl |
| 4534 | filegroup { |
| 4535 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_hwaes_impl", |
| 4536 | srcs: [ |
| 4537 | "third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc", |
| 4538 | ], |
| 4539 | } |
| 4540 | |
| 4541 | // GN: //third_party/abseil-cpp/absl/random/internal:randen_slow |
| 4542 | filegroup { |
| 4543 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_randen_slow", |
| 4544 | srcs: [ |
| 4545 | "third_party/abseil-cpp/absl/random/internal/randen_slow.cc", |
| 4546 | ], |
| 4547 | } |
| 4548 | |
| 4549 | // GN: //third_party/abseil-cpp/absl/random/internal:salted_seed_seq |
| 4550 | filegroup { |
| 4551 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_salted_seed_seq", |
| 4552 | } |
| 4553 | |
| 4554 | // GN: //third_party/abseil-cpp/absl/random/internal:seed_material |
| 4555 | filegroup { |
| 4556 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_seed_material", |
| 4557 | srcs: [ |
| 4558 | "third_party/abseil-cpp/absl/random/internal/seed_material.cc", |
| 4559 | ], |
| 4560 | } |
| 4561 | |
| 4562 | // GN: //third_party/abseil-cpp/absl/random/internal:traits |
| 4563 | filegroup { |
| 4564 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_traits", |
| 4565 | } |
| 4566 | |
| 4567 | // GN: //third_party/abseil-cpp/absl/random/internal:uniform_helper |
| 4568 | filegroup { |
| 4569 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_uniform_helper", |
| 4570 | } |
| 4571 | |
| 4572 | // GN: //third_party/abseil-cpp/absl/random/internal:wide_multiply |
| 4573 | filegroup { |
| 4574 | name: "cronet_aml_third_party_abseil_cpp_absl_random_internal_wide_multiply", |
| 4575 | } |
| 4576 | |
| 4577 | // GN: //third_party/abseil-cpp/absl/random:random |
| 4578 | filegroup { |
| 4579 | name: "cronet_aml_third_party_abseil_cpp_absl_random_random", |
| 4580 | } |
| 4581 | |
| 4582 | // GN: //third_party/abseil-cpp/absl/random:seed_gen_exception |
| 4583 | filegroup { |
| 4584 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_gen_exception", |
| 4585 | srcs: [ |
| 4586 | "third_party/abseil-cpp/absl/random/seed_gen_exception.cc", |
| 4587 | ], |
| 4588 | } |
| 4589 | |
| 4590 | // GN: //third_party/abseil-cpp/absl/random:seed_sequences |
| 4591 | filegroup { |
| 4592 | name: "cronet_aml_third_party_abseil_cpp_absl_random_seed_sequences", |
| 4593 | srcs: [ |
| 4594 | "third_party/abseil-cpp/absl/random/seed_sequences.cc", |
| 4595 | ], |
| 4596 | } |
| 4597 | |
| 4598 | // GN: //third_party/abseil-cpp/absl/status:status |
| 4599 | filegroup { |
| 4600 | name: "cronet_aml_third_party_abseil_cpp_absl_status_status", |
| 4601 | srcs: [ |
| 4602 | "third_party/abseil-cpp/absl/status/status.cc", |
| 4603 | "third_party/abseil-cpp/absl/status/status_payload_printer.cc", |
| 4604 | ], |
| 4605 | } |
| 4606 | |
| 4607 | // GN: //third_party/abseil-cpp/absl/status:statusor |
| 4608 | filegroup { |
| 4609 | name: "cronet_aml_third_party_abseil_cpp_absl_status_statusor", |
| 4610 | srcs: [ |
| 4611 | "third_party/abseil-cpp/absl/status/statusor.cc", |
| 4612 | ], |
| 4613 | } |
| 4614 | |
| 4615 | // GN: //third_party/abseil-cpp/absl/strings:cord |
| 4616 | filegroup { |
| 4617 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord", |
| 4618 | srcs: [ |
| 4619 | "third_party/abseil-cpp/absl/strings/cord.cc", |
| 4620 | "third_party/abseil-cpp/absl/strings/cord_analysis.cc", |
| 4621 | "third_party/abseil-cpp/absl/strings/cord_buffer.cc", |
| 4622 | ], |
| 4623 | } |
| 4624 | |
| 4625 | // GN: //third_party/abseil-cpp/absl/strings:cord_internal |
| 4626 | filegroup { |
| 4627 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cord_internal", |
| 4628 | srcs: [ |
| 4629 | "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc", |
| 4630 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc", |
| 4631 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc", |
| 4632 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc", |
| 4633 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc", |
| 4634 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc", |
| 4635 | "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc", |
| 4636 | ], |
| 4637 | } |
| 4638 | |
| 4639 | // GN: //third_party/abseil-cpp/absl/strings:cordz_functions |
| 4640 | filegroup { |
| 4641 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_functions", |
| 4642 | srcs: [ |
| 4643 | "third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc", |
| 4644 | ], |
| 4645 | } |
| 4646 | |
| 4647 | // GN: //third_party/abseil-cpp/absl/strings:cordz_handle |
| 4648 | filegroup { |
| 4649 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_handle", |
| 4650 | srcs: [ |
| 4651 | "third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc", |
| 4652 | ], |
| 4653 | } |
| 4654 | |
| 4655 | // GN: //third_party/abseil-cpp/absl/strings:cordz_info |
| 4656 | filegroup { |
| 4657 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_info", |
| 4658 | srcs: [ |
| 4659 | "third_party/abseil-cpp/absl/strings/internal/cordz_info.cc", |
| 4660 | ], |
| 4661 | } |
| 4662 | |
| 4663 | // GN: //third_party/abseil-cpp/absl/strings:cordz_statistics |
| 4664 | filegroup { |
| 4665 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_statistics", |
| 4666 | } |
| 4667 | |
| 4668 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_scope |
| 4669 | filegroup { |
| 4670 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_scope", |
| 4671 | } |
| 4672 | |
| 4673 | // GN: //third_party/abseil-cpp/absl/strings:cordz_update_tracker |
| 4674 | filegroup { |
| 4675 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_cordz_update_tracker", |
| 4676 | } |
| 4677 | |
| 4678 | // GN: //third_party/abseil-cpp/absl/strings:internal |
| 4679 | filegroup { |
| 4680 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_internal", |
| 4681 | srcs: [ |
| 4682 | "third_party/abseil-cpp/absl/strings/internal/escaping.cc", |
| 4683 | "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc", |
| 4684 | "third_party/abseil-cpp/absl/strings/internal/utf8.cc", |
| 4685 | ], |
| 4686 | } |
| 4687 | |
| 4688 | // GN: //third_party/abseil-cpp/absl/strings:str_format |
| 4689 | filegroup { |
| 4690 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format", |
| 4691 | } |
| 4692 | |
| 4693 | // GN: //third_party/abseil-cpp/absl/strings:str_format_internal |
| 4694 | filegroup { |
| 4695 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_str_format_internal", |
| 4696 | srcs: [ |
| 4697 | "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc", |
| 4698 | "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc", |
| 4699 | "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc", |
| 4700 | "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc", |
| 4701 | "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc", |
| 4702 | "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc", |
| 4703 | ], |
| 4704 | } |
| 4705 | |
| 4706 | // GN: //third_party/abseil-cpp/absl/strings:strings |
| 4707 | filegroup { |
| 4708 | name: "cronet_aml_third_party_abseil_cpp_absl_strings_strings", |
| 4709 | srcs: [ |
| 4710 | "third_party/abseil-cpp/absl/strings/ascii.cc", |
| 4711 | "third_party/abseil-cpp/absl/strings/charconv.cc", |
| 4712 | "third_party/abseil-cpp/absl/strings/escaping.cc", |
| 4713 | "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc", |
| 4714 | "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc", |
| 4715 | "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc", |
| 4716 | "third_party/abseil-cpp/absl/strings/internal/memutil.cc", |
| 4717 | "third_party/abseil-cpp/absl/strings/match.cc", |
| 4718 | "third_party/abseil-cpp/absl/strings/numbers.cc", |
| 4719 | "third_party/abseil-cpp/absl/strings/str_cat.cc", |
| 4720 | "third_party/abseil-cpp/absl/strings/str_replace.cc", |
| 4721 | "third_party/abseil-cpp/absl/strings/str_split.cc", |
| 4722 | "third_party/abseil-cpp/absl/strings/string_view.cc", |
| 4723 | "third_party/abseil-cpp/absl/strings/substitute.cc", |
| 4724 | ], |
| 4725 | } |
| 4726 | |
| 4727 | // GN: //third_party/abseil-cpp/absl/synchronization:graphcycles_internal |
| 4728 | filegroup { |
| 4729 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_graphcycles_internal", |
| 4730 | srcs: [ |
| 4731 | "third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc", |
| 4732 | ], |
| 4733 | } |
| 4734 | |
| 4735 | // GN: //third_party/abseil-cpp/absl/synchronization:kernel_timeout_internal |
| 4736 | filegroup { |
| 4737 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_kernel_timeout_internal", |
| 4738 | } |
| 4739 | |
| 4740 | // GN: //third_party/abseil-cpp/absl/synchronization:synchronization |
| 4741 | filegroup { |
| 4742 | name: "cronet_aml_third_party_abseil_cpp_absl_synchronization_synchronization", |
| 4743 | srcs: [ |
| 4744 | "third_party/abseil-cpp/absl/synchronization/barrier.cc", |
| 4745 | "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc", |
| 4746 | "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc", |
| 4747 | "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc", |
| 4748 | "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc", |
| 4749 | "third_party/abseil-cpp/absl/synchronization/mutex.cc", |
| 4750 | "third_party/abseil-cpp/absl/synchronization/notification.cc", |
| 4751 | ], |
| 4752 | } |
| 4753 | |
| 4754 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:civil_time |
| 4755 | filegroup { |
| 4756 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_civil_time", |
| 4757 | srcs: [ |
| 4758 | "third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc", |
| 4759 | ], |
| 4760 | } |
| 4761 | |
| 4762 | // GN: //third_party/abseil-cpp/absl/time/internal/cctz:time_zone |
| 4763 | filegroup { |
| 4764 | name: "cronet_aml_third_party_abseil_cpp_absl_time_internal_cctz_time_zone", |
| 4765 | srcs: [ |
| 4766 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc", |
| 4767 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc", |
| 4768 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc", |
| 4769 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc", |
| 4770 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc", |
| 4771 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc", |
| 4772 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc", |
| 4773 | "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc", |
| 4774 | "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc", |
| 4775 | ], |
| 4776 | } |
| 4777 | |
| 4778 | // GN: //third_party/abseil-cpp/absl/time:time |
| 4779 | filegroup { |
| 4780 | name: "cronet_aml_third_party_abseil_cpp_absl_time_time", |
| 4781 | srcs: [ |
| 4782 | "third_party/abseil-cpp/absl/time/civil_time.cc", |
| 4783 | "third_party/abseil-cpp/absl/time/clock.cc", |
| 4784 | "third_party/abseil-cpp/absl/time/duration.cc", |
| 4785 | "third_party/abseil-cpp/absl/time/format.cc", |
| 4786 | "third_party/abseil-cpp/absl/time/time.cc", |
| 4787 | ], |
| 4788 | } |
| 4789 | |
| 4790 | // GN: //third_party/abseil-cpp/absl/types:bad_optional_access |
| 4791 | filegroup { |
| 4792 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_optional_access", |
| 4793 | srcs: [ |
| 4794 | "third_party/abseil-cpp/absl/types/bad_optional_access.cc", |
| 4795 | ], |
| 4796 | } |
| 4797 | |
| 4798 | // GN: //third_party/abseil-cpp/absl/types:bad_variant_access |
| 4799 | filegroup { |
| 4800 | name: "cronet_aml_third_party_abseil_cpp_absl_types_bad_variant_access", |
| 4801 | srcs: [ |
| 4802 | "third_party/abseil-cpp/absl/types/bad_variant_access.cc", |
| 4803 | ], |
| 4804 | } |
| 4805 | |
| 4806 | // GN: //third_party/abseil-cpp/absl/types:compare |
| 4807 | filegroup { |
| 4808 | name: "cronet_aml_third_party_abseil_cpp_absl_types_compare", |
| 4809 | } |
| 4810 | |
| 4811 | // GN: //third_party/abseil-cpp/absl/types:optional |
| 4812 | filegroup { |
| 4813 | name: "cronet_aml_third_party_abseil_cpp_absl_types_optional", |
| 4814 | } |
| 4815 | |
| 4816 | // GN: //third_party/abseil-cpp/absl/types:span |
| 4817 | filegroup { |
| 4818 | name: "cronet_aml_third_party_abseil_cpp_absl_types_span", |
| 4819 | } |
| 4820 | |
| 4821 | // GN: //third_party/abseil-cpp/absl/types:variant |
| 4822 | filegroup { |
| 4823 | name: "cronet_aml_third_party_abseil_cpp_absl_types_variant", |
| 4824 | } |
| 4825 | |
| 4826 | // GN: //third_party/abseil-cpp/absl/utility:utility |
| 4827 | filegroup { |
| 4828 | name: "cronet_aml_third_party_abseil_cpp_absl_utility_utility", |
| 4829 | } |
| 4830 | |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 4831 | // GN: //third_party/android_ndk:cpu_features |
| 4832 | filegroup { |
| 4833 | name: "cronet_aml_third_party_android_ndk_cpu_features", |
| 4834 | srcs: [ |
| 4835 | "third_party/android_ndk/sources/android/cpufeatures/cpu-features.c", |
| 4836 | ], |
| 4837 | } |
| 4838 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 4839 | // GN: //third_party/ashmem:ashmem |
| 4840 | filegroup { |
| 4841 | name: "cronet_aml_third_party_ashmem_ashmem", |
| 4842 | srcs: [ |
| 4843 | "third_party/ashmem/ashmem-dev.c", |
| 4844 | ], |
| 4845 | } |
| 4846 | |
| 4847 | // GN: //third_party/boringssl:boringssl |
| 4848 | cc_library_static { |
| 4849 | name: "cronet_aml_third_party_boringssl_boringssl", |
| 4850 | srcs: [ |
| 4851 | ":cronet_aml_third_party_boringssl_boringssl_asm", |
| 4852 | ":cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 4853 | "third_party/boringssl/err_data.c", |
| 4854 | "third_party/boringssl/src/crypto/asn1/a_bitstr.c", |
| 4855 | "third_party/boringssl/src/crypto/asn1/a_bool.c", |
| 4856 | "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c", |
| 4857 | "third_party/boringssl/src/crypto/asn1/a_dup.c", |
| 4858 | "third_party/boringssl/src/crypto/asn1/a_gentm.c", |
| 4859 | "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c", |
| 4860 | "third_party/boringssl/src/crypto/asn1/a_int.c", |
| 4861 | "third_party/boringssl/src/crypto/asn1/a_mbstr.c", |
| 4862 | "third_party/boringssl/src/crypto/asn1/a_object.c", |
| 4863 | "third_party/boringssl/src/crypto/asn1/a_octet.c", |
| 4864 | "third_party/boringssl/src/crypto/asn1/a_print.c", |
| 4865 | "third_party/boringssl/src/crypto/asn1/a_strex.c", |
| 4866 | "third_party/boringssl/src/crypto/asn1/a_strnid.c", |
| 4867 | "third_party/boringssl/src/crypto/asn1/a_time.c", |
| 4868 | "third_party/boringssl/src/crypto/asn1/a_type.c", |
| 4869 | "third_party/boringssl/src/crypto/asn1/a_utctm.c", |
| 4870 | "third_party/boringssl/src/crypto/asn1/a_utf8.c", |
| 4871 | "third_party/boringssl/src/crypto/asn1/asn1_lib.c", |
| 4872 | "third_party/boringssl/src/crypto/asn1/asn1_par.c", |
| 4873 | "third_party/boringssl/src/crypto/asn1/asn_pack.c", |
| 4874 | "third_party/boringssl/src/crypto/asn1/f_int.c", |
| 4875 | "third_party/boringssl/src/crypto/asn1/f_string.c", |
| 4876 | "third_party/boringssl/src/crypto/asn1/posix_time.c", |
| 4877 | "third_party/boringssl/src/crypto/asn1/tasn_dec.c", |
| 4878 | "third_party/boringssl/src/crypto/asn1/tasn_enc.c", |
| 4879 | "third_party/boringssl/src/crypto/asn1/tasn_fre.c", |
| 4880 | "third_party/boringssl/src/crypto/asn1/tasn_new.c", |
| 4881 | "third_party/boringssl/src/crypto/asn1/tasn_typ.c", |
| 4882 | "third_party/boringssl/src/crypto/asn1/tasn_utl.c", |
| 4883 | "third_party/boringssl/src/crypto/base64/base64.c", |
| 4884 | "third_party/boringssl/src/crypto/bio/bio.c", |
| 4885 | "third_party/boringssl/src/crypto/bio/bio_mem.c", |
| 4886 | "third_party/boringssl/src/crypto/bio/connect.c", |
| 4887 | "third_party/boringssl/src/crypto/bio/fd.c", |
| 4888 | "third_party/boringssl/src/crypto/bio/file.c", |
| 4889 | "third_party/boringssl/src/crypto/bio/hexdump.c", |
| 4890 | "third_party/boringssl/src/crypto/bio/pair.c", |
| 4891 | "third_party/boringssl/src/crypto/bio/printf.c", |
| 4892 | "third_party/boringssl/src/crypto/bio/socket.c", |
| 4893 | "third_party/boringssl/src/crypto/bio/socket_helper.c", |
| 4894 | "third_party/boringssl/src/crypto/blake2/blake2.c", |
| 4895 | "third_party/boringssl/src/crypto/bn_extra/bn_asn1.c", |
| 4896 | "third_party/boringssl/src/crypto/bn_extra/convert.c", |
| 4897 | "third_party/boringssl/src/crypto/buf/buf.c", |
| 4898 | "third_party/boringssl/src/crypto/bytestring/asn1_compat.c", |
| 4899 | "third_party/boringssl/src/crypto/bytestring/ber.c", |
| 4900 | "third_party/boringssl/src/crypto/bytestring/cbb.c", |
| 4901 | "third_party/boringssl/src/crypto/bytestring/cbs.c", |
| 4902 | "third_party/boringssl/src/crypto/bytestring/unicode.c", |
| 4903 | "third_party/boringssl/src/crypto/chacha/chacha.c", |
| 4904 | "third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c", |
| 4905 | "third_party/boringssl/src/crypto/cipher_extra/derive_key.c", |
| 4906 | "third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c", |
| 4907 | "third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c", |
| 4908 | "third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c", |
| 4909 | "third_party/boringssl/src/crypto/cipher_extra/e_des.c", |
| 4910 | "third_party/boringssl/src/crypto/cipher_extra/e_null.c", |
| 4911 | "third_party/boringssl/src/crypto/cipher_extra/e_rc2.c", |
| 4912 | "third_party/boringssl/src/crypto/cipher_extra/e_rc4.c", |
| 4913 | "third_party/boringssl/src/crypto/cipher_extra/e_tls.c", |
| 4914 | "third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c", |
| 4915 | "third_party/boringssl/src/crypto/conf/conf.c", |
| 4916 | "third_party/boringssl/src/crypto/cpu_aarch64_apple.c", |
| 4917 | "third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c", |
| 4918 | "third_party/boringssl/src/crypto/cpu_aarch64_linux.c", |
| 4919 | "third_party/boringssl/src/crypto/cpu_aarch64_win.c", |
| 4920 | "third_party/boringssl/src/crypto/cpu_arm.c", |
| 4921 | "third_party/boringssl/src/crypto/cpu_arm_linux.c", |
| 4922 | "third_party/boringssl/src/crypto/cpu_intel.c", |
| 4923 | "third_party/boringssl/src/crypto/cpu_ppc64le.c", |
| 4924 | "third_party/boringssl/src/crypto/crypto.c", |
| 4925 | "third_party/boringssl/src/crypto/curve25519/curve25519.c", |
| 4926 | "third_party/boringssl/src/crypto/curve25519/spake25519.c", |
| 4927 | "third_party/boringssl/src/crypto/des/des.c", |
| 4928 | "third_party/boringssl/src/crypto/dh_extra/dh_asn1.c", |
| 4929 | "third_party/boringssl/src/crypto/dh_extra/params.c", |
| 4930 | "third_party/boringssl/src/crypto/digest_extra/digest_extra.c", |
| 4931 | "third_party/boringssl/src/crypto/dsa/dsa.c", |
| 4932 | "third_party/boringssl/src/crypto/dsa/dsa_asn1.c", |
| 4933 | "third_party/boringssl/src/crypto/ec_extra/ec_asn1.c", |
| 4934 | "third_party/boringssl/src/crypto/ec_extra/ec_derive.c", |
| 4935 | "third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c", |
| 4936 | "third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c", |
| 4937 | "third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c", |
| 4938 | "third_party/boringssl/src/crypto/engine/engine.c", |
| 4939 | "third_party/boringssl/src/crypto/err/err.c", |
| 4940 | "third_party/boringssl/src/crypto/evp/evp.c", |
| 4941 | "third_party/boringssl/src/crypto/evp/evp_asn1.c", |
| 4942 | "third_party/boringssl/src/crypto/evp/evp_ctx.c", |
| 4943 | "third_party/boringssl/src/crypto/evp/p_dsa_asn1.c", |
| 4944 | "third_party/boringssl/src/crypto/evp/p_ec.c", |
| 4945 | "third_party/boringssl/src/crypto/evp/p_ec_asn1.c", |
| 4946 | "third_party/boringssl/src/crypto/evp/p_ed25519.c", |
| 4947 | "third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c", |
| 4948 | "third_party/boringssl/src/crypto/evp/p_hkdf.c", |
| 4949 | "third_party/boringssl/src/crypto/evp/p_rsa.c", |
| 4950 | "third_party/boringssl/src/crypto/evp/p_rsa_asn1.c", |
| 4951 | "third_party/boringssl/src/crypto/evp/p_x25519.c", |
| 4952 | "third_party/boringssl/src/crypto/evp/p_x25519_asn1.c", |
| 4953 | "third_party/boringssl/src/crypto/evp/pbkdf.c", |
| 4954 | "third_party/boringssl/src/crypto/evp/print.c", |
| 4955 | "third_party/boringssl/src/crypto/evp/scrypt.c", |
| 4956 | "third_party/boringssl/src/crypto/evp/sign.c", |
| 4957 | "third_party/boringssl/src/crypto/ex_data.c", |
| 4958 | "third_party/boringssl/src/crypto/fipsmodule/bcm.c", |
| 4959 | "third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c", |
| 4960 | "third_party/boringssl/src/crypto/hkdf/hkdf.c", |
| 4961 | "third_party/boringssl/src/crypto/hpke/hpke.c", |
| 4962 | "third_party/boringssl/src/crypto/hrss/hrss.c", |
| 4963 | "third_party/boringssl/src/crypto/lhash/lhash.c", |
| 4964 | "third_party/boringssl/src/crypto/mem.c", |
| 4965 | "third_party/boringssl/src/crypto/obj/obj.c", |
| 4966 | "third_party/boringssl/src/crypto/obj/obj_xref.c", |
| 4967 | "third_party/boringssl/src/crypto/pem/pem_all.c", |
| 4968 | "third_party/boringssl/src/crypto/pem/pem_info.c", |
| 4969 | "third_party/boringssl/src/crypto/pem/pem_lib.c", |
| 4970 | "third_party/boringssl/src/crypto/pem/pem_oth.c", |
| 4971 | "third_party/boringssl/src/crypto/pem/pem_pk8.c", |
| 4972 | "third_party/boringssl/src/crypto/pem/pem_pkey.c", |
| 4973 | "third_party/boringssl/src/crypto/pem/pem_x509.c", |
| 4974 | "third_party/boringssl/src/crypto/pem/pem_xaux.c", |
| 4975 | "third_party/boringssl/src/crypto/pkcs7/pkcs7.c", |
| 4976 | "third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c", |
| 4977 | "third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c", |
| 4978 | "third_party/boringssl/src/crypto/pkcs8/pkcs8.c", |
| 4979 | "third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c", |
| 4980 | "third_party/boringssl/src/crypto/poly1305/poly1305.c", |
| 4981 | "third_party/boringssl/src/crypto/poly1305/poly1305_arm.c", |
| 4982 | "third_party/boringssl/src/crypto/poly1305/poly1305_vec.c", |
| 4983 | "third_party/boringssl/src/crypto/pool/pool.c", |
| 4984 | "third_party/boringssl/src/crypto/rand_extra/deterministic.c", |
| 4985 | "third_party/boringssl/src/crypto/rand_extra/forkunsafe.c", |
| 4986 | "third_party/boringssl/src/crypto/rand_extra/fuchsia.c", |
| 4987 | "third_party/boringssl/src/crypto/rand_extra/passive.c", |
| 4988 | "third_party/boringssl/src/crypto/rand_extra/rand_extra.c", |
| 4989 | "third_party/boringssl/src/crypto/rand_extra/windows.c", |
| 4990 | "third_party/boringssl/src/crypto/rc4/rc4.c", |
| 4991 | "third_party/boringssl/src/crypto/refcount_c11.c", |
| 4992 | "third_party/boringssl/src/crypto/refcount_lock.c", |
| 4993 | "third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c", |
| 4994 | "third_party/boringssl/src/crypto/rsa_extra/rsa_print.c", |
| 4995 | "third_party/boringssl/src/crypto/siphash/siphash.c", |
| 4996 | "third_party/boringssl/src/crypto/stack/stack.c", |
| 4997 | "third_party/boringssl/src/crypto/thread.c", |
| 4998 | "third_party/boringssl/src/crypto/thread_none.c", |
| 4999 | "third_party/boringssl/src/crypto/thread_pthread.c", |
| 5000 | "third_party/boringssl/src/crypto/thread_win.c", |
| 5001 | "third_party/boringssl/src/crypto/trust_token/pmbtoken.c", |
| 5002 | "third_party/boringssl/src/crypto/trust_token/trust_token.c", |
| 5003 | "third_party/boringssl/src/crypto/trust_token/voprf.c", |
| 5004 | "third_party/boringssl/src/crypto/x509/a_digest.c", |
| 5005 | "third_party/boringssl/src/crypto/x509/a_sign.c", |
| 5006 | "third_party/boringssl/src/crypto/x509/a_verify.c", |
| 5007 | "third_party/boringssl/src/crypto/x509/algorithm.c", |
| 5008 | "third_party/boringssl/src/crypto/x509/asn1_gen.c", |
| 5009 | "third_party/boringssl/src/crypto/x509/by_dir.c", |
| 5010 | "third_party/boringssl/src/crypto/x509/by_file.c", |
| 5011 | "third_party/boringssl/src/crypto/x509/i2d_pr.c", |
| 5012 | "third_party/boringssl/src/crypto/x509/name_print.c", |
| 5013 | "third_party/boringssl/src/crypto/x509/rsa_pss.c", |
| 5014 | "third_party/boringssl/src/crypto/x509/t_crl.c", |
| 5015 | "third_party/boringssl/src/crypto/x509/t_req.c", |
| 5016 | "third_party/boringssl/src/crypto/x509/t_x509.c", |
| 5017 | "third_party/boringssl/src/crypto/x509/t_x509a.c", |
| 5018 | "third_party/boringssl/src/crypto/x509/x509.c", |
| 5019 | "third_party/boringssl/src/crypto/x509/x509_att.c", |
| 5020 | "third_party/boringssl/src/crypto/x509/x509_cmp.c", |
| 5021 | "third_party/boringssl/src/crypto/x509/x509_d2.c", |
| 5022 | "third_party/boringssl/src/crypto/x509/x509_def.c", |
| 5023 | "third_party/boringssl/src/crypto/x509/x509_ext.c", |
| 5024 | "third_party/boringssl/src/crypto/x509/x509_lu.c", |
| 5025 | "third_party/boringssl/src/crypto/x509/x509_obj.c", |
| 5026 | "third_party/boringssl/src/crypto/x509/x509_req.c", |
| 5027 | "third_party/boringssl/src/crypto/x509/x509_set.c", |
| 5028 | "third_party/boringssl/src/crypto/x509/x509_trs.c", |
| 5029 | "third_party/boringssl/src/crypto/x509/x509_txt.c", |
| 5030 | "third_party/boringssl/src/crypto/x509/x509_v3.c", |
| 5031 | "third_party/boringssl/src/crypto/x509/x509_vfy.c", |
| 5032 | "third_party/boringssl/src/crypto/x509/x509_vpm.c", |
| 5033 | "third_party/boringssl/src/crypto/x509/x509cset.c", |
| 5034 | "third_party/boringssl/src/crypto/x509/x509name.c", |
| 5035 | "third_party/boringssl/src/crypto/x509/x509rset.c", |
| 5036 | "third_party/boringssl/src/crypto/x509/x509spki.c", |
| 5037 | "third_party/boringssl/src/crypto/x509/x_algor.c", |
| 5038 | "third_party/boringssl/src/crypto/x509/x_all.c", |
| 5039 | "third_party/boringssl/src/crypto/x509/x_attrib.c", |
| 5040 | "third_party/boringssl/src/crypto/x509/x_crl.c", |
| 5041 | "third_party/boringssl/src/crypto/x509/x_exten.c", |
| 5042 | "third_party/boringssl/src/crypto/x509/x_info.c", |
| 5043 | "third_party/boringssl/src/crypto/x509/x_name.c", |
| 5044 | "third_party/boringssl/src/crypto/x509/x_pkey.c", |
| 5045 | "third_party/boringssl/src/crypto/x509/x_pubkey.c", |
| 5046 | "third_party/boringssl/src/crypto/x509/x_req.c", |
| 5047 | "third_party/boringssl/src/crypto/x509/x_sig.c", |
| 5048 | "third_party/boringssl/src/crypto/x509/x_spki.c", |
| 5049 | "third_party/boringssl/src/crypto/x509/x_val.c", |
| 5050 | "third_party/boringssl/src/crypto/x509/x_x509.c", |
| 5051 | "third_party/boringssl/src/crypto/x509/x_x509a.c", |
| 5052 | "third_party/boringssl/src/crypto/x509v3/pcy_cache.c", |
| 5053 | "third_party/boringssl/src/crypto/x509v3/pcy_data.c", |
| 5054 | "third_party/boringssl/src/crypto/x509v3/pcy_map.c", |
| 5055 | "third_party/boringssl/src/crypto/x509v3/pcy_node.c", |
| 5056 | "third_party/boringssl/src/crypto/x509v3/pcy_tree.c", |
| 5057 | "third_party/boringssl/src/crypto/x509v3/v3_akey.c", |
| 5058 | "third_party/boringssl/src/crypto/x509v3/v3_akeya.c", |
| 5059 | "third_party/boringssl/src/crypto/x509v3/v3_alt.c", |
| 5060 | "third_party/boringssl/src/crypto/x509v3/v3_bcons.c", |
| 5061 | "third_party/boringssl/src/crypto/x509v3/v3_bitst.c", |
| 5062 | "third_party/boringssl/src/crypto/x509v3/v3_conf.c", |
| 5063 | "third_party/boringssl/src/crypto/x509v3/v3_cpols.c", |
| 5064 | "third_party/boringssl/src/crypto/x509v3/v3_crld.c", |
| 5065 | "third_party/boringssl/src/crypto/x509v3/v3_enum.c", |
| 5066 | "third_party/boringssl/src/crypto/x509v3/v3_extku.c", |
| 5067 | "third_party/boringssl/src/crypto/x509v3/v3_genn.c", |
| 5068 | "third_party/boringssl/src/crypto/x509v3/v3_ia5.c", |
| 5069 | "third_party/boringssl/src/crypto/x509v3/v3_info.c", |
| 5070 | "third_party/boringssl/src/crypto/x509v3/v3_int.c", |
| 5071 | "third_party/boringssl/src/crypto/x509v3/v3_lib.c", |
| 5072 | "third_party/boringssl/src/crypto/x509v3/v3_ncons.c", |
| 5073 | "third_party/boringssl/src/crypto/x509v3/v3_ocsp.c", |
| 5074 | "third_party/boringssl/src/crypto/x509v3/v3_pci.c", |
| 5075 | "third_party/boringssl/src/crypto/x509v3/v3_pcia.c", |
| 5076 | "third_party/boringssl/src/crypto/x509v3/v3_pcons.c", |
| 5077 | "third_party/boringssl/src/crypto/x509v3/v3_pmaps.c", |
| 5078 | "third_party/boringssl/src/crypto/x509v3/v3_prn.c", |
| 5079 | "third_party/boringssl/src/crypto/x509v3/v3_purp.c", |
| 5080 | "third_party/boringssl/src/crypto/x509v3/v3_skey.c", |
| 5081 | "third_party/boringssl/src/crypto/x509v3/v3_utl.c", |
| 5082 | "third_party/boringssl/src/ssl/bio_ssl.cc", |
| 5083 | "third_party/boringssl/src/ssl/d1_both.cc", |
| 5084 | "third_party/boringssl/src/ssl/d1_lib.cc", |
| 5085 | "third_party/boringssl/src/ssl/d1_pkt.cc", |
| 5086 | "third_party/boringssl/src/ssl/d1_srtp.cc", |
| 5087 | "third_party/boringssl/src/ssl/dtls_method.cc", |
| 5088 | "third_party/boringssl/src/ssl/dtls_record.cc", |
| 5089 | "third_party/boringssl/src/ssl/encrypted_client_hello.cc", |
| 5090 | "third_party/boringssl/src/ssl/extensions.cc", |
| 5091 | "third_party/boringssl/src/ssl/handoff.cc", |
| 5092 | "third_party/boringssl/src/ssl/handshake.cc", |
| 5093 | "third_party/boringssl/src/ssl/handshake_client.cc", |
| 5094 | "third_party/boringssl/src/ssl/handshake_server.cc", |
| 5095 | "third_party/boringssl/src/ssl/s3_both.cc", |
| 5096 | "third_party/boringssl/src/ssl/s3_lib.cc", |
| 5097 | "third_party/boringssl/src/ssl/s3_pkt.cc", |
| 5098 | "third_party/boringssl/src/ssl/ssl_aead_ctx.cc", |
| 5099 | "third_party/boringssl/src/ssl/ssl_asn1.cc", |
| 5100 | "third_party/boringssl/src/ssl/ssl_buffer.cc", |
| 5101 | "third_party/boringssl/src/ssl/ssl_cert.cc", |
| 5102 | "third_party/boringssl/src/ssl/ssl_cipher.cc", |
| 5103 | "third_party/boringssl/src/ssl/ssl_file.cc", |
| 5104 | "third_party/boringssl/src/ssl/ssl_key_share.cc", |
| 5105 | "third_party/boringssl/src/ssl/ssl_lib.cc", |
| 5106 | "third_party/boringssl/src/ssl/ssl_privkey.cc", |
| 5107 | "third_party/boringssl/src/ssl/ssl_session.cc", |
| 5108 | "third_party/boringssl/src/ssl/ssl_stat.cc", |
| 5109 | "third_party/boringssl/src/ssl/ssl_transcript.cc", |
| 5110 | "third_party/boringssl/src/ssl/ssl_versions.cc", |
| 5111 | "third_party/boringssl/src/ssl/ssl_x509.cc", |
| 5112 | "third_party/boringssl/src/ssl/t1_enc.cc", |
| 5113 | "third_party/boringssl/src/ssl/tls13_both.cc", |
| 5114 | "third_party/boringssl/src/ssl/tls13_client.cc", |
| 5115 | "third_party/boringssl/src/ssl/tls13_enc.cc", |
| 5116 | "third_party/boringssl/src/ssl/tls13_server.cc", |
| 5117 | "third_party/boringssl/src/ssl/tls_method.cc", |
| 5118 | "third_party/boringssl/src/ssl/tls_record.cc", |
| 5119 | ], |
| 5120 | defaults: [ |
| 5121 | "cronet_aml_defaults", |
| 5122 | ], |
| 5123 | cflags: [ |
| 5124 | "-DANDROID", |
| 5125 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5126 | "-DBORINGSSL_ALLOW_CXX_RUNTIME", |
| 5127 | "-DBORINGSSL_IMPLEMENTATION", |
| 5128 | "-DBORINGSSL_NO_STATIC_INITIALIZER", |
| 5129 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5130 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5131 | "-DDCHECK_ALWAYS_ON=1", |
| 5132 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5133 | "-DHAVE_SYS_UIO_H", |
| 5134 | "-DOPENSSL_SMALL", |
| 5135 | "-D_DEBUG", |
| 5136 | "-D_GNU_SOURCE", |
| 5137 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5138 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5139 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5140 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5141 | "-D__STDC_CONSTANT_MACROS", |
| 5142 | "-D__STDC_FORMAT_MACROS", |
| 5143 | ], |
| 5144 | local_include_dirs: [ |
| 5145 | "./", |
| 5146 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 5147 | "buildtools/third_party/libc++/trunk/include", |
| 5148 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5149 | "third_party/boringssl/src/include/", |
Motomu Utsumi | 97fb181 | 2022-11-01 13:08:10 +0900 | [diff] [blame] | 5150 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5151 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 5152 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5153 | } |
| 5154 | |
| 5155 | // GN: //third_party/boringssl:boringssl_asm |
| 5156 | filegroup { |
| 5157 | name: "cronet_aml_third_party_boringssl_boringssl_asm", |
| 5158 | } |
| 5159 | |
| 5160 | // GN: //third_party/boringssl/src/third_party/fiat:fiat_license |
| 5161 | filegroup { |
| 5162 | name: "cronet_aml_third_party_boringssl_src_third_party_fiat_fiat_license", |
| 5163 | } |
| 5164 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5165 | // GN: //third_party/brotli:common |
| 5166 | cc_library_static { |
| 5167 | name: "cronet_aml_third_party_brotli_common", |
| 5168 | srcs: [ |
| 5169 | ":cronet_aml_third_party_brotli_headers", |
| 5170 | "third_party/brotli/common/constants.c", |
| 5171 | "third_party/brotli/common/context.c", |
| 5172 | "third_party/brotli/common/dictionary.c", |
| 5173 | "third_party/brotli/common/platform.c", |
| 5174 | "third_party/brotli/common/shared_dictionary.c", |
| 5175 | "third_party/brotli/common/transform.c", |
| 5176 | ], |
| 5177 | defaults: [ |
| 5178 | "cronet_aml_defaults", |
| 5179 | ], |
| 5180 | cflags: [ |
| 5181 | "-DANDROID", |
| 5182 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5183 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5184 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5185 | "-DDCHECK_ALWAYS_ON=1", |
| 5186 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5187 | "-DHAVE_SYS_UIO_H", |
| 5188 | "-D_DEBUG", |
| 5189 | "-D_GNU_SOURCE", |
| 5190 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5191 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5192 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5193 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5194 | "-D__STDC_CONSTANT_MACROS", |
| 5195 | "-D__STDC_FORMAT_MACROS", |
| 5196 | ], |
| 5197 | local_include_dirs: [ |
| 5198 | "./", |
| 5199 | "buildtools/third_party/libc++/", |
| 5200 | "buildtools/third_party/libc++/trunk/include", |
| 5201 | "buildtools/third_party/libc++abi/trunk/include", |
| 5202 | "third_party/brotli/include/", |
| 5203 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 5204 | ], |
| 5205 | cpp_std: "c++20", |
| 5206 | } |
| 5207 | |
| 5208 | // GN: //third_party/brotli:dec |
| 5209 | cc_library_static { |
| 5210 | name: "cronet_aml_third_party_brotli_dec", |
| 5211 | srcs: [ |
| 5212 | ":cronet_aml_third_party_brotli_headers", |
| 5213 | "third_party/brotli/dec/bit_reader.c", |
| 5214 | "third_party/brotli/dec/decode.c", |
| 5215 | "third_party/brotli/dec/huffman.c", |
| 5216 | "third_party/brotli/dec/state.c", |
| 5217 | ], |
| 5218 | static_libs: [ |
| 5219 | "cronet_aml_third_party_brotli_common", |
| 5220 | ], |
| 5221 | defaults: [ |
| 5222 | "cronet_aml_defaults", |
| 5223 | ], |
| 5224 | cflags: [ |
| 5225 | "-DANDROID", |
| 5226 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5227 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5228 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5229 | "-DDCHECK_ALWAYS_ON=1", |
| 5230 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5231 | "-DHAVE_SYS_UIO_H", |
| 5232 | "-D_DEBUG", |
| 5233 | "-D_GNU_SOURCE", |
| 5234 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5235 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5236 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5237 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5238 | "-D__STDC_CONSTANT_MACROS", |
| 5239 | "-D__STDC_FORMAT_MACROS", |
| 5240 | ], |
| 5241 | local_include_dirs: [ |
| 5242 | "./", |
| 5243 | "buildtools/third_party/libc++/", |
| 5244 | "buildtools/third_party/libc++/trunk/include", |
| 5245 | "buildtools/third_party/libc++abi/trunk/include", |
| 5246 | "third_party/brotli/include/", |
| 5247 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 5248 | ], |
| 5249 | cpp_std: "c++20", |
| 5250 | } |
| 5251 | |
| 5252 | // GN: //third_party/brotli:headers |
| 5253 | filegroup { |
| 5254 | name: "cronet_aml_third_party_brotli_headers", |
| 5255 | } |
| 5256 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5257 | // GN: //third_party/icu:icui18n |
| 5258 | cc_library_static { |
| 5259 | name: "cronet_aml_third_party_icu_icui18n", |
| 5260 | static_libs: [ |
| 5261 | "cronet_aml_third_party_icu_icuuc_private", |
| 5262 | ], |
| 5263 | defaults: [ |
| 5264 | "cronet_aml_defaults", |
| 5265 | ], |
| 5266 | cflags: [ |
| 5267 | "-DANDROID", |
| 5268 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5269 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5270 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5271 | "-DDCHECK_ALWAYS_ON=1", |
| 5272 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5273 | "-DHAVE_DLOPEN=0", |
| 5274 | "-DHAVE_SYS_UIO_H", |
| 5275 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 5276 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 5277 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
| 5278 | "-DUSE_CHROMIUM_ICU=1", |
| 5279 | "-DU_CHARSET_IS_UTF8=1", |
| 5280 | "-DU_ENABLE_DYLOAD=0", |
| 5281 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 5282 | "-DU_ENABLE_TRACING=1", |
| 5283 | "-DU_I18N_IMPLEMENTATION", |
| 5284 | "-DU_STATIC_IMPLEMENTATION", |
| 5285 | "-DU_USING_ICU_NAMESPACE=0", |
| 5286 | "-D_DEBUG", |
| 5287 | "-D_GNU_SOURCE", |
| 5288 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5289 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5290 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5291 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5292 | ], |
| 5293 | local_include_dirs: [ |
| 5294 | "./", |
| 5295 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 5296 | "buildtools/third_party/libc++/trunk/include", |
| 5297 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5298 | "third_party/icu/source/common/", |
| 5299 | "third_party/icu/source/i18n/", |
Motomu Utsumi | 97fb181 | 2022-11-01 13:08:10 +0900 | [diff] [blame] | 5300 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5301 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 5302 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5303 | } |
| 5304 | |
| 5305 | // GN: //third_party/icu:icuuc_private |
| 5306 | cc_library_static { |
| 5307 | name: "cronet_aml_third_party_icu_icuuc_private", |
| 5308 | srcs: [ |
| 5309 | ":cronet_aml_third_party_icu_icuuc_public", |
| 5310 | ], |
| 5311 | defaults: [ |
| 5312 | "cronet_aml_defaults", |
| 5313 | ], |
| 5314 | cflags: [ |
| 5315 | "-DANDROID", |
| 5316 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5317 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5318 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5319 | "-DDCHECK_ALWAYS_ON=1", |
| 5320 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5321 | "-DHAVE_DLOPEN=0", |
| 5322 | "-DHAVE_SYS_UIO_H", |
| 5323 | "-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE", |
| 5324 | "-DUCONFIG_ONLY_HTML_CONVERSION=1", |
| 5325 | "-DUCONFIG_USE_WINDOWS_LCID_MAPPING_API=0", |
| 5326 | "-DUSE_CHROMIUM_ICU=1", |
| 5327 | "-DU_CHARSET_IS_UTF8=1", |
| 5328 | "-DU_COMMON_IMPLEMENTATION", |
| 5329 | "-DU_ENABLE_DYLOAD=0", |
| 5330 | "-DU_ENABLE_RESOURCE_TRACING=0", |
| 5331 | "-DU_ENABLE_TRACING=1", |
| 5332 | "-DU_ICUDATAENTRY_IN_COMMON", |
| 5333 | "-DU_STATIC_IMPLEMENTATION", |
| 5334 | "-DU_USING_ICU_NAMESPACE=0", |
| 5335 | "-D_DEBUG", |
| 5336 | "-D_GNU_SOURCE", |
| 5337 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5338 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5339 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5340 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5341 | "-D__STDC_CONSTANT_MACROS", |
| 5342 | "-D__STDC_FORMAT_MACROS", |
| 5343 | ], |
| 5344 | local_include_dirs: [ |
| 5345 | "./", |
| 5346 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 5347 | "buildtools/third_party/libc++/trunk/include", |
| 5348 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5349 | "third_party/icu/source/common/", |
| 5350 | "third_party/icu/source/i18n/", |
Motomu Utsumi | 97fb181 | 2022-11-01 13:08:10 +0900 | [diff] [blame] | 5351 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5352 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 5353 | cpp_std: "c++20", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5354 | } |
| 5355 | |
| 5356 | // GN: //third_party/icu:icuuc_public |
| 5357 | filegroup { |
| 5358 | name: "cronet_aml_third_party_icu_icuuc_public", |
| 5359 | } |
| 5360 | |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5361 | // GN: //third_party/libevent:libevent |
| 5362 | cc_library_static { |
| 5363 | name: "cronet_aml_third_party_libevent_libevent", |
| 5364 | srcs: [ |
| 5365 | "third_party/libevent/buffer.c", |
| 5366 | "third_party/libevent/epoll.c", |
| 5367 | "third_party/libevent/evbuffer.c", |
| 5368 | "third_party/libevent/evdns.c", |
| 5369 | "third_party/libevent/event.c", |
| 5370 | "third_party/libevent/event_tagging.c", |
| 5371 | "third_party/libevent/evrpc.c", |
| 5372 | "third_party/libevent/evutil.c", |
| 5373 | "third_party/libevent/http.c", |
| 5374 | "third_party/libevent/log.c", |
| 5375 | "third_party/libevent/poll.c", |
| 5376 | "third_party/libevent/select.c", |
| 5377 | "third_party/libevent/signal.c", |
| 5378 | "third_party/libevent/strlcpy.c", |
| 5379 | ], |
| 5380 | defaults: [ |
| 5381 | "cronet_aml_defaults", |
| 5382 | ], |
| 5383 | cflags: [ |
| 5384 | "-DANDROID", |
| 5385 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 5386 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5387 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5388 | "-DDCHECK_ALWAYS_ON=1", |
| 5389 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5390 | "-DHAVE_CONFIG_H", |
| 5391 | "-DHAVE_SYS_UIO_H", |
| 5392 | "-D_DEBUG", |
| 5393 | "-D_GNU_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 5394 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5395 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 5396 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5397 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5398 | ], |
| 5399 | local_include_dirs: [ |
| 5400 | "./", |
| 5401 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 5402 | "buildtools/third_party/libc++/trunk/include", |
| 5403 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5404 | "third_party/libevent/android/", |
Motomu Utsumi | 97fb181 | 2022-11-01 13:08:10 +0900 | [diff] [blame] | 5405 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5406 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 5407 | cpp_std: "c++20", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5408 | } |
| 5409 | |
Motomu Utsumi | ff44cb5 | 2022-11-09 16:23:21 +0900 | [diff] [blame] | 5410 | // GN: //third_party/metrics_proto:metrics_proto |
| 5411 | genrule { |
| 5412 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen", |
| 5413 | srcs: [ |
| 5414 | "third_party/metrics_proto/call_stack_profile.proto", |
| 5415 | "third_party/metrics_proto/cast_logs.proto", |
| 5416 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 5417 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 5418 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 5419 | "third_party/metrics_proto/custom_tab_session.proto", |
| 5420 | "third_party/metrics_proto/execution_context.proto", |
| 5421 | "third_party/metrics_proto/extension_install.proto", |
| 5422 | "third_party/metrics_proto/histogram_event.proto", |
| 5423 | "third_party/metrics_proto/omnibox_event.proto", |
| 5424 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 5425 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 5426 | "third_party/metrics_proto/perf_data.proto", |
| 5427 | "third_party/metrics_proto/perf_stat.proto", |
| 5428 | "third_party/metrics_proto/printer_event.proto", |
| 5429 | "third_party/metrics_proto/reporting_info.proto", |
| 5430 | "third_party/metrics_proto/sampled_profile.proto", |
| 5431 | "third_party/metrics_proto/structured_data.proto", |
| 5432 | "third_party/metrics_proto/system_profile.proto", |
| 5433 | "third_party/metrics_proto/trace_log.proto", |
| 5434 | "third_party/metrics_proto/translate_event.proto", |
| 5435 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 5436 | "third_party/metrics_proto/ukm/entry.proto", |
| 5437 | "third_party/metrics_proto/ukm/report.proto", |
| 5438 | "third_party/metrics_proto/ukm/source.proto", |
| 5439 | "third_party/metrics_proto/user_action_event.proto", |
| 5440 | "third_party/metrics_proto/user_demographics.proto", |
| 5441 | ], |
| 5442 | tools: [ |
| 5443 | "aprotoc", |
| 5444 | ], |
| 5445 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
| 5446 | out: [ |
| 5447 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.cc", |
| 5448 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.cc", |
| 5449 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.cc", |
| 5450 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.cc", |
| 5451 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.cc", |
| 5452 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.cc", |
| 5453 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.cc", |
| 5454 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.cc", |
| 5455 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.cc", |
| 5456 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.cc", |
| 5457 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.cc", |
| 5458 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.cc", |
| 5459 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.cc", |
| 5460 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.cc", |
| 5461 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.cc", |
| 5462 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.cc", |
| 5463 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.cc", |
| 5464 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.cc", |
| 5465 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.cc", |
| 5466 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.cc", |
| 5467 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.cc", |
| 5468 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.cc", |
| 5469 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.cc", |
| 5470 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.cc", |
| 5471 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.cc", |
| 5472 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.cc", |
| 5473 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.cc", |
| 5474 | ], |
| 5475 | } |
| 5476 | |
| 5477 | // GN: //third_party/metrics_proto:metrics_proto |
| 5478 | genrule { |
| 5479 | name: "cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers", |
| 5480 | srcs: [ |
| 5481 | "third_party/metrics_proto/call_stack_profile.proto", |
| 5482 | "third_party/metrics_proto/cast_logs.proto", |
| 5483 | "third_party/metrics_proto/chrome_os_app_list_launch_event.proto", |
| 5484 | "third_party/metrics_proto/chrome_searchbox_stats.proto", |
| 5485 | "third_party/metrics_proto/chrome_user_metrics_extension.proto", |
| 5486 | "third_party/metrics_proto/custom_tab_session.proto", |
| 5487 | "third_party/metrics_proto/execution_context.proto", |
| 5488 | "third_party/metrics_proto/extension_install.proto", |
| 5489 | "third_party/metrics_proto/histogram_event.proto", |
| 5490 | "third_party/metrics_proto/omnibox_event.proto", |
| 5491 | "third_party/metrics_proto/omnibox_focus_type.proto", |
| 5492 | "third_party/metrics_proto/omnibox_input_type.proto", |
| 5493 | "third_party/metrics_proto/perf_data.proto", |
| 5494 | "third_party/metrics_proto/perf_stat.proto", |
| 5495 | "third_party/metrics_proto/printer_event.proto", |
| 5496 | "third_party/metrics_proto/reporting_info.proto", |
| 5497 | "third_party/metrics_proto/sampled_profile.proto", |
| 5498 | "third_party/metrics_proto/structured_data.proto", |
| 5499 | "third_party/metrics_proto/system_profile.proto", |
| 5500 | "third_party/metrics_proto/trace_log.proto", |
| 5501 | "third_party/metrics_proto/translate_event.proto", |
| 5502 | "third_party/metrics_proto/ukm/aggregate.proto", |
| 5503 | "third_party/metrics_proto/ukm/entry.proto", |
| 5504 | "third_party/metrics_proto/ukm/report.proto", |
| 5505 | "third_party/metrics_proto/ukm/source.proto", |
| 5506 | "third_party/metrics_proto/user_action_event.proto", |
| 5507 | "third_party/metrics_proto/user_demographics.proto", |
| 5508 | ], |
| 5509 | tools: [ |
| 5510 | "aprotoc", |
| 5511 | ], |
| 5512 | cmd: "$(location aprotoc) --proto_path=external/chromium_org/third_party/metrics_proto --cpp_out=lite=true:$(genDir)/external/chromium_org/third_party/metrics_proto/ $(in)", |
| 5513 | out: [ |
| 5514 | "external/chromium_org/third_party/metrics_proto/call_stack_profile.pb.h", |
| 5515 | "external/chromium_org/third_party/metrics_proto/cast_logs.pb.h", |
| 5516 | "external/chromium_org/third_party/metrics_proto/chrome_os_app_list_launch_event.pb.h", |
| 5517 | "external/chromium_org/third_party/metrics_proto/chrome_searchbox_stats.pb.h", |
| 5518 | "external/chromium_org/third_party/metrics_proto/chrome_user_metrics_extension.pb.h", |
| 5519 | "external/chromium_org/third_party/metrics_proto/custom_tab_session.pb.h", |
| 5520 | "external/chromium_org/third_party/metrics_proto/execution_context.pb.h", |
| 5521 | "external/chromium_org/third_party/metrics_proto/extension_install.pb.h", |
| 5522 | "external/chromium_org/third_party/metrics_proto/histogram_event.pb.h", |
| 5523 | "external/chromium_org/third_party/metrics_proto/omnibox_event.pb.h", |
| 5524 | "external/chromium_org/third_party/metrics_proto/omnibox_focus_type.pb.h", |
| 5525 | "external/chromium_org/third_party/metrics_proto/omnibox_input_type.pb.h", |
| 5526 | "external/chromium_org/third_party/metrics_proto/perf_data.pb.h", |
| 5527 | "external/chromium_org/third_party/metrics_proto/perf_stat.pb.h", |
| 5528 | "external/chromium_org/third_party/metrics_proto/printer_event.pb.h", |
| 5529 | "external/chromium_org/third_party/metrics_proto/reporting_info.pb.h", |
| 5530 | "external/chromium_org/third_party/metrics_proto/sampled_profile.pb.h", |
| 5531 | "external/chromium_org/third_party/metrics_proto/structured_data.pb.h", |
| 5532 | "external/chromium_org/third_party/metrics_proto/system_profile.pb.h", |
| 5533 | "external/chromium_org/third_party/metrics_proto/trace_log.pb.h", |
| 5534 | "external/chromium_org/third_party/metrics_proto/translate_event.pb.h", |
| 5535 | "external/chromium_org/third_party/metrics_proto/ukm/aggregate.pb.h", |
| 5536 | "external/chromium_org/third_party/metrics_proto/ukm/entry.pb.h", |
| 5537 | "external/chromium_org/third_party/metrics_proto/ukm/report.pb.h", |
| 5538 | "external/chromium_org/third_party/metrics_proto/ukm/source.pb.h", |
| 5539 | "external/chromium_org/third_party/metrics_proto/user_action_event.pb.h", |
| 5540 | "external/chromium_org/third_party/metrics_proto/user_demographics.pb.h", |
| 5541 | ], |
| 5542 | export_include_dirs: [ |
| 5543 | ".", |
| 5544 | "protos", |
| 5545 | "third_party/metrics_proto", |
| 5546 | ], |
| 5547 | } |
| 5548 | |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5549 | // GN: //third_party/modp_b64:modp_b64 |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5550 | cc_library_static { |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5551 | name: "cronet_aml_third_party_modp_b64_modp_b64", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5552 | srcs: [ |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5553 | "third_party/modp_b64/modp_b64.cc", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5554 | ], |
| 5555 | defaults: [ |
| 5556 | "cronet_aml_defaults", |
| 5557 | ], |
| 5558 | cflags: [ |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5559 | "-DANDROID", |
| 5560 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 5561 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5562 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5563 | "-DDCHECK_ALWAYS_ON=1", |
| 5564 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5565 | "-DHAVE_SYS_UIO_H", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5566 | "-D_DEBUG", |
| 5567 | "-D_GNU_SOURCE", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 5568 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5569 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
Motomu Utsumi | efde2d2 | 2022-10-28 12:20:46 +0900 | [diff] [blame] | 5570 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
Motomu Utsumi | fa7e926 | 2022-10-26 19:43:02 +0900 | [diff] [blame] | 5571 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
Patrick Rohr | cc377df | 2022-10-28 09:27:15 -0700 | [diff] [blame] | 5572 | "-D__STDC_CONSTANT_MACROS", |
| 5573 | "-D__STDC_FORMAT_MACROS", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5574 | ], |
| 5575 | local_include_dirs: [ |
| 5576 | "./", |
| 5577 | "buildtools/third_party/libc++/", |
Patrick Rohr | 61f2acb | 2022-10-31 14:08:18 -0700 | [diff] [blame] | 5578 | "buildtools/third_party/libc++/trunk/include", |
| 5579 | "buildtools/third_party/libc++abi/trunk/include", |
Motomu Utsumi | d30ceed | 2022-11-01 13:06:18 +0900 | [diff] [blame] | 5580 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5581 | ], |
Patrick Rohr | b8f830a | 2022-10-31 11:18:57 -0700 | [diff] [blame] | 5582 | cpp_std: "c++20", |
Motomu Utsumi | fcac485 | 2022-10-26 19:28:31 +0900 | [diff] [blame] | 5583 | } |
| 5584 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5585 | // GN: //third_party/zlib:zlib |
| 5586 | cc_library_static { |
| 5587 | name: "cronet_aml_third_party_zlib_zlib", |
| 5588 | srcs: [ |
Patrick Rohr | 84b1640 | 2022-11-08 19:01:01 -0800 | [diff] [blame] | 5589 | ":cronet_aml_third_party_android_ndk_cpu_features", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5590 | ":cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 5591 | ":cronet_aml_third_party_zlib_zlib_common_headers", |
| 5592 | ":cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 5593 | ":cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 5594 | ":cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
| 5595 | "third_party/zlib/adler32.c", |
| 5596 | "third_party/zlib/compress.c", |
| 5597 | "third_party/zlib/cpu_features.c", |
| 5598 | "third_party/zlib/crc32.c", |
| 5599 | "third_party/zlib/deflate.c", |
| 5600 | "third_party/zlib/gzclose.c", |
| 5601 | "third_party/zlib/gzlib.c", |
| 5602 | "third_party/zlib/gzread.c", |
| 5603 | "third_party/zlib/gzwrite.c", |
| 5604 | "third_party/zlib/infback.c", |
| 5605 | "third_party/zlib/inffast.c", |
| 5606 | "third_party/zlib/inftrees.c", |
| 5607 | "third_party/zlib/trees.c", |
| 5608 | "third_party/zlib/uncompr.c", |
| 5609 | "third_party/zlib/zutil.c", |
| 5610 | ], |
| 5611 | defaults: [ |
| 5612 | "cronet_aml_defaults", |
| 5613 | ], |
| 5614 | cflags: [ |
| 5615 | "-DADLER32_SIMD_SSSE3", |
Patrick Rohr | 84b1640 | 2022-11-08 19:01:01 -0800 | [diff] [blame] | 5616 | "-DANDROID", |
| 5617 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5618 | "-DCRC32_SIMD_SSE42_PCLMUL", |
| 5619 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5620 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5621 | "-DDCHECK_ALWAYS_ON=1", |
| 5622 | "-DDEFLATE_SLIDE_HASH_SSE2", |
| 5623 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
Patrick Rohr | 84b1640 | 2022-11-08 19:01:01 -0800 | [diff] [blame] | 5624 | "-DHAVE_SYS_UIO_H", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5625 | "-DINFLATE_CHUNK_READ_64LE", |
| 5626 | "-DINFLATE_CHUNK_SIMD_SSE2", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5627 | "-DX86_NOT_WINDOWS", |
| 5628 | "-DZLIB_DEBUG", |
| 5629 | "-DZLIB_IMPLEMENTATION", |
| 5630 | "-D_DEBUG", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5631 | "-D_GNU_SOURCE", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5632 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5633 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5634 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5635 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5636 | "-D__STDC_CONSTANT_MACROS", |
| 5637 | "-D__STDC_FORMAT_MACROS", |
| 5638 | ], |
| 5639 | local_include_dirs: [ |
| 5640 | "./", |
| 5641 | "buildtools/third_party/libc++/", |
| 5642 | "buildtools/third_party/libc++/trunk/include", |
| 5643 | "buildtools/third_party/libc++abi/trunk/include", |
Patrick Rohr | 84b1640 | 2022-11-08 19:01:01 -0800 | [diff] [blame] | 5644 | "third_party/android_ndk/sources/android/cpufeatures/", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5645 | "third_party/zlib/", |
Patrick Rohr | 84b1640 | 2022-11-08 19:01:01 -0800 | [diff] [blame] | 5646 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5647 | ], |
| 5648 | cpp_std: "c++20", |
| 5649 | } |
| 5650 | |
| 5651 | // GN: //third_party/zlib:zlib_adler32_simd |
| 5652 | filegroup { |
| 5653 | name: "cronet_aml_third_party_zlib_zlib_adler32_simd", |
| 5654 | srcs: [ |
| 5655 | "third_party/zlib/adler32_simd.c", |
| 5656 | ], |
| 5657 | } |
| 5658 | |
| 5659 | // GN: //third_party/zlib:zlib_common_headers |
| 5660 | filegroup { |
| 5661 | name: "cronet_aml_third_party_zlib_zlib_common_headers", |
| 5662 | } |
| 5663 | |
| 5664 | // GN: //third_party/zlib:zlib_crc32_simd |
| 5665 | filegroup { |
| 5666 | name: "cronet_aml_third_party_zlib_zlib_crc32_simd", |
| 5667 | srcs: [ |
| 5668 | "third_party/zlib/crc32_simd.c", |
| 5669 | "third_party/zlib/crc_folding.c", |
| 5670 | ], |
| 5671 | } |
| 5672 | |
| 5673 | // GN: //third_party/zlib:zlib_inflate_chunk_simd |
| 5674 | filegroup { |
| 5675 | name: "cronet_aml_third_party_zlib_zlib_inflate_chunk_simd", |
| 5676 | srcs: [ |
| 5677 | "third_party/zlib/contrib/optimizations/inffast_chunk.c", |
| 5678 | "third_party/zlib/contrib/optimizations/inflate.c", |
| 5679 | ], |
| 5680 | } |
| 5681 | |
| 5682 | // GN: //third_party/zlib:zlib_slide_hash_simd |
| 5683 | filegroup { |
| 5684 | name: "cronet_aml_third_party_zlib_zlib_slide_hash_simd", |
| 5685 | } |
| 5686 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5687 | // GN: //url:buildflags |
| 5688 | genrule { |
| 5689 | name: "cronet_aml_url_buildflags", |
| 5690 | cmd: "echo '--flags USE_PLATFORM_ICU_ALTERNATIVES=\"true\"' | " + |
| 5691 | "$(location build/write_buildflag_header.py) --output " + |
| 5692 | "$(out) " + |
| 5693 | "--rulename " + |
| 5694 | "//url:buildflags " + |
| 5695 | "--gen-dir " + |
| 5696 | ". " + |
| 5697 | "--definitions " + |
| 5698 | "/dev/stdin", |
| 5699 | out: [ |
| 5700 | "url/buildflags.h", |
| 5701 | ], |
| 5702 | tool_files: [ |
| 5703 | "build/write_buildflag_header.py", |
| 5704 | ], |
| 5705 | } |
| 5706 | |
| 5707 | // GN: //url:url |
| 5708 | cc_library_static { |
| 5709 | name: "cronet_aml_url_url", |
| 5710 | srcs: [ |
| 5711 | ":cronet_aml_ipc_param_traits", |
| 5712 | "url/gurl.cc", |
| 5713 | "url/origin.cc", |
| 5714 | "url/scheme_host_port.cc", |
| 5715 | "url/third_party/mozilla/url_parse.cc", |
| 5716 | "url/url_canon.cc", |
| 5717 | "url/url_canon_etc.cc", |
| 5718 | "url/url_canon_filesystemurl.cc", |
| 5719 | "url/url_canon_fileurl.cc", |
| 5720 | "url/url_canon_host.cc", |
| 5721 | "url/url_canon_internal.cc", |
| 5722 | "url/url_canon_ip.cc", |
| 5723 | "url/url_canon_mailtourl.cc", |
| 5724 | "url/url_canon_path.cc", |
| 5725 | "url/url_canon_pathurl.cc", |
| 5726 | "url/url_canon_query.cc", |
| 5727 | "url/url_canon_relative.cc", |
| 5728 | "url/url_canon_stdstring.cc", |
| 5729 | "url/url_canon_stdurl.cc", |
| 5730 | "url/url_constants.cc", |
| 5731 | "url/url_idna_icu_alternatives_android.cc", |
| 5732 | "url/url_parse_file.cc", |
| 5733 | "url/url_util.cc", |
| 5734 | ], |
| 5735 | shared_libs: [ |
| 5736 | "libandroid", |
| 5737 | "liblog", |
| 5738 | ], |
| 5739 | static_libs: [ |
| 5740 | "cronet_aml_base_base", |
| 5741 | "cronet_aml_base_third_party_dynamic_annotations_dynamic_annotations", |
| 5742 | ], |
| 5743 | generated_headers: [ |
| 5744 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5745 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5746 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5747 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5748 | "cronet_aml_url_url_jni_headers", |
| 5749 | ], |
| 5750 | export_generated_headers: [ |
| 5751 | "cronet_aml_base_debugging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5752 | "cronet_aml_base_logging_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5753 | "cronet_aml_build_chromeos_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5754 | "cronet_aml_url_buildflags", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5755 | "cronet_aml_url_url_jni_headers", |
| 5756 | ], |
| 5757 | defaults: [ |
| 5758 | "cronet_aml_defaults", |
| 5759 | ], |
| 5760 | cflags: [ |
| 5761 | "-DANDROID", |
| 5762 | "-DANDROID_NDK_VERSION_ROLL=r23_1", |
| 5763 | "-DCR_CLANG_REVISION=\"llvmorg-16-init-8697-g60809cd2-1\"", |
| 5764 | "-DCR_LIBCXX_REVISION=47b31179d10646029c260702650a25d24f555acc", |
| 5765 | "-DDCHECK_ALWAYS_ON=1", |
| 5766 | "-DDYNAMIC_ANNOTATIONS_ENABLED=1", |
| 5767 | "-DHAVE_SYS_UIO_H", |
| 5768 | "-DIS_URL_IMPL", |
| 5769 | "-D_DEBUG", |
| 5770 | "-D_GNU_SOURCE", |
| 5771 | "-D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED=1", |
| 5772 | "-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5773 | "-D_LIBCPP_ENABLE_ASSERTIONS_DEFAULT=1", |
| 5774 | "-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS", |
| 5775 | "-D__STDC_CONSTANT_MACROS", |
| 5776 | "-D__STDC_FORMAT_MACROS", |
| 5777 | ], |
| 5778 | local_include_dirs: [ |
| 5779 | "./", |
| 5780 | "buildtools/third_party/libc++/", |
| 5781 | "buildtools/third_party/libc++/trunk/include", |
| 5782 | "buildtools/third_party/libc++abi/trunk/include", |
| 5783 | "third_party/abseil-cpp/", |
| 5784 | "third_party/boringssl/src/include/", |
| 5785 | "third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include", |
| 5786 | ], |
| 5787 | header_libs: [ |
| 5788 | "jni_headers", |
| 5789 | ], |
| 5790 | cpp_std: "c++20", |
| 5791 | } |
| 5792 | |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5793 | // GN: //url:url_jni_headers |
| 5794 | genrule { |
| 5795 | name: "cronet_aml_url_url_jni_headers", |
| 5796 | srcs: [ |
| 5797 | "url/android/java/src/org/chromium/url/IDNStringUtil.java", |
| 5798 | "url/android/java/src/org/chromium/url/Origin.java", |
| 5799 | ], |
| 5800 | cmd: "$(location base/android/jni_generator/jni_generator.py) --ptr_type " + |
| 5801 | "long " + |
| 5802 | " " + |
| 5803 | " " + |
| 5804 | "--output_dir " + |
| 5805 | "$(genDir)/url/url_jni_headers " + |
| 5806 | "--includes " + |
| 5807 | "base/android/jni_generator/jni_generator_helper.h " + |
| 5808 | "--use_proxy_hash " + |
| 5809 | "--output_name " + |
| 5810 | "IDNStringUtil_jni.h " + |
| 5811 | "--output_name " + |
| 5812 | "Origin_jni.h " + |
| 5813 | "--input_file " + |
| 5814 | "$(location url/android/java/src/org/chromium/url/IDNStringUtil.java) " + |
| 5815 | "--input_file " + |
| 5816 | "$(location url/android/java/src/org/chromium/url/Origin.java)", |
| 5817 | out: [ |
| 5818 | "url/url_jni_headers/IDNStringUtil_jni.h", |
| 5819 | "url/url_jni_headers/Origin_jni.h", |
| 5820 | ], |
| 5821 | tool_files: [ |
Mohannad Farrag | 18d7b51 | 2022-11-07 13:26:30 +0000 | [diff] [blame] | 5822 | "base/android/jni_generator/android_jar.classes", |
Patrick Rohr | cb03594 | 2022-11-01 12:12:52 -0700 | [diff] [blame] | 5823 | "base/android/jni_generator/jni_generator.py", |
| 5824 | "build/android/gyp/util/__init__.py", |
| 5825 | "build/android/gyp/util/build_utils.py", |
| 5826 | "build/gn_helpers.py", |
| 5827 | ], |
| 5828 | } |
| 5829 | |