Enable protobuf use in Chromium.
We might end up reverting this, but we need to get it committed and merged to stable in order to test in a webrtc roll. TBR=niklas.enbom BUG=webrtc:830 Review URL: https://webrtc-codereview.appspot.com/1439004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3978 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e53084f837
commit
b55a12ad32
@ -63,6 +63,9 @@
|
|||||||
# which can be easily parsed for offline processing.
|
# which can be easily parsed for offline processing.
|
||||||
'enable_data_logging%': 0,
|
'enable_data_logging%': 0,
|
||||||
|
|
||||||
|
# Enables the use of protocol buffers for debug recordings.
|
||||||
|
'enable_protobuf%': 1,
|
||||||
|
|
||||||
# Disable these to not build components which can be externally provided.
|
# Disable these to not build components which can be externally provided.
|
||||||
'build_libjpeg%': 1,
|
'build_libjpeg%': 1,
|
||||||
'build_libyuv%': 1,
|
'build_libyuv%': 1,
|
||||||
@ -96,9 +99,6 @@
|
|||||||
|
|
||||||
'include_tests%': 0,
|
'include_tests%': 0,
|
||||||
|
|
||||||
# Disable the use of protocol buffers in production code.
|
|
||||||
'enable_protobuf%': 0,
|
|
||||||
|
|
||||||
'enable_tracing%': 0,
|
'enable_tracing%': 0,
|
||||||
|
|
||||||
'enable_android_opensl%': 0,
|
'enable_android_opensl%': 0,
|
||||||
@ -107,7 +107,6 @@
|
|||||||
'include_internal_audio_device%': 1,
|
'include_internal_audio_device%': 1,
|
||||||
'include_internal_video_capture%': 1,
|
'include_internal_video_capture%': 1,
|
||||||
'include_internal_video_render%': 1,
|
'include_internal_video_render%': 1,
|
||||||
'enable_protobuf%': 1,
|
|
||||||
'enable_tracing%': 1,
|
'enable_tracing%': 1,
|
||||||
'include_tests%': 1,
|
'include_tests%': 1,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user