summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/expat/README.chromium
blob: 435a7b9882a52e6963e54d3719165675e28f1a18 (plain)
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
29
30
31
Name: Expat XML Parser
Short Name: expat
URL: https://github.com/libexpat/libexpat
Version: R_2_2_8-5-g4f23e05
License: MIT
License File: files/COPYING
Security Critical: yes

Description:
  This is Expat XML parser - very lightweight C library for parsing XML.
  Expat is distributed under an MIT license detailed in files/COPYING.

  We include it here because libjingle depends on it.

Import process:
  git clone https://github.com/libexpat/libexpat.git
  cd libexpat/expat
  ./buildconf.sh
  ./configure
  cp expat_config.h $CHROMIUM_SRC/third_party/expat/files/lib
  cd lib
  cp *.c *.def *.h $CHROMIUM_SRC/third_party/expat/files/lib
  cd $CHROMIUM_SRC/third_party/expat
  patch -p3 < 0001-Do-not-claim-getrandom.patch

Patches:
    0001-Do-not-claim-getrandom.patch:
      * Not all platforms have getrandom.

Added files:
  lib/expat_config.h (a generated config file)