0
Commit Graph

3 Commits

Author SHA1 Message Date
74a8179293 Fix compile_test.py for CXX values that contain spaces.
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
2013-05-17 22:46:18 +00:00
486a95a7d9 Linux: fix compatibility with libwebp-0.3 for use_system_libwebp=1 case.
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
2013-04-18 22:08:27 +00:00
b32da81ecb Linux: add a tool and code to make use_system_ffmpeg option more compatible
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
2013-02-20 10:35:01 +00:00