OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gyp_msvs_version
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/tools/gyp/test/msvs/config_attrs/
gyptest-config_attrs.py
20
if os.getenv('
GYP_MSVS_VERSION
'):
21
vc_version = ['VC90','VC100'][int(os.getenv('
GYP_MSVS_VERSION
')) >= 2010]
/external/chromium_org/build/
get_landmines.py
20
gyp_msvs_version
= landmine_utils.
gyp_msvs_version
variable
44
gyp_msvs_version
() == '2012' and
49
gyp_msvs_version
().startswith('2013')):
landmine_utils.py
51
def
gyp_msvs_version
():
function
52
return os.environ.get('
GYP_MSVS_VERSION
', '')
gyp_helper.py
37
'
GYP_MSVS_VERSION
',
vs_toolchain.py
47
os.environ['
GYP_MSVS_VERSION
'] = version
153
os.environ['
GYP_MSVS_VERSION
'],
/external/chromium_org/tools/gyp/test/win/
gyptest-cl-analysis.py
17
int(os.environ.get('
GYP_MSVS_VERSION
', 0)) >= 2012):
/external/chromium_org/tools/gyp/test/msvs/external_builder/
gyptest-all.py
17
if int(os.environ.get('
GYP_MSVS_VERSION
', 0)) < 2010:
/external/chromium_org/tools/gyp/pylib/gyp/
MSVSVersion.py
203
Setup is based off the
GYP_MSVS_VERSION
environment variable or whatever is
204
autodetected if
GYP_MSVS_VERSION
is not explicitly specified. If a version is
380
version = os.environ.get('
GYP_MSVS_VERSION
', 'auto')
396
msvs_version = os.environ.get('
GYP_MSVS_VERSION
')
398
raise ValueError('GYP_MSVS_OVERRIDE_PATH requires
GYP_MSVS_VERSION
to be '
/external/chromium_org/tools/gyp/buildbot/
buildbot_run.py
151
env['
GYP_MSVS_VERSION
'] = msvs_version
/external/chromium_org/tools/gyp/test/lib/
TestGyp.py
873
print ('Warning: Environment variable
GYP_MSVS_VERSION
specifies "%s" '
899
We use the value specified by
GYP_MSVS_VERSION
. If not specified, we
918
msvs_version = os.environ.get('
GYP_MSVS_VERSION
', msvs_version)
921
# Check that the path to the specified
GYP_MSVS_VERSION
exists.
[
all
...]
Completed in 420 milliseconds