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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13865012: Change GetProfileToUse method from Profile to content::BrowserContext (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
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 'browser/profiles/bookmark_model_loaded_observer.h', 1530 'browser/profiles/bookmark_model_loaded_observer.h',
1531 'browser/profiles/chrome_version_service.cc', 1531 'browser/profiles/chrome_version_service.cc',
1532 'browser/profiles/chrome_version_service.h', 1532 'browser/profiles/chrome_version_service.h',
1533 'browser/profiles/dependency_graph.cc', 1533 'browser/profiles/dependency_graph.cc',
1534 'browser/profiles/dependency_graph.h', 1534 'browser/profiles/dependency_graph.h',
1535 'browser/profiles/dependency_node.h', 1535 'browser/profiles/dependency_node.h',
1536 'browser/profiles/gaia_info_update_service.cc', 1536 'browser/profiles/gaia_info_update_service.cc',
1537 'browser/profiles/gaia_info_update_service.h', 1537 'browser/profiles/gaia_info_update_service.h',
1538 'browser/profiles/gaia_info_update_service_factory.cc', 1538 'browser/profiles/gaia_info_update_service_factory.cc',
1539 'browser/profiles/gaia_info_update_service_factory.h', 1539 'browser/profiles/gaia_info_update_service_factory.h',
1540 'browser/profiles/incognito_helpers.cc',
1541 'browser/profiles/incognito_helpers.h',
1540 'browser/profiles/off_the_record_profile_impl.cc', 1542 'browser/profiles/off_the_record_profile_impl.cc',
1541 'browser/profiles/off_the_record_profile_impl.h', 1543 'browser/profiles/off_the_record_profile_impl.h',
1542 'browser/profiles/off_the_record_profile_io_data.cc', 1544 'browser/profiles/off_the_record_profile_io_data.cc',
1543 'browser/profiles/off_the_record_profile_io_data.h', 1545 'browser/profiles/off_the_record_profile_io_data.h',
1544 'browser/profiles/profile.cc', 1546 'browser/profiles/profile.cc',
1545 'browser/profiles/profile.h', 1547 'browser/profiles/profile.h',
1546 'browser/profiles/profile_android.cc', 1548 'browser/profiles/profile_android.cc',
1547 'browser/profiles/profile_android.h', 1549 'browser/profiles/profile_android.h',
1548 'browser/profiles/profile_dependency_manager.cc', 1550 'browser/profiles/profile_dependency_manager.cc',
1549 'browser/profiles/profile_dependency_manager.h', 1551 'browser/profiles/profile_dependency_manager.h',
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
3132 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3134 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3133 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3135 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3134 }, 3136 },
3135 'includes': [ '../build/android/java_cpp_template.gypi' ], 3137 'includes': [ '../build/android/java_cpp_template.gypi' ],
3136 }, 3138 },
3137 ], 3139 ],
3138 }, 3140 },
3139 ], 3141 ],
3140 ], 3142 ],
3141 } 3143 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698