README.chromium 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. Name: International Phone Number Library
  2. Short Name: libphonenumber
  3. URL: https://github.com/googlei18n/libphonenumber/
  4. Version: unknown
  5. Revision: 140dfeb81b753388e8a672900fb7a971e9a0d362
  6. License: Apache 2.0
  7. License File: LICENSE
  8. Security Critical: yes
  9. This directory contains the source code of International Phone Number Library
  10. for C/C++.
  11. This library depends on
  12. - third_party/abseil-cpp
  13. - third_party/icu for internationalisation, UTF8-16-32 conversion and regular
  14. expressions.
  15. - third_party/protobuf Lite version.
  16. Additional files, not in the original library:
  17. BUILD.gn
  18. README.chromium
  19. LICENSE # Taken from https://github.com/googlei18n/libphonenumber/
  20. phonenumber_api.h
  21. The library is mapped through the DEPS file into the Chromium sources root
  22. folder. To update:
  23. 1. Get the latest commit hash from
  24. https://github.com/googlei18n/libphonenumber/
  25. 2. Locally update this file and src/DEPS.
  26. 3. run 'gclient sync'
  27. 4. Adjust BUILD.gn if necessary.
  28. 5. Verify that all compiles and all of the tests are successfull.