clang/arm: Push -no-integrated-as into the four targets that need it.

clang's integrated assembler does not support old-style ARM assembly,
but the assembly itself generates is always modern so it's ok to
use the integrated assembler for all .cc compilations.  Three projects
have old and crufty .S ARM asm files, so push -no-integrated-as into these
three projects.  We can then clean those up asynchronously, while this
change makes sure no other projects with old assembly make it into the
tree.

Depends on:
https://codereview.webrtc.org/1484103002/
https://codereview.webrtc.org/1486143002/
https://codereview.chromium.org/1485143002/
https://chromium-review.googlesource.com/#/c/315110/2

BUG=124610

Review URL: https://codereview.chromium.org/1484883002

Cr-Commit-Position: refs/heads/master@{#362584}
7 files changed