
We provided <(library) as a variable to support a peculiar build configuration on Linux. We no longer support that build configuration, so we can simplify this code to no longer use a variable. Review URL: http://codereview.chromium.org/7051014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98
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.