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

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

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Actually rename the browser test. 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 27cc6464ae91ca579c9ac291f46976f76b3d6ba9..5c62566c06c9d4e59141eb99651c91d8d2ef2eb4 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1275,8 +1275,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