Descriptionbluetooth: 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
Committed: https://crrev.com/6ceefd2e4a8a04218995580534479a0dbd328404
Cr-Commit-Position: refs/heads/master@{#338595}
Patch Set 1 : #Patch Set 2 : GYP comment fix; Add OWNERS for .gn .gyp #Patch Set 3 : Merge TOT #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 22 (9 generated)
|