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

Side by Side Diff: chrome/app/DEPS

Issue 6995095: Move UtilityProcessHost to content and move the message sending/dispatching to the clients. This... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/chrome_main.cc » ('j') | content/browser/utility_process_host.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+chrome/browser", 3 "+chrome/browser",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/renderer", # For ChromeContentRendererClient 5 "+chrome/renderer/chrome_content_renderer_client.h",
6 "+chrome/utility/chrome_content_utility_client.h",
6 "+grit", # For generated headers 7 "+grit", # For generated headers
7 "+policy", # For generated headers and source 8 "+policy", # For generated headers and source
8 "+sandbox", 9 "+sandbox",
9 "+tools/memory_watcher", 10 "+tools/memory_watcher",
10 ] 11 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_main.cc » ('j') | content/browser/utility_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698