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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8568019: Introduce per-tab preferences service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 9 years, 1 month 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) 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 1815 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 'browser/prefs/command_line_pref_store.cc', 1826 'browser/prefs/command_line_pref_store.cc',
1827 'browser/prefs/command_line_pref_store.h', 1827 'browser/prefs/command_line_pref_store.h',
1828 'browser/prefs/default_pref_store.cc', 1828 'browser/prefs/default_pref_store.cc',
1829 'browser/prefs/default_pref_store.h', 1829 'browser/prefs/default_pref_store.h',
1830 'browser/prefs/incognito_mode_prefs.cc', 1830 'browser/prefs/incognito_mode_prefs.cc',
1831 'browser/prefs/incognito_mode_prefs.h', 1831 'browser/prefs/incognito_mode_prefs.h',
1832 'browser/prefs/incognito_user_pref_store.cc', 1832 'browser/prefs/incognito_user_pref_store.cc',
1833 'browser/prefs/incognito_user_pref_store.h', 1833 'browser/prefs/incognito_user_pref_store.h',
1834 'browser/prefs/overlay_user_pref_store.cc', 1834 'browser/prefs/overlay_user_pref_store.cc',
1835 'browser/prefs/overlay_user_pref_store.h', 1835 'browser/prefs/overlay_user_pref_store.h',
1836 'browser/prefs/per_tab_user_pref_store.cc',
1837 'browser/prefs/per_tab_user_pref_store.h',
1836 'browser/prefs/pref_change_registrar.cc', 1838 'browser/prefs/pref_change_registrar.cc',
1837 'browser/prefs/pref_change_registrar.h', 1839 'browser/prefs/pref_change_registrar.h',
1838 'browser/prefs/pref_member.cc', 1840 'browser/prefs/pref_member.cc',
1839 'browser/prefs/pref_member.h', 1841 'browser/prefs/pref_member.h',
1840 'browser/prefs/pref_model_associator.cc', 1842 'browser/prefs/pref_model_associator.cc',
1841 'browser/prefs/pref_model_associator.h', 1843 'browser/prefs/pref_model_associator.h',
1842 'browser/prefs/pref_notifier.h', 1844 'browser/prefs/pref_notifier.h',
1843 'browser/prefs/pref_notifier_impl.cc', 1845 'browser/prefs/pref_notifier_impl.cc',
1844 'browser/prefs/pref_notifier_impl.h', 1846 'browser/prefs/pref_notifier_impl.h',
1845 'browser/prefs/pref_service.cc', 1847 'browser/prefs/pref_service.cc',
(...skipping 3426 matching lines...) Expand 10 before | Expand all | Expand 10 after
5272 'type': 'static_library', 5274 'type': 'static_library',
5273 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5275 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5274 'variables': { 5276 'variables': {
5275 'proto_in_dir': 'browser/history', 5277 'proto_in_dir': 'browser/history',
5276 'proto_out_dir': 'chrome/browser/history', 5278 'proto_out_dir': 'chrome/browser/history',
5277 }, 5279 },
5278 'includes': [ '../build/protoc.gypi' ] 5280 'includes': [ '../build/protoc.gypi' ]
5279 }, 5281 },
5280 ], 5282 ],
5281 } 5283 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698