Skip to content

Commit b2357a9

Browse files
committed
fixup! src: Fix mac symbol build error
1 parent 3676bc6 commit b2357a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

DEPS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,17 @@ deps = {
474474
Var('chromium_git') + '/external/github.com/google/shaderc.git@' +
475475
Var('shaderc_revision'),
476476

477+
'src/tools/clang/dsymutil': {
478+
'packages': [
479+
{
480+
'package': 'chromium/llvm-build-tools/dsymutil',
481+
'version': 'kykIT8m8YzNqqLP2xFGBTuo0ZtU9lom3BwiStWleyWkC',
482+
}
483+
],
484+
'condition': 'checkout_mac',
485+
'dep_type': 'cipd',
486+
},
487+
477488
'src/third_party/accessibility_test_framework': {
478489
'packages': [
479490
{

0 commit comments

Comments
 (0)