Gerrit User 1347058 91f5a2a77a Create patch set 5
Change has been successfully rebased and submitted as 738a53ce271acc8cde81798bbdd22dca2fde81a3

1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:

```
The name of the file: DEPS
Insertions: 26, Deletions: 10.

@@ -235,16 +235,6 @@
       'condition': 'checkout_android and non_git_source',
       'dep_type': 'cipd',
   },
-  'src/tools/clang/dsymutil': {
-    'packages': [
-      {
-        'package': 'chromium/llvm-build-tools/dsymutil',
-        'version': '8e05e94b4cc73ba182bdd448a1eca875ab9c4911',
-      }
-    ],
-    'condition': 'checkout_mac',
-    'dep_type': 'cipd',
-  },
 
 
   'src/third_party/android_build_tools/aapt2/cipd': {
@@ -1654,6 +1644,32 @@
                Var('rbe_instance'),
                ],
   },
+  {
+    'name': 'dsymutil_mac_arm64',
+    'pattern': '.',
+    'condition': 'host_os == "mac" and host_cpu == "arm64"',
+    'action': [ 'python3',
+                'src/third_party/depot_tools/download_from_google_storage.py',
+                '--no_resume',
+                '--no_auth',
+                '--bucket', 'chromium-browser-clang',
+                '-s', 'src/tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
+                '-o', 'src/tools/clang/dsymutil/bin/dsymutil',
+    ],
+  },
+  {
+    'name': 'dsymutil_mac_x64',
+    'pattern': '.',
+    'condition': 'host_os == "mac" and host_cpu == "x64"',
+    'action': [ 'python3',
+                'src/third_party/depot_tools/download_from_google_storage.py',
+                '--no_resume',
+                '--no_auth',
+                '--bucket', 'chromium-browser-clang',
+                '-s', 'src/tools/clang/dsymutil/bin/dsymutil.x64.sha1',
+                '-o', 'src/tools/clang/dsymutil/bin/dsymutil',
+    ],
+  },
 ]
 
 recursedeps = [
```


Patch-set: 5
Patch-set-description: Rebase
Subject: Fix mac_asan bot by using right architecture for dsymutil
Status: merged
Commit: 738a53ce271acc8cde81798bbdd22dca2fde81a3
Tag: autogenerated:gerrit:merged
Groups: 7ea64ac895e2882665bf74308da0d588f1636346
Label: Code-Review=+1, 231f716b7e763a43b0c754e1b90b641a4760f0a1 Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: Commit-Queue=+2, 581114d64871ef84428eb2083b5b9e3b7aa5e980 Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: SUBM=+1, 44ea43017f7701cd5418d4627fc0b3baaf81d5bd
Submission-id: 7050423
Submitted-with: OK
Submitted-with: Rule-Name: gerrit~DefaultSubmitRule
Submitted-with: MAY: Auto-Submit
Submitted-with: MAY: Code-Coverage
Submitted-with: MAY: Code-Review: Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Submitted-with: MAY: Commit-Queue: Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Submitted-with: MAY: Feels
Submitted-with: MAY: Bot-Commit
Submitted-with: MAY: Owners-Override
Submitted-with: MAY: Lint
Submitted-with: OK
Submitted-with: Rule-Name: Code-Owners
Base: fcd7060e0dbcc3928b1bc7a8953245aacfc74a38
Ours: b0d25362f20655e29323933264f1a663f747edd7
Theirs: 1f62f149501c3cf54d059e50fc2c659b5b05b1f7
Merge-Strategy: simple-two-way-in-core
Contains-Conflicts: false
2025-10-16 15:01:43 -07:00
b0d25362f20655e29323933264f1a663f747edd7 Create patch set 5 2025-10-16 15:01:43 -07:00