Import OrderedDict from collections, not collections_abc

This was a mistake introduced in
https://chromium-review.googlesource.com/c/external/gyp/+/3536247 that
broke Windows breakpad build. See
https://github.com/chromium/gyp/commit/bc83cdacf5428ab6ddcc92fd0b0fc494cc9a4d4f#commitcomment-75762564

Bug: b/217559564
Change-Id: I3e44da6f4e40ad062106877f24021b5039a458b2
Reviewed-on: https://chromium-review.googlesource.com/c/external/gyp/+/3706740
Reviewed-by: Mark Mentovai <mark@chromium.org>
1 file changed
tree: 9df8ba10e75de718504c485501e1b4e6c283384d
  1. buildbot/
  2. data/
  3. pylib/
  4. samples/
  5. test/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. codereview.settings
  10. DEPS
  11. gyp
  12. gyp.bat
  13. gyp_main.py
  14. gyptest.py
  15. LICENSE
  16. OWNERS
  17. PRESUBMIT.py
  18. README.md
  19. setup.py
README.md

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.