Searched refs:_midl (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | MSVSSettings.py | 495 _midl = _Tool('VCMIDLTool', 'Midl') variable 503 _AddTool(_midl) 901 _Same(_midl, 'AdditionalIncludeDirectories', _folder_list) # /I 902 _Same(_midl, 'AdditionalOptions', _string_list) 903 _Same(_midl, 'CPreprocessOptions', _string) # /cpp_opt 904 _Same(_midl, 'ErrorCheckAllocations', _boolean) # /error allocation 905 _Same(_midl, 'ErrorCheckBounds', _boolean) # /error bounds_check 906 _Same(_midl, 'ErrorCheckEnumRange', _boolean) # /error enum 907 _Same(_midl, 'ErrorCheckRefPointers', _boolean) # /error ref 908 _Same(_midl, 'ErrorCheckStubData', _boolean) # /error stub_data [all …]
|