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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 'browser/profiles/profile_impl_io_data.cc', 1792 'browser/profiles/profile_impl_io_data.cc',
1793 'browser/profiles/profile_impl_io_data.h', 1793 'browser/profiles/profile_impl_io_data.h',
1794 'browser/profiles/profile_info_cache.cc', 1794 'browser/profiles/profile_info_cache.cc',
1795 'browser/profiles/profile_info_cache.h', 1795 'browser/profiles/profile_info_cache.h',
1796 'browser/profiles/profile_info_cache_observer.h', 1796 'browser/profiles/profile_info_cache_observer.h',
1797 'browser/profiles/profile_info_interface.h', 1797 'browser/profiles/profile_info_interface.h',
1798 'browser/profiles/profile_info_util.cc', 1798 'browser/profiles/profile_info_util.cc',
1799 'browser/profiles/profile_info_util.h', 1799 'browser/profiles/profile_info_util.h',
1800 'browser/profiles/profile_io_data.cc', 1800 'browser/profiles/profile_io_data.cc',
1801 'browser/profiles/profile_io_data.h', 1801 'browser/profiles/profile_io_data.h',
1802 'browser/profiles/profile_keyed_base.h',
1803 'browser/profiles/profile_keyed_base_factory.h', 1802 'browser/profiles/profile_keyed_base_factory.h',
1804 'browser/profiles/profile_keyed_base_factory.cc', 1803 'browser/profiles/profile_keyed_base_factory.cc',
1805 'browser/profiles/profile_keyed_service.h', 1804 'browser/profiles/profile_keyed_service.h',
1806 'browser/profiles/profile_keyed_service_factory.cc', 1805 'browser/profiles/profile_keyed_service_factory.cc',
1807 'browser/profiles/profile_keyed_service_factory.h', 1806 'browser/profiles/profile_keyed_service_factory.h',
1808 'browser/profiles/profile_manager.cc', 1807 'browser/profiles/profile_manager.cc',
1809 'browser/profiles/profile_manager.h', 1808 'browser/profiles/profile_manager.h',
1810 'browser/profiles/profile_metrics.cc', 1809 'browser/profiles/profile_metrics.cc',
1811 'browser/profiles/profile_metrics.h', 1810 'browser/profiles/profile_metrics.h',
1812 'browser/profiles/profile_shortcut_manager_win.cc', 1811 'browser/profiles/profile_shortcut_manager_win.cc',
(...skipping 3541 matching lines...) Expand 10 before | Expand all | Expand 10 after
5354 'variables': { 5353 'variables': {
5355 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5354 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5356 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5355 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5357 }, 5356 },
5358 'includes': ['../build/protoc.gypi'], 5357 'includes': ['../build/protoc.gypi'],
5359 }], 5358 }],
5360 ], 5359 ],
5361 }, 5360 },
5362 ], 5361 ],
5363 } 5362 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler_unittest.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698