bluetooth: android: Strings included in Chrome build.
commit6ceefd2e4a8a04218995580534479a0dbd328404
authorscheib <scheib@chromium.org>
Mon, 13 Jul 2015 23:45:42 +0000 (13 16:45 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 13 Jul 2015 23:46:34 +0000 (13 23:46 +0000)
treee1fad104f788ea66713f4809ce5d234850bdaa7b
parentc148a71cb902192f696da7930e4200e6147e9b7b
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}
chrome/chrome_repack_locales.gni
chrome/chrome_resources.gyp
chrome/tools/build/repack_locales.py
device/bluetooth/BUILD.gn
device/bluetooth/strings/BUILD.gn [new file with mode: 0644]
device/bluetooth/strings/OWNERS [new file with mode: 0644]