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

Unified Diff: content/browser/BUILD.gn

Issue 1467083002: Mustash: Move RenderWidgetHostViewMus from frame_host => renderer_host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/frame_host/render_widget_host_view_mus.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 6f6c3b964ff531f967550c904291ab0ab04cf20a..954c3ee78bc9e699f972054f1def6944d735bffe 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -432,8 +432,8 @@ source_set("browser") {
sources += [
"compositor/software_output_device_mus.cc",
"compositor/software_output_device_mus.h",
- "frame_host/render_widget_host_view_mus.cc",
- "frame_host/render_widget_host_view_mus.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",
]
« no previous file with comments | « no previous file | content/browser/frame_host/render_widget_host_view_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698