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

Unified Diff: media/webm/chromeos/DEPS

Issue 10784037: [cros] Implement WebM encoder/muxer for animated avatar capture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move code to media/webm/chromeos Created 8 years, 5 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: media/webm/chromeos/DEPS
diff --git a/media/webm/chromeos/DEPS b/media/webm/chromeos/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a4378dca94a77fefd7bced5166c6c45d875b9464
--- /dev/null
+++ b/media/webm/chromeos/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+libyuv",
scherkus (not reviewing) 2012/07/19 21:46:03 this rule doesn't look right -- libyuv is under th
Ivan Korotkov 2012/07/20 11:10:36 The rule matches the #include "libyuv/..." directi
+ "+third_party/libvpx",
+]

Powered by Google App Engine
This is Rietveld 408576698