Fix extension link error on Android.
commit31f4fcc0004c97d25295d645e5884405a2d9d222
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 10 Aug 2012 17:55:06 +0000 (10 17:55 +0000)
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 10 Aug 2012 17:55:06 +0000 (10 17:55 +0000)
tree268bf91b621783e74945598afb4cf7706f98526b
parent3a1b4164a928fefac3a6eaf5367db7e7ec81b680
Fix extension link error on Android.

The USB extension binding code introduced in r134423 is excluded from
the build when OS==android, but still calls the excluded code. None of
the other bindings are excluded on Android currently, and the files do
actually build, so just reinclude them for now. More extension code may
be excluded from android in future, but in a less piecemeal way.

Review URL: https://chromiumcodereview.appspot.com/10855047

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151081 0039d316-1c4b-4281-b951-d872f2087c98
chrome/chrome_renderer.gypi