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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 12035043: Implementing app command to query EULA acceptance state for Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style and string fixes. Created 7 years, 10 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/setup/install_worker.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'installer_util_target': 0, 8 'installer_util_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'installer/util/chrome_browser_operations.cc', 127 'installer/util/chrome_browser_operations.cc',
128 'installer/util/chrome_browser_operations.h', 128 'installer/util/chrome_browser_operations.h',
129 'installer/util/chrome_browser_sxs_operations.cc', 129 'installer/util/chrome_browser_sxs_operations.cc',
130 'installer/util/chrome_browser_sxs_operations.h', 130 'installer/util/chrome_browser_sxs_operations.h',
131 'installer/util/chrome_frame_operations.cc', 131 'installer/util/chrome_frame_operations.cc',
132 'installer/util/chrome_frame_operations.h', 132 'installer/util/chrome_frame_operations.h',
133 'installer/util/compat_checks.cc', 133 'installer/util/compat_checks.cc',
134 'installer/util/compat_checks.h', 134 'installer/util/compat_checks.h',
135 'installer/util/delete_after_reboot_helper.cc', 135 'installer/util/delete_after_reboot_helper.cc',
136 'installer/util/delete_after_reboot_helper.h', 136 'installer/util/delete_after_reboot_helper.h',
137 'installer/util/eula_util.cc',
138 'installer/util/eula_util.h',
137 'installer/util/google_chrome_distribution.cc', 139 'installer/util/google_chrome_distribution.cc',
138 'installer/util/google_chrome_distribution.h', 140 'installer/util/google_chrome_distribution.h',
139 'installer/util/html_dialog.h', 141 'installer/util/html_dialog.h',
140 'installer/util/html_dialog_impl.cc', 142 'installer/util/html_dialog_impl.cc',
141 'installer/util/installation_validator.cc', 143 'installer/util/installation_validator.cc',
142 'installer/util/installation_validator.h', 144 'installer/util/installation_validator.h',
143 'installer/util/logging_installer.cc', 145 'installer/util/logging_installer.cc',
144 'installer/util/logging_installer.h', 146 'installer/util/logging_installer.h',
145 'installer/util/lzma_util.cc', 147 'installer/util/lzma_util.cc',
146 'installer/util/lzma_util.h', 148 'installer/util/lzma_util.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'sources': [ '../content/public/common/content_switches.cc' ], 218 'sources': [ '../content/public/common/content_switches.cc' ],
217 'defines': [ 'COMPILE_CONTENT_STATICALLY'], 219 'defines': [ 'COMPILE_CONTENT_STATICALLY'],
218 }], 220 }],
219 ], 221 ],
220 } 222 }
221 ], 223 ],
222 }], 224 }],
223 225
224 ], 226 ],
225 } 227 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698