| Index: gpu/gles2_conform_support/BUILD.gn
|
| diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
|
| index a0874a7c7d60658ee8e9f60e766108723e0b1c83..2945c4d5fc7c499bd03a53b373c1f99821457dd3 100644
|
| --- a/gpu/gles2_conform_support/BUILD.gn
|
| +++ b/gpu/gles2_conform_support/BUILD.gn
|
| @@ -79,7 +79,7 @@ if (internal_gles2_conform_tests) {
|
| ]
|
| configs += [ "//build/compiler:no_incompatible_pointer_warnings" ]
|
| if (is_linux) {
|
| - if (!is_chromeos) {
|
| + if (!use_cros_fe) {
|
| deps += [ "//build/linux/system/gtk" ]
|
|
|
| if (is_clang) {
|
|
|