Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1119)

Unified Diff: docs/updating_clang.md

Issue 2099953002: clang update docs: Update bot names (mac bots now use gn by default) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/updating_clang.md
diff --git a/docs/updating_clang.md b/docs/updating_clang.md
index e5b6d877bf5aaf2ac89119b715faec9c6262fb33..67846db5e71698af2efc702255b4e9049521059d 100644
--- a/docs/updating_clang.md
+++ b/docs/updating_clang.md
@@ -11,9 +11,9 @@
```
git cl try &&
git cl try -m tryserver.chromium.mac -b mac_chromium_asan_rel_ng \
- -b mac_chromium_gn_dbg &&
+ -b mac_chromium_gyp_dbg &&
git cl try -m tryserver.chromium.linux -b linux_chromium_chromeos_dbg_ng \
- -b linux_chromium_chromeos_asan_rel_ng -b linux_chromium_msan_rel_ng &&
+ -b linux_chromium_chromeos_asan_rel_ng -b linux_chromium_msan_rel_ng &&
git cl try -m tryserver.blink -b linux_blink_rel
```
1. Commit roll CL from the first step
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698