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

Side by Side Diff: content/browser/renderer_host/DEPS

Issue 18119009: Make utility process run in-process when running in single-process mode. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: undo unnecessary changes Created 7 years, 5 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 | « content/browser/plugin_service_impl.cc ('k') | content/browser/utility_process_host_impl.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 "+cc/switches.h", # For cc command line switches. 2 "+cc/switches.h", # For cc command line switches.
3 "+content/renderer", # For single-process mode.
4 "+media/base", # For media command line switches. 3 "+media/base", # For media command line switches.
5 "+media/audio/audio_util.h", # For audio hardware sample-rate. 4 "+media/audio/audio_util.h", # For audio hardware sample-rate.
6 "+third_party/zlib", 5 "+third_party/zlib",
7 "+third_party/libyuv", 6 "+third_party/libyuv",
8 7
8 # For single-process mode.
9 "+content/renderer/render_process_impl.h",
10 "+content/renderer/render_thread_impl.h",
11
9 # The renderer_host files should only call upwards in the layering via the 12 # The renderer_host files should only call upwards in the layering via the
10 # delegate interfaces. 13 # delegate interfaces.
11 "-content/browser/web_contents", 14 "-content/browser/web_contents",
12 ] 15 ]
13 16
14 specific_include_rules = { 17 specific_include_rules = {
15 ".*_(unit|browser)test\.cc": [ 18 ".*_(unit|browser)test\.cc": [
16 "+content/browser/web_contents", 19 "+content/browser/web_contents",
17 ], 20 ],
18 } 21 }
OLDNEW
« no previous file with comments | « content/browser/plugin_service_impl.cc ('k') | content/browser/utility_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698