Move test_fonts into their own directory. The test fonts have been repackaged into the root of the archive file. This allows easy extraction with the test fonts being in their own directory, which is required by GCS. The alternative would be to add a subdirectory such as fonts, which would lead to annoying path names such as //thirdparty/test_fonts/fonts/test_fonts/myfont.tff The repackaged archive keeps everything as it currently is: //third_party/test_fonts/test_fonts, which prevents renaming other paths that depend on this. Bug: 343199633 Change-Id: I929f833a0bb7a4387551ab3a83bf941411751bf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5586596 Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Commit-Queue: Benjamin Joyce (Ben) <bjoyce@chromium.org> Cr-Commit-Position: refs/heads/main@{#1308937} NOKEYCHECK=True GitOrigin-RevId: 9a4d2c2ede7bc8ae101e66adf3aa10c9a9ad086b
diff --git a/README.chromium b/README.chromium index 03a37a2..dae65c8 100644 --- a/README.chromium +++ b/README.chromium
@@ -20,13 +20,13 @@ section headers in the LICENSE file: When adding a new license, add a dashed line, list the new font files that it applies to, and copy and paste the additional license below.) -4. Update the `//third_party/test_fonts/` BUILD.gn target to include all the +4 Update the '//third_party/test_fonts/' BUILD.gn target to include all the current fonts and their license files. -5. Run the `upload_to_google_storage.py` (from depot_tools) script to upload - the files. You must do this in the //third_party/test_fonts directory. To +5. Run the 'upload_to_google_storage_first_class.py' (from depot_tools) script to upload + the files. You must do this in the //third_party/test_fonts/test_fonts directory. To do this, execute: - $ upload_to_google_storage_first_class.py --bucket=chromium-fonts test_fonts -6. Update the entries in DEPS/test_fonts for object_name, sha256sum, size_bytes, + $ upload_to_google_storage_first_class.py --bucket=chromium-fonts ./ +6. Update the entries in DEPS/test_fonts/test_fonts for object_name, sha256sum, size_bytes, and generation. 7. (optional) Update FONT_FILES in third_party/blink/tools/blinkpy/web_tests/port/base.py .