This is done by adding a USE_BOOST compile time flag that is enabled by default when the library is compiled with CMake (mainly for external users). In Chromium, the library will be built without the USE_BOOST compile time flag. Instead the NO_THREAD_SAFETY flag will have to be provided so that the minimal non-thread-safe subset of base will be used. This is possible since libphonenumber is only used from the UI thread in Chromium. BUG=http://crbug.com/236272 R=jia.shao.peng@gmail.com Review URL: https://codereview.appspot.com/8859052 |
13 years ago | |
|---|---|---|
| .. | ||
| cpp | CPP: Make libphonenumber depend on its own base/ when it's used in Chromium. | 11 years ago |
| java | JAVA/CPP: Release 5.2. Metadata updates and bug fixes. See release notes for more details. | 11 years ago |
| script | TOOLS: Add missing LD flags in continuous-integration.sh | 11 years ago |