| Index: ui/ozone/gl/BUILD.gn
|
| diff --git a/ui/ozone/gl/BUILD.gn b/ui/ozone/gl/BUILD.gn
|
| index a0c0e8e82f7e59bbfc5db6b50dbea479846c95a8..a2411ae8ec2d7ae48c9dd67d55abddc35cb75716 100644
|
| --- a/ui/ozone/gl/BUILD.gn
|
| +++ b/ui/ozone/gl/BUILD.gn
|
| @@ -2,15 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//build/config/linux/pkg_config.gni")
|
| import("//testing/test.gni")
|
|
|
| -if (target_os == "chromeos") {
|
| - pkg_config("libdrm") {
|
| - packages = [ "libdrm" ]
|
| - }
|
| -}
|
| -
|
| component("gl") {
|
| sources = [
|
| "gl_image_ozone_native_pixmap.cc",
|
| @@ -32,10 +25,6 @@ test("ozone_gl_unittests") {
|
| "gl_image_ozone_native_pixmap_unittest.cc",
|
| ]
|
|
|
| - if (target_os == "chromeos" && target_cpu != "arm") {
|
| - sources += [ "gl_image_ozone_native_pixmap_drm_unittest.cc" ]
|
| - }
|
| -
|
| deps = [
|
| "//base/test:test_support",
|
| "//testing/gtest",
|
| @@ -45,10 +34,6 @@ test("ozone_gl_unittests") {
|
| "//ui/ozone",
|
| ]
|
|
|
| - if (target_os == "chromeos") {
|
| - configs += [ ":libdrm" ]
|
| - }
|
| -
|
| data_deps = [
|
| "//third_party/mesa:osmesa",
|
| ]
|
|
|