Simplification and improvement to flag-specific config
- Tighten config matching: the specified flags must start with all config flags to match. This avoids ambiguity when matching specified flags ["--aa", "--bb"] to 2 configs { "name": "a", "args": ["--aa"] }, { "name": "b", "args": ["--bb"] }, Now the first config will be matched, instead of exception raised. - Allow multiple flags in additional-driver-flag.setting. Bug: 1019501 Change-Id: I8018a14ac9562e7482e3a776730a2d6195f4355c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897341 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#712169}
Showing
Please register or sign in to comment