summaryrefslogtreecommitdiffstats
path: root/tools/compile_test
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile_test.py for CXX values that contain spaces.phajdan.jr@chromium.org2013-05-171-2/+4
| | | | | | | | | | | | | | | One example is CXX="ccache g++". Using shell=True seems to be a worse option - we'd have to construct a string to pass to bash -c, instead of building a nice argv array. BUG=none R=mark@chromium.org Review URL: https://codereview.chromium.org/14813020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200910 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: fix compatibility with libwebp-0.3 for use_system_libwebp=1 case.phajdan.jr@chromium.org2013-04-181-1/+7
| | | | | | | | | | R=jzern TBR=darin BUG=none Review URL: https://codereview.chromium.org/14328020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195016 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add a tool and code to make use_system_ffmpeg option more compatiblephajdan.jr@chromium.org2013-02-201-0/+57
This introduces a compile-time detection of ffmpeg configuration (which codecs are available). See https://groups.google.com/a/chromium.org/d/msg/chromium-dev/fm5Oe_AC3Sc/qkbmC7txaSkJ for more context. No functional change for Google Chrome. BUG=none Review URL: https://codereview.chromium.org/12302029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183463 0039d316-1c4b-4281-b951-d872f2087c98