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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 16023027: Lower the I/O priority of the installer when resonable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cpu comments Created 7 years, 6 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/run_all_unittests.cc » ('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 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 # 'branding_dir' is set in the 'conditions' section at the bottom. 9 # 'branding_dir' is set in the 'conditions' section at the bottom.
10 }, 10 },
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'installer/setup/install_worker.cc', # Move to lib 426 'installer/setup/install_worker.cc', # Move to lib
427 'installer/setup/install_worker.h', # Move to lib 427 'installer/setup/install_worker.h', # Move to lib
428 'installer/setup/install_worker_unittest.cc', 428 'installer/setup/install_worker_unittest.cc',
429 'installer/setup/run_all_unittests.cc', 429 'installer/setup/run_all_unittests.cc',
430 'installer/setup/setup_constants.cc', # Move to lib 430 'installer/setup/setup_constants.cc', # Move to lib
431 'installer/setup/setup_constants.h', # Move to lib 431 'installer/setup/setup_constants.h', # Move to lib
432 'installer/setup/setup_unittests.rc', 432 'installer/setup/setup_unittests.rc',
433 'installer/setup/setup_unittests_resource.h', 433 'installer/setup/setup_unittests_resource.h',
434 'installer/setup/setup_util.cc', 434 'installer/setup/setup_util.cc',
435 'installer/setup/setup_util_unittest.cc', 435 'installer/setup/setup_util_unittest.cc',
436 'installer/setup/setup_util_unittest.h',
436 ], 437 ],
437 'rules': [ 438 'rules': [
438 { 439 {
439 'rule_name': 'server_dlls', # Move to lib 440 'rule_name': 'server_dlls', # Move to lib
440 'extension': 'release', 441 'extension': 'release',
441 'variables': { 442 'variables': {
442 'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py', 443 'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py',
443 'template_file': 'installer/mini_installer/chrome.release', 444 'template_file': 'installer/mini_installer/chrome.release',
444 }, 445 },
445 'inputs': [ 446 'inputs': [
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1211 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1211 }, 1212 },
1212 }, { # else branding!="Chrome" 1213 }, { # else branding!="Chrome"
1213 'variables': { 1214 'variables': {
1214 'branding_dir': 'app/theme/chromium', 1215 'branding_dir': 'app/theme/chromium',
1215 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1216 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1216 }, 1217 },
1217 }], 1218 }],
1218 ], 1219 ],
1219 } 1220 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698