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

Issue 12385071: Make it possible to disable dbus on linux (Closed)

Created:
7 years, 9 months ago by Mostyn Bramley-Moore
Modified:
7 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, rogerj
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Make it possible to disable dbus on linux Note that this only applies to "core" functionality. Some configurations (eg chromeos, or use_gconf=1) will pull in dbus independently. BUG=63981 TEST=Make a linux content_shell build with use_dbus=0 use_gconf=0, then check that "ldd content_shell | grep dbus" doesn't show any matches.

Patch Set 1 #

Patch Set 2 : minor fixup #

Total comments: 6

Patch Set 3 : follow gyp conventions & improve code comment #

Total comments: 6

Patch Set 4 : copyright header date fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -21 lines) Patch
M build/all.gyp View 2 chunks +5 lines, -1 line 0 comments Download
M build/common.gypi View 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 chunks +16 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 2 chunks +7 lines, -3 lines 0 comments Download
M content/browser/geolocation/empty_device_data_provider.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + content/browser/power_save_blocker_empty.cc View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download
M content/content_browser.gypi View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 chunk +1 line, -1 line 0 comments Download
M net/net.gyp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Mostyn Bramley-Moore
Here's another patch which is relevant to embedded linux systems...
7 years, 9 months ago (2013-03-03 17:15:12 UTC) #1
joth
The gyp rules for this could get pretty unwieldy as it expands from a 1D ...
7 years, 9 months ago (2013-03-03 19:43:55 UTC) #2
Mostyn Bramley-Moore
On 2013/03/03 19:43:55, joth wrote: > The gyp rules for this could get pretty unwieldy ...
7 years, 9 months ago (2013-03-03 21:19:25 UTC) #3
Mostyn Bramley-Moore
https://codereview.chromium.org/12385071/diff/12/content/browser/geolocation/empty_device_data_provider.cc File content/browser/geolocation/empty_device_data_provider.cc (right): https://codereview.chromium.org/12385071/diff/12/content/browser/geolocation/empty_device_data_provider.cc#newcode9 content/browser/geolocation/empty_device_data_provider.cc:9: // Only define for platforms that lack a real ...
7 years, 9 months ago (2013-03-03 21:19:35 UTC) #4
Nico
What's the motivation for this?
7 years, 9 months ago (2013-03-03 23:00:44 UTC) #5
Mostyn Bramley-Moore
On 2013/03/03 23:00:44, Nico wrote: > What's the motivation for this? I'm working on builds ...
7 years, 9 months ago (2013-03-03 23:07:23 UTC) #6
Nico
Will this build configuration be covered by any bots? https://codereview.chromium.org/12385071/diff/13/content/browser/power_save_blocker_empty.cc File content/browser/power_save_blocker_empty.cc (left): https://codereview.chromium.org/12385071/diff/13/content/browser/power_save_blocker_empty.cc#oldcode21 content/browser/power_save_blocker_empty.cc:21: ...
7 years, 9 months ago (2013-03-03 23:14:21 UTC) #7
Mostyn Bramley-Moore
On 2013/03/03 23:14:21, Nico wrote: > Will this build configuration be covered by any bots? ...
7 years, 9 months ago (2013-03-03 23:36:54 UTC) #8
stuartmorgan
Why am I on this review? If you're going to put 6 (!) people on ...
7 years, 9 months ago (2013-03-04 07:30:35 UTC) #9
Mostyn Bramley-Moore
On 2013/03/04 07:30:35, stuartmorgan wrote: > Why am I on this review? If you're going ...
7 years, 9 months ago (2013-03-04 07:43:08 UTC) #10
Nico
How hard is it for you to maintain this bit out of tree? https://codereview.chromium.org/12385071/diff/13/content/browser/power_save_blocker_empty.cc File ...
7 years, 9 months ago (2013-03-04 08:55:00 UTC) #11
Mostyn Bramley-Moore
On 2013/03/04 08:55:00, Nico wrote: > How hard is it for you to maintain this ...
7 years, 9 months ago (2013-03-04 09:37:04 UTC) #12
Mostyn Bramley-Moore
https://codereview.chromium.org/12385071/diff/13/content/browser/power_save_blocker_empty.cc File content/browser/power_save_blocker_empty.cc (right): https://codereview.chromium.org/12385071/diff/13/content/browser/power_save_blocker_empty.cc#newcode1 content/browser/power_save_blocker_empty.cc:1: // Copyright (c) 2012-2013 The Chromium Authors. All rights ...
7 years, 9 months ago (2013-03-04 09:37:13 UTC) #13
Nico
On Mon, Mar 4, 2013 at 10:37 AM, <mostynb@opera.com> wrote: > On 2013/03/04 08:55:00, Nico ...
7 years, 9 months ago (2013-03-04 09:43:50 UTC) #14
Mostyn Bramley-Moore
On 2013/03/04 09:43:50, Nico wrote: > On Mon, Mar 4, 2013 at 10:37 AM, <mailto:mostynb@opera.com> ...
7 years, 9 months ago (2013-03-04 10:35:48 UTC) #15
Nico
On Mon, Mar 4, 2013 at 11:35 AM, <mostynb@opera.com> wrote: > On 2013/03/04 09:43:50, Nico ...
7 years, 9 months ago (2013-03-04 20:48:47 UTC) #16
Mostyn Bramley-Moore
On 2013/03/04 20:48:47, Nico wrote: > On Mon, Mar 4, 2013 at 11:35 AM, <mailto:mostynb@opera.com> ...
7 years, 9 months ago (2013-03-04 21:53:57 UTC) #17
darin (slow to review)
I think it would be helpful to get a view of the bigger picture. It ...
7 years, 9 months ago (2013-03-05 06:35:19 UTC) #18
jam
On 2013/03/05 06:35:19, darin wrote: > I think it would be helpful to get a ...
7 years, 9 months ago (2013-03-05 17:48:21 UTC) #19
Mostyn Bramley-Moore
7 years, 1 month ago (2013-11-13 22:59:17 UTC) #20
Obsoleted by https://codereview.chromium.org/59323007/ - closing this.

Powered by Google App Engine
This is Rietveld 408576698