Gentoo Development Guide
CHROMIUM.ECLASS
Section: portage (5)Updated: May 2013
Index Return to Main Contents
NAME
chromium.eclass - Shared functions for chromium and google-chromeFUNCTIONS
- chromium_suid_sandbox_check_kernel_config
- Ensures the system kernel supports features needed for SUID sandbox to work.
- chromium_remove_language_paks
- Removes pak files from the current directory for languages that the user has not selected via the LINGUAS variable. Also performs QA checks to ensure CHROMIUM_LANGS has been set correctly.
- EGYP_CHROMIUM_COMMAND ?= build/gyp_chromium
- Path to the gyp_chromium script.
- EGYP_CHROMIUM_DEPTH ?= .
- Depth for egyp_chromium.
- egyp_chromium [gyp arguments]
- Calls EGYP_CHROMIUM_COMMAND with depth EGYP_CHROMIUM_DEPTH and given arguments. The full command line is echoed for logging.
- gyp_use <USE flag> [GYP flag] [true suffix] [false suffix]
-
If USE flag is set, echo -D[GYP flag]=[true suffix].
If USE flag is not set, echo -D[GYP flag]=[false suffix].
[GYP flag] defaults to use_[USE flag] with hyphens converted to underscores.
[true suffix] defaults to 1. [false suffix] defaults to 0.
- chromium_bundled_v8_version [path to version.cc]
- Outputs the version of v8 parsed from a (bundled) copy of the source code.
- chromium_installed_v8_version
- Outputs the version of dev-lang/v8 currently installed on the host system.
ECLASS VARIABLES
- CHROMIUM_LANGS
- List of language packs available for this package.
AUTHORS
Mike Gilbert <floppym@gentoo.org>
MAINTAINERS
Chromium Herd <chromium@gentoo.org>
REPORTING BUGS
Please report bugs via http://bugs.gentoo.org/FILES
/usr/portage/eclass/chromium.eclassSEE ALSO
ebuild(5)http://sources.gentoo.org/eclass/chromium.eclass?view=log
Index
This document was created by man2html, using the manual pages.
Time: 03:25:01 GMT, May 23, 2013