blob: d0325a65aa1e344990120cf22f2d34a23808e205 [file] [log] [blame]
vspasova@webrtc.org400e7da2012-08-15 10:25:12 +00001# This is trimmed down version of the main tools DEPS file which is to be used
2# in Chromiums PyAuto WebRTC video quality measurement test. We will only
3# need the Zxing dependencies as we only use the barcode tools in this test.
4
5deps = {
vspasova@webrtc.org8327c852012-08-15 11:52:46 +00006 # Used by barcode_tools
vspasova@webrtc.org28655422012-08-15 14:35:40 +00007 "barcode_tools/third_party/zxing/core":
vspasova@webrtc.org400e7da2012-08-15 10:25:12 +00008 "http://zxing.googlecode.com/svn/trunk/core@2349",
9
vspasova@webrtc.org8327c852012-08-15 11:52:46 +000010 # Used by barcode_tools
vspasova@webrtc.org28655422012-08-15 14:35:40 +000011 "barcode_tools/third_party/zxing/javase":
vspasova@webrtc.org400e7da2012-08-15 10:25:12 +000012 "http://zxing.googlecode.com/svn/trunk/javase@2349",
13}