Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12255007: Split pref_service_unittest into generic vs. Chrome-specific parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/prefs/pref_service_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'browser/policy/user_cloud_policy_manager_unittest.cc', 976 'browser/policy/user_cloud_policy_manager_unittest.cc',
977 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', 977 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc',
978 'browser/policy/user_cloud_policy_store_unittest.cc', 978 'browser/policy/user_cloud_policy_store_unittest.cc',
979 'browser/policy/user_info_fetcher_unittest.cc', 979 'browser/policy/user_info_fetcher_unittest.cc',
980 'browser/policy/user_policy_signin_service_unittest.cc', 980 'browser/policy/user_policy_signin_service_unittest.cc',
981 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 981 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
982 'browser/predictors/autocomplete_action_predictor_unittest.cc', 982 'browser/predictors/autocomplete_action_predictor_unittest.cc',
983 'browser/predictors/resource_prefetch_predictor_unittest.cc', 983 'browser/predictors/resource_prefetch_predictor_unittest.cc',
984 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', 984 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
985 'browser/predictors/resource_prefetcher_unittest.cc', 985 'browser/predictors/resource_prefetcher_unittest.cc',
986 'browser/prefs/chrome_pref_service_unittest.cc',
986 'browser/prefs/command_line_pref_store_unittest.cc', 987 'browser/prefs/command_line_pref_store_unittest.cc',
987 'browser/prefs/incognito_mode_prefs_unittest.cc', 988 'browser/prefs/incognito_mode_prefs_unittest.cc',
988 'browser/prefs/pref_model_associator_unittest.cc', 989 'browser/prefs/pref_model_associator_unittest.cc',
989 'browser/prefs/pref_notifier_impl_unittest.cc', 990 'browser/prefs/pref_notifier_impl_unittest.cc',
990 'browser/prefs/pref_service_unittest.cc', 991 'browser/prefs/pref_service_unittest.cc',
991 'browser/prefs/proxy_config_dictionary_unittest.cc', 992 'browser/prefs/proxy_config_dictionary_unittest.cc',
992 'browser/prefs/proxy_policy_unittest.cc', 993 'browser/prefs/proxy_policy_unittest.cc',
993 'browser/prefs/proxy_prefs_unittest.cc', 994 'browser/prefs/proxy_prefs_unittest.cc',
994 'browser/prefs/scoped_user_pref_update_unittest.cc', 995 'browser/prefs/scoped_user_pref_update_unittest.cc',
995 'browser/prefs/session_startup_pref_unittest.cc', 996 'browser/prefs/session_startup_pref_unittest.cc',
(...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 # more details. 2377 # more details.
2377 'DebugInformationFormat': '3', 2378 'DebugInformationFormat': '3',
2378 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2379 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2379 }, 2380 },
2380 }, 2381 },
2381 }, 2382 },
2382 ], 2383 ],
2383 }], 2384 }],
2384 ], # 'conditions' 2385 ], # 'conditions'
2385 } 2386 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/pref_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698