File: README.chromium

package info (click to toggle)
chromium 138.0.7204.183-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,071,908 kB
  • sloc: cpp: 34,937,088; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,971; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (28 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name: FreeType-Testing
URL: https://github.com/freetype/freetype2-testing
Version: VER-04fa94191
Revision: 04fa94191645af39750f5eff0a66c49c5cb2c2cc
License: GPL-2.0
License File: LICENSE
Security Critical: no
Shipped: no
License Android Compatible: yes

Description:
This package tracks the freetype-testing repository which is a collection of
fuzzer harnesses that provide coverage for freetype for oss-fuzz. We want to run
some of the fuzzing harness as part of Chromium's own fuzzing. This is the
reason for this repository to be included.

How to update:
0. Ensure the mirror is up to date. May need to force a fetch with
   gob-ctl repos update-mirror-config github/freetype/freetype2-testing \
     --fetch_frequency 4h \
     --uri https://github.com/freetype/freetype2-testing.git

1. Create roll commit
   roll-dep src/third_party/freetype-testing/src/

2. Update the revision in this file.

3. Update BUILD.gn to reflect changes if needed.