summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libaddressinput')
-rw-r--r--third_party/libaddressinput/README.chromium4
-rw-r--r--third_party/libaddressinput/libaddressinput.gyp9
2 files changed, 2 insertions, 11 deletions
diff --git a/third_party/libaddressinput/README.chromium b/third_party/libaddressinput/README.chromium
index ee785ba..41a3945 100644
--- a/third_party/libaddressinput/README.chromium
+++ b/third_party/libaddressinput/README.chromium
@@ -2,8 +2,8 @@ Name: The library to input, validate, and display addresses.
Short Name: libaddressinput
URL: https://code.google.com/p/libaddressinput/
Version: 0
-Date: 8 August 2014
-Revision: 326
+Date: 10 August 2014
+Revision: 327
License: Apache 2.0
License File: LICENSE
Security Critical: no
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 1752406..3fca856 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -144,15 +144,6 @@
'chromium/string_compare_unittest.cc',
'chromium/trie_unittest.cc',
],
- 'conditions': [
- ['OS=="win"', {
- # TODO(rouslan): Enable signed/unsigned warning after bumping to
- # https://code.google.com/p/libaddressinput/source/detail?r=327
- 'msvs_disabled_warnings': [
- 4018,
- ],
- }],
- ],
'defines': [
'TEST_DATA_DIR="<(libaddressinput_test_data_dir)"',
],