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

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

Issue 2941563002: Enable new getUserMedia audio constraints algorithm behind a flag. (Closed)
Patch Set: remove vertical space from DEPS 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..c2974b7be4fe5ea106070df66ee32b0b804267df
--- /dev/null
+++ b/extensions/browser/guest_view/web_view/DEPS
@@ -0,0 +1,5 @@
+specific_include_rules = {
+ ".*(test)\.(cc|h)$": [
+ "+media", # Tests need to be able to tweak media devices.
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698