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

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

Issue 10054012: TabContents -> WebContentsImpl, part 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/web_contents_observer.cc » ('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/browser/browser_child_process_host_impl.h", 2 "+content/browser/browser_child_process_host_impl.h",
3 "+content/browser/notification_service_impl.h", 3 "+content/browser/notification_service_impl.h",
4 "+content/browser/renderer_host/render_view_host_impl.h", 4 "+content/browser/renderer_host/render_view_host_impl.h",
5 "+content/browser/worker_host/worker_service_impl.h", 5 "+content/browser/worker_host/worker_service_impl.h",
6 6
7 # TODO(jam): remove 7 # TODO(jam): remove
8 "+content/browser/download/download_state_info.h", 8 "+content/browser/download/download_state_info.h",
9 "+content/browser/javascript_dialogs.h", 9 "+content/browser/javascript_dialogs.h",
10 "+content/browser/tab_contents/navigation_controller.h", 10 "+content/browser/web_contents/web_contents_impl.h",
11 "+content/browser/tab_contents/page_navigator.h",
12 "+content/browser/tab_contents/tab_contents.h",
13 "+content/browser/webui/web_ui.h", 11 "+content/browser/webui/web_ui.h",
14 ] 12 ]
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698