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

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: test fix 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 247a9000560bab5e3819b82a80ffe6a956248a1d..ce30b6d611c1a0a75a609b4e030156d4d9a01639 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -889,6 +889,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',
@@ -2121,6 +2122,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',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698