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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 222313005: [Profiles] Download high-res avatars using the --new-profile-management flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 'browser/profiles/incognito_mode_policy_handler.cc', 1793 'browser/profiles/incognito_mode_policy_handler.cc',
1794 'browser/profiles/incognito_mode_policy_handler.h', 1794 'browser/profiles/incognito_mode_policy_handler.h',
1795 'browser/profiles/off_the_record_profile_impl.cc', 1795 'browser/profiles/off_the_record_profile_impl.cc',
1796 'browser/profiles/off_the_record_profile_impl.h', 1796 'browser/profiles/off_the_record_profile_impl.h',
1797 'browser/profiles/off_the_record_profile_io_data.cc', 1797 'browser/profiles/off_the_record_profile_io_data.cc',
1798 'browser/profiles/off_the_record_profile_io_data.h', 1798 'browser/profiles/off_the_record_profile_io_data.h',
1799 'browser/profiles/profile.cc', 1799 'browser/profiles/profile.cc',
1800 'browser/profiles/profile.h', 1800 'browser/profiles/profile.h',
1801 'browser/profiles/profile_android.cc', 1801 'browser/profiles/profile_android.cc',
1802 'browser/profiles/profile_android.h', 1802 'browser/profiles/profile_android.h',
1803 'browser/profiles/profile_avatar_downloader.cc',
1803 'browser/profiles/profile_destroyer.cc', 1804 'browser/profiles/profile_destroyer.cc',
1804 'browser/profiles/profile_destroyer.h', 1805 'browser/profiles/profile_destroyer.h',
1805 'browser/profiles/profile_downloader.cc', 1806 'browser/profiles/profile_downloader.cc',
1806 'browser/profiles/profile_downloader.h', 1807 'browser/profiles/profile_downloader.h',
1807 'browser/profiles/profile_downloader_delegate.h', 1808 'browser/profiles/profile_downloader_delegate.h',
1808 'browser/profiles/profile_impl.cc', 1809 'browser/profiles/profile_impl.cc',
1809 'browser/profiles/profile_impl.h', 1810 'browser/profiles/profile_impl.h',
1810 'browser/profiles/profile_impl_io_data.cc', 1811 'browser/profiles/profile_impl_io_data.cc',
1811 'browser/profiles/profile_impl_io_data.h', 1812 'browser/profiles/profile_impl_io_data.h',
1812 'browser/profiles/profile_info_cache.cc', 1813 'browser/profiles/profile_info_cache.cc',
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after
3833 'package_name': 'org/chromium/chrome/browser', 3834 'package_name': 'org/chromium/chrome/browser',
3834 'template_deps': ['browser/android/tab_load_status.h'], 3835 'template_deps': ['browser/android/tab_load_status.h'],
3835 }, 3836 },
3836 'includes': [ '../build/android/java_cpp_template.gypi' ], 3837 'includes': [ '../build/android/java_cpp_template.gypi' ],
3837 }, 3838 },
3838 ], 3839 ],
3839 }, 3840 },
3840 ], 3841 ],
3841 ], 3842 ],
3842 } 3843 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698