| Index: third_party/iaccessible2/iaccessible2.gyp
|
| diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp
|
| index 16463999801f013d5c54e8f0497c988d1a7f9c4b..9af1c4f8a0d903b66de2ba8b72efe5eeeecf2616 100644
|
| --- a/third_party/iaccessible2/iaccessible2.gyp
|
| +++ b/third_party/iaccessible2/iaccessible2.gyp
|
| @@ -10,6 +10,12 @@
|
| {
|
| 'target_name': 'iaccessible2',
|
| 'type': 'static_library',
|
| + 'variables': {
|
| + 'clang_warning_flags': [
|
| + # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
|
| + '-Wno-extra-tokens',
|
| + ],
|
| + },
|
| 'sources': [
|
| 'ia2_api_all.idl',
|
| '<(midl_out_dir)/ia2_api_all.h',
|
|
|