OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gyp
(Results
1 - 20
of
20
) sorted by null
/external/boringssl/src/util/bot/
vs_env.py
19
# vs_toolchain adds
gyp
to sys.path.
20
import
gyp
.MSVSVersion
30
vs_version =
gyp
.MSVSVersion.SelectVisualStudioVersion()
34
# then 'set', and then parses the environment variables out. (
GYP
internally
vs_toolchain.py
14
sys.path.insert(0, os.path.join(script_dir, '
gyp
', 'pylib'))
18
import
gyp
26
"""Sets up os.environ to use the depot_tools VS toolchain with
gyp
, and
28
the output directory after
gyp
generation.
56
gyp_defines_dict =
gyp
.NameValueListToDict(
gyp
.ShlexEnv('GYP_DEFINES'))
99
information required to pass to
gyp
which we use in |GetToolchainDir()|.
update_clang.py
146
# Use
gyp
to find the MSVS installation, either in depot_tools as per above,
148
sys.path.append(os.path.join(THIS_DIR, '
gyp
', 'pylib'))
149
import
gyp
.MSVSVersion
150
vs_version =
gyp
.MSVSVersion.SelectVisualStudioVersion(
/build/kati/testcase/
multi_rule.mk
3
# simplified case for
gyp
-generated action targets
canned_recipes.mk
3
# canned recipes are used in
gyp
-generated Makefile (fixup_dep etc)
call.mk
1
# from
gyp
-generated Makefile
/external/webrtc/talk/build/
common.gypi
39
'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-7-openjdk-amd64\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home
gyp
variable to a directory containing include/jni.h!\'; print dir")',
build_ios_libs.sh
40
# Check for
GYP
generator.
45
echo "Failed to find
gyp
generator." >&2
75
webrtc/build/gyp_webrtc talk/build/merge_ios_libs.
gyp
/external/google-breakpad/src/build/
gyp_breakpad
38
sys.path.insert(0, os.path.join(breakpad_root, 'tools', '
gyp
', 'pylib'))
39
import
gyp
42
rc =
gyp
.main(args)
44
print 'Error running
GYP
'
50
args.append(os.path.join(script_dir, 'all.
gyp
'))
57
# Set the
GYP
DEPTH variable to the root of the project.
60
print 'Updating projects from
gyp
files...'
/external/v8/
Makefile
269
GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.
gyp
\
272
gypfiles/toolchain.gypi gypfiles/all.
gyp
gypfiles/mac/asan.
gyp
\
273
test/cctest/cctest.
gyp
test/fuzzer/fuzzer.
gyp
\
274
test/unittests/unittests.
gyp
src/v8.
gyp
\
275
tools/parser-shell.
gyp
testing/gmock.
gyp
testing/gtest.
gyp
\
[
all
...]
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_node/
build_interop.sh
32
npm install -g node-
gyp
gulp
/external/libyuv/files/
gyp_libyuv
11
# This script is used to run
GYP
for libyuv. It contains selected parts of the
26
sys.path.insert(0, os.path.join(checkout_root, 'tools', '
gyp
', 'pylib'))
27
import
gyp
30
"""Returns a list of the supplemental files that are included in all
GYP
48
if arg.endswith('.
gyp
'):
52
# If we didn't get a file, assume 'all.
gyp
' in the root of the checkout.
54
# Because of a bug in
gyp
, simply adding the abspath to all.
gyp
doesn't
57
args.append('all.
gyp
')
59
# There shouldn't be a circular dependency relationship between .
gyp
files
[
all
...]
/external/webrtc/webrtc/build/
gyp_webrtc
11
# This script is used to run
GYP
for WebRTC. It contains selected parts of the
27
sys.path.insert(0, os.path.join(checkout_root, 'tools', '
gyp
', 'pylib'))
28
import
gyp
31
"""Returns a list of the supplemental files that are included in all
GYP
62
if arg.endswith('.
gyp
'):
66
# If we didn't get a file, assume 'all.
gyp
' in the root of the checkout.
68
# Because of a bug in
gyp
, simply adding the abspath to all.
gyp
doesn't
71
args.append('all.
gyp
')
73
# There shouldn't be a circular dependency relationship between .
gyp
files
[
all
...]
/external/v8/gypfiles/
gyp_v8
30
# This script is wrapper for V8 that adds some support for how
GYP
46
sys.path.insert(0, os.path.join(v8_root, 'tools', '
gyp
', 'pylib'))
47
import
gyp
55
"""Returns the output directory that
GYP
will use."""
104
rc =
gyp
.main(args)
114
print 'Error running
GYP
'
128
print '
GYP
is now disabled by default in runhooks.\n'
143
if arg.endswith('.
gyp
'):
148
# assuming 'all.
gyp
' from the same directory as the script.
156
args.append(os.path.join(script_dir, 'all.
gyp
'))
[
all
...]
vs_toolchain.py
20
sys.path.insert(0, os.path.join(chrome_src, 'tools', '
gyp
', 'pylib'))
24
import
gyp
32
"""Sets up os.environ to use the depot_tools VS toolchain with
gyp
, and
34
the output directory after
gyp
generation.
65
gyp_defines_dict =
gyp
.NameValueListToDict(
gyp
.ShlexEnv('GYP_DEFINES'))
232
This needs to be run after
gyp
has been run so that the expected target
235
This is used for the
GYP
build and gclient runhooks.
297
information required to pass to
gyp
which we use in |GetToolchainDir()|.
/external/grpc-grpc/tools/gce/
linux_kokoro_performance_worker_init.sh
38
gyp
\
linux_performance_worker_init.sh
38
gyp
\
/external/v8/tools/vim/
ninja-build.vim
14
" Requires that
gyp
has already generated build.ninja files, and that ninja is
/build/soong/cmd/javac_wrapper/
javac_wrapper.go
38
// https://chromium.googlesource.com/chromium/src/+/master/build/android/
gyp
/javac.py
/external/boringssl/src/util/
generate_build_files.py
331
class
GYP
(object):
688
' [android|bazel|eureka|gn|
gyp
]')
713
elif s == '
gyp
':
714
platforms.append(
GYP
())
Completed in 2809 milliseconds