Rewrite the R 'constants' for the WebView library apk.
// TODO: We should use jarjar to remove the redundant R classes here, but due
// to a bug in jarjar it's not possible to rename classes with '$' in their name.
// See b/15684775.
com.android.webview.chromium.R.onResourcesLoaded(packageId);
org.chromium.ui.R.onResourcesLoaded(packageId);
org.chromium.content.R.onResourcesLoaded(packageId);