bluetooth: android: Strings included in Chrome build.
Upcoming patch https://codereview.chromium.org/
1215303006/ produces
BluetoothDevices which may have empty names. Cross platform code
BluetoothDevice::GetAddressWithLocalizedDeviceTypeName() generates
names for devices that do not advertise a name and requires string
resources.
This patch packs bluetooth strings on all platforms except IOS
(previously this was guarded by "enable_extensions").
Bluetooth string pak files in GN build are also made consistent with the
GYP build (in a strings sub directory), as it was noticed that bluetooth
was the only module inconsistent when comparing with:
diff \
<(find outandroid/Debug -name "*pak" | sort) \
<(find outandroidgn/Debug/ -name "*pak" | sed s/gn// | sort)
BUG=488579
Review URL: https://codereview.chromium.org/
1224273008
Cr-Commit-Position: refs/heads/master@{#338595}