| Index: content/shell/BUILD.gn
 | 
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
 | 
| index 338c565bb0da06ecdc1b29193f6a251c6f2fa89c..b0f6e1bd6c2289f84a07ad300efafb2c64016512 100644
 | 
| --- a/content/shell/BUILD.gn
 | 
| +++ b/content/shell/BUILD.gn
 | 
| @@ -225,6 +225,9 @@ static_library("content_shell_lib") {
 | 
|      "renderer/test_runner/web_test_runner.h",
 | 
|    ]
 | 
|  
 | 
| +  # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
 | 
| +  configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
 | 
| +
 | 
|    defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
 | 
|  
 | 
|    public_deps = [
 | 
| @@ -280,9 +283,6 @@ static_library("content_shell_lib") {
 | 
|  
 | 
|    if (is_win) {
 | 
|      #'LinkIncremental': '<(msvs_large_module_debug_link_mode)',  TODO(GYP)
 | 
| -
 | 
| -    # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
 | 
| -    cflags = [ "/wd4267" ]
 | 
|      sources += [
 | 
|        "common/v8_breakpad_support_win.cc",
 | 
|        "common/v8_breakpad_support_win.h",
 | 
| 
 |