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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 587 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
588 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 588 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
589 'browser/policy/javascript_policy_handler_unittest.cc', | 589 'browser/policy/javascript_policy_handler_unittest.cc', |
590 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 590 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
591 'browser/policy/policy_path_parser_unittest.cc', | 591 'browser/policy/policy_path_parser_unittest.cc', |
592 'browser/policy/profile_policy_connector_unittest.cc', | 592 'browser/policy/profile_policy_connector_unittest.cc', |
593 'browser/policy/url_blacklist_manager_unittest.cc', | 593 'browser/policy/url_blacklist_manager_unittest.cc', |
594 'browser/power/process_power_collector_unittest.cc', | 594 'browser/power/process_power_collector_unittest.cc', |
595 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 595 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
596 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 596 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 597 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
| 598 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
| 599 'browser/predictors/resource_prefetcher_unittest.cc', |
597 'browser/prefs/chrome_pref_service_unittest.cc', | 600 'browser/prefs/chrome_pref_service_unittest.cc', |
598 'browser/prefs/command_line_pref_store_unittest.cc', | 601 'browser/prefs/command_line_pref_store_unittest.cc', |
599 'browser/prefs/incognito_mode_prefs_unittest.cc', | 602 'browser/prefs/incognito_mode_prefs_unittest.cc', |
600 'browser/prefs/leveldb_pref_store_unittest.cc', | 603 'browser/prefs/leveldb_pref_store_unittest.cc', |
601 'browser/prefs/mock_validation_delegate.cc', | 604 'browser/prefs/mock_validation_delegate.cc', |
602 'browser/prefs/mock_validation_delegate.h', | 605 'browser/prefs/mock_validation_delegate.h', |
603 'browser/prefs/pref_hash_calculator_unittest.cc', | 606 'browser/prefs/pref_hash_calculator_unittest.cc', |
604 'browser/prefs/pref_hash_filter_unittest.cc', | 607 'browser/prefs/pref_hash_filter_unittest.cc', |
605 'browser/prefs/pref_hash_store_impl_unittest.cc', | 608 'browser/prefs/pref_hash_store_impl_unittest.cc', |
606 'browser/prefs/pref_model_associator_unittest.cc', | 609 'browser/prefs/pref_model_associator_unittest.cc', |
(...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2872 'dependencies': [ | 2875 'dependencies': [ |
2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2874 ], | 2877 ], |
2875 }], | 2878 }], |
2876 ], | 2879 ], |
2877 }, | 2880 }, |
2878 ], | 2881 ], |
2879 }], | 2882 }], |
2880 ], # 'conditions' | 2883 ], # 'conditions' |
2881 } | 2884 } |
OLD | NEW |