| 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..dfd74c66dd88a35caeace5ff23bdccab26b835d2 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 (!is_chromeos_ui) {
|
| deps += [ "//build/linux/system/gtk" ]
|
|
|
| if (is_clang) {
|
|
|