Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index de5e31179437c3bc892d838dc13a7f9281e7c7d0..2bee28ce5979a57bd310d9d241cdfed3149e3249 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2080,12 +2080,10 @@ |
'host_os%': "mac", |
}], |
- # TODO(sdefresne): Remove the target_subarch check once Apple has |
- # upstreamed the support for "arm64". http://crbug.com/341453 |
# TODO(eugenebut): Remove enable_coverage check once |
# libclang_rt.profile_ios.a is bundled with Chromium's clang. |
# http://crbug.com/450379 |
- ['target_subarch!="arm32" or enable_coverage or "<(GENERATOR)"=="xcode"', { |
+ ['enable_coverage or "<(GENERATOR)"=="xcode"', { |
'clang_xcode%': 1, |
}], |
], |