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 7467031: Add libdbus dependency for Linux. (Closed)

Created:
9 years, 5 months ago by satorux1
Modified:
9 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add libdbus dependency for Linux. This is the first patch for our own D-Bus client library. The D-Bus client code will be placed under 'dbus' on the top level directory More patches will follow. BUG=90036 TEST=try bot to make sure this won't break builds. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93658

Patch Set 1 #

Patch Set 2 : moved to the top-level directory #

Patch Set 3 : sort lines #

Total comments: 2

Patch Set 4 : revert all.gyp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M build/linux/system.gyp View 1 chunk +18 lines, -0 lines 0 comments Download
A dbus/dbus.gyp View 1 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
satorux1
I've heard Evan likes small patches, so I'm sending this out the small patch first. ...
9 years, 5 months ago (2011-07-21 17:08:41 UTC) #1
Evan Martin
On 2011/07/21 17:08:41, satorux1 wrote: > I > hope net/dbus would be the right place ...
9 years, 5 months ago (2011-07-21 17:23:01 UTC) #2
satorux1
On 2011/07/21 17:23:01, Evan Martin wrote: > On 2011/07/21 17:08:41, satorux1 wrote: > > I ...
9 years, 5 months ago (2011-07-21 17:36:04 UTC) #3
willchan no longer on Chromium
Is there a reason this goes into the Chromium source tree rather than as an ...
9 years, 5 months ago (2011-07-21 17:40:42 UTC) #4
satorux1
On 2011/07/21 17:40:42, willchan wrote: > Is there a reason this goes into the Chromium ...
9 years, 5 months ago (2011-07-21 17:45:35 UTC) #5
willchan no longer on Chromium
On Thu, Jul 21, 2011 at 8:45 PM, <satorux@chromium.org> wrote: > On 2011/07/21 17:40:42, willchan ...
9 years, 5 months ago (2011-07-21 18:06:05 UTC) #6
satorux1
On 2011/07/21 18:06:05, willchan wrote: > On Thu, Jul 21, 2011 at 8:45 PM, <mailto:satorux@chromium.org> ...
9 years, 5 months ago (2011-07-21 18:11:06 UTC) #7
willchan no longer on Chromium
On Thu, Jul 21, 2011 at 9:11 PM, <satorux@chromium.org> wrote: > On 2011/07/21 18:06:05, willchan ...
9 years, 5 months ago (2011-07-21 18:24:05 UTC) #8
satorux1
On 2011/07/21 18:24:05, willchan wrote: > On Thu, Jul 21, 2011 at 9:11 PM, <mailto:satorux@chromium.org> ...
9 years, 5 months ago (2011-07-21 19:13:32 UTC) #9
Evan Martin
I hate to say it, but content seems weird to me to. Maybe ui/? Really ...
9 years, 5 months ago (2011-07-21 19:24:32 UTC) #10
satorux1
On 2011/07/21 19:24:32, Evan Martin wrote: > I hate to say it, but content seems ...
9 years, 5 months ago (2011-07-21 19:33:43 UTC) #11
Evan Martin
On 2011/07/21 19:33:43, satorux1 wrote: > On 2011/07/21 19:24:32, Evan Martin wrote: > > I ...
9 years, 5 months ago (2011-07-21 19:40:00 UTC) #12
satorux1
On 2011/07/21 19:40:00, Evan Martin wrote: > On 2011/07/21 19:33:43, satorux1 wrote: > > On ...
9 years, 5 months ago (2011-07-21 19:55:43 UTC) #13
satorux1
On 2011/07/21 19:55:43, satorux1 wrote: > On 2011/07/21 19:40:00, Evan Martin wrote: > > On ...
9 years, 5 months ago (2011-07-21 20:01:51 UTC) #14
willchan no longer on Chromium
The reason I prefer content/ is because I am under the impression we've been pushed ...
9 years, 5 months ago (2011-07-21 20:05:49 UTC) #15
Evan Martin
I polled my office. They think net/ is the least bad of the options so ...
9 years, 5 months ago (2011-07-21 20:36:57 UTC) #16
satorux1
On 2011/07/21 20:36:57, Evan Martin wrote: > I polled my office. They think net/ is ...
9 years, 5 months ago (2011-07-21 20:44:04 UTC) #17
willchan no longer on Chromium
I'm going to send a LGTM now because I'm headed out, and I don't want ...
9 years, 5 months ago (2011-07-21 20:45:16 UTC) #18
Evan Martin
On Thu, Jul 21, 2011 at 1:44 PM, <satorux@chromium.org> wrote: >> (I mean, putting stuff ...
9 years, 5 months ago (2011-07-21 21:07:37 UTC) #19
wtc
src/dbus, src/base/dbus, and src/net/dbus are all fine by me. We can always move the files ...
9 years, 5 months ago (2011-07-21 21:17:26 UTC) #20
satorux1
On 2011/07/21 21:17:26, wtc wrote: > src/dbus, src/base/dbus, and src/net/dbus are all fine by me. ...
9 years, 5 months ago (2011-07-21 21:30:12 UTC) #21
Evan Martin
LGTM http://codereview.chromium.org/7467031/diff/4005/build/all.gyp File build/all.gyp (right): http://codereview.chromium.org/7467031/diff/4005/build/all.gyp#newcode83 build/all.gyp:83: '../dbus/dbus.gyp:*', I think you don't need this, unless ...
9 years, 5 months ago (2011-07-21 21:34:10 UTC) #22
Evan Martin
PS: make sure that nobody's build breaks due to there not being any sources, I'm ...
9 years, 5 months ago (2011-07-21 21:34:52 UTC) #23
satorux1
Running try bots to make sure any builds won't break. http://codereview.chromium.org/7467031/diff/4005/build/all.gyp File build/all.gyp (right): http://codereview.chromium.org/7467031/diff/4005/build/all.gyp#newcode83 ...
9 years, 5 months ago (2011-07-21 21:40:22 UTC) #24
commit-bot: I haz the power
9 years, 5 months ago (2011-07-22 16:57:32 UTC) #25
Change committed as 93658

Powered by Google App Engine
This is Rietveld 408576698