Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4020)

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 90083002: Cast Extensions API: Major namespace and object renaming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit_tests Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index c5a56ec1c6273e3564d1cc2ac8ee2636c3fb56ec..a7c9eb48e5d3fcbd5715211c3d0154a7da17367e 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',
],
}],
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/cast_streaming_rtp_stream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698