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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14967003: Drop more dependencies of ProfileKeyedService infrastructure on chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 7 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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 'browser/process_singleton_startup_lock.cc', 1539 'browser/process_singleton_startup_lock.cc',
1540 'browser/process_singleton_startup_lock.h', 1540 'browser/process_singleton_startup_lock.h',
1541 'browser/process_singleton_win.cc', 1541 'browser/process_singleton_win.cc',
1542 'browser/profile_resetter/profile_resetter.h', 1542 'browser/profile_resetter/profile_resetter.h',
1543 'browser/profile_resetter/profile_resetter.cc', 1543 'browser/profile_resetter/profile_resetter.cc',
1544 'browser/profiles/avatar_menu_model.cc', 1544 'browser/profiles/avatar_menu_model.cc',
1545 'browser/profiles/avatar_menu_model.h', 1545 'browser/profiles/avatar_menu_model.h',
1546 'browser/profiles/avatar_menu_model_observer.h', 1546 'browser/profiles/avatar_menu_model_observer.h',
1547 'browser/profiles/bookmark_model_loaded_observer.cc', 1547 'browser/profiles/bookmark_model_loaded_observer.cc',
1548 'browser/profiles/bookmark_model_loaded_observer.h', 1548 'browser/profiles/bookmark_model_loaded_observer.h',
1549 'browser/profiles/chrome_browser_main_extra_parts_profiles.cc',
1550 'browser/profiles/chrome_browser_main_extra_parts_profiles.h',
1549 'browser/profiles/chrome_version_service.cc', 1551 'browser/profiles/chrome_version_service.cc',
1550 'browser/profiles/chrome_version_service.h', 1552 'browser/profiles/chrome_version_service.h',
1551 'browser/profiles/dependency_graph.cc', 1553 'browser/profiles/dependency_graph.cc',
1552 'browser/profiles/dependency_graph.h', 1554 'browser/profiles/dependency_graph.h',
1553 'browser/profiles/dependency_node.h', 1555 'browser/profiles/dependency_node.h',
1554 'browser/profiles/gaia_info_update_service.cc', 1556 'browser/profiles/gaia_info_update_service.cc',
1555 'browser/profiles/gaia_info_update_service.h', 1557 'browser/profiles/gaia_info_update_service.h',
1556 'browser/profiles/gaia_info_update_service_factory.cc', 1558 'browser/profiles/gaia_info_update_service_factory.cc',
1557 'browser/profiles/gaia_info_update_service_factory.h', 1559 'browser/profiles/gaia_info_update_service_factory.h',
1558 'browser/profiles/incognito_helpers.cc', 1560 'browser/profiles/incognito_helpers.cc',
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
3172 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3174 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3173 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3175 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3174 }, 3176 },
3175 'includes': [ '../build/android/java_cpp_template.gypi' ], 3177 'includes': [ '../build/android/java_cpp_template.gypi' ],
3176 }, 3178 },
3177 ], 3179 ],
3178 }, 3180 },
3179 ], 3181 ],
3180 ], 3182 ],
3181 } 3183 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698