Make base a static ibrary

This saves a nontrivial amount of space for some of the smaller targets in release builds. See the comment added to the base target for more.

Remove libmojo_sdk. This is a complete static library that depended on base. Since base is now a static library, this dependency is not allowed. The mojo team says this target is no longer needed, so it was deleted.

Reland of https://codereview.chromium.org/1528233002/
The difference is that this now depends on https://codereview.chromium.org/1540953003/ which merges base into one library. This prevents the component build issues that were causing problems.

TBR=dpranke@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#366621}
4 files changed