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

Unified Diff: extensions/browser/guest_view/web_view/DEPS

Issue 2941563002: Enable new getUserMedia audio constraints algorithm behind a flag. (Closed)
Patch Set: address Devlin's comments Created 3 years, 6 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: extensions/browser/guest_view/web_view/DEPS
diff --git a/extensions/browser/guest_view/web_view/DEPS b/extensions/browser/guest_view/web_view/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..b35c6e12c4dbacf833d30f6228e9eecac9449ff9
--- /dev/null
+++ b/extensions/browser/guest_view/web_view/DEPS
@@ -0,0 +1,6 @@
+specific_include_rules = {
+ ".*(test)\.(cc|h)$": [
+ "+media", # Tests need to be able to tweak media devices.
+ ]
+}
+
Devlin 2017/06/22 13:14:20 nit: remove this extra newline
Guido Urdaneta 2017/06/22 14:25:28 Done.

Powered by Google App Engine
This is Rietveld 408576698