Disable independent partitions by default.

Review URL: http://webrtc-codereview.appspot.com/140006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@559 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2011-09-08 06:55:29 +00:00
parent c3d891059e
commit 42ab82bf2f

View File

@ -59,11 +59,11 @@
],
'defines': [
'WEBRTC_LIBVPX_VERSION=971', # Cayuga
'INDEPENDENT_PARTITIONS',
#'INDEPENDENT_PARTITIONS',
],
'direct_dependent_settings': {
'defines': [
'INDEPENDENT_PARTITIONS',
#'INDEPENDENT_PARTITIONS',
],
},
}],