summaryrefslogtreecommitdiff
blob: 4e0666e82c49be110c899491f542570e974996e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>chromium</herd>
	<longdescription>Chromium is the open-source web browser project behind Google Chrome</longdescription>
	<use>
		<flag name="aura">
		    Enable Aura, new UI architecture that is GPU accelerated,
		    see http://www.chromium.org/developers/design-documents/aura .
		</flag>
		<flag name="bindist">Disable patent-encumbered HTML5 video codecs</flag>
		<flag name="system-sqlite">
			Use system sqlite instead of bundled sqlite. This breaks WebSQL on websites,
			please report compatibility issues to https://bugs.gentoo.org .
		</flag>
		<flag name="tcmalloc">Use bundled tcmalloc instead of system malloc.</flag>
	</use>
</pkgmetadata>