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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 586 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
587 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 587 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
588 'browser/policy/javascript_policy_handler_unittest.cc', | 588 'browser/policy/javascript_policy_handler_unittest.cc', |
589 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 589 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
590 'browser/policy/policy_path_parser_unittest.cc', | 590 'browser/policy/policy_path_parser_unittest.cc', |
591 'browser/policy/profile_policy_connector_unittest.cc', | 591 'browser/policy/profile_policy_connector_unittest.cc', |
592 'browser/policy/url_blacklist_manager_unittest.cc', | 592 'browser/policy/url_blacklist_manager_unittest.cc', |
593 'browser/power/process_power_collector_unittest.cc', | 593 'browser/power/process_power_collector_unittest.cc', |
594 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 594 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
595 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 595 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 596 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', |
596 'browser/prefs/chrome_pref_service_unittest.cc', | 597 'browser/prefs/chrome_pref_service_unittest.cc', |
597 'browser/prefs/command_line_pref_store_unittest.cc', | 598 'browser/prefs/command_line_pref_store_unittest.cc', |
598 'browser/prefs/incognito_mode_prefs_unittest.cc', | 599 'browser/prefs/incognito_mode_prefs_unittest.cc', |
599 'browser/prefs/leveldb_pref_store_unittest.cc', | 600 'browser/prefs/leveldb_pref_store_unittest.cc', |
600 'browser/prefs/mock_validation_delegate.cc', | 601 'browser/prefs/mock_validation_delegate.cc', |
601 'browser/prefs/mock_validation_delegate.h', | 602 'browser/prefs/mock_validation_delegate.h', |
602 'browser/prefs/pref_hash_calculator_unittest.cc', | 603 'browser/prefs/pref_hash_calculator_unittest.cc', |
603 'browser/prefs/pref_hash_filter_unittest.cc', | 604 'browser/prefs/pref_hash_filter_unittest.cc', |
604 'browser/prefs/pref_hash_store_impl_unittest.cc', | 605 'browser/prefs/pref_hash_store_impl_unittest.cc', |
605 'browser/prefs/pref_model_associator_unittest.cc', | 606 'browser/prefs/pref_model_associator_unittest.cc', |
(...skipping 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2621 | 2622 |
2622 # GCMDriverAndroid is not yet implemented. | 2623 # GCMDriverAndroid is not yet implemented. |
2623 'browser/extensions/extension_gcm_app_handler_unittest.cc', | 2624 'browser/extensions/extension_gcm_app_handler_unittest.cc', |
2624 'browser/services/gcm/gcm_profile_service_unittest.cc', | 2625 'browser/services/gcm/gcm_profile_service_unittest.cc', |
2625 | 2626 |
2626 # Android doesn't support download feedbacks. | 2627 # Android doesn't support download feedbacks. |
2627 'browser/safe_browsing/download_feedback_unittest.cc', | 2628 'browser/safe_browsing/download_feedback_unittest.cc', |
2628 'browser/safe_browsing/download_feedback_service_unittest.cc', | 2629 'browser/safe_browsing/download_feedback_service_unittest.cc', |
2629 'browser/safe_browsing/download_protection_service_unittest.cc', | 2630 'browser/safe_browsing/download_protection_service_unittest.cc', |
2630 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 2631 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
| 2632 |
| 2633 # Android has no windows that have placement info. |
| 2634 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', |
2631 ], | 2635 ], |
2632 'sources/': [ | 2636 'sources/': [ |
2633 ['exclude', '^browser/captive_portal/'], | 2637 ['exclude', '^browser/captive_portal/'], |
2634 ['exclude', '^browser/diagnostics/'], | 2638 ['exclude', '^browser/diagnostics/'], |
2635 ['exclude', '^browser/first_run/'], | 2639 ['exclude', '^browser/first_run/'], |
2636 ['exclude', '^browser/importer/'], | 2640 ['exclude', '^browser/importer/'], |
2637 ['exclude', '^browser/lifetime/'], | 2641 ['exclude', '^browser/lifetime/'], |
2638 ['exclude', '^browser/media_galleries/'], | 2642 ['exclude', '^browser/media_galleries/'], |
2639 ['exclude', '^browser/net/firefox_*'], | 2643 ['exclude', '^browser/net/firefox_*'], |
2640 ['exclude', '^browser/profile_resetter/'], | 2644 ['exclude', '^browser/profile_resetter/'], |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2871 'dependencies': [ | 2875 'dependencies': [ |
2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2873 ], | 2877 ], |
2874 }], | 2878 }], |
2875 ], | 2879 ], |
2876 }, | 2880 }, |
2877 ], | 2881 ], |
2878 }], | 2882 }], |
2879 ], # 'conditions' | 2883 ], # 'conditions' |
2880 } | 2884 } |
OLD | NEW |