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

Unified Diff: chrome/test/BUILD.gn

Issue 1861013004: AppListController refactoring part 3: Switching over to use AppListShower in Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_ash_impl
Patch Set: Rebase. Created 4 years, 8 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/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 6619b882086886336ade8070dceff46fffdb316b..26fb0807a6899fe3b226740586b3a4c7a6bb6a37 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -587,6 +587,23 @@ if (!is_android) {
}
}
+ if (enable_app_list && use_ash) {
+ source_set("test_support_applist_ash") {
+ defines = []
+ testonly = true
+
+ sources = rebase_path(
+ chrome_tests_gypi_values.chrome_browser_app_list_ash_test_support_sources,
+ ".",
+ "//chrome")
+
+ deps = [
+ "//chrome/browser/ui",
+ "//ui/app_list/shower:test_support",
+ ]
+ }
+ }
+
source_set("sync_integration_test_support") {
testonly = true
sources = rebase_path(
@@ -1018,6 +1035,10 @@ if (!is_android) {
".",
"//chrome")
deps += [ "//ash:test_support" ]
+
+ if (enable_app_list) {
+ deps += [ ":test_support_applist_ash" ]
+ }
}
if (use_aura || toolkit_views) {
deps += [ "//ui/events:test_support" ]
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698