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

Unified Diff: android_webview/BUILD.gn

Issue 1858853002: Rename SharedRendererState to RenderThreadManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index bf573d734484811adf19b13fb88f214b622a401c..65fd6db8c7e25dec30545d588a6238cc8550fd64 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -474,6 +474,8 @@ source_set("common") {
"browser/parent_compositor_draw_constraints.h",
"browser/parent_output_surface.cc",
"browser/parent_output_surface.h",
+ "browser/render_thread_manager.cc",
+ "browser/render_thread_manager.h",
"browser/renderer_host/aw_render_view_host_ext.cc",
"browser/renderer_host/aw_render_view_host_ext.h",
"browser/renderer_host/aw_resource_dispatcher_host_delegate.cc",
@@ -481,8 +483,6 @@ source_set("common") {
"browser/scoped_allow_wait_for_legacy_web_view_api.h",
"browser/scoped_app_gl_state_restore.cc",
"browser/scoped_app_gl_state_restore.h",
- "browser/shared_renderer_state.cc",
- "browser/shared_renderer_state.h",
"common/android_webview_message_generator.cc",
"common/android_webview_message_generator.h",
"common/aw_content_client.cc",
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698