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

Unified Diff: chromecast/media/cma/test/DEPS

Issue 609383004: Chromecast: adds test frame-segmenter code to support CMA unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cma-decrypt-context
Patch Set: fix includes Created 6 years, 2 months 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: chromecast/media/cma/test/DEPS
diff --git a/chromecast/media/cma/test/DEPS b/chromecast/media/cma/test/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..559c63201c89e689296a56c8e40ca4355c3561b7
--- /dev/null
+++ b/chromecast/media/cma/test/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+media/ffmpeg",
+ "+media/filters",
+ "+third_party/ffmpeg",
damienv1 2014/10/03 00:06:22 Only direct dependencies should be needed, right ?
gunsch 2014/10/03 00:27:05 There was an include on "third_party/ffmpeg/ffmpeg
+]

Powered by Google App Engine
This is Rietveld 408576698