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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 582 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
583 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 583 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
584 'browser/policy/javascript_policy_handler_unittest.cc', | 584 'browser/policy/javascript_policy_handler_unittest.cc', |
585 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 585 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
586 'browser/policy/policy_path_parser_unittest.cc', | 586 'browser/policy/policy_path_parser_unittest.cc', |
587 'browser/policy/profile_policy_connector_unittest.cc', | 587 'browser/policy/profile_policy_connector_unittest.cc', |
588 'browser/policy/url_blacklist_manager_unittest.cc', | 588 'browser/policy/url_blacklist_manager_unittest.cc', |
589 'browser/power/process_power_collector_unittest.cc', | 589 'browser/power/process_power_collector_unittest.cc', |
590 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 590 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
591 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 591 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 592 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
| 593 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
| 594 'browser/predictors/resource_prefetcher_unittest.cc', |
592 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', | 595 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', |
593 'browser/prefs/chrome_pref_service_unittest.cc', | 596 'browser/prefs/chrome_pref_service_unittest.cc', |
594 'browser/prefs/command_line_pref_store_unittest.cc', | 597 'browser/prefs/command_line_pref_store_unittest.cc', |
595 'browser/prefs/incognito_mode_prefs_unittest.cc', | 598 'browser/prefs/incognito_mode_prefs_unittest.cc', |
596 'browser/prefs/leveldb_pref_store_unittest.cc', | 599 'browser/prefs/leveldb_pref_store_unittest.cc', |
597 'browser/prefs/mock_validation_delegate.cc', | 600 'browser/prefs/mock_validation_delegate.cc', |
598 'browser/prefs/mock_validation_delegate.h', | 601 'browser/prefs/mock_validation_delegate.h', |
599 'browser/prefs/pref_hash_calculator_unittest.cc', | 602 'browser/prefs/pref_hash_calculator_unittest.cc', |
600 'browser/prefs/pref_hash_filter_unittest.cc', | 603 'browser/prefs/pref_hash_filter_unittest.cc', |
601 'browser/prefs/pref_hash_store_impl_unittest.cc', | 604 'browser/prefs/pref_hash_store_impl_unittest.cc', |
(...skipping 2278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2880 'dependencies': [ | 2883 'dependencies': [ |
2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2884 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2882 ], | 2885 ], |
2883 }], | 2886 }], |
2884 ], | 2887 ], |
2885 }, | 2888 }, |
2886 ], | 2889 ], |
2887 }], | 2890 }], |
2888 ], # 'conditions' | 2891 ], # 'conditions' |
2889 } | 2892 } |
OLD | NEW |