0
Files
src/sdch
brettw 6dd952c772 Un-nest configs in GN files.
People sometimes nest targets or configs, usually with the assumption that this limits the visibility of a config to within a target. But this nesting provides no visibility restrictions over declaring it outside of a block.

Un-nest for clarity.

Re-land of http://crrev.com/1318823008 while preserving config ordering.

Review URL: https://codereview.chromium.org/1307223010

Cr-Commit-Position: refs/heads/master@{#346964}
2015-09-02 17:57:52 +00:00
..
2015-09-02 17:57:52 +00:00

The linux directory contains a config.h generated from a run of configure on
Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually
changed to match the $host_cpu test in configure.

The mac directory contains a config.h generated from a run of configure on a
Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the
$host_cpu test in configure.

The ios directory contains a config.h generated from a run of configure
--host=arm-apple-darwin10 on a Mac with the following environment variables:
  CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6
  CFLAGS=-mno-thumb -miphoneos-version-min=4.2
  CPPFLAGS=-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk
  CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -arch armv6
  CXXFLAGS=-mno-thumb -miphoneos-version-min=4.2

The win directory contains a config.h that forwards to one provided with
open-vcdiff. We have this to avoid putting open-vcdiff's minimal stdint.h hack
into our include path.