Searched refs:_MSVSOnly (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSSettings.py292 def _MSVSOnly(tool, name, setting_type): function
654 _MSVSOnly(_compile, 'Detect64BitPortabilityProblems', _boolean)
655 _MSVSOnly(_compile, 'UseUnicodeResponseFiles', _boolean)
835 _MSVSOnly(_link, 'OptimizeForWindows98', _newly_boolean)
836 _MSVSOnly(_link, 'UseUnicodeResponseFiles', _boolean)
841 _MSVSOnly(_link, 'AdditionalLibraryDirectories_excluded', _folder_list)
842 _MSVSOnly(_link, 'DelayLoadDLLs_excluded', _file_list)
843 _MSVSOnly(_link, 'AdditionalDependencies_excluded', _file_list)
994 _MSVSOnly(_lib, 'AdditionalLibraryDirectories_excluded', _folder_list)
1040 _MSVSOnly(_manifes
[all...]

Completed in 49 milliseconds