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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 33753002: Sooper experimental refactoring of the profile info cache. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | no next file » | 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1783 'browser/profiles/profile_destroyer.h', 1783 'browser/profiles/profile_destroyer.h',
1784 'browser/profiles/profile_downloader.cc', 1784 'browser/profiles/profile_downloader.cc',
1785 'browser/profiles/profile_downloader.h', 1785 'browser/profiles/profile_downloader.h',
1786 'browser/profiles/profile_downloader_delegate.h', 1786 'browser/profiles/profile_downloader_delegate.h',
1787 'browser/profiles/profile_impl.cc', 1787 'browser/profiles/profile_impl.cc',
1788 'browser/profiles/profile_impl.h', 1788 'browser/profiles/profile_impl.h',
1789 'browser/profiles/profile_impl_io_data.cc', 1789 'browser/profiles/profile_impl_io_data.cc',
1790 'browser/profiles/profile_impl_io_data.h', 1790 'browser/profiles/profile_impl_io_data.h',
1791 'browser/profiles/profile_info_cache.cc', 1791 'browser/profiles/profile_info_cache.cc',
1792 'browser/profiles/profile_info_cache.h', 1792 'browser/profiles/profile_info_cache.h',
1793 'browser/profiles/profile_info_entry.cc',
1794 'browser/profiles/profile_info_entry.h',
1793 'browser/profiles/profile_info_cache_observer.h', 1795 'browser/profiles/profile_info_cache_observer.h',
1794 'browser/profiles/profile_info_interface.h', 1796 'browser/profiles/profile_info_interface.h',
1795 'browser/profiles/profile_info_util.cc', 1797 'browser/profiles/profile_info_util.cc',
1796 'browser/profiles/profile_info_util.h', 1798 'browser/profiles/profile_info_util.h',
1797 'browser/profiles/profile_io_data.cc', 1799 'browser/profiles/profile_io_data.cc',
1798 'browser/profiles/profile_io_data.h', 1800 'browser/profiles/profile_io_data.h',
1799 'browser/profiles/profile_list.h', 1801 'browser/profiles/profile_list.h',
1800 'browser/profiles/profile_list_desktop.cc', 1802 'browser/profiles/profile_list_desktop.cc',
1801 'browser/profiles/profile_list_desktop.h', 1803 'browser/profiles/profile_list_desktop.h',
1802 'browser/profiles/profile_manager.cc', 1804 'browser/profiles/profile_manager.cc',
(...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after
3721 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3723 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3722 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3724 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3723 }, 3725 },
3724 'includes': [ '../build/android/java_cpp_template.gypi' ], 3726 'includes': [ '../build/android/java_cpp_template.gypi' ],
3725 }, 3727 },
3726 ], 3728 ],
3727 }, 3729 },
3728 ], 3730 ],
3729 ], 3731 ],
3730 } 3732 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698