Home | History | Annotate | only in /external/chromium_org/build/linux/unbundle
Up to higher level directory
NameDateSize
expat.gyp11-Dec-2013341
ffmpeg.gyp11-Dec-20132K
flac.gyp11-Dec-2013911
harfbuzz.gyp11-Dec-20131.1K
icu.gyp11-Dec-20136.4K
jsoncpp.gyp11-Dec-2013899
libevent.gyp11-Dec-2013577
libjpeg.gyp11-Dec-2013607
libpng.gyp11-Dec-2013876
libusb.gyp11-Dec-2013827
libvpx.gyp11-Dec-20131K
libwebp.gyp11-Dec-2013747
libxml.gyp11-Dec-2013908
libxslt.gyp11-Dec-2013597
opus.gyp11-Dec-2013903
re2.gyp11-Dec-20131,003
README11-Dec-20131K
replace_gyp_files.py11-Dec-20132.7K
snappy.gyp11-Dec-2013634
speex.gyp11-Dec-20131.2K
sqlite.gyp11-Dec-2013659
v8.gyp11-Dec-20132.3K
zlib.gyp11-Dec-20131.4K

README

      1 This directory contains files that make it possible to use system libraries.
      2 
      3 For more info please read the following:
      4 
      5  - https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
      6  - https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies
      7  - http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles
      8 
      9 For more Chromium-specific context please read
     10 http://spot.livejournal.com/312320.html .
     11 
     12 This directory is provided in the source tree to follow above guidelines.
     13 It is a compromise solution which takes into account Chromium developers
     14 who want to avoid the perceived burden of more conditional code in gyp,
     15 and expectations of Open Source community, where using system-provided
     16 libraries is the norm.
     17 
     18 Usage:
     19 
     20 replace_gyp_files.py <gyp-flags>
     21 
     22 For example: replace_gyp_files.py -Duse_system_harfbuzz=1
     23 
     24 The script ignores flags other than -D for convenience. This makes it possible
     25 to have a variable e.g. ${myconf} with all the options, and execute:
     26 
     27 build/linux/unbundle/replace_gyp_files.py ${myconf}
     28 build/gyp_chromium ${myconf}
     29