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

Side by Side Diff: chrome/app/DEPS

Issue 8356025: Move ContentMainDelegate to content/public/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 9 years, 2 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_delegate.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 "+breakpad", 2 "+breakpad",
3 "+chrome/browser", 3 "+chrome/browser",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/plugin/chrome_content_plugin_client.h", 5 "+chrome/plugin/chrome_content_plugin_client.h",
6 "+chrome/renderer/chrome_content_renderer_client.h", 6 "+chrome/renderer/chrome_content_renderer_client.h",
7 "+chrome/utility/chrome_content_utility_client.h", 7 "+chrome/utility/chrome_content_utility_client.h",
8 "+content/app", 8 "+content/app", # TODO(joi): Remove once content API in place.
9 "+content/public/app",
9 "+content/browser/renderer_host/render_process_host.h", 10 "+content/browser/renderer_host/render_process_host.h",
10 "+grit", # For generated headers 11 "+grit", # For generated headers
11 "+media/base", # For initializing media library. 12 "+media/base", # For initializing media library.
12 "+policy", # For generated headers and source 13 "+policy", # For generated headers and source
13 "+sandbox", 14 "+sandbox",
14 "+tools/memory_watcher", 15 "+tools/memory_watcher",
15 ] 16 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698