diff options
author | ortuno <ortuno@chromium.org> | 2015-08-31 18:47:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-01 01:47:40 +0000 |
commit | 945c90df408fc010d5e56e0768881d26e451adad (patch) | |
tree | 4192857a10c926755551fdfdc023cfa3b585e73e /device/device_tests.gyp | |
parent | 2f57aa5dce866b4a2acb7028a954c42b0e8724a3 (diff) | |
download | chromium_src-945c90df408fc010d5e56e0768881d26e451adad.zip chromium_src-945c90df408fc010d5e56e0768881d26e451adad.tar.gz chromium_src-945c90df408fc010d5e56e0768881d26e451adad.tar.bz2 |
bluetooth-advertising: Fix wrong assignment and append of wrong type
The assignment statements where flipped so service data was always null.
Also the wrong function was being used to append to the writer which
caused chrome to crash.
BUG=525313
Review URL: https://codereview.chromium.org/1317933003
Cr-Commit-Position: refs/heads/master@{#346555}
Diffstat (limited to 'device/device_tests.gyp')
-rw-r--r-- | device/device_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/device_tests.gyp b/device/device_tests.gyp index e1b3bad..82f3dcb 100644 --- a/device/device_tests.gyp +++ b/device/device_tests.gyp @@ -40,6 +40,7 @@ 'bluetooth/bluetooth_adapter_unittest.cc', 'bluetooth/bluetooth_adapter_win_unittest.cc', 'bluetooth/bluetooth_advertisement_chromeos_unittest.cc', + 'bluetooth/bluetooth_advertisement_unittest.cc', 'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc', 'bluetooth/bluetooth_chromeos_unittest.cc', 'bluetooth/bluetooth_device_unittest.cc', |