Lines Matching full:chromeos
8 """Script to checkout the ChromeOS source.
10 This script sets up the ChromeOS source in the given directory, matching a
11 particular release of ChromeOS.
38 """Build ChromeOS."""
46 help="Target directory for ChromeOS installation.",
73 help="CFLAGS for the ChromeOS packages",
79 help="CXXFLAGS for the ChromeOS packages",
85 help="LDFLAGS for the ChromeOS packages",
88 "--board", dest="board", help="ChromeOS target board, e.g. x86-generic"
127 help="Use default ChromeOS toolchain.",
225 # Firstly, build everything that chromeos-chrome depends on normally.
228 # only dependencies of "chromeos-chrome" get rebuilt.
249 "chromeos-chrome"
264 "build_packages failed while trying to build chromeos-chrome deps.",
267 # Secondly, build chromeos-chrome using debug mode.
286 "chromeos-chrome"
300 "build_packages failed while trying to build debug chromeos-chrome.",
303 # Now, we have built chromeos-chrome and all dependencies.
305 # otherwise, chromeos-chrome gets rebuilt.