| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'browser/chromeos/login/mock_user_manager.cc', | 92 'browser/chromeos/login/mock_user_manager.cc', |
| 93 'browser/chromeos/login/mock_user_manager.h', | 93 'browser/chromeos/login/mock_user_manager.h', |
| 94 'browser/chromeos/policy/device_policy_builder.cc', | 94 'browser/chromeos/policy/device_policy_builder.cc', |
| 95 'browser/chromeos/policy/device_policy_builder.h', | 95 'browser/chromeos/policy/device_policy_builder.h', |
| 96 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', | 96 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', |
| 97 'browser/chromeos/policy/stub_enterprise_install_attributes.h', | 97 'browser/chromeos/policy/stub_enterprise_install_attributes.h', |
| 98 'browser/chromeos/settings/device_settings_test_helper.cc', | 98 'browser/chromeos/settings/device_settings_test_helper.cc', |
| 99 'browser/chromeos/settings/device_settings_test_helper.h', | 99 'browser/chromeos/settings/device_settings_test_helper.h', |
| 100 'browser/chromeos/settings/mock_owner_key_util.cc', | 100 'browser/chromeos/settings/mock_owner_key_util.cc', |
| 101 'browser/chromeos/settings/mock_owner_key_util.h', | 101 'browser/chromeos/settings/mock_owner_key_util.h', |
| 102 'browser/chromeos/system/mock_statistics_provider.cc', | |
| 103 'browser/chromeos/system/mock_statistics_provider.h', | |
| 104 # The only thing used from browser is Browser::Type. | 102 # The only thing used from browser is Browser::Type. |
| 105 'browser/download/download_test_file_activity_observer.cc', | 103 'browser/download/download_test_file_activity_observer.cc', |
| 106 'browser/download/download_test_file_activity_observer.h', | 104 'browser/download/download_test_file_activity_observer.h', |
| 107 'browser/download/test_download_shelf.cc', | 105 'browser/download/test_download_shelf.cc', |
| 108 'browser/download/test_download_shelf.h', | 106 'browser/download/test_download_shelf.h', |
| 109 'browser/drive/dummy_drive_service.cc', | 107 'browser/drive/dummy_drive_service.cc', |
| 110 'browser/drive/dummy_drive_service.h', | 108 'browser/drive/dummy_drive_service.h', |
| 111 'browser/drive/fake_drive_service.cc', | 109 'browser/drive/fake_drive_service.cc', |
| 112 'browser/drive/fake_drive_service.h', | 110 'browser/drive/fake_drive_service.h', |
| 113 'browser/extensions/api/messaging/native_messaging_test_util.cc', | 111 'browser/extensions/api/messaging/native_messaging_test_util.cc', |
| (...skipping 2731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2845 'browser/ui/app_list/test/fake_profile_store.cc', | 2843 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2846 'browser/ui/app_list/test/fake_profile_store.h', | 2844 'browser/ui/app_list/test/fake_profile_store.h', |
| 2847 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2845 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2848 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', | 2846 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', |
| 2849 ], | 2847 ], |
| 2850 }, | 2848 }, |
| 2851 ], | 2849 ], |
| 2852 }], | 2850 }], |
| 2853 ], # 'conditions' | 2851 ], # 'conditions' |
| 2854 } | 2852 } |
| OLD | NEW |