mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 09:07:52 +01:00

https://crrev.com/c/2738677 added a variable to base/allocator/partition_allocator/build_overrides/partition_alloc.gni and this change prevents chromium roll. Instead of adding a variable to WebRTC's partition_alloc.gni, import that file. This will avoid repeating these operations in the future. Bug: None Change-Id: I8ad2e8900d5ca7828cf415ecf7933c8eb1d5160a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/286201 Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38834}
12 lines
622 B
Text
12 lines
622 B
Text
# 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
|
|
import(
|
|
"//base/allocator/partition_allocator/build_overrides/partition_alloc.gni")
|