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

Unified Diff: ash/BUILD.gn

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 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 | « no previous file | ash/accelerators/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 87f968aa480107dc4c8ec55f4beb537cbe9b9b71..aa46412b24798e56eb9ebf3e7ece12294e61befe 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -1027,6 +1027,8 @@ static_library("ash_shell_lib") {
"shell/bubble.cc",
"shell/context_menu.cc",
"shell/context_menu.h",
+ "shell/example_app_list_presenter.cc",
+ "shell/example_app_list_presenter.h",
"shell/example_factory.h",
"shell/lock_view.cc",
"shell/panel_window.cc",
@@ -1058,6 +1060,7 @@ static_library("ash_shell_lib") {
"//components/user_manager",
"//skia",
"//ui/app_list/presenter",
+ "//ui/app_list/presenter:test_support",
"//ui/aura",
"//ui/base",
"//ui/gfx",
@@ -1096,6 +1099,7 @@ static_library("ash_shell_lib_with_content") {
"//device/bluetooth",
"//net",
"//skia",
+ "//ui/app_list/presenter:test_support",
"//ui/aura",
"//ui/base",
"//ui/base/ime",
@@ -1364,7 +1368,9 @@ test("ash_unittests") {
"//testing/gtest",
"//third_party/icu",
"//ui/accessibility",
+ "//ui/app_list:test_support",
"//ui/app_list/presenter",
+ "//ui/app_list/presenter:test_support",
"//ui/aura",
"//ui/aura:test_support",
"//ui/base",
« no previous file with comments | « no previous file | ash/accelerators/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698