Chromium Code Reviews| Index: ui/app_list/BUILD.gn |
| diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn |
| index 7e05648694df243a5473c05a1e325c7965d27306..f1fae35d384b7522d34cc52e4907e0a95acef4b3 100644 |
| --- a/ui/app_list/BUILD.gn |
| +++ b/ui/app_list/BUILD.gn |
| @@ -234,6 +234,8 @@ if (!is_win || link_chrome_on_windows) { |
| "test/run_all_unittests.cc", |
| ] |
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| + |
| deps = [ |
| ":app_list", |
| ":test_support", |