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

Unified Diff: content/content_renderer.gypi

Issue 16032007: Create RenderFrame/RenderFrameHost for the main frame of a page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing routing ID expectations. Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/render_frame_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index b064a0112f15969cd2127c5d2bc4782e1702b4a4..5d7542f39467768450b961d305f6b2cece00d883 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -44,6 +44,7 @@
'public/renderer/navigation_state.h',
'public/renderer/password_form_conversion_utils.h',
'public/renderer/renderer_ppapi_host.h',
+ 'public/renderer/render_frame.h',
'public/renderer/render_process_observer.cc',
'public/renderer/render_process_observer.h',
'public/renderer/render_thread.cc',
@@ -266,6 +267,8 @@
'renderer/fetchers/resource_fetcher.h',
'renderer/ime_event_guard.cc',
'renderer/ime_event_guard.h',
+ 'renderer/render_frame_impl.cc',
+ 'renderer/render_frame_impl.h',
'renderer/render_process.h',
'renderer/render_process_impl.cc',
'renderer/render_process_impl.h',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698