8daf4cfb73
References to loadLibrary on a library prefix are compiled to a helper function that returns a Future that always completes successfully. The deferred libraries aren't actually deferred, but code that uses loadLibrary() now doesn't barf. BUG=#27343 R=vsm@google.com Review URL: https://codereview.chromium.org/2477673006 .