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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6766004: Create a ProfileDependencyManager to order ProfileKeyedService destruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 'browser/prefs/session_startup_pref_unittest.cc', 1426 'browser/prefs/session_startup_pref_unittest.cc',
1427 'browser/prerender/prerender_manager_unittest.cc', 1427 'browser/prerender/prerender_manager_unittest.cc',
1428 'browser/prerender/prerender_resource_handler_unittest.cc', 1428 'browser/prerender/prerender_resource_handler_unittest.cc',
1429 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', 1429 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc',
1430 'browser/printing/print_dialog_cloud_unittest.cc', 1430 'browser/printing/print_dialog_cloud_unittest.cc',
1431 'browser/printing/print_job_unittest.cc', 1431 'browser/printing/print_job_unittest.cc',
1432 'browser/printing/print_preview_tab_controller_unittest.cc', 1432 'browser/printing/print_preview_tab_controller_unittest.cc',
1433 'browser/process_info_snapshot_mac_unittest.cc', 1433 'browser/process_info_snapshot_mac_unittest.cc',
1434 'browser/process_singleton_mac_unittest.cc', 1434 'browser/process_singleton_mac_unittest.cc',
1435 'browser/profiles/profile_manager_unittest.cc', 1435 'browser/profiles/profile_manager_unittest.cc',
1436 'browser/profiles/profile_dependency_manager_unittest.cc',
1436 'browser/remoting/directory_add_request_unittest.cc', 1437 'browser/remoting/directory_add_request_unittest.cc',
1437 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 1438 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
1438 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', 1439 'browser/renderer_host/render_widget_host_view_mac_unittest.mm',
1439 'browser/renderer_host/web_cache_manager_unittest.cc', 1440 'browser/renderer_host/web_cache_manager_unittest.cc',
1440 'browser/resources_util_unittest.cc', 1441 'browser/resources_util_unittest.cc',
1441 'browser/rlz/rlz_unittest.cc', 1442 'browser/rlz/rlz_unittest.cc',
1442 'browser/safe_browsing/bloom_filter_unittest.cc', 1443 'browser/safe_browsing/bloom_filter_unittest.cc',
1443 'browser/safe_browsing/chunk_range_unittest.cc', 1444 'browser/safe_browsing/chunk_range_unittest.cc',
1444 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1445 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1445 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1446 'browser/safe_browsing/client_side_detection_service_unittest.cc',
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 ] 3777 ]
3777 }], # 'coverage!=0' 3778 }], # 'coverage!=0'
3778 ], # 'conditions' 3779 ], # 'conditions'
3779 } 3780 }
3780 3781
3781 # Local Variables: 3782 # Local Variables:
3782 # tab-width:2 3783 # tab-width:2
3783 # indent-tabs-mode:nil 3784 # indent-tabs-mode:nil
3784 # End: 3785 # End:
3785 # vim: set expandtab tabstop=2 shiftwidth=2: 3786 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/profiles/profile_keyed_service_factory.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698