Skip to content

Commit 53bff70

Browse files
szuendDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
Update DevTools DEPS (trusted)
Rolling build: https://chromium.googlesource.com/chromium/src/build/+log/535cafc..bd593a2 Roll created at https://cr-buildbucket.appspot.com/build/8732868731502004145 Bug: none Change-Id: Ia1b9245483596beb4a70cefba91c60a39bcc2617 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5969198 Owners-Override: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]>
1 parent 165a5c5 commit 53bff70

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vars = {
1212
'build_with_chromium': False,
1313

1414
'build_url': 'https://chromium.googlesource.com/chromium/src/build.git',
15-
'build_revision': '535cafcf901e3fdc3318b5fbece29a77f6acc20b',
15+
'build_revision': 'bd593a2f4d76954dacdaae6140c1e0368a511a5c',
1616

1717
'buildtools_url': 'https://chromium.googlesource.com/chromium/src/buildtools.git',
1818
'buildtools_revision': '9fba2b959007f7ef80990be4e940d98a692f7dd0',

build

Submodule build updated from 535cafc to bd593a2

build_overrides/build.gni

+12
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ build_with_chromium = false
1010
ignore_elf32_limitations = true
1111

1212
use_system_xcode = true
13+
14+
# Enables assertions on safety checks in libc++.
15+
#
16+
# This should be set to true whenever building with Chrome's custom libc++ in
17+
# order to guard against undefined behavior. However, the asserts added by
18+
# hardening libc++ may introduce some performance overhead, so this is
19+
# configurable to simplify A/B tests, and to allow performance-sensitive
20+
# projects embedding Chrome (e.g. ANGLE) to disable libc++ hardening.
21+
#
22+
# Note that setting this to true only has an effect when also building with
23+
# `use_custom_libcxx = true`.
24+
enable_safe_libcxx = true

0 commit comments

Comments
 (0)