| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index 4fe5f630a1f24711efff8b48f0e225b45febe4cd..3d96a6bf6ea80169a00f57869846a6d5a5886a2c 100644
|
| --- a/ui/aura/BUILD.gn
|
| +++ b/ui/aura/BUILD.gn
|
| @@ -176,6 +176,9 @@ source_set("test_support") {
|
| "test/window_test_api.h",
|
| ]
|
|
|
| + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| public_deps = [
|
| ":aura",
|
| ]
|
| @@ -194,8 +197,6 @@ source_set("test_support") {
|
|
|
| if (is_win) {
|
| sources += [ "test/ui_controls_factory_aurawin.cc" ]
|
| -
|
| - cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| }
|
|
|
| if (use_x11) {
|
|
|