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

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: Whitespaces + fixes for trybot 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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 'browser/power_save_blocker_win.cc', 2018 'browser/power_save_blocker_win.cc',
2019 'browser/ppapi_plugin_process_host.cc', 2019 'browser/ppapi_plugin_process_host.cc',
2020 'browser/ppapi_plugin_process_host.h', 2020 'browser/ppapi_plugin_process_host.h',
2021 'browser/preferences_mac.cc', 2021 'browser/preferences_mac.cc',
2022 'browser/preferences_mac.h', 2022 'browser/preferences_mac.h',
2023 'browser/prefs/browser_prefs.cc', 2023 'browser/prefs/browser_prefs.cc',
2024 'browser/prefs/browser_prefs.h', 2024 'browser/prefs/browser_prefs.h',
2025 'browser/prefs/command_line_pref_store.cc', 2025 'browser/prefs/command_line_pref_store.cc',
2026 'browser/prefs/command_line_pref_store.h', 2026 'browser/prefs/command_line_pref_store.h',
2027 'browser/prefs/default_pref_store.h', 2027 'browser/prefs/default_pref_store.h',
2028 'browser/prefs/overlay_persistent_pref_store.cc',
2029 'browser/prefs/overlay_persistent_pref_store.h',
2028 'browser/prefs/pref_member.cc', 2030 'browser/prefs/pref_member.cc',
2029 'browser/prefs/pref_member.h', 2031 'browser/prefs/pref_member.h',
2030 'browser/prefs/pref_notifier.h', 2032 'browser/prefs/pref_notifier.h',
2031 'browser/prefs/pref_notifier_impl.cc', 2033 'browser/prefs/pref_notifier_impl.cc',
2032 'browser/prefs/pref_notifier_impl.h', 2034 'browser/prefs/pref_notifier_impl.h',
2033 'browser/prefs/pref_change_registrar.cc', 2035 'browser/prefs/pref_change_registrar.cc',
2034 'browser/prefs/pref_change_registrar.h', 2036 'browser/prefs/pref_change_registrar.h',
2035 'browser/prefs/pref_service.cc', 2037 'browser/prefs/pref_service.cc',
2036 'browser/prefs/pref_service.h', 2038 'browser/prefs/pref_service.h',
2037 'browser/prefs/pref_set_observer.cc', 2039 'browser/prefs/pref_set_observer.cc',
(...skipping 2468 matching lines...) Expand 10 before | Expand all | Expand 10 after
4506 ], 4508 ],
4507 }, 4509 },
4508 ], 4510 ],
4509 } 4511 }
4510 4512
4511 # Local Variables: 4513 # Local Variables:
4512 # tab-width:2 4514 # tab-width:2
4513 # indent-tabs-mode:nil 4515 # indent-tabs-mode:nil
4514 # End: 4516 # End:
4515 # vim: set expandtab tabstop=2 shiftwidth=2: 4517 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698