Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 29f5a46477e1245e93439666cc1529f38ea5eb23..5c1914ce900746f679780caab7a475e867ea3c7d 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3036,10 +3036,6 @@ |
['enable_wexit_time_destructors==1 and OS!="win"', { |
# TODO: Enable on Windows too, http://crbug.com/404525 |
'variables': { 'clang_warning_flags': ['-Wexit-time-destructors']}, |
- }], |
- ['"<!(python <(DEPTH)/tools/clang/scripts/update.py --print-revision)"!="270823-1"', { |
- # TODO(eugenis): https://crbug.com/619640 |
- 'variables': { 'clang_warning_flags': ['-Wno-address-of-packed-member']}, |
}], |
['chromium_code==0', { |
'variables': { |