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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 205813002: Separate storage for protected preferences into Protected Preferences file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pp4_profile_pref_store
Patch Set: Revert code that breaks tests, commit what works. Created 6 years, 9 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
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 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 'browser/prefs/pref_hash_filter_unittest.cc', 1158 'browser/prefs/pref_hash_filter_unittest.cc',
1159 'browser/prefs/pref_hash_store_impl_unittest.cc', 1159 'browser/prefs/pref_hash_store_impl_unittest.cc',
1160 'browser/prefs/pref_model_associator_unittest.cc', 1160 'browser/prefs/pref_model_associator_unittest.cc',
1161 'browser/prefs/profile_pref_store_manager_unittest.cc', 1161 'browser/prefs/profile_pref_store_manager_unittest.cc',
1162 'browser/prefs/proxy_config_dictionary_unittest.cc', 1162 'browser/prefs/proxy_config_dictionary_unittest.cc',
1163 'browser/prefs/proxy_policy_unittest.cc', 1163 'browser/prefs/proxy_policy_unittest.cc',
1164 'browser/prefs/proxy_prefs_unittest.cc', 1164 'browser/prefs/proxy_prefs_unittest.cc',
1165 'browser/prefs/session_startup_pref_unittest.cc', 1165 'browser/prefs/session_startup_pref_unittest.cc',
1166 'browser/prefs/tracked/pref_hash_calculator_helper_win_unittest.cc', 1166 'browser/prefs/tracked/pref_hash_calculator_helper_win_unittest.cc',
1167 'browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc', 1167 'browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc',
1168 'browser/prefs/tracked/segregated_pref_store_unittest.cc',
1168 'browser/prerender/prerender_history_unittest.cc', 1169 'browser/prerender/prerender_history_unittest.cc',
1169 'browser/prerender/prerender_tracker_unittest.cc', 1170 'browser/prerender/prerender_tracker_unittest.cc',
1170 'browser/prerender/prerender_unittest.cc', 1171 'browser/prerender/prerender_unittest.cc',
1171 'browser/prerender/prerender_util_unittest.cc', 1172 'browser/prerender/prerender_util_unittest.cc',
1172 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 1173 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
1173 'browser/printing/print_dialog_cloud_unittest.cc', 1174 'browser/printing/print_dialog_cloud_unittest.cc',
1174 'browser/printing/print_job_unittest.cc', 1175 'browser/printing/print_job_unittest.cc',
1175 'browser/printing/print_preview_dialog_controller_unittest.cc', 1176 'browser/printing/print_preview_dialog_controller_unittest.cc',
1176 'browser/printing/print_preview_test.cc', 1177 'browser/printing/print_preview_test.cc',
1177 'browser/printing/print_preview_test.h', 1178 'browser/printing/print_preview_test.h',
(...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 'browser/ui/app_list/test/fake_profile_store.h', 2893 'browser/ui/app_list/test/fake_profile_store.h',
2893 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2894 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2894 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2895 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2895 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2896 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2896 ], 2897 ],
2897 }, 2898 },
2898 ], 2899 ],
2899 }], 2900 }],
2900 ], # 'conditions' 2901 ], # 'conditions'
2901 } 2902 }
OLDNEW
« chrome/browser/prefs/tracked/segregated_pref_store.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698