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

Unified Diff: Source/core/DEPS

Issue 157423003: Remove the dependency on encryptedmedia from HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compilation error on linux Created 6 years, 9 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: Source/core/DEPS
diff --git a/Source/core/DEPS b/Source/core/DEPS
index d8be74fd9fb89d9069aef3fb82f6979a9f85b982..828f7dfa6f53383ed708ed581d83fe5ee386ba78 100644
--- a/Source/core/DEPS
+++ b/Source/core/DEPS
@@ -9,8 +9,6 @@ include_rules = [
# core/ should not depend on modules/ at all, but there are a number of pieces
# of code that do. Please don't add to this list of exceptions.
- "!modules/encryptedmedia/MediaKeyNeededEvent.h",
- "!modules/encryptedmedia/MediaKeys.h",
"!modules/filesystem/DraggedIsolatedFileSystem.h",
"!modules/webaudio/MediaElementAudioSourceNode.h",
"!modules/webdatabase/DatabaseManager.h",

Powered by Google App Engine
This is Rietveld 408576698