Temporarily disable version.py.

TBR=leozwang@webrtc.org
BUG=issue687
TEST=build on Mac

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2527 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-07-25 15:45:33 +00:00
parent ad69ca73d4
commit bc934ccc4e

View File

@ -110,7 +110,10 @@
'..','../..',
],
'defines': [
'WEBRTC_SVNREVISION="<!(python <(webrtc_root)/build/version.py)"',
# TODO(leozwang): Run this as a gclient hook rather than at build-time:
# http://code.google.com/p/webrtc/issues/detail?id=687
'WEBRTC_SVNREVISION="Unavailable (issue687)"',
#'WEBRTC_SVNREVISION="<!(python <(webrtc_root)/build/version.py)"',
],
'conditions': [
['build_with_chromium==1', {