| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f5a3e8052b795e0274c7357cdd9397f719e2f952..17f5b36c8b577d493536c2674f406093c7564577 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2521,6 +2521,9 @@
|
| # code generated by flex (used in angle) contains that keyword.
|
| # http://crbug.com/255186
|
| '-Wno-deprecated-register',
|
| +
|
| + # TODO(hans): Get this cleaned up.
|
| + '-Wno-inconsistent-missing-override',
|
| ],
|
| },
|
| 'includes': [ 'set_clang_warning_flags.gypi', ],
|
| @@ -4242,7 +4245,7 @@
|
| 'target_conditions': [
|
| ['_toolset=="target"', {
|
| 'cflags': [
|
| - '-mllvm -asan-coverage=<(asan_coverage)',
|
| + '-fsanitize-coverage=<(asan_coverage)',
|
| ],
|
| }],
|
| ],
|
| @@ -4613,16 +4616,6 @@
|
| # TODO(eugenis): find a way to reenable this.
|
| '-mllvm -asan-globals=0',
|
| ],
|
| - 'conditions': [
|
| - ['target_arch=="arm"', {
|
| - 'ldflags': [
|
| - # TODO(hans): The ASan runtime is no longer automatically
|
| - # added to the link line when using -nostdlib. Can we
|
| - # stop adding -nostdlib? (crbug.com/423429)
|
| - '<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/lib/clang/3.6.0/lib/linux/libclang_rt.asan-arm-android.so',
|
| - ],
|
| - }],
|
| - ],
|
| }],
|
| ['android_webview_build==0', {
|
| 'defines': [
|
| @@ -4916,7 +4909,7 @@
|
| 'target_conditions': [
|
| ['_toolset=="target"', {
|
| 'cflags': [
|
| - '-mllvm -asan-coverage=<(asan_coverage)',
|
| + '-fsanitize-coverage=<(asan_coverage)',
|
| ],
|
| }],
|
| ],
|
|
|