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

Unified Diff: content/public/browser/DEPS

Issue 1908423006: Allow content embedders to create AudioManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ScopedAudioManagerPtr instead of raw pointer Created 4 years, 8 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
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/DEPS
diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS
index d9b1c762650e4f8f3ccddcd643ecabf97d5f9b46..3c334709afb72311516adb18ef84b5444bba7599 100644
--- a/content/public/browser/DEPS
+++ b/content/public/browser/DEPS
@@ -1,3 +1,6 @@
+include_rules = [
+ "+media/audio" # For AudioManager.
+]
specific_include_rules = {
".*\.cc": [
"+content/browser",
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698