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

Issue 21131003: c++11 ud suffix fixes for cros dbus files (Closed)

Created:
7 years, 4 months ago by Nico
Modified:
7 years, 4 months ago
Reviewers:
satorux1
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

c++11 ud suffix fixes for cros dbus files No behavior change. BUG=263960 R=satorux@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214521

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chromeos/audio/audio_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/audio_node.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/network_event_log_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/network_state_handler.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chromeos/network/shill_property_handler.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M dbus/message.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Nico
This is also an issue in the dbus-1.0 system headers. It seems to be fixed ...
7 years, 4 months ago (2013-07-29 21:11:28 UTC) #1
Nico
Ping. On Mon, Jul 29, 2013 at 2:11 PM, <thakis@chromium.org> wrote: > Reviewers: satorux1, > ...
7 years, 4 months ago (2013-07-30 18:47:38 UTC) #2
satorux1
LGTM. Sorry for the belated response. Prius needs more space.
7 years, 4 months ago (2013-07-31 01:53:01 UTC) #3
satorux1
On 2013/07/29 21:11:28, Nico wrote: > This is also an issue in the dbus-1.0 system ...
7 years, 4 months ago (2013-07-31 02:01:02 UTC) #4
Nico
On 2013/07/31 02:01:02, satorux1 wrote: > On 2013/07/29 21:11:28, Nico wrote: > > This is ...
7 years, 4 months ago (2013-07-31 02:27:35 UTC) #5
satorux1
On 2013/07/31 02:27:35, Nico wrote: > On 2013/07/31 02:01:02, satorux1 wrote: > > On 2013/07/29 ...
7 years, 4 months ago (2013-07-31 02:31:06 UTC) #6
Nico
Committed patchset #1 manually as r214521 (presubmit successful).
7 years, 4 months ago (2013-07-31 02:42:50 UTC) #7
Nico
Hm. https://code.google.com/p/chromium/issues/detail?id=263960#c6 suggests that at least the bots are getting the 1.0 headers. How did ...
7 years, 4 months ago (2013-07-31 02:43:54 UTC) #8
satorux1
7 years, 4 months ago (2013-07-31 03:11:57 UTC) #9
Message was sent while issue was closed.
On 2013/07/31 02:43:54, Nico wrote:
> Hm. https://code.google.com/p/chromium/issues/detail?id=263960#c6 suggests
that
> at least the bots are getting the 1.0 headers.
> 
> How did they get dbus headers at all? build/install-build-deps.sh doesn't
> mention dbus as far as I can tell.

/usr/include/dbus-1.0 does not mean that the dbus package version is 1.0. It
seems to also mean dbus-1.x For instance, D-Bus header files are placed in
/usr/include/dbus-1.0 on my workstation despite the fact that the dbus package
version is 1.4.18. #YOLD

My guess is that some bots are still running older ubuntu versions.

Powered by Google App Engine
This is Rietveld 408576698