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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 10916018: Force COM machinery to notice that the path to the DelegateExecute verb handler has changed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed robert's comments Created 8 years, 3 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/chrome_installer_util.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 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 '../testing/gmock.gyp:gmock', 82 '../testing/gmock.gyp:gmock',
83 '../testing/gtest.gyp:gtest', 83 '../testing/gtest.gyp:gtest',
84 ], 84 ],
85 'include_dirs': [ 85 'include_dirs': [
86 '..', 86 '..',
87 ], 87 ],
88 'sources': [ 88 'sources': [
89 'installer/setup/compat_checks_unittest.cc', 89 'installer/setup/compat_checks_unittest.cc',
90 'installer/setup/setup_constants.cc', 90 'installer/setup/setup_constants.cc',
91 'installer/util/channel_info_unittest.cc', 91 'installer/util/channel_info_unittest.cc',
92 'installer/util/callback_work_item_unittest.cc',
92 'installer/util/copy_reg_key_work_item_unittest.cc', 93 'installer/util/copy_reg_key_work_item_unittest.cc',
93 'installer/util/copy_tree_work_item_unittest.cc', 94 'installer/util/copy_tree_work_item_unittest.cc',
94 'installer/util/create_dir_work_item_unittest.cc', 95 'installer/util/create_dir_work_item_unittest.cc',
95 'installer/util/create_reg_key_work_item_unittest.cc', 96 'installer/util/create_reg_key_work_item_unittest.cc',
96 'installer/util/delete_after_reboot_helper_unittest.cc', 97 'installer/util/delete_after_reboot_helper_unittest.cc',
97 'installer/util/delete_reg_key_work_item_unittest.cc', 98 'installer/util/delete_reg_key_work_item_unittest.cc',
98 'installer/util/delete_reg_value_work_item_unittest.cc', 99 'installer/util/delete_reg_value_work_item_unittest.cc',
99 'installer/util/delete_tree_work_item_unittest.cc', 100 'installer/util/delete_tree_work_item_unittest.cc',
100 'installer/util/duplicate_tree_detector_unittest.cc', 101 'installer/util/duplicate_tree_detector_unittest.cc',
101 'installer/util/fake_installation_state.h', 102 'installer/util/fake_installation_state.h',
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1094 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1094 }, 1095 },
1095 }, { # else branding!="Chrome" 1096 }, { # else branding!="Chrome"
1096 'variables': { 1097 'variables': {
1097 'branding_dir': 'app/theme/chromium', 1098 'branding_dir': 'app/theme/chromium',
1098 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1099 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1099 }, 1100 },
1100 }], 1101 }],
1101 ], 1102 ],
1102 } 1103 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698