Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make gpu/config/process_json.py work with Python 3.
dict.has_key() does not exist in Python 3. Just use dict.get() to achieve the same result with fewer checks. Bug: 941669 Change-Id: Iaeec0ac1ec8efd88c796c73344fea91eaab0df7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236435 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#776583}
- Loading branch information