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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1561663003: CL for perf tryjob on win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « 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': 'app/theme/<(branding_path_component)', 8 'branding_dir': 'app/theme/<(branding_path_component)',
9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
10 }, 10 },
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'installer/setup/app_launcher_installer.cc', 230 'installer/setup/app_launcher_installer.cc',
231 'installer/setup/app_launcher_installer.h', 231 'installer/setup/app_launcher_installer.h',
232 'installer/setup/archive_patch_helper.cc', 232 'installer/setup/archive_patch_helper.cc',
233 'installer/setup/archive_patch_helper.h', 233 'installer/setup/archive_patch_helper.h',
234 'installer/setup/install.cc', 234 'installer/setup/install.cc',
235 'installer/setup/install.h', 235 'installer/setup/install.h',
236 'installer/setup/install_worker.cc', 236 'installer/setup/install_worker.cc',
237 'installer/setup/install_worker.h', 237 'installer/setup/install_worker.h',
238 'installer/setup/installer_crash_reporter_client.cc', 238 'installer/setup/installer_crash_reporter_client.cc',
239 'installer/setup/installer_crash_reporter_client.h', 239 'installer/setup/installer_crash_reporter_client.h',
240 'installer/setup/installer_crash_reporting.cc',
241 'installer/setup/installer_crash_reporting.h',
242 'installer/setup/setup_constants.cc', 240 'installer/setup/setup_constants.cc',
243 'installer/setup/setup_constants.h', 241 'installer/setup/setup_constants.h',
244 'installer/setup/setup_util.cc', 242 'installer/setup/setup_util.cc',
245 'installer/setup/setup_util.h', 243 'installer/setup/setup_util.h',
246 'installer/setup/update_active_setup_version_work_item.cc', 244 'installer/setup/update_active_setup_version_work_item.cc',
247 'installer/setup/update_active_setup_version_work_item.h', 245 'installer/setup/update_active_setup_version_work_item.h',
248 ], 246 ],
249 }, 247 },
250 { 248 {
251 # GN version: //chrome/installer/setup 249 # GN version: //chrome/installer/setup
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 '../build/isolate.gypi', 1130 '../build/isolate.gypi',
1133 ], 1131 ],
1134 'sources': [ 1132 'sources': [
1135 'setup_unittests.isolate', 1133 'setup_unittests.isolate',
1136 ], 1134 ],
1137 }, 1135 },
1138 ], 1136 ],
1139 }], 1137 }],
1140 ], 1138 ],
1141 } 1139 }
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