| Index: chrome/chrome_tests_unit.gypi | 
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi | 
| index 1f6ebff8f45c42ef546a5ad5e1e6e3745a5339a3..c5522d4371274ecb874bd9745babb69f716f30ab 100644 | 
| --- a/chrome/chrome_tests_unit.gypi | 
| +++ b/chrome/chrome_tests_unit.gypi | 
| @@ -1638,6 +1638,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', | 
| @@ -2750,6 +2754,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', | 
|  |