OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goma
(Results
1 - 5
of
5
) sorted by null
/build/core/
goma.mk
17
# Notice: this works only with Google's
Goma
build infrastructure.
20
# with
goma
. Note this file is evaluated twice, once by GNU make and
29
#
Goma
requires a lot of processes and file descriptors.
33
$(error See go/ma/how-to-use-
goma
/how-to-use-
goma
-for-android to relax the limit)
42
goma_dir := $(HOME)/
goma
48
$(warning You should have
goma
in $$GOMA_DIR or $(HOME)/
goma
) \
49
$(error See go/ma/how-to-use-
goma
/how-to-use-
goma
-for-android for detail)
[
all
...]
config.mk
287
include $(BUILD_SYSTEM)/
goma
.mk
[
all
...]
/build/kati/
m2n
25
goma_dir=${GOMA_DIR:-$HOME/
goma
}
33
m2n --
goma
# use
goma
. \$HOME/
goma
must exist, or set \$GOMA_DIR
49
--
goma
)
51
echo "To use
Goma
you must set GOMA_DIR, or install
goma
in $HOME/
goma
"
82
echo "Note: \$$k=${val} may confuse m2n --
goma
, unsetting"
/external/v8/tools/vim/
ninja-build.vim
16
" Bumps the number of parallel jobs in ninja automatically if
goma
is
/external/v8/
Makefile
168
ifeq ($(
goma
), on)
Completed in 248 milliseconds