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:
@@ -110,7 +110,10 @@
|
|||||||
'..','../..',
|
'..','../..',
|
||||||
],
|
],
|
||||||
'defines': [
|
'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': [
|
'conditions': [
|
||||||
['build_with_chromium==1', {
|
['build_with_chromium==1', {
|
||||||
|
|||||||
Reference in New Issue
Block a user