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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Comments from James; rename to NewWindowClientProxy. Created 4 years, 2 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index daee0df2661ea3b508877917e6d810b521ba1e1e..0ca58d9a1dc22fce4eb6c6dd53448f1bb8e1ac77 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1276,8 +1276,8 @@ split_static_library("ui") {
"ash/chrome_keyboard_ui.h",
"ash/chrome_launcher_prefs.cc",
"ash/chrome_launcher_prefs.h",
- "ash/chrome_new_window_delegate.cc",
- "ash/chrome_new_window_delegate.h",
+ "ash/chrome_new_window_client.cc",
+ "ash/chrome_new_window_client.h",
"ash/chrome_screenshot_grabber.cc",
"ash/chrome_screenshot_grabber.h",
"ash/chrome_shell_content_state.cc",

Powered by Google App Engine
This is Rietveld 408576698