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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5915004: Introduce incognito preference settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 10 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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after
2020 'browser/power_save_blocker_win.cc', 2020 'browser/power_save_blocker_win.cc',
2021 'browser/ppapi_plugin_process_host.cc', 2021 'browser/ppapi_plugin_process_host.cc',
2022 'browser/ppapi_plugin_process_host.h', 2022 'browser/ppapi_plugin_process_host.h',
2023 'browser/preferences_mac.cc', 2023 'browser/preferences_mac.cc',
2024 'browser/preferences_mac.h', 2024 'browser/preferences_mac.h',
2025 'browser/prefs/browser_prefs.cc', 2025 'browser/prefs/browser_prefs.cc',
2026 'browser/prefs/browser_prefs.h', 2026 'browser/prefs/browser_prefs.h',
2027 'browser/prefs/command_line_pref_store.cc', 2027 'browser/prefs/command_line_pref_store.cc',
2028 'browser/prefs/command_line_pref_store.h', 2028 'browser/prefs/command_line_pref_store.h',
2029 'browser/prefs/default_pref_store.h', 2029 'browser/prefs/default_pref_store.h',
2030 'browser/prefs/overlay_persistent_pref_store.cc',
2031 'browser/prefs/overlay_persistent_pref_store.h',
2030 'browser/prefs/pref_member.cc', 2032 'browser/prefs/pref_member.cc',
2031 'browser/prefs/pref_member.h', 2033 'browser/prefs/pref_member.h',
2032 'browser/prefs/pref_notifier.h', 2034 'browser/prefs/pref_notifier.h',
2033 'browser/prefs/pref_notifier_impl.cc', 2035 'browser/prefs/pref_notifier_impl.cc',
2034 'browser/prefs/pref_notifier_impl.h', 2036 'browser/prefs/pref_notifier_impl.h',
2035 'browser/prefs/pref_change_registrar.cc', 2037 'browser/prefs/pref_change_registrar.cc',
2036 'browser/prefs/pref_change_registrar.h', 2038 'browser/prefs/pref_change_registrar.h',
2037 'browser/prefs/pref_service.cc', 2039 'browser/prefs/pref_service.cc',
2038 'browser/prefs/pref_service.h', 2040 'browser/prefs/pref_service.h',
2039 'browser/prefs/pref_set_observer.cc', 2041 'browser/prefs/pref_set_observer.cc',
(...skipping 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 ], 4515 ],
4514 }, 4516 },
4515 ], 4517 ],
4516 } 4518 }
4517 4519
4518 # Local Variables: 4520 # Local Variables:
4519 # tab-width:2 4521 # tab-width:2
4520 # indent-tabs-mode:nil 4522 # indent-tabs-mode:nil
4521 # End: 4523 # End:
4522 # vim: set expandtab tabstop=2 shiftwidth=2: 4524 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698