Include webrtc_logging_private.idl even when enable_webrtc=0

Unless you have an existing build with enable_webrtc=1 in place, chrome will fail to compile.

BUG=331550
TEST=None

Review URL: https://codereview.chromium.org/119143004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243764 0039d316-1c4b-4281-b951-d872f2087c98
parent 1a936ba7
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
# WebRTC-specific bits and as such does not belong in # WebRTC-specific bits and as such does not belong in
# the enable_webrtc=0 section below. # the enable_webrtc=0 section below.
'webrtc_audio_private.idl', 'webrtc_audio_private.idl',
'webrtc_logging_private.idl',
'webstore_private.json', 'webstore_private.json',
'webview.json', 'webview.json',
'windows.json', 'windows.json',
...@@ -169,7 +170,6 @@ ...@@ -169,7 +170,6 @@
'cast_streaming_rtp_stream.idl', 'cast_streaming_rtp_stream.idl',
'cast_streaming_session.idl', 'cast_streaming_session.idl',
'cast_streaming_udp_transport.idl', 'cast_streaming_udp_transport.idl',
'webrtc_logging_private.idl',
], ],
}], }],
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment