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

Unified Diff: media/cast/cast.gyp

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments 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/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 511ac29f7643556ada8f1221b95937a692a26f08..5cec7a4112bf2ba5794af9488b5a51711f45a79e 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -34,6 +34,7 @@
'cast_sender.gyp:cast_sender',
'logging/logging.gyp:cast_logging',
'<(DEPTH)/base/base.gyp:run_all_unittests',
+ '<(DEPTH)/crypto/crypto.gyp:crypto',
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',

Powered by Google App Engine
This is Rietveld 408576698