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 - 12
of
12
) 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
landmine_utils.py
51
def
gyp_msvs_version
():
function
52
return os.environ.get('
GYP_MSVS_VERSION
', '')
gyp_chromium
294
os.environ['
GYP_MSVS_VERSION
'] = '2013'
/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
201
Setup is based off the
GYP_MSVS_VERSION
environment variable or whatever is
202
autodetected if
GYP_MSVS_VERSION
is not explicitly specified. If a version is
378
version = os.environ.get('
GYP_MSVS_VERSION
', 'auto')
394
msvs_version = os.environ.get('
GYP_MSVS_VERSION
')
396
raise ValueError('GYP_MSVS_OVERRIDE_PATH requires
GYP_MSVS_VERSION
to be '
/external/chromium_org/build/config/win/
get_msvc_config_real.py
195
Setup is based off the
GYP_MSVS_VERSION
environment variable or whatever is
196
autodetected if
GYP_MSVS_VERSION
is not explicitly specified. If a version is
372
version = os.environ.get('
GYP_MSVS_VERSION
', 'auto')
388
msvs_version = os.environ.get('
GYP_MSVS_VERSION
')
390
raise ValueError('GYP_MSVS_OVERRIDE_PATH requires
GYP_MSVS_VERSION
to be '
/external/chromium_org/tools/gyp/buildbot/
buildbot_run.py
127
env['
GYP_MSVS_VERSION
'] = msvs_version
/external/chromium_org/tools/gyp/test/lib/
TestGyp.py
738
We use the value specified by
GYP_MSVS_VERSION
. If not specified, we
757
msvs_version = os.environ.get('
GYP_MSVS_VERSION
', msvs_version)
761
# Check that the path to the specified
GYP_MSVS_VERSION
exists.
770
print ('Warning: Environment variable
GYP_MSVS_VERSION
specifies "%s" '
782
# Neither
GYP_MSVS_VERSION
nor the path help us out. Iterate through
[
all
...]
/external/chromium_org/tools/win/toolchain/
toolchain2013.py
165
file.write('set
GYP_MSVS_VERSION
=2013%s\n' % '' if pro else 'e')
toolchain.py
636
file.write('set
GYP_MSVS_VERSION
=%se\n' % vsversion)
Completed in 323 milliseconds