mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Fix reference to enable_js_type_check
A TODO in ninjalog_uploader.py referred to the closure_compile gn arg which was recently renamed (as of crrev.com/c/2248564) to enable_js_type_check. This updates it (and adds a missing space and a bug number). This is purely a comment fix. Change-Id: I117fa7910663491fd7c6e017fe98e2a977a75f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2336176 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Auto-Submit: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
This commit is contained in:
@@ -29,7 +29,8 @@ import time
|
||||
import httplib2
|
||||
|
||||
# These build configs affect build performance a lot.
|
||||
# TODO(tikuta): Add 'blink_symbol_level'and 'closure_compile'.
|
||||
# TODO(https://crbug.com/900161): Add 'blink_symbol_level' and
|
||||
# 'enable_js_type_check'.
|
||||
WHITELISTED_CONFIGS = ('symbol_level', 'use_goma', 'is_debug',
|
||||
'is_component_build', 'enable_nacl', 'host_os',
|
||||
'host_cpu', 'target_os', 'target_cpu')
|
||||
|
||||
Reference in New Issue
Block a user