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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 169323003: Implementation of leveldb-backed PrefStore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Close the database after each test Created 6 years, 7 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/chrome_browser.gypi ('k') | chrome/test/data/prefs/corrupted_leveldb/000005.ldb » ('j') | 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 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 1154 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
1155 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 1155 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
1156 'browser/policy/javascript_policy_handler_unittest.cc', 1156 'browser/policy/javascript_policy_handler_unittest.cc',
1157 'browser/policy/policy_path_parser_unittest.cc', 1157 'browser/policy/policy_path_parser_unittest.cc',
1158 'browser/policy/url_blacklist_manager_unittest.cc', 1158 'browser/policy/url_blacklist_manager_unittest.cc',
1159 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1159 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1160 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1160 'browser/predictors/autocomplete_action_predictor_unittest.cc',
1161 'browser/prefs/chrome_pref_service_unittest.cc', 1161 'browser/prefs/chrome_pref_service_unittest.cc',
1162 'browser/prefs/command_line_pref_store_unittest.cc', 1162 'browser/prefs/command_line_pref_store_unittest.cc',
1163 'browser/prefs/incognito_mode_prefs_unittest.cc', 1163 'browser/prefs/incognito_mode_prefs_unittest.cc',
1164 'browser/prefs/leveldb_pref_store_unittest.cc',
1164 'browser/prefs/mock_validation_delegate.cc', 1165 'browser/prefs/mock_validation_delegate.cc',
1165 'browser/prefs/mock_validation_delegate.h', 1166 'browser/prefs/mock_validation_delegate.h',
1166 'browser/prefs/pref_hash_calculator_unittest.cc', 1167 'browser/prefs/pref_hash_calculator_unittest.cc',
1167 'browser/prefs/pref_hash_filter_unittest.cc', 1168 'browser/prefs/pref_hash_filter_unittest.cc',
1168 'browser/prefs/pref_hash_store_impl_unittest.cc', 1169 'browser/prefs/pref_hash_store_impl_unittest.cc',
1169 'browser/prefs/pref_model_associator_unittest.cc', 1170 'browser/prefs/pref_model_associator_unittest.cc',
1170 'browser/prefs/prefs_syncable_service_unittest.cc', 1171 'browser/prefs/prefs_syncable_service_unittest.cc',
1171 'browser/prefs/profile_pref_store_manager_unittest.cc', 1172 'browser/prefs/profile_pref_store_manager_unittest.cc',
1172 'browser/prefs/proxy_config_dictionary_unittest.cc', 1173 'browser/prefs/proxy_config_dictionary_unittest.cc',
1173 'browser/prefs/proxy_policy_unittest.cc', 1174 'browser/prefs/proxy_policy_unittest.cc',
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2831 'unit_tests.isolate', 2832 'unit_tests.isolate',
2832 ], 2833 ],
2833 'sources': [ 2834 'sources': [
2834 'unit_tests.isolate', 2835 'unit_tests.isolate',
2835 ], 2836 ],
2836 }, 2837 },
2837 ], 2838 ],
2838 }], 2839 }],
2839 ], # 'conditions' 2840 ], # 'conditions'
2840 } 2841 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/prefs/corrupted_leveldb/000005.ldb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698