Add stub for build_overrides/partition_alloc.gni
Also roll chromium revision that required the fix Bug: None Change-Id: I66d54a4de763dba3ddadd9e1b4e89c52ab917934 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273321 Auto-Submit: Andrey Logvin <landrey@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Andrey Logvin <landrey@google.com> Cr-Commit-Position: refs/heads/main@{#37929}
This commit is contained in:
12
DEPS
12
DEPS
@ -10,7 +10,7 @@ vars = {
|
||||
# chromium waterfalls. More info at: crbug.com/570091.
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'chromium_revision': 'ec412c5559f04e1db906b4d37c40e78c6dcf6d6a',
|
||||
'chromium_revision': '7cf423b69f3b4f025e0d6c89d6e1f41e7abd5ca2',
|
||||
|
||||
# Keep the Chromium default of generating location tags.
|
||||
'generate_location_tags': True,
|
||||
@ -32,7 +32,7 @@ vars = {
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@55c188e9ff1144c9dc495ddd33c3b3ba2bca93fe',
|
||||
'https://chromium.googlesource.com/chromium/src/base@55ad74036f7962277bd3b2bb9dbe225cc316869f',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@5221aeee350709a90e3d9efab5323f9a0ec017f4',
|
||||
'src/buildtools':
|
||||
@ -43,13 +43,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@7d057cd3a28acd982cfabfbffd8a4aefe3625777',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@53ae35d69e2a3e8ca99e754e0b7b16a0b1121fad',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@5187a0313a2c0099df5de67e6048e18572710034',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@5615304f79d8c8a8fe252afbea7fbada9ac1a706',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@f2739cde6a3231de4eb6b086ce0d17d1f710efb9',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@965439bb3b6163ff94c258febf6a33e137c02f89',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -282,7 +282,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@cf18771041213027e5495faa993ea43c0791e980',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@80a8c448bc918420245a835bc54303475dca4bf3',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
|
17
build_overrides/partition_alloc.gni
Normal file
17
build_overrides/partition_alloc.gni
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
# Use default values for PartitionAlloc as standalone library from
|
||||
# base/allocator/partition_allocator/build_overrides/partition_alloc.gni
|
||||
use_partition_alloc_as_malloc_default = false
|
||||
use_allocator_shim_default = false
|
||||
enable_backup_ref_ptr_support_default = false
|
||||
enable_mte_checked_ptr_support_default = false
|
||||
put_ref_count_in_previous_slot_default = false
|
||||
enable_backup_ref_ptr_slow_checks_default = false
|
||||
enable_dangling_raw_ptr_checks_default = false
|
Reference in New Issue
Block a user