diff options
author | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2015-10-13 13:24:50 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2015-10-14 10:57:25 +0000 |
commit | af3d4809763ef308f08ced947a73b624729ac7ea (patch) | |
tree | 4402b911e30383f6c6dace1e8cf3b8e85355db3a /chromium/third_party/libphonenumber | |
parent | 0e8ff63a407fe323e215bb1a2c423c09a4747c8a (diff) | |
download | qtwebengine-chromium-af3d4809763ef308f08ced947a73b624729ac7ea.tar.gz |
BASELINE: Update Chromium to 47.0.2526.14
Also adding in sources needed for spellchecking.
Change-Id: Idd44170fa1616f26315188970a8d5ba7d472b18a
Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'chromium/third_party/libphonenumber')
-rw-r--r-- | chromium/third_party/libphonenumber/libphonenumber.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/third_party/libphonenumber/libphonenumber.gyp b/chromium/third_party/libphonenumber/libphonenumber.gyp index 4c6b06b6c95..363451bc31d 100644 --- a/chromium/third_party/libphonenumber/libphonenumber.gyp +++ b/chromium/third_party/libphonenumber/libphonenumber.gyp @@ -138,6 +138,12 @@ '../../testing/gtest.gyp:gtest', 'libphonenumber_without_metadata', ], + 'variables': { + 'clang_warning_flags': [ + # https://github.com/googlei18n/libphonenumber/pull/741 + '-Wno-unused-private-field', + ], + }, 'conditions': [ ['OS=="win"', { 'action': [ |