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

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 RegisterUserPrefs Created 8 years 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 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 'browser/process_singleton_linux.cc', 1572 'browser/process_singleton_linux.cc',
1573 'browser/process_singleton_mac.cc', 1573 'browser/process_singleton_mac.cc',
1574 'browser/process_singleton_win.cc', 1574 'browser/process_singleton_win.cc',
1575 'browser/profiles/avatar_menu_model.cc', 1575 'browser/profiles/avatar_menu_model.cc',
1576 'browser/profiles/avatar_menu_model.h', 1576 'browser/profiles/avatar_menu_model.h',
1577 'browser/profiles/avatar_menu_model_observer.h', 1577 'browser/profiles/avatar_menu_model_observer.h',
1578 'browser/profiles/chrome_version_service.cc', 1578 'browser/profiles/chrome_version_service.cc',
1579 'browser/profiles/chrome_version_service.h', 1579 'browser/profiles/chrome_version_service.h',
1580 'browser/profiles/gaia_info_update_service.cc', 1580 'browser/profiles/gaia_info_update_service.cc',
1581 'browser/profiles/gaia_info_update_service.h', 1581 'browser/profiles/gaia_info_update_service.h',
1582 'browser/profiles/gaia_info_update_service_factory.cc',
1583 'browser/profiles/gaia_info_update_service_factory.h',
1582 'browser/profiles/off_the_record_profile_impl.cc', 1584 'browser/profiles/off_the_record_profile_impl.cc',
1583 'browser/profiles/off_the_record_profile_impl.h', 1585 'browser/profiles/off_the_record_profile_impl.h',
1584 'browser/profiles/off_the_record_profile_io_data.cc', 1586 'browser/profiles/off_the_record_profile_io_data.cc',
1585 'browser/profiles/off_the_record_profile_io_data.h', 1587 'browser/profiles/off_the_record_profile_io_data.h',
1586 'browser/profiles/profile.cc', 1588 'browser/profiles/profile.cc',
1587 'browser/profiles/profile.h', 1589 'browser/profiles/profile.h',
1588 'browser/profiles/profile_dependency_manager.cc', 1590 'browser/profiles/profile_dependency_manager.cc',
1589 'browser/profiles/profile_dependency_manager.h', 1591 'browser/profiles/profile_dependency_manager.h',
1590 'browser/profiles/profile_destroyer.cc', 1592 'browser/profiles/profile_destroyer.cc',
1591 'browser/profiles/profile_destroyer.h', 1593 'browser/profiles/profile_destroyer.h',
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'proto_in_dir': '../third_party/cros_system_api/dbus', 3107 'proto_in_dir': '../third_party/cros_system_api/dbus',
3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3108 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3107 }, 3109 },
3108 'includes': ['../build/protoc.gypi'], 3110 'includes': ['../build/protoc.gypi'],
3109 }, 3111 },
3110 ], 3112 ],
3111 }, 3113 },
3112 ], 3114 ],
3113 ], 3115 ],
3114 } 3116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698