Merge third_party/icu from https://chromium.googlesource.com/chromium/deps/icu52.git at 04330715234f76e3de38ad303a57fb07733aad42

This commit was generated by merge_from_chromium.py.

Change-Id: I782588ae97a62e509dbd09b1901f0dc487e73890
diff --git a/icu.gyp b/icu.gyp
index 770bf9c..910a88a 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -331,6 +331,19 @@
                 'source/stubdata/stubdata.c',
               ],
             }],
+            [ 'OS == "win" and clang==1', {
+              # Note: General clang warnings should go in the
+              # clang_warning_flags block above.
+              'msvs_settings': {
+                'VCCLCompilerTool': {
+                  'AdditionalOptions': [
+                    # See http://bugs.icu-project.org/trac/ticket/11122
+                    '-Wno-inline-new-delete',
+                    '-Wno-implicit-exception-spec-mismatch',
+                  ],
+                },
+              },
+            }],
             ['OS == "android" and use_system_stlport == 1', {
               'target_conditions': [
                 ['_toolset == "target"', {