| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index e032d6718cb9f0976c14c49c6a2b69bd04ecddb5..9a330fbe805a6eddfd1b6d4c9b6bbee35ca5a38c 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) {
|
|
|