Chromium Code Reviews
DescriptionForce a python_only rjsmin version in devtools build
Avoid accidentally picking up a system native _rjsmin module which can
be an incompatible version that will silently corrupt the generated
devtools JS files. As we do not bundle a native _rjsmin module, use
python_only=True to avoid "import _rjsmin".
Or in other words, if the python version has been fixed to do something
extra the plain version doesn't (https://codereview.chromium.org/2229683002/
https://codereview.chromium.org/2553843002) then it better not try to
load an unpatched native module.
BUG=709025
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|
|||||||||||||||||||