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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11620012: [Profiles, Fixit] Making GAIAInfoUpdateService into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing permissions Created 7 years, 11 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/profiles/profile_impl.cc ('k') | chrome/test/base/testing_profile.h » ('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 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 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'browser/process_singleton_linux.cc', 1596 'browser/process_singleton_linux.cc',
1597 'browser/process_singleton_mac.cc', 1597 'browser/process_singleton_mac.cc',
1598 'browser/process_singleton_win.cc', 1598 'browser/process_singleton_win.cc',
1599 'browser/profiles/avatar_menu_model.cc', 1599 'browser/profiles/avatar_menu_model.cc',
1600 'browser/profiles/avatar_menu_model.h', 1600 'browser/profiles/avatar_menu_model.h',
1601 'browser/profiles/avatar_menu_model_observer.h', 1601 'browser/profiles/avatar_menu_model_observer.h',
1602 'browser/profiles/chrome_version_service.cc', 1602 'browser/profiles/chrome_version_service.cc',
1603 'browser/profiles/chrome_version_service.h', 1603 'browser/profiles/chrome_version_service.h',
1604 'browser/profiles/gaia_info_update_service.cc', 1604 'browser/profiles/gaia_info_update_service.cc',
1605 'browser/profiles/gaia_info_update_service.h', 1605 'browser/profiles/gaia_info_update_service.h',
1606 'browser/profiles/gaia_info_update_service_factory.cc',
1607 'browser/profiles/gaia_info_update_service_factory.h',
1606 'browser/profiles/off_the_record_profile_impl.cc', 1608 'browser/profiles/off_the_record_profile_impl.cc',
1607 'browser/profiles/off_the_record_profile_impl.h', 1609 'browser/profiles/off_the_record_profile_impl.h',
1608 'browser/profiles/off_the_record_profile_io_data.cc', 1610 'browser/profiles/off_the_record_profile_io_data.cc',
1609 'browser/profiles/off_the_record_profile_io_data.h', 1611 'browser/profiles/off_the_record_profile_io_data.h',
1610 'browser/profiles/profile.cc', 1612 'browser/profiles/profile.cc',
1611 'browser/profiles/profile.h', 1613 'browser/profiles/profile.h',
1612 'browser/profiles/profile_dependency_manager.cc', 1614 'browser/profiles/profile_dependency_manager.cc',
1613 'browser/profiles/profile_dependency_manager.h', 1615 'browser/profiles/profile_dependency_manager.h',
1614 'browser/profiles/profile_destroyer.cc', 1616 'browser/profiles/profile_destroyer.cc',
1615 'browser/profiles/profile_destroyer.h', 1617 'browser/profiles/profile_destroyer.h',
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 'proto_in_dir': '../third_party/cros_system_api/dbus', 3161 'proto_in_dir': '../third_party/cros_system_api/dbus',
3160 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3162 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3161 }, 3163 },
3162 'includes': ['../build/protoc.gypi'], 3164 'includes': ['../build/protoc.gypi'],
3163 }, 3165 },
3164 ], 3166 ],
3165 }, 3167 },
3166 ], 3168 ],
3167 ], 3169 ],
3168 } 3170 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698