
This CL adds a script that given a directory containing What's New assets does the following: - Updates what's new plist (whats_new_entries_m116.plist) - Updates What's new utils (whats_new_util.mm) - Copy and rename the animation files in json to `whats_new/data_source/resources` - Updates the resources build file (whats_new/data_source/resources/BUILD.gn) with the new animation files. - Add the strings to the milestone grdp file - Upload the screenshots for each string to the correct milestone grdp folder and run the screenshots uploader script - Updates WhatsNewType enum in whats_new_item.h An example directory for a new What's New milestone can be found here: https://drive.google.com/drive/folders/1Ruq6KZ2Jy5qejwVY4eOBrTJ2a8zRfWdY?usp=share_link Change-Id: I65380b3249380aebd909b888e54481c34789f529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4943523 Commit-Queue: Cheick Cisse <cheickcisse@google.com> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Gayane Petrosyan <gayane@google.com> Cr-Commit-Position: refs/heads/main@{#1218198}
Chromium
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead,
follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.