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

Side by Side Diff: sdch/README.chromium

Issue 110273004: Make sdch not use an incompatible stdint.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/basictypes.h ('k') | sdch/sdch.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The linux directory contains a config.h generated from a run of configure on 1 The linux directory contains a config.h generated from a run of configure on
2 Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually 2 Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually
3 changed to match the $host_cpu test in configure. 3 changed to match the $host_cpu test in configure.
4 4
5 The mac directory contains a config.h generated from a run of configure on a 5 The mac directory contains a config.h generated from a run of configure on a
6 Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the 6 Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the
7 $host_cpu test in configure. 7 $host_cpu test in configure.
8 8
9 The ios directory contains a config.h generated from a run of configure 9 The ios directory contains a config.h generated from a run of configure
10 --host=arm-apple-darwin10 on a Mac with the following environment variables: 10 --host=arm-apple-darwin10 on a Mac with the following environment variables:
11 CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6 11 CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6
12 CFLAGS=-mno-thumb -miphoneos-version-min=4.2 12 CFLAGS=-mno-thumb -miphoneos-version-min=4.2
13 CPPFLAGS=-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhon eOS4.3.sdk 13 CPPFLAGS=-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhon eOS4.3.sdk
14 CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -a rch armv6 14 CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -a rch armv6
15 CXXFLAGS=-mno-thumb -miphoneos-version-min=4.2 15 CXXFLAGS=-mno-thumb -miphoneos-version-min=4.2
16
17 The win directory contains a config.h that forwards to one provided with
18 open-vcdiff. We have this to avoid putting open-vcdiff's minimal stdint.h hack
19 into our include path.
OLDNEW
« no previous file with comments | « base/basictypes.h ('k') | sdch/sdch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698