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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'browser/search/instant_service_unittest.cc', | 701 'browser/search/instant_service_unittest.cc', |
702 'browser/search/instant_unittest_base.cc', | 702 'browser/search/instant_unittest_base.cc', |
703 'browser/search/instant_unittest_base.h', | 703 'browser/search/instant_unittest_base.h', |
704 'browser/search/most_visited_iframe_source_unittest.cc', | 704 'browser/search/most_visited_iframe_source_unittest.cc', |
705 'browser/search/search_android_unittest.cc', | 705 'browser/search/search_android_unittest.cc', |
706 'browser/search/search_unittest.cc', | 706 'browser/search/search_unittest.cc', |
707 'browser/search/suggestions/image_manager_impl_unittest.cc', | 707 'browser/search/suggestions/image_manager_impl_unittest.cc', |
708 'browser/search_engines/default_search_pref_migration_unittest.cc', | 708 'browser/search_engines/default_search_pref_migration_unittest.cc', |
709 'browser/search_engines/search_provider_install_data_unittest.cc', | 709 'browser/search_engines/search_provider_install_data_unittest.cc', |
710 'browser/search_engines/template_url_scraper_unittest.cc', | 710 'browser/search_engines/template_url_scraper_unittest.cc', |
| 711 'browser/service_process/service_process_control_mac_unittest.mm', |
711 'browser/services/gcm/fake_signin_manager.cc', | 712 'browser/services/gcm/fake_signin_manager.cc', |
712 'browser/services/gcm/fake_signin_manager.h', | 713 'browser/services/gcm/fake_signin_manager.h', |
713 'browser/services/gcm/gcm_account_tracker_unittest.cc', | 714 'browser/services/gcm/gcm_account_tracker_unittest.cc', |
714 'browser/services/gcm/gcm_profile_service_unittest.cc', | 715 'browser/services/gcm/gcm_profile_service_unittest.cc', |
715 'browser/services/gcm/push_messaging_application_id_unittest.cc', | 716 'browser/services/gcm/push_messaging_application_id_unittest.cc', |
716 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 717 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
717 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 718 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
718 'browser/sessions/session_backend_unittest.cc', | 719 'browser/sessions/session_backend_unittest.cc', |
719 'browser/sessions/session_service_unittest.cc', | 720 'browser/sessions/session_service_unittest.cc', |
720 'browser/sessions/session_types_unittest.cc', | 721 'browser/sessions/session_types_unittest.cc', |
(...skipping 2159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2880 'dependencies': [ | 2881 'dependencies': [ |
2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2882 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2882 ], | 2883 ], |
2883 }], | 2884 }], |
2884 ], | 2885 ], |
2885 }, | 2886 }, |
2886 ], | 2887 ], |
2887 }], | 2888 }], |
2888 ], # 'conditions' | 2889 ], # 'conditions' |
2889 } | 2890 } |
OLD | NEW |