| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 0d75eda0922f06fc038add5a9f4cfc921528aaa8..80bf2315612b460cdba1f363ec130c1ac1030abd 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -4,8 +4,6 @@
|
| {
|
| 'variables': {
|
| 'chrome_unit_tests_sources': [
|
| - '../apps/app_shim/app_shim_host_mac_unittest.cc',
|
| - '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
|
| '../apps/saved_devices_service_unittest.cc',
|
| '../apps/saved_files_service_unittest.cc',
|
| '../components/autofill/content/renderer/test_password_autofill_agent.cc',
|
| @@ -28,6 +26,8 @@
|
| 'browser/android/mock_google_location_settings_helper.cc',
|
| 'browser/android/mock_google_location_settings_helper.h',
|
| 'browser/app_controller_mac_unittest.mm',
|
| + 'browser/apps/app_shim/app_shim_host_mac_unittest.cc',
|
| + 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
|
| 'browser/apps/drive/drive_app_mapping_unittest.cc',
|
| 'browser/apps/ephemeral_app_service_unittest.cc',
|
| 'browser/autocomplete/autocomplete_provider_unittest.cc',
|
|
|