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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2364173002: Add app_list_presenterr pointer in app_list_presenter_delegate_mus to use dismiss function (Closed)
Patch Set: remove unnecessary includes 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 | « chrome/test/views_chrome_test_suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 2d1a65dea3972f64a89ea14bfeeb880159f071b3..ad7b7f4bb12bbe1cd462c4ed88f41d621bc59cae 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -13,6 +13,18 @@ component("mus") {
output_name = "ui_views_mus_lib"
sources = [
+ "//chrome/browser/profiles/profile.cc",
+ "//chrome/browser/profiles/profile.h",
+ "//chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc",
+ "//chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.h",
+ "//services/ui/public/cpp/tests/window_tree_client_private.cc",
+ "//services/ui/public/cpp/tests/window_tree_client_private.h",
+ "//ui/app_list/presenter/app_list_presenter_impl.cc",
+ "//ui/app_list/presenter/app_list_presenter_impl.h",
+ "//ui/app_list/presenter/app_list_view_delegate_factory.cc",
+ "//ui/app_list/presenter/app_list_view_delegate_factory.h",
+ "//ui/app_list/test/app_list_test_view_delegate.cc",
+ "//ui/app_list/test/app_list_test_view_delegate.h",
"aura_init.cc",
"aura_init.h",
"clipboard_mus.cc",
@@ -154,6 +166,7 @@ test("views_mus_unittests") {
"pointer_watcher_event_router_unittest.cc",
"run_all_unittests_mus.cc",
"screen_mus_unittest.cc",
+ "test_window_manager_connection.cc",
]
configs += [ "//build/config:precompiled_headers" ]
« no previous file with comments | « chrome/test/views_chrome_test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698