| Index: third_party/isimpledom/isimpledom.gyp
|
| diff --git a/third_party/isimpledom/isimpledom.gyp b/third_party/isimpledom/isimpledom.gyp
|
| index 80a0089816ff2fda0ff3f874048d727af5e68123..9f3fbee91e3cb11fee8d0373c4c90b3e62fcb8cc 100644
|
| --- a/third_party/isimpledom/isimpledom.gyp
|
| +++ b/third_party/isimpledom/isimpledom.gyp
|
| @@ -9,6 +9,10 @@
|
| 'type': 'static_library',
|
| 'variables': {
|
| 'midl_out_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/isimpledom',
|
| + 'clang_warning_flags': [
|
| + # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
|
| + '-Wno-extra-tokens',
|
| + ],
|
| },
|
| 'sources': [
|
| 'ISimpleDOMDocument.idl',
|
|
|