Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index eb28aa8dda765c0073e70a5449bc93437b93d34f..01b9416e03123ff9de5b560c4cdcf303a76405d8 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -1634,6 +1634,10 @@ |
'chrome_unit_tests_app_list_chromeos_sources': [ |
'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loader_unittest.cc', |
], |
+ # ARC only sources of app_list. |
+ 'chrome_unit_tests_app_list_chromeos_arc_sources': [ |
+ 'browser/ui/app_list/arc_app_unittest.cc', |
+ ], |
# Sources for Offline pages. For now only for Android. |
'chrome_unit_tests_offline_pages_sources': [ |
'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', |
@@ -2746,6 +2750,12 @@ |
['enable_app_list==1 and chromeos==1', { |
'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ], |
}], |
+ ['enable_app_list==1 and chromeos==1 and enable_arc==1', { |
+ 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_arc_sources)' ], |
+ 'dependencies': [ |
+ '../components/components.gyp:test_support', |
+ ], |
+ }], |
['enable_plugin_installation==0', { |
'sources!': [ |
'browser/plugins/plugin_installer_unittest.cc', |