mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Original CL: https://chromiumcodereview.appspot.com/1200843003/ R=pgervais@chromium.org BUG=503067 TEST=tested on Mac, Windows and Linux bots Review URL: https://codereview.chromium.org/1205873002. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295842 0039d316-1c4b-4281-b951-d872f2087c98
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
#vim: ft=python:
|
|
{
|
|
'wheel': {
|
|
'version': '0.24.0',
|
|
'build': '0',
|
|
'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
|
|
},
|
|
|
|
'protobuf': {
|
|
'version': '2.6.0',
|
|
'build': '0',
|
|
'repo': 'external/github.com/google/protobuf',
|
|
'rev': '629a556879cc84e0f52546f0484b65b72ce44fe8',
|
|
},
|
|
}
|