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

Unified Diff: DEPS

Issue 10545036: Add PPAPI decryptor interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add PPB Content Decryptor proxy interface methods. Created 8 years, 4 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: DEPS
diff --git a/DEPS b/DEPS
index 21f36e102c974a9a0ebb5387849b2519bcd40e4d..ca1160df06b44c230d727119de7761845b7948c8 100644
--- a/DEPS
+++ b/DEPS
@@ -555,6 +555,13 @@ skip_child_includes = [
"testing",
"third_party",
"v8",
+ # TODO(tomfinegan): This is here to suppress a presubmit failure caused by
+ # pulling ppapi includes into content_decryptor.cc in
+ # src/webkit/media/crypto. 1) I think this is wrong, at least in the blanket
+ # disabling of checks in crypto, and 2) I need to figure out how to do it
+ # correctly (if indeed what I've done is not the correct way of going about
+ # making the DEPS change).
+ "webkit/media/crypto",
dmichael (off chromium) 2012/08/08 03:38:10 This is really heavy-handed. You should instead tw
Tom Finegan 2012/08/08 19:02:15 Done; created DEPS in webkit/media/crypto
]
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_content_decryptor_dev.idl » ('j') | ppapi/api/dev/ppb_content_decryptor_dev.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698