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

Unified Diff: chrome/utility/DEPS

Issue 20572004: Add media file validation to utility process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments Created 7 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: chrome/utility/DEPS
diff --git a/chrome/utility/DEPS b/chrome/utility/DEPS
index deea8989216cacf160abe143f4b32550848214fd..fd97cfd25eb4a43be7afb11d0e12c68aa76c5e6b 100644
--- a/chrome/utility/DEPS
+++ b/chrome/utility/DEPS
@@ -1,10 +1,11 @@
include_rules = [
"+content/public/child",
+ "+content/public/common",
Lei Zhang 2013/08/07 23:32:57 Since this is already in chrome/DEPS, you don't ne
vandebo (ex-Chrome) 2013/08/08 16:01:48 Done.
"+content/public/utility",
- "+webkit/glue",
# For generated headers.
"+grit",
"+skia/ext",
+ "+media",
]

Powered by Google App Engine
This is Rietveld 408576698