Descriptiongn: gyp_flag_compare.py de-escape command line properly
Makes some Skia flags be matched properly.
e.g.
'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"'
vs
-DGR_GL_CUSTOM_SETUP_HEADER=\"GrGLConfig_chrome.h\"
Diffs 393202 -> 374424.
It does make the script quite a bit slower unfortunately, I guess the
regular split is native C.
BUG=335824
Committed: https://crrev.com/8034e1d4dc0524ef8477e475b771c4b080e6dce2
Cr-Commit-Position: refs/heads/master@{#295562}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|