summaryrefslogtreecommitdiffstats
path: root/content/shell/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/BUILD.gn')
-rw-r--r--content/shell/BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 338c565..b0f6e1b 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",