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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 6598065: Add rollback support to DeleteRegKeyWorkItem.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | chrome/installer/util/delete_reg_key_work_item.h » ('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) 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 'variables': { 6 'variables': {
7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
8 # 'branding_dir' is set in the 'conditions' section at the bottom. 8 # 'branding_dir' is set in the 'conditions' section at the bottom.
9 }, 9 },
10 'conditions': [ 10 'conditions': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ], 76 ],
77 'sources': [ 77 'sources': [
78 'installer/setup/compat_checks_unittest.cc', 78 'installer/setup/compat_checks_unittest.cc',
79 'installer/setup/setup_constants.cc', 79 'installer/setup/setup_constants.cc',
80 'installer/util/browser_distribution_unittest.cc', 80 'installer/util/browser_distribution_unittest.cc',
81 'installer/util/channel_info_unittest.cc', 81 'installer/util/channel_info_unittest.cc',
82 'installer/util/copy_tree_work_item_unittest.cc', 82 'installer/util/copy_tree_work_item_unittest.cc',
83 'installer/util/create_dir_work_item_unittest.cc', 83 'installer/util/create_dir_work_item_unittest.cc',
84 'installer/util/create_reg_key_work_item_unittest.cc', 84 'installer/util/create_reg_key_work_item_unittest.cc',
85 'installer/util/delete_after_reboot_helper_unittest.cc', 85 'installer/util/delete_after_reboot_helper_unittest.cc',
86 'installer/util/delete_reg_key_work_item_unittest.cc',
86 'installer/util/delete_reg_value_work_item_unittest.cc', 87 'installer/util/delete_reg_value_work_item_unittest.cc',
87 'installer/util/delete_tree_work_item_unittest.cc', 88 'installer/util/delete_tree_work_item_unittest.cc',
88 'installer/util/google_chrome_distribution_unittest.cc', 89 'installer/util/google_chrome_distribution_unittest.cc',
89 'installer/util/google_update_settings_unittest.cc', 90 'installer/util/google_update_settings_unittest.cc',
90 'installer/util/install_util_unittest.cc', 91 'installer/util/install_util_unittest.cc',
91 'installer/util/installation_validator_unittest.cc', 92 'installer/util/installation_validator_unittest.cc',
92 'installer/util/installation_validation_helper.cc', 93 'installer/util/installation_validation_helper.cc',
93 'installer/util/installation_validation_helper.h', 94 'installer/util/installation_validation_helper.h',
94 'installer/util/installer_state_unittest.cc', 95 'installer/util/installer_state_unittest.cc',
95 'installer/util/installer_util_unittests.rc', 96 'installer/util/installer_util_unittests.rc',
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 }, 898 },
898 }], 899 }],
899 ], 900 ],
900 } 901 }
901 902
902 # Local Variables: 903 # Local Variables:
903 # tab-width:2 904 # tab-width:2
904 # indent-tabs-mode:nil 905 # indent-tabs-mode:nil
905 # End: 906 # End:
906 # vim: set expandtab tabstop=2 shiftwidth=2: 907 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/util/delete_reg_key_work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698