• Home
  • History
  • Annotate
  • only in /external/chromium_org/sdch/
NameDateSize

..12-Mar-20154 KiB

bsd/12-Mar-20154 KiB

BUILD.gn12-Mar-20152.4 KiB

ios/12-Mar-20154 KiB

linux/12-Mar-20154 KiB

logging_forward.h12-Mar-2015764

mac/12-Mar-20154 KiB

open-vcdiff/12-Mar-20154 KiB

OWNERS12-Mar-201552

README.chromium12-Mar-20151 KiB

sdch.gyp12-Mar-20153.8 KiB

sdch.target.darwin-arm.mk12-Mar-20157.2 KiB

sdch.target.darwin-arm64.mk12-Mar-20156.7 KiB

sdch.target.darwin-mips.mk12-Mar-20156.8 KiB

sdch.target.darwin-mips64.mk12-Mar-20156.8 KiB

sdch.target.darwin-x86.mk12-Mar-20156.8 KiB

sdch.target.darwin-x86_64.mk12-Mar-20156.8 KiB

sdch.target.linux-arm.mk12-Mar-20157.2 KiB

sdch.target.linux-arm64.mk12-Mar-20156.7 KiB

sdch.target.linux-mips.mk12-Mar-20156.8 KiB

sdch.target.linux-mips64.mk12-Mar-20156.8 KiB

sdch.target.linux-x86.mk12-Mar-20156.8 KiB

sdch.target.linux-x86_64.mk12-Mar-20156.8 KiB

win/12-Mar-20154 KiB

README.chromium

1The linux directory contains a config.h generated from a run of configure on
2Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually
3changed to match the $host_cpu test in configure.
4
5The mac directory contains a config.h generated from a run of configure on a
6Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the
7$host_cpu test in configure.
8
9The 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:
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
13  CPPFLAGS=-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk
14  CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -arch armv6
15  CXXFLAGS=-mno-thumb -miphoneos-version-min=4.2
16
17The win directory contains a config.h that forwards to one provided with
18open-vcdiff. We have this to avoid putting open-vcdiff's minimal stdint.h hack
19into our include path.
20