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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6766004: Create a ProfileDependencyManager to order ProfileKeyedService destruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix improper usage of static_cast<> in existing mac code. Created 9 years, 8 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/ui/gtk/reload_button_gtk.cc ('k') | chrome/chrome_tests.gypi » ('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 (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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1615 'browser/process_singleton.h', 1615 'browser/process_singleton.h',
1616 'browser/process_singleton_linux.cc', 1616 'browser/process_singleton_linux.cc',
1617 'browser/process_singleton_mac.cc', 1617 'browser/process_singleton_mac.cc',
1618 'browser/process_singleton_win.cc', 1618 'browser/process_singleton_win.cc',
1619 'browser/profile_import_process_host.cc', 1619 'browser/profile_import_process_host.cc',
1620 'browser/profile_import_process_host.h', 1620 'browser/profile_import_process_host.h',
1621 'browser/profiles/off_the_record_profile_io_data.cc', 1621 'browser/profiles/off_the_record_profile_io_data.cc',
1622 'browser/profiles/off_the_record_profile_io_data.h', 1622 'browser/profiles/off_the_record_profile_io_data.h',
1623 'browser/profiles/profile.cc', 1623 'browser/profiles/profile.cc',
1624 'browser/profiles/profile.h', 1624 'browser/profiles/profile.h',
1625 'browser/profiles/profile_dependency_manager.cc',
1626 'browser/profiles/profile_dependency_manager.h',
1625 'browser/profiles/profile_impl.cc', 1627 'browser/profiles/profile_impl.cc',
1626 'browser/profiles/profile_impl.h', 1628 'browser/profiles/profile_impl.h',
1627 'browser/profiles/profile_impl_io_data.cc', 1629 'browser/profiles/profile_impl_io_data.cc',
1628 'browser/profiles/profile_impl_io_data.h', 1630 'browser/profiles/profile_impl_io_data.h',
1629 'browser/profiles/profile_io_data.cc', 1631 'browser/profiles/profile_io_data.cc',
1630 'browser/profiles/profile_io_data.h', 1632 'browser/profiles/profile_io_data.h',
1633 'browser/profiles/profile_keyed_service_factory.cc',
1634 'browser/profiles/profile_keyed_service_factory.h',
1631 'browser/profiles/profile_manager.cc', 1635 'browser/profiles/profile_manager.cc',
1632 'browser/profiles/profile_manager.h', 1636 'browser/profiles/profile_manager.h',
1633 'browser/remoting/directory_add_request.cc', 1637 'browser/remoting/directory_add_request.cc',
1634 'browser/remoting/directory_add_request.h', 1638 'browser/remoting/directory_add_request.h',
1635 'browser/remoting/remoting_options_handler.cc', 1639 'browser/remoting/remoting_options_handler.cc',
1636 'browser/remoting/remoting_options_handler.h', 1640 'browser/remoting/remoting_options_handler.h',
1637 'browser/remoting/remoting_resources_source.cc', 1641 'browser/remoting/remoting_resources_source.cc',
1638 'browser/remoting/remoting_resources_source.h', 1642 'browser/remoting/remoting_resources_source.h',
1639 'browser/remoting/setup_flow.cc', 1643 'browser/remoting/setup_flow.cc',
1640 'browser/remoting/setup_flow.h', 1644 'browser/remoting/setup_flow.h',
(...skipping 2732 matching lines...) Expand 10 before | Expand all | Expand 10 after
4373 'hard_dependency': 1, 4377 'hard_dependency': 1,
4374 }, 4378 },
4375 ], 4379 ],
4376 } 4380 }
4377 4381
4378 # Local Variables: 4382 # Local Variables:
4379 # tab-width:2 4383 # tab-width:2
4380 # indent-tabs-mode:nil 4384 # indent-tabs-mode:nil
4381 # End: 4385 # End:
4382 # vim: set expandtab tabstop=2 shiftwidth=2: 4386 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/reload_button_gtk.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698