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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing links to BUILD.gn Created 5 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') | chrome/common/pref_names.h » ('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 4cc1d73aa53ef9aa9b17212e623469117cfa3b6b..f56955898327f88dcdd7f63f337b967097229e79 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1648,6 +1648,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/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',
@@ -2767,6 +2771,12 @@
['enable_app_list==1 and chromeos==1', {
'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ],
}],
+ ['enable_app_list==1 and chromeos==1', {
+ 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_arc_sources)' ],
+ 'dependencies': [
+ '../components/components.gyp:arc_test_support',
+ ],
+ }],
['enable_plugin_installation==0', {
'sources!': [
'browser/plugins/plugin_installer_unittest.cc',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698