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

Unified Diff: chrome/chrome_tests.gypi

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: AppListShower to new component: //ui/app_list/shower, GetViewDelegate() in GetViewDelegate(), test … 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_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index aafe00f08e68d7fa4798bea120eeb6628df3e6fe..a617af6b55d261e89183f0c345d05a97cd3e0106 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -632,6 +632,10 @@
'browser/ui/cocoa/web_contents_modal_dialog_manager_views_mac_browsertest.mm',
'browser/ui/cocoa/website_settings/permission_bubble_cocoa_browser_test.mm',
],
+ 'chrome_browser_app_list_ash_test_support_sources': [
+ 'browser/ui/ash/app_list/test/app_list_service_ash_test_api.cc',
+ 'browser/ui/ash/app_list/test/app_list_service_ash_test_api.h',
+ ],
'chrome_browser_tests_ash_sources': [
'browser/ui/ash/accelerator_commands_browsertest.cc',
'browser/ui/ash/accelerator_controller_browsertest.cc',
@@ -2376,6 +2380,16 @@
'dependencies': [
'../ash/ash.gyp:ash_test_support',
],
+ 'conditions': [
+ ['enable_app_list==1', {
+ 'sources': [
+ '<@(chrome_browser_app_list_ash_test_support_sources)'
+ ],
+ 'dependencies': [
+ '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_test_support',
+ ],
+ }],
+ ],
}],
['use_aura==1 or toolkit_views==1', {
'dependencies': [
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698