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

Unified Diff: content/browser/BUILD.gn

Issue 2577023003: Removes WebContentsViewMus/RenderWidgetHostViewMus (Closed)
Patch Set: fix test Created 4 years 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 | content/browser/renderer_host/delegated_frame_host_client_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a40dccffa00dd8bb97769afbda13e92b588f6cb3..f0dbb8465bb689f272c7c07fa73a9e788d2aaf58 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1851,12 +1851,10 @@ source_set("browser") {
sources += [
"compositor/mus_browser_compositor_output_surface.cc",
"compositor/mus_browser_compositor_output_surface.h",
+ "renderer_host/delegated_frame_host_client_aura.cc",
+ "renderer_host/delegated_frame_host_client_aura.h",
"renderer_host/render_widget_host_view_event_handler.cc",
"renderer_host/render_widget_host_view_event_handler.h",
- "renderer_host/render_widget_host_view_mus.cc",
- "renderer_host/render_widget_host_view_mus.h",
- "web_contents/web_contents_view_mus.cc",
- "web_contents/web_contents_view_mus.h",
]
} else { # Not aura.
sources -= [
« no previous file with comments | « no previous file | content/browser/renderer_host/delegated_frame_host_client_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698