mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-15 06:40:43 +01:00

Change log:01dc2965ca..917876224a
Full diff:01dc2965ca..917876224a
Changed dependencies * fuchsia_version: version:15.20231007.2.1..version:15.20231015.1.1 * src/base:535e730300..6732bf03f7
* src/build:b0d25e8dad..cc1dedc3ff
* src/buildtools:67cee5ecfd..7bbf5da816
* src/ios:22678d3aca..b915f348d1
* src/testing:77870d2f05..ba6866fdda
* src/third_party:16e0426d42..30390e5d61
* src/third_party/androidx: 3L7I6q8o1bbOW7cqtQniR8B2nq4B-HrOOaoN7dh5dvYC..avY_4u6_uyMeQTVkfPcTOqgPZmFAReslPIg10t8ejM4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/171b75b883..b9ebaddcd0 * src/third_party/dav1d/libdav1d:f8ae94eca0..47107e384b
* src/third_party/depot_tools:a51863b2f8..406be8281e
* src/third_party/ffmpeg:acb78dc0f4..e1ca3f06ad
* src/third_party/freetype/src:322e580bd0..749b8f9d34
* src/third_party/libc++/src:e07dcc1eaa..2f6750b44b
* src/third_party/libunwind/src:7b1593d5ca..11d9f3e055
* src/third_party/perfetto:58e677929f..2b538edb67
* src/third_party/turbine: hgwj3KajqJCdACBdNiRoYQZhZw2NhHu0-pwuAp3S-LcC..VRQ9UNP0lvjDXJ4DhORCj66go0TLg5uuGnHWkNN_hgUC * src/tools:c3738e7bc8..36269b619a
* src/tools/luci-go: git_revision:589d8654cfa7808816a6ecb4284ed2fd72c2f6d5..git_revision:924cfd2323a9192361b765f81fffc135026c1fee * src/tools/luci-go: git_revision:589d8654cfa7808816a6ecb4284ed2fd72c2f6d5..git_revision:924cfd2323a9192361b765f81fffc135026c1fee DEPS diff:01dc2965ca..917876224a
/DEPS No update to Clang. BUG=None Change-Id: I86a256901d608719ee30a86c16e1ecc1e260854d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/323983 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40965}
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")
|