Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index de5e31179437c3bc892d838dc13a7f9281e7c7d0..ce0089ebb43763459cc662b96e905a069884a7dd 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4022,6 +4022,10 @@ |
| 'cflags!': [ |
| '-fstack-protector', # stack protector is always enabled on arm64. |
| ], |
| + }], |
| + # TODO: Remove webview test once webview fully compiles from |
| + # Chromium. crbug.com/440793 |
| + ['OS=="android" and android_webview_build==0', { |
| 'ldflags': [ |
| '-fuse-ld=gold', |
| ], |