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

Unified Diff: media/DEPS

Issue 1339183002: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix descriptions. Created 5 years, 3 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/DEPS
diff --git a/media/DEPS b/media/DEPS
index 08abb1d59ad49d4749c9d41f1dd6fd622cdacc62..fb4e2e7f0b543b04ace969855e0968800cd531be 100644
--- a/media/DEPS
+++ b/media/DEPS
@@ -1,5 +1,6 @@
# Do NOT add net/ or ui/base without a great reason, they're huge!
include_rules = [
+ "+chrome/grit",
Nico 2015/09/15 00:12:25 media probably shouldn't depend on chrome, given t
ajm 2015/09/15 05:34:00 Good point. The way I have things now, some tests
"+chromeos/audio",
"+crypto",
"+device/udev_linux",
@@ -13,6 +14,7 @@ include_rules = [
"+third_party/libyuv",
"+third_party/opus",
"+third_party/skia",
+ "+ui/base/l10n",
"+ui/events",
"+ui/gfx",
"+ui/gl",

Powered by Google App Engine
This is Rietveld 408576698