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

Issue 10535083: skia.gyp: use VS2010 provided stdint header

Created:
8 years, 6 months ago by jaysoffian
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

skia.gyp: use VS2010 provided stdint header Visual Studio 2010 provides its own copy of stdint.h which is more complete than the skia copy in skia/config/win/stdint.h. Third-party code might be surprised when compiling under VS2010 to have #include <stdint.h> not be the VS2010 provided version. BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M skia/skia.gyp View 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
jaysoffian
@alexeypa: copied you for your opinion whether 2010 express will be happy with this.
8 years, 6 months ago (2012-06-08 19:52:21 UTC) #1
Nico
I'm fine with this if the skia folks (== epoger :-) ) think it's ok.
8 years, 6 months ago (2012-06-08 19:59:01 UTC) #2
jaysoffian
Drat. It turns out there's other gyp files which also include their own stdint.h (third_party/leveldatabase, ...
8 years, 6 months ago (2012-06-08 20:10:55 UTC) #3
Nico
+scottmg Scott, see above "drat" comment. Sounds like the right direction to me, but if ...
8 years, 6 months ago (2012-06-08 20:16:42 UTC) #4
jaysoffian
This turns out to be a pain to fix. stdint.h is sprinkled into over a ...
8 years, 6 months ago (2012-06-08 22:32:53 UTC) #5
alexeypa (please no reviews)
On 2012/06/08 19:52:21, jaysoffian wrote: > @alexeypa: copied you for your opinion whether 2010 express ...
8 years, 6 months ago (2012-06-09 04:42:39 UTC) #6
Peter Kasting
On 2012/06/08 22:32:53, jaysoffian wrote: > If this has a likelihood of being accepted, I'll ...
8 years, 6 months ago (2012-06-09 04:57:21 UTC) #7
scottmg
8 years, 6 months ago (2012-06-11 16:48:11 UTC) #8
On 2012/06/08 20:16:42, Nico wrote:
> +scottmg
> 
> Scott, see above "drat" comment. Sounds like the right direction to me, but if
> you object, maybe do it now before Jay does it :-)

win_has_stdint seems fine to me. I'd rather just drop 2008, but I guess that
still has to wait.

Powered by Google App Engine
This is Rietveld 408576698