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

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: Addressed review comments, removed blacklist from extension ID list, added unittest. 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
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 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 'browser/profiles/refcounted_profile_keyed_service_factory.h', 1794 'browser/profiles/refcounted_profile_keyed_service_factory.h',
1795 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1795 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1796 'browser/protector/base_setting_change.cc', 1796 'browser/protector/base_setting_change.cc',
1797 'browser/protector/base_setting_change.h', 1797 'browser/protector/base_setting_change.h',
1798 'browser/protector/default_search_provider_change.cc', 1798 'browser/protector/default_search_provider_change.cc',
1799 'browser/protector/histograms.cc', 1799 'browser/protector/histograms.cc',
1800 'browser/protector/histograms.h', 1800 'browser/protector/histograms.h',
1801 'browser/protector/internal/keys_internal.cc', 1801 'browser/protector/internal/keys_internal.cc',
1802 'browser/protector/keys.cc', 1802 'browser/protector/keys.cc',
1803 'browser/protector/keys.h', 1803 'browser/protector/keys.h',
1804 'browser/protector/protected_prefs_watcher.cc',
1805 'browser/protector/protected_prefs_watcher.h',
1804 'browser/protector/protector_service.cc', 1806 'browser/protector/protector_service.cc',
1805 'browser/protector/protector_service.h', 1807 'browser/protector/protector_service.h',
1806 'browser/protector/protector_service_factory.cc', 1808 'browser/protector/protector_service_factory.cc',
1807 'browser/protector/protector_service_factory.h', 1809 'browser/protector/protector_service_factory.h',
1808 'browser/protector/settings_change_global_error.cc', 1810 'browser/protector/settings_change_global_error.cc',
1809 'browser/protector/settings_change_global_error.h', 1811 'browser/protector/settings_change_global_error.h',
1810 'browser/protector/settings_change_global_error_delegate.h', 1812 'browser/protector/settings_change_global_error_delegate.h',
1811 'browser/remove_rows_table_model.h', 1813 'browser/remove_rows_table_model.h',
1812 'browser/renderer_host/chrome_render_message_filter.cc', 1814 'browser/renderer_host/chrome_render_message_filter.cc',
1813 'browser/renderer_host/chrome_render_message_filter.h', 1815 'browser/renderer_host/chrome_render_message_filter.h',
(...skipping 3503 matching lines...) Expand 10 before | Expand all | Expand 10 after
5317 'variables': { 5319 'variables': {
5318 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5320 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5319 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5321 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5320 }, 5322 },
5321 'includes': ['../build/protoc.gypi'], 5323 'includes': ['../build/protoc.gypi'],
5322 }], 5324 }],
5323 ], 5325 ],
5324 }, 5326 },
5325 ], 5327 ],
5326 } 5328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698