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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 775893005: [AppList] Add a Suggestions Provider to applist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed test Created 6 years 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index d8c72251a4d849b6289a59927fcd823f2da1de1a..0c8990b785c69ad220910e06d4f4b3cf77264aad 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -888,6 +888,7 @@
'browser/ui/app_list/extension_app_model_builder_unittest.cc',
'browser/ui/app_list/model_pref_updater_unittest.cc',
'browser/ui/app_list/profile_loader_unittest.cc',
+ 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc',
'browser/ui/app_list/test/fake_profile.cc',
'browser/ui/app_list/test/fake_profile.h',
'browser/ui/app_list/test/fake_profile_store.cc',
@@ -2120,6 +2121,8 @@
],
}],
['use_ash==1', {
+ # TODO(calamity): Consider moving the tests to regular
+ # "chrome_unit_tests_sources" and not require Ash. crbug.com/439542.
'sources': [
'browser/ui/app_list/search/app_search_provider_unittest.cc',
'browser/ui/app_list/search/history_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698