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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9620010: Added Protector backup for Preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload 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
« no previous file with comments | « chrome/browser/protector/protector_service_factory.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) 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 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 'browser/profiles/refcounted_profile_keyed_service_factory.h', 1816 'browser/profiles/refcounted_profile_keyed_service_factory.h',
1817 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1817 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1818 'browser/protector/base_setting_change.cc', 1818 'browser/protector/base_setting_change.cc',
1819 'browser/protector/base_setting_change.h', 1819 'browser/protector/base_setting_change.h',
1820 'browser/protector/default_search_provider_change.cc', 1820 'browser/protector/default_search_provider_change.cc',
1821 'browser/protector/histograms.cc', 1821 'browser/protector/histograms.cc',
1822 'browser/protector/histograms.h', 1822 'browser/protector/histograms.h',
1823 'browser/protector/internal/keys_internal.cc', 1823 'browser/protector/internal/keys_internal.cc',
1824 'browser/protector/keys.cc', 1824 'browser/protector/keys.cc',
1825 'browser/protector/keys.h', 1825 'browser/protector/keys.h',
1826 'browser/protector/protected_prefs_watcher.cc',
1827 'browser/protector/protected_prefs_watcher.h',
1826 'browser/protector/protector_service.cc', 1828 'browser/protector/protector_service.cc',
1827 'browser/protector/protector_service.h', 1829 'browser/protector/protector_service.h',
1828 'browser/protector/protector_service_factory.cc', 1830 'browser/protector/protector_service_factory.cc',
1829 'browser/protector/protector_service_factory.h', 1831 'browser/protector/protector_service_factory.h',
1830 'browser/protector/session_startup_change.cc', 1832 'browser/protector/session_startup_change.cc',
1831 'browser/protector/settings_change_global_error.cc', 1833 'browser/protector/settings_change_global_error.cc',
1832 'browser/protector/settings_change_global_error.h', 1834 'browser/protector/settings_change_global_error.h',
1833 'browser/protector/settings_change_global_error_delegate.h', 1835 'browser/protector/settings_change_global_error_delegate.h',
1834 'browser/remove_rows_table_model.h', 1836 'browser/remove_rows_table_model.h',
1835 'browser/renderer_host/chrome_render_message_filter.cc', 1837 'browser/renderer_host/chrome_render_message_filter.cc',
(...skipping 3530 matching lines...) Expand 10 before | Expand all | Expand 10 after
5366 'variables': { 5368 'variables': {
5367 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5369 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5368 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5370 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5369 }, 5371 },
5370 'includes': ['../build/protoc.gypi'], 5372 'includes': ['../build/protoc.gypi'],
5371 }], 5373 }],
5372 ], 5374 ],
5373 }, 5375 },
5374 ], 5376 ],
5375 } 5377 }
OLDNEW
« no previous file with comments | « chrome/browser/protector/protector_service_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698