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

Unified Diff: media/base/DEPS

Issue 418193003: Using PROFILE_ANY for vp8 and vp9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/base/DEPS
diff --git a/media/base/DEPS b/media/base/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..254b054bd6798fead092227e2e99ef271278884b
--- /dev/null
+++ b/media/base/DEPS
@@ -0,0 +1,7 @@
+# NOTE: Add only the specific header files which have coupled enums with
+# media/base.
+specific_include_rules = {
+ "assert_matching_enums\.cc": [
+ "+ppapi/c/dev/pp_video_dev.h",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698