Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index a7ed9f83b2d790464bc76771a7c26eb1d6110926..e9f0372ca407ac81848bec9159b7ef61366cf73b 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -257,6 +257,8 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) { |
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| + |
| deps = [ |
| ":browsertest_support", |
| ":web_ui_test_mojo_bindings", |