diff options
Diffstat (limited to 'chrome/common/extensions/api/api.gyp')
-rw-r--r-- | chrome/common/extensions/api/api.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp index c5a56ec..a7c9eb4 100644 --- a/chrome/common/extensions/api/api.gyp +++ b/chrome/common/extensions/api/api.gyp @@ -166,9 +166,9 @@ }], ['enable_webrtc==1', { 'schema_files': [ + 'cast_streaming_rtp_stream.idl', 'cast_streaming_session.idl', - 'webrtc_cast_send_transport.idl', - 'webrtc_cast_udp_transport.idl', + 'cast_streaming_udp_transport.idl', 'webrtc_logging_private.idl', ], }], |