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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7342043: Fixed regression: various preferences were not persisted when changed from incognito window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 5 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/prefs/pref_service.cc ('k') | chrome/chrome_tests.gypi » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1669 'browser/power_save_blocker_stub.cc', 1669 'browser/power_save_blocker_stub.cc',
1670 'browser/power_save_blocker_win.cc', 1670 'browser/power_save_blocker_win.cc',
1671 'browser/preferences_mac.cc', 1671 'browser/preferences_mac.cc',
1672 'browser/preferences_mac.h', 1672 'browser/preferences_mac.h',
1673 'browser/prefs/browser_prefs.cc', 1673 'browser/prefs/browser_prefs.cc',
1674 'browser/prefs/browser_prefs.h', 1674 'browser/prefs/browser_prefs.h',
1675 'browser/prefs/command_line_pref_store.cc', 1675 'browser/prefs/command_line_pref_store.cc',
1676 'browser/prefs/command_line_pref_store.h', 1676 'browser/prefs/command_line_pref_store.h',
1677 'browser/prefs/default_pref_store.cc', 1677 'browser/prefs/default_pref_store.cc',
1678 'browser/prefs/default_pref_store.h', 1678 'browser/prefs/default_pref_store.h',
1679 'browser/prefs/overlay_persistent_pref_store.cc', 1679 'browser/prefs/incognito_user_pref_store.cc',
1680 'browser/prefs/overlay_persistent_pref_store.h', 1680 'browser/prefs/incognito_user_pref_store.h',
1681 'browser/prefs/pref_change_registrar.cc', 1681 'browser/prefs/pref_change_registrar.cc',
1682 'browser/prefs/pref_change_registrar.h', 1682 'browser/prefs/pref_change_registrar.h',
1683 'browser/prefs/pref_member.cc', 1683 'browser/prefs/pref_member.cc',
1684 'browser/prefs/pref_member.h', 1684 'browser/prefs/pref_member.h',
1685 'browser/prefs/pref_model_associator.cc', 1685 'browser/prefs/pref_model_associator.cc',
1686 'browser/prefs/pref_model_associator.h', 1686 'browser/prefs/pref_model_associator.h',
1687 'browser/prefs/pref_notifier.h', 1687 'browser/prefs/pref_notifier.h',
1688 'browser/prefs/pref_notifier_impl.cc', 1688 'browser/prefs/pref_notifier_impl.cc',
1689 'browser/prefs/pref_notifier_impl.h', 1689 'browser/prefs/pref_notifier_impl.h',
1690 'browser/prefs/pref_service.cc', 1690 'browser/prefs/pref_service.cc',
(...skipping 3116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4807 ], 4807 ],
4808 'export_dependent_settings': [ 4808 'export_dependent_settings': [
4809 'in_memory_url_index_cache_proto', 4809 'in_memory_url_index_cache_proto',
4810 ], 4810 ],
4811 # This target exports a hard dependency because it includes generated 4811 # This target exports a hard dependency because it includes generated
4812 # header files. 4812 # header files.
4813 'hard_dependency': 1, 4813 'hard_dependency': 1,
4814 }, 4814 },
4815 ], 4815 ],
4816 } 4816 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/pref_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698