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

Side by Side Diff: content/browser/DEPS

Issue 9433006: Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The reason is the content mo… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/base/testing_browser_process.cc ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/gpu", # For gpu_info_collector.h and in-process GPU 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 "+content/port/browser", 3 "+content/port/browser",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+media/audio", # For audio input for speech input feature.
5 6
6 # Other libraries. 7 # Other libraries.
7 "+third_party/iaccessible2", 8 "+third_party/iaccessible2",
8 "+third_party/isimpledom", 9 "+third_party/isimpledom",
9 10
10 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 11 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
11 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 12 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
12 # for more information. 13 # for more information.
13 14
14 # ONLY USED BY TESTS 15 # ONLY USED BY TESTS
15 "+chrome/browser/ui/browser.h", 16 "+chrome/browser/ui/browser.h",
16 ] 17 ]
OLDNEW
« no previous file with comments | « chrome/test/base/testing_browser_process.cc ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698