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

Unified Diff: chrome/chrome_renderer.gypi

Issue 47303005: Implement native bindings for cast extensions API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build again Created 7 years, 1 month 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/webrtc_cast_send_transport.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 04a471a8496a850c90159c79aee9240fb1c75fa5..6867b806042c4b6e1b054d270dc134014d119c9f 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -385,6 +385,8 @@
}],
['enable_webrtc==0', {
'sources!': [
+ 'renderer/extensions/webrtc_native_handler.cc',
+ 'renderer/extensions/webrtc_native_handler.h',
'renderer/media/chrome_webrtc_log_message_delegate.cc',
'renderer/media/chrome_webrtc_log_message_delegate.h',
'renderer/media/webrtc_logging_message_filter.cc',
@@ -465,6 +467,13 @@
}],
],
}],
+ ['OS != "ios"', {
+ 'dependencies': [
+ # TODO(hclam): See crbug.com/298380 for details.
+ # We should isolate the APIs needed by the renderer.
+ '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | chrome/common/extensions/api/webrtc_cast_send_transport.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698