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

Issue 22084002: Eliminate HAVE(ERRNO_H) guard. (Closed)

Created:
7 years, 4 months ago by lgombos
Modified:
7 years, 4 months ago
CC:
blink-reviews, loislo+blink_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, abarth-chromium, dglazkov+blink, adamk+blink_chromium.org, jeez
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Eliminate HAVE(ERRNO_H). errno.h is available on all platforms that blink supports including Windows. HAVE(ERRNO_H) is used in WebKit to support WinCE which is not a supported platform for blink. In DateMath.cpp errno is not used, so no need to include errno.h. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155493

Patch Set 1 #

Patch Set 2 : Fix author #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -20 lines) Patch
M Source/wtf/DateMath.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/wtf/FastMalloc.cpp View 2 chunks +3 lines, -7 lines 0 comments Download
M Source/wtf/Platform.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/wtf/ThreadingWin.cpp View 2 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
lgombos
This is part of the effort to eliminate build time flags.
7 years, 4 months ago (2013-08-04 09:15:44 UTC) #1
eseidel
Lgtm On Aug 4, 2013 2:15 AM, <l.gombos@samsung.com> wrote: > Reviewers: jamesr, abarth, eseidel, > ...
7 years, 4 months ago (2013-08-04 17:59:38 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/l.gombos@samsung.com/22084002/3001
7 years, 4 months ago (2013-08-04 18:26:36 UTC) #3
commit-bot: I haz the power
7 years, 4 months ago (2013-08-04 21:37:52 UTC) #4
Message was sent while issue was closed.
Change committed as 155493

Powered by Google App Engine
This is Rietveld 408576698