JarJar resources when building the android_webview.
commitca6b5d0f13f12c9accc65a683f5868fc5d3c15b0
authormkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 20 Jun 2014 22:47:21 +0000 (20 22:47 +0000)
committermkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 20 Jun 2014 22:47:21 +0000 (20 22:47 +0000)
treee114ab50e10975d556fcacb96055ec4b493ce922
parente3fd0bd10b02144e394532f2be15cfc0cfe27382
JarJar resources when building the android_webview.

The android_webview build will require there only be
a single R class (details in bug).
This change makes the necessary changes to the build
infrastructure for this to happen but the actual swap
to building the webview this way will land as a subsequent
CL.

BUG=387155
build-only change, all trybots compile fine.
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278849 0039d316-1c4b-4281-b951-d872f2087c98
12 files changed:
android_webview/Android.mk
android_webview/android_webview.gyp
android_webview/build/AndroidManifest.xml [new file with mode: 0644]
android_webview/build/jarjar_resources.gypi [new file with mode: 0644]
android_webview/build/resources_config.mk [new file with mode: 0644]
android_webview/java_library_common.mk [new file with mode: 0644]
base/android/jni_generator/jni_generator.py
base/android/jni_generator/jni_generator_tests.py
base/android/jni_generator/testJarJarRemapping.golden
build/android/gyp/jarjar_resources.py [new file with mode: 0755]
content/content.gyp
ui/android/ui_android.gyp