| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index f7bb98bd33fd27c5ef4cca0c5b929e1cb0a7644a..86888bdb1d616e225507c7375c7019ab9a32031c 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -99,6 +99,8 @@ if (!is_win || link_chrome_on_windows) {
|
|
|
| defines = [ "GL_GLEXT_PROTOTYPES" ]
|
|
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| deps = [
|
| ":gpu",
|
| ":test_support",
|
| @@ -228,6 +230,8 @@ if (!is_win || link_chrome_on_windows) {
|
| "config/gpu_util_unittest.cc",
|
| ]
|
|
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| deps = [
|
| ":gpu",
|
| ":test_support",
|
|
|