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

Unified Diff: media/cast/audio_receiver/audio_receiver.gypi

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits 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
Index: media/cast/audio_receiver/audio_receiver.gypi
diff --git a/media/cast/audio_receiver/audio_receiver.gypi b/media/cast/audio_receiver/audio_receiver.gypi
index 0cdcfcc7af191848242324a660ac5288b3112108..a851612f721910ac88c0d724470c8727cd0841be 100644
--- a/media/cast/audio_receiver/audio_receiver.gypi
+++ b/media/cast/audio_receiver/audio_receiver.gypi
@@ -8,8 +8,8 @@
'target_name': 'cast_audio_receiver',
'type': 'static_library',
'include_dirs': [
- '<(DEPTH)/',
- '<(DEPTH)/third_party/',
+ '<(DEPTH)/',
+ '<(DEPTH)/third_party/',
'<(DEPTH)/third_party/webrtc/',
],
'sources': [
@@ -19,6 +19,7 @@
'audio_receiver.cc',
], # source
'dependencies': [
+ '<(DEPTH)/crypto/crypto.gyp:crypto',
'<(DEPTH)/media/cast/rtcp/rtcp.gyp:cast_rtcp',
'<(DEPTH)/media/cast/rtp_receiver/rtp_receiver.gyp:*',
'<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc',

Powered by Google App Engine
This is Rietveld 408576698