Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: build/linux/unbundle/README

Issue 13732002: Linux: move use_system_harfbuzz logic out of the main file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: command line examples in README Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | build/linux/unbundle/harfbuzz.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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}
OLDNEW
« no previous file with comments | « no previous file | build/linux/unbundle/harfbuzz.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698