Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 637822da9e44aebcc324e401976ee11cfa032e12..c4afd593be224c96187ac0d9d1403b2d13c9574d 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3086,8 +3086,7 @@ |
# 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)"!="239674-1" and ' |
- '"<!(python <(DEPTH)/tools/clang/scripts/update.py --print-revision)"!="239765-1"', { |
+ ['"<!(python <(DEPTH)/tools/clang/scripts/update.py --print-revision)"!="239674-1"', { |
# TODO(thakis): Move this to the global clang_warning_flags block once |
# clang is rolled far enough that the pinned clang understands this flag |
# TODO(thakis): Enable this, crbug.com/507717 |