Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Issue 2248973003: Linux: Add libbluetooth to sysroot scripts (Closed)

Created:
4 years, 4 months ago by Tom (Use chromium acct)
Modified:
4 years, 4 months ago
CC:
chromium-reviews, ortuno
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add libbluetooth to sysroot scripts Desktop Chromium OS is unable to build with the current wheezy sysroot because it is missing libbluetooth-dev. This CL adds libbluetooth to the wheezy sysroot. Eventually we will want to build Chromium OS with the jessie sysroot, so added libbluetooth there as well. Finally, added to trusty sysroot for good measure. BUG=638394 Committed: https://crrev.com/d61be279532de3e797906b26cdbb00516703dd31 Cr-Commit-Position: refs/heads/master@{#412397}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M build/linux/sysroot_scripts/packagelist.jessie.amd64 View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.arm View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.arm64 View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.i386 View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.jessie.mipsel View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.trusty.arm View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.amd64 View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.arm View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.i386 View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/packagelist.wheezy.mipsel View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/sysroot-creator-jessie.sh View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/sysroot-creator-trusty.sh View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/sysroot_scripts/sysroot-creator-wheezy.sh View 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 33 (15 generated)
Tom (Use chromium acct)
4 years, 4 months ago (2016-08-16 20:59:43 UTC) #5
Tom (Use chromium acct)
+ dpranke@ for review thestig@ for OWNERS
4 years, 4 months ago (2016-08-16 21:29:28 UTC) #8
Dirk Pranke
+ortuno as a bluetooth person ... I'm a little nervous about adding something like this. ...
4 years, 4 months ago (2016-08-16 22:14:23 UTC) #12
Dirk Pranke
(adding link to the motivating bug for context).
4 years, 4 months ago (2016-08-16 22:20:40 UTC) #14
ortuno
What's "Desktop Chromium OS"?
4 years, 4 months ago (2016-08-16 22:52:21 UTC) #15
Dirk Pranke
On 2016/08/16 22:52:21, ortuno wrote: > What's "Desktop Chromium OS"? A linux build with `target_os="chromeos"`. ...
4 years, 4 months ago (2016-08-16 23:25:40 UTC) #16
ortuno
+rkc who knows more about Chrome OS. If the objective is just to compile then ...
4 years, 4 months ago (2016-08-16 23:40:16 UTC) #18
rkc
Where are we using libbluetooth from?
4 years, 4 months ago (2016-08-16 23:52:03 UTC) #19
Tom (Use chromium acct)
On 2016/08/16 23:52:03, rkc wrote: > Where are we using libbluetooth from? https://cs.chromium.org/chromium/src/components/arc/bluetooth/arc_bluetooth_bridge.cc?type=cs&q=%22%23include+%3Cbluetooth/bluetooth.h%3E%22&sq=package:chromium&l=7
4 years, 4 months ago (2016-08-16 23:53:25 UTC) #20
Tom (Use chromium acct)
On 2016/08/16 22:14:23, Dirk Pranke wrote: > +ortuno as a bluetooth person ... > > ...
4 years, 4 months ago (2016-08-16 23:56:33 UTC) #21
rkc
So we should 'not' have a runtime dependency on libbluetooth. That code should only require ...
4 years, 4 months ago (2016-08-17 00:00:53 UTC) #23
Tom (Use chromium acct)
On 2016/08/17 00:00:53, rkc wrote: > So we should 'not' have a runtime dependency on ...
4 years, 4 months ago (2016-08-17 00:02:31 UTC) #24
rkc
Ah, lgtm then. I am not particularly happy about using libbluetooth headers in Chrome - ...
4 years, 4 months ago (2016-08-17 00:10:10 UTC) #25
Lei Zhang
lgtm
4 years, 4 months ago (2016-08-17 00:26:26 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2248973003/1
4 years, 4 months ago (2016-08-17 00:30:56 UTC) #28
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-17 00:34:56 UTC) #30
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/d61be279532de3e797906b26cdbb00516703dd31 Cr-Commit-Position: refs/heads/master@{#412397}
4 years, 4 months ago (2016-08-17 00:36:29 UTC) #32
Dirk Pranke
4 years, 4 months ago (2016-08-17 00:47:42 UTC) #33
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698