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

Unified Diff: ash/common/test/BUILD.gn

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Rebase to ToT 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
« no previous file with comments | « ash/common/shell_delegate.h ('k') | ash/common/test/test_new_window_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/BUILD.gn
diff --git a/ash/common/test/BUILD.gn b/ash/common/test/BUILD.gn
index d47a2a1c2db80cc8be11cfbe48204eeecb0f798b..038998a51d443f9e8cfd2edf644cf0c68c1fdece 100644
--- a/ash/common/test/BUILD.gn
+++ b/ash/common/test/BUILD.gn
@@ -10,6 +10,8 @@ static_library("test_support") {
"ash_test_impl.h",
"material_design_controller_test_api.cc",
"material_design_controller_test_api.h",
+ "test_new_window_client.cc",
+ "test_new_window_client.h",
"test_palette_delegate.cc",
"test_palette_delegate.h",
"test_session_state_delegate.cc",
@@ -33,6 +35,7 @@ static_library("test_support") {
deps = [
"//ash",
"//ash/public/cpp",
+ "//ash/public/interfaces",
"//base",
"//components/signin/core/account_id",
"//components/user_manager",
« no previous file with comments | « ash/common/shell_delegate.h ('k') | ash/common/test/test_new_window_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698