Skip to content

Commit 5517d77

Browse files
mathiasbynensDevtools-frontend LUCI CQ
authored andcommitted
Document that Chrome Canary is is_chrome_branded
- Chrome for Testing releases are built with `is_official_build` + `is_chrome_for_testing_branded`. - Regular Chrome releases are built with `is_official_build` + `is_chrome_branded`. - Chromium builds usually have none of these GN args set. Any features conditional on `is_chrome_branded` are thus not supported in Chromium nor in CfT. Bug: none Change-Id: Ia8ecac55d93e2cca9abcb4fa3220293858cd7e17 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6021663 Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Auto-Submit: Mathias Bynens <[email protected]>
1 parent a2db31f commit 5517d77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/get_the_code.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ and a separate CL with a proper roll.
8787

8888
### Run in a pre-built Chromium
8989

90-
You can run a [build](#Build) of DevTools frontend in a pre-built Chromium in order to avoid the expensive Chromium build. For example, you can use the latest version of Chrome Canary, or the downloaded binary in `third_party/chrome`.
90+
You can run a [build](#Build) of DevTools frontend in a pre-built Chrome or Chromium in order to avoid the expensive build. Options:
91+
92+
- Use the downloaded Chrome for Testing binary in `third_party/chrome`.
93+
- Use the latest Chrome Canary. This includes any DevTools features that are only available in regular Chrome builds (`is_official_build` + `is_chrome_branded`), such as GenAI-related features.
9194

9295
#### Running from file system
9396

0 commit comments

Comments
 (0)