| Index: google_update/google_update.gyp
 | 
| diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp
 | 
| index c3e76d804774065e75343e1a7b445872d807039d..990f7e4628c6b80e8d9c9afc4fdee224e7d3c2d1 100644
 | 
| --- a/google_update/google_update.gyp
 | 
| +++ b/google_update/google_update.gyp
 | 
| @@ -7,6 +7,12 @@
 | 
|      {
 | 
|        'target_name': 'google_update',
 | 
|        'type': 'static_library',
 | 
| +      'variables': {
 | 
| +        'clang_warning_flags': [
 | 
| +          # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
 | 
| +          '-Wno-extra-tokens',
 | 
| +        ],
 | 
| +      },
 | 
|        'sources': [
 | 
|          'google_update_idl.idl',
 | 
|          '<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h',
 | 
| 
 |