webrtc/tools
kjellander@webrtc.org b13dfbffd7 Making barcode tools work on Windows + fixes.
This makes it possible to compile on the bots without hardcoding paths
to Ant, Java and ffmpeg deep into the Python scripts (hardcoded paths exists only in the buildbot configuration).
For bots, the ANT_HOME, JAVA_HOME and FFMPEG_HOME environment variables must be set to the install locations for each of these dependencies, for Windows.

This CL also improves the return code handling to make failures easier to detect when things break.

TEST=running build_zxing.py without Ant or Java in the PATH, but with
ANT_HOME, JAVA_HOME and FFMPEG_HOME set. Running Chromium's src/chrome/test/functional/webrtc_video_quality.py.
BUG=none

Review URL: https://webrtc-codereview.appspot.com/1002005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3311 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-12-18 19:53:00 +00:00
..
barcode_tools Making barcode tools work on Windows + fixes. 2012-12-18 19:53:00 +00:00
coverity Making Coverity Static Analyzer run properly on Windows 2012-05-14 14:18:53 +00:00
e2e_quality Made e2e audio quality test write its results to perf. 2012-12-10 10:08:00 +00:00
matlab Swap colheaders for textdata in parseLog.m. 2011-12-08 20:56:53 +00:00
network_emulator Renamed to Network Emulator and improved error handling. 2012-06-01 08:42:17 +00:00
perf Made e2e audio quality test write its results to perf. 2012-12-10 10:08:00 +00:00
python_charts Initial version of code coverage tracker / dashboard for WebRTC. 2012-01-17 12:21:15 +00:00
quality_tracking Removed branch coverage since it turned out to be essentially useless as a metric. 2012-09-27 09:27:08 +00:00
refactoring Fixed bug where we would rewrite *deref_ptr = ...; to // deref_ptr = ...; 2012-12-03 08:48:07 +00:00
resources Reverted download code and output that was done in https://webrtc-codereview.appspot.com/431003 (r1826) since it was reported to spam the output on some configurations. 2012-03-09 11:15:07 +00:00
valgrind-webrtc Wider TSAN suppression for issue 300 2012-12-13 13:02:29 +00:00
.gitignore Moving buildbot to internal repository. 2012-06-20 07:55:41 +00:00
codereview.settings Try server and buildbot scripts now using Chromium scripts. 2012-03-27 15:57:30 +00:00
create_supplement_gypi.py Getting Opus from Chrome 2012-10-25 12:37:08 +00:00
DEPS Moving buildbot to internal repository. 2012-06-20 07:55:41 +00:00
OWNERS Try server and buildbot scripts now using Chromium scripts. 2012-03-27 15:57:30 +00:00
PRESUBMIT.py Updates the PRESUBMIT.py to allow years from 2011 to the current year. 2012-08-31 07:07:11 +00:00