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/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 'browser/search_engines/search_provider_install_data_unittest.cc', | 707 'browser/search_engines/search_provider_install_data_unittest.cc', |
708 'browser/search_engines/template_url_scraper_unittest.cc', | 708 'browser/search_engines/template_url_scraper_unittest.cc', |
709 'browser/service_process/service_process_control_mac_unittest.mm', | 709 'browser/service_process/service_process_control_mac_unittest.mm', |
710 'browser/services/gcm/fake_gcm_profile_service.cc', | 710 'browser/services/gcm/fake_gcm_profile_service.cc', |
711 'browser/services/gcm/fake_gcm_profile_service.h', | 711 'browser/services/gcm/fake_gcm_profile_service.h', |
712 'browser/services/gcm/fake_signin_manager.cc', | 712 'browser/services/gcm/fake_signin_manager.cc', |
713 'browser/services/gcm/fake_signin_manager.h', | 713 'browser/services/gcm/fake_signin_manager.h', |
714 'browser/services/gcm/gcm_account_tracker_unittest.cc', | 714 'browser/services/gcm/gcm_account_tracker_unittest.cc', |
715 'browser/services/gcm/gcm_profile_service_unittest.cc', | 715 'browser/services/gcm/gcm_profile_service_unittest.cc', |
716 'browser/services/gcm/push_messaging_application_id_unittest.cc', | 716 'browser/services/gcm/push_messaging_application_id_unittest.cc', |
| 717 'browser/services/gcm/push_messaging_permission_context_unittest.cc', |
717 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 718 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
718 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 719 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
719 'browser/sessions/session_service_unittest.cc', | 720 'browser/sessions/session_service_unittest.cc', |
720 'browser/shell_integration_linux_unittest.cc', | 721 'browser/shell_integration_linux_unittest.cc', |
721 'browser/shell_integration_win_unittest.cc', | 722 'browser/shell_integration_win_unittest.cc', |
722 'browser/signin/account_reconcilor_unittest.cc', | 723 'browser/signin/account_reconcilor_unittest.cc', |
723 'browser/signin/account_service_flag_fetcher_unittest.cc', | 724 'browser/signin/account_service_flag_fetcher_unittest.cc', |
724 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', | 725 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', |
725 'browser/signin/local_auth_unittest.cc', | 726 'browser/signin/local_auth_unittest.cc', |
726 'browser/signin/signin_error_notifier_ash_unittest.cc', | 727 'browser/signin/signin_error_notifier_ash_unittest.cc', |
(...skipping 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2936 'dependencies': [ | 2937 'dependencies': [ |
2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2938 ], | 2939 ], |
2939 }], | 2940 }], |
2940 ], | 2941 ], |
2941 }, | 2942 }, |
2942 ], | 2943 ], |
2943 }], | 2944 }], |
2944 ], # 'conditions' | 2945 ], # 'conditions' |
2945 } | 2946 } |
OLD | NEW |