| Index: gpu/gles2_conform_support/BUILD.gn
|
| diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
|
| index cf6114fc0003e2ee8776629821a21721aa48848a..de55c13dbb531f0a9c7e8f7ebe302990a3b07b82 100644
|
| --- a/gpu/gles2_conform_support/BUILD.gn
|
| +++ b/gpu/gles2_conform_support/BUILD.gn
|
| @@ -33,7 +33,6 @@ config("gles2_conform_test_warnings") {
|
| }
|
| }
|
|
|
| -import("//build/config/allocator.gni")
|
| import("//testing/test.gni")
|
|
|
| # GYP version: gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support
|
| @@ -64,10 +63,6 @@ executable("gles2_conform_support") {
|
| "native/egl_native_x11.cc",
|
| ]
|
| }
|
| - if (use_allocator != "none") {
|
| - # See http://crbug.com/162998#c4 for why this is needed.
|
| - deps += [ "//base/allocator" ]
|
| - }
|
| }
|
|
|
| if (internal_gles2_conform_tests) {
|
|
|