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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9748016: [protector] Added UI for invalid Preferences backup case. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix unit-test. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/functional/protector.py » ('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 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 'browser/process_singleton_mac_unittest.cc', 1643 'browser/process_singleton_mac_unittest.cc',
1644 'browser/profiles/avatar_menu_model_unittest.cc', 1644 'browser/profiles/avatar_menu_model_unittest.cc',
1645 'browser/profiles/gaia_info_update_service_unittest.cc', 1645 'browser/profiles/gaia_info_update_service_unittest.cc',
1646 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1646 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1647 'browser/profiles/profile_dependency_manager_unittest.cc', 1647 'browser/profiles/profile_dependency_manager_unittest.cc',
1648 'browser/profiles/profile_downloader_unittest.cc', 1648 'browser/profiles/profile_downloader_unittest.cc',
1649 'browser/profiles/profile_info_cache_unittest.cc', 1649 'browser/profiles/profile_info_cache_unittest.cc',
1650 'browser/profiles/profile_info_cache_unittest.h', 1650 'browser/profiles/profile_info_cache_unittest.h',
1651 'browser/profiles/profile_info_util_unittest.cc', 1651 'browser/profiles/profile_info_util_unittest.cc',
1652 'browser/profiles/profile_manager_unittest.cc', 1652 'browser/profiles/profile_manager_unittest.cc',
1653 'browser/protector/prefs_backup_invalid_change_unittest.cc',
1653 'browser/protector/protected_prefs_watcher_unittest.cc', 1654 'browser/protector/protected_prefs_watcher_unittest.cc',
1654 'browser/protector/session_startup_change_unittest.cc', 1655 'browser/protector/session_startup_change_unittest.cc',
1655 'browser/renderer_host/web_cache_manager_unittest.cc', 1656 'browser/renderer_host/web_cache_manager_unittest.cc',
1656 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1657 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1657 'browser/resources/print_preview/print_preview_utils.js', 1658 'browser/resources/print_preview/print_preview_utils.js',
1658 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1659 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1659 'browser/resources_util_unittest.cc', 1660 'browser/resources_util_unittest.cc',
1660 'browser/rlz/rlz_unittest.cc', 1661 'browser/rlz/rlz_unittest.cc',
1661 'browser/safe_browsing/bloom_filter_unittest.cc', 1662 'browser/safe_browsing/bloom_filter_unittest.cc',
1662 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1663 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
(...skipping 2931 matching lines...) Expand 10 before | Expand all | Expand 10 after
4594 # Use outputs of this action as inputs for the main target build. 4595 # Use outputs of this action as inputs for the main target build.
4595 # Seems as a misnomer but makes this happy on Linux (scons). 4596 # Seems as a misnomer but makes this happy on Linux (scons).
4596 'process_outputs_as_sources': 1, 4597 'process_outputs_as_sources': 1,
4597 }, 4598 },
4598 ], # 'actions' 4599 ], # 'actions'
4599 }, 4600 },
4600 ] 4601 ]
4601 }], # 'coverage!=0' 4602 }], # 'coverage!=0'
4602 ], # 'conditions' 4603 ], # 'conditions'
4603 } 4604 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/functional/protector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698