Deps in //docs/website.
www.chromium.org will be switching from being hosted on Classic Google Sites to a "static website" system where all the content is hosted in a Git repo (and most of it is written in Markdown). If you want to make edits to the website, I expect most people will use the UI to edit a single page, but there's currently no preview functionality for those edits prior to uploading a CL. Also, there's no good way to add other assets (like images) in that UI, or to edit multiple files at once. To address those things, you can check out the website locally with `fetch website`, but it may be convenient to just have a copy already in your Chromium checkout (the repo is small). Plus, this is (hopefully) the easiest path to getting website pages to show up in codesearch. So, this change adds a DEPS entry to pull the repo into //docs/website. Bug: 1259832, 1268942 Change-Id: I3ea2dc7d279c8a2a4cfaa0a6d9c0bc6547df91d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3272559 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#941763}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
adf583600d
commit
bf0eaadba0
1
.gitignore
vendored
1
.gitignore
vendored
@ -216,6 +216,7 @@ vs-chromium-project.txt
|
||||
/data
|
||||
/delegate_execute
|
||||
/device/serial/device_serial_mojo.xml
|
||||
/docs/website
|
||||
/google_apis/gcm/gcm.xml
|
||||
/google_apis/internal
|
||||
/googleurl
|
||||
|
4
DEPS
4
DEPS
@ -602,6 +602,10 @@ deps = {
|
||||
'src/chrome/test/data/xr/webvr_info':
|
||||
Var('chromium_git') + '/external/github.com/toji/webvr.info.git' + '@' + 'c58ae99b9ff9e2aa4c524633519570bf33536248',
|
||||
|
||||
'src/docs/website': {
|
||||
'url': Var('chromium_git') + '/website.git' + '@' + 'b84c3de56ef7d2db94bae992e82e9aef083ec9e0',
|
||||
},
|
||||
|
||||
'src/ios/third_party/earl_grey2/src': {
|
||||
'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '3a6f231bb1c1b9355d684aff73c18ea9aa0feedf',
|
||||
'condition': 'checkout_ios',
|
||||
|
Reference in New Issue
Block a user