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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 7 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
9 '../apps/saved_files_service_unittest.cc', | 9 '../apps/saved_files_service_unittest.cc', |
10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 'browser/sync/glue/frontend_data_type_controller_unittest.cc', | 773 'browser/sync/glue/frontend_data_type_controller_unittest.cc', |
774 'browser/sync/glue/local_device_info_provider_unittest.cc', | 774 'browser/sync/glue/local_device_info_provider_unittest.cc', |
775 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 775 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
776 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 776 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
777 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 777 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
778 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 778 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
779 'browser/sync/glue/sync_backend_host_impl_unittest.cc', | 779 'browser/sync/glue/sync_backend_host_impl_unittest.cc', |
780 'browser/sync/glue/sync_backend_host_mock.cc', | 780 'browser/sync/glue/sync_backend_host_mock.cc', |
781 'browser/sync/glue/sync_backend_host_mock.h', | 781 'browser/sync/glue/sync_backend_host_mock.h', |
782 'browser/sync/glue/sync_backend_registrar_unittest.cc', | 782 'browser/sync/glue/sync_backend_registrar_unittest.cc', |
783 'browser/sync/glue/synced_device_tracker_unittest.cc', | |
784 'browser/sync/glue/synced_session_tracker_unittest.cc', | 783 'browser/sync/glue/synced_session_tracker_unittest.cc', |
785 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 784 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
786 'browser/sync/glue/ui_model_worker_unittest.cc', | 785 'browser/sync/glue/ui_model_worker_unittest.cc', |
787 'browser/sync/profile_sync_auth_provider_unittest.cc', | 786 'browser/sync/profile_sync_auth_provider_unittest.cc', |
788 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | 787 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
789 'browser/sync/profile_sync_service_android_unittest.cc', | 788 'browser/sync/profile_sync_service_android_unittest.cc', |
790 'browser/sync/profile_sync_service_autofill_unittest.cc', | 789 'browser/sync/profile_sync_service_autofill_unittest.cc', |
791 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 790 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
792 'browser/sync/profile_sync_service_startup_unittest.cc', | 791 'browser/sync/profile_sync_service_startup_unittest.cc', |
793 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 792 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
(...skipping 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2881 'dependencies': [ | 2880 'dependencies': [ |
2882 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2883 ], | 2882 ], |
2884 }], | 2883 }], |
2885 ], | 2884 ], |
2886 }, | 2885 }, |
2887 ], | 2886 ], |
2888 }], | 2887 }], |
2889 ], # 'conditions' | 2888 ], # 'conditions' |
2890 } | 2889 } |
OLD | NEW |