0
Files
src/courgette
dgarrett@chromium.org f73cf9884b Use a different define to decide which CRC library to use.
Change 8569018 used a #ifdef to conditionally decide which external
library to use for Crc calculation. It used OS_CHROMIUMOS to tell
if the build was targetted at Chromium OS.

However, it broke Chromium OS builds of the full Chromium tree in
some cases (heapcheck bots), and was reverted.

Since I really only want to change the library when building from
inside a custom ebuild in the Chromium OS build, it makes sense
to use a #define custom to that ebuild.

So, this change is the same as 8569018, except that is uses
COURGETTE_USE_CRC_LIB instead of OS_CHROMIUMOS.

BUG=8569018


Review URL: http://codereview.chromium.org/8763014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112565 0039d316-1c4b-4281-b951-d872f2087c98
2011-12-01 22:59:16 +00:00
..
2011-11-08 20:32:26 +00:00
2011-10-31 22:09:40 +00:00
2011-11-08 20:32:26 +00:00