Chromium Code Reviews
DescriptionRemove dead code from compile.py.
Removed following code:
- code to set NO_NACL_GOMA in certain hosts.
Since GN become default build system for Windows, no need to set
option only used by gyp.
- manually disables burst mode on network failure.
Now we gathers compiler_proxy.INFO via cloudtail, we do not need
to disable the feature to check it does something bad or not.
- setting goma.key
We have already deprecated goma.key, no need to have that like this.
- setting '?win' for Windows.
goma_ctl.py does this job, we do not need to have the code here.
- options.compiler in ('goma', 'goma-clang') in goma_teardown.
The same check has been done in goma_setup, and it sets
options.goma_dir = None if goma is not used, no need to have
duplicated check.
- args option in get_target_build_dir
get_target_build_dir does not use args.
Minor fixes:
- mentioned about env modification in goma_setup function comment.
- like other options do, overwrite env if options.goma_hermetic is set.
- Fixed the explanation on why goma_ctl.py stop should be done.
BUG=631920
Committed: https://chromium.googlesource.com/chromium/tools/build/+/c5770707665087d737ef6e738622a1bd7bc6609b
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|
|||||||||||||||||||