mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00

(from b9338390dfcef481083d44d44c243c0c73196342 to 247e4de55550191706972861e586831a0d94d524) Manually remove third_party/accessibility_test_framework from DEPS Bug: b/329245293 Change-Id: Ie977314daf636f5208948ae74b7958ef3e296ffb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342762 Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41902}
14 lines
651 B
Text
14 lines
651 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")
|
|
|
|
assert_cpp20_default = true
|