Commit 31f4fcc0 authored by torne@chromium.org's avatar torne@chromium.org

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
parent 3a1b4164
......@@ -318,13 +318,6 @@
}],
],
}],
['OS=="android"', {
'sources!': [
'renderer/extensions/experimental.usb_custom_bindings.cc',
'renderer/extensions/experimental.usb_custom_bindings.h',
'renderer/resources/extensions/experimental.usb_custom_bindings.js',
],
}],
],
},
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment