Skip to content

Commit

Permalink
Update DevTools DEPS (trusted)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
szuend authored and Devtools-frontend LUCI CQ committed Oct 28, 2024
1 parent 165a5c5 commit 53bff70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vars = {
'build_with_chromium': False,

'build_url': 'https://chromium.googlesource.com/chromium/src/build.git',
'build_revision': '535cafcf901e3fdc3318b5fbece29a77f6acc20b',
'build_revision': 'bd593a2f4d76954dacdaae6140c1e0368a511a5c',

'buildtools_url': 'https://chromium.googlesource.com/chromium/src/buildtools.git',
'buildtools_revision': '9fba2b959007f7ef80990be4e940d98a692f7dd0',
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from 535caf to bd593a
12 changes: 12 additions & 0 deletions build_overrides/build.gni
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ build_with_chromium = false
ignore_elf32_limitations = true

use_system_xcode = true

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

0 comments on commit 53bff70

Please sign in to comment.