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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5430004: Refactored cookies persistent store clean-up on shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lock protected the clear on exit flag. Created 10 years 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'browser/net/connection_tester_unittest.cc', 1227 'browser/net/connection_tester_unittest.cc',
1228 'browser/net/gaia/token_service_unittest.cc', 1228 'browser/net/gaia/token_service_unittest.cc',
1229 'browser/net/gaia/token_service_unittest.h', 1229 'browser/net/gaia/token_service_unittest.h',
1230 'browser/net/chrome_net_log_unittest.cc', 1230 'browser/net/chrome_net_log_unittest.cc',
1231 'browser/net/load_timing_observer_unittest.cc', 1231 'browser/net/load_timing_observer_unittest.cc',
1232 'browser/net/passive_log_collector_unittest.cc', 1232 'browser/net/passive_log_collector_unittest.cc',
1233 'browser/net/predictor_unittest.cc', 1233 'browser/net/predictor_unittest.cc',
1234 'browser/net/pref_proxy_config_service_unittest.cc', 1234 'browser/net/pref_proxy_config_service_unittest.cc',
1235 'browser/net/prerender_interceptor_unittest.cc', 1235 'browser/net/prerender_interceptor_unittest.cc',
1236 'browser/net/resolve_proxy_msg_helper_unittest.cc', 1236 'browser/net/resolve_proxy_msg_helper_unittest.cc',
1237 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
1237 'browser/net/url_fixer_upper_unittest.cc', 1238 'browser/net/url_fixer_upper_unittest.cc',
1238 'browser/net/url_info_unittest.cc', 1239 'browser/net/url_info_unittest.cc',
1239 'browser/notifications/desktop_notification_service_unittest.cc', 1240 'browser/notifications/desktop_notification_service_unittest.cc',
1240 'browser/notifications/desktop_notifications_unittest.h', 1241 'browser/notifications/desktop_notifications_unittest.h',
1241 'browser/notifications/desktop_notifications_unittest.cc', 1242 'browser/notifications/desktop_notifications_unittest.cc',
1242 'browser/notifications/notification_exceptions_table_model_unittest.cc', 1243 'browser/notifications/notification_exceptions_table_model_unittest.cc',
1243 'browser/notifications/notification_test_util.h', 1244 'browser/notifications/notification_test_util.h',
1244 'browser/notifications/notifications_prefs_cache_unittest.cc', 1245 'browser/notifications/notifications_prefs_cache_unittest.cc',
1245 'browser/parsers/metadata_parser_filebase_unittest.cc', 1246 'browser/parsers/metadata_parser_filebase_unittest.cc',
1246 'browser/password_manager/encryptor_unittest.cc', 1247 'browser/password_manager/encryptor_unittest.cc',
(...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 ] 3532 ]
3532 }], # 'coverage!=0' 3533 }], # 'coverage!=0'
3533 ], # 'conditions' 3534 ], # 'conditions'
3534 } 3535 }
3535 3536
3536 # Local Variables: 3537 # Local Variables:
3537 # tab-width:2 3538 # tab-width:2
3538 # indent-tabs-mode:nil 3539 # indent-tabs-mode:nil
3539 # End: 3540 # End:
3540 # vim: set expandtab tabstop=2 shiftwidth=2: 3541 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/net/sqlite_persistent_cookie_store_unittest.cc ('k') | net/base/cookie_monster.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698