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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1060733003: Support custom icon in search result. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix BUILD.gn. Created 5 years, 7 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 47d96dc7d7d22d879a95abc7fa93c86b298aa49f..c3615c9ad105105b3ae0b4b5dc71b0df430771e3 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1569,6 +1569,10 @@
'browser/ui/app_list/test/fake_profile_store.h',
'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
],
+ # ChromeOS only sources of app_list.
+ 'chrome_unit_tests_app_list_chromeos_sources': [
+ 'browser/ui/app_list/search/launcher_search/extension_badged_icon_image_unittest.cc',
+ ],
},
'targets': [
{
@@ -2605,6 +2609,9 @@
'../ui/app_list/app_list.gyp:app_list_test_support',
],
}],
+ ['enable_app_list==1 and chromeos==1', {
+ 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ],
+ }],
['enable_plugin_installation==0', {
'sources!': [
'browser/plugins/plugin_installer_unittest.cc',
« 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