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

Side by Side Diff: chrome/chrome_tests.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/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 'browser/process_singleton_mac_unittest.cc', 1668 'browser/process_singleton_mac_unittest.cc',
1669 'browser/profiles/avatar_menu_model_unittest.cc', 1669 'browser/profiles/avatar_menu_model_unittest.cc',
1670 'browser/profiles/gaia_info_update_service_unittest.cc', 1670 'browser/profiles/gaia_info_update_service_unittest.cc',
1671 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1671 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1672 'browser/profiles/profile_dependency_manager_unittest.cc', 1672 'browser/profiles/profile_dependency_manager_unittest.cc',
1673 'browser/profiles/profile_downloader_unittest.cc', 1673 'browser/profiles/profile_downloader_unittest.cc',
1674 'browser/profiles/profile_info_cache_unittest.cc', 1674 'browser/profiles/profile_info_cache_unittest.cc',
1675 'browser/profiles/profile_info_cache_unittest.h', 1675 'browser/profiles/profile_info_cache_unittest.h',
1676 'browser/profiles/profile_info_util_unittest.cc', 1676 'browser/profiles/profile_info_util_unittest.cc',
1677 'browser/profiles/profile_manager_unittest.cc', 1677 'browser/profiles/profile_manager_unittest.cc',
1678 'browser/protector/protected_prefs_watcher_unittest.cc',
1678 'browser/protector/session_startup_change_unittest.cc', 1679 'browser/protector/session_startup_change_unittest.cc',
1679 'browser/renderer_host/web_cache_manager_unittest.cc', 1680 'browser/renderer_host/web_cache_manager_unittest.cc',
1680 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1681 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1681 'browser/resources/print_preview/print_preview_utils.js', 1682 'browser/resources/print_preview/print_preview_utils.js',
1682 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1683 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1683 'browser/resources_util_unittest.cc', 1684 'browser/resources_util_unittest.cc',
1684 'browser/rlz/rlz_unittest.cc', 1685 'browser/rlz/rlz_unittest.cc',
1685 'browser/safe_browsing/bloom_filter_unittest.cc', 1686 'browser/safe_browsing/bloom_filter_unittest.cc',
1686 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1687 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1687 'browser/safe_browsing/chunk_range_unittest.cc', 1688 'browser/safe_browsing/chunk_range_unittest.cc',
(...skipping 3069 matching lines...) Expand 10 before | Expand all | Expand 10 after
4757 # Use outputs of this action as inputs for the main target build. 4758 # Use outputs of this action as inputs for the main target build.
4758 # Seems as a misnomer but makes this happy on Linux (scons). 4759 # Seems as a misnomer but makes this happy on Linux (scons).
4759 'process_outputs_as_sources': 1, 4760 'process_outputs_as_sources': 1,
4760 }, 4761 },
4761 ], # 'actions' 4762 ], # 'actions'
4762 }, 4763 },
4763 ] 4764 ]
4764 }], # 'coverage!=0' 4765 }], # 'coverage!=0'
4765 ], # 'conditions' 4766 ], # 'conditions'
4766 } 4767 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698