Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: ui/ozone/gl/BUILD.gn

Issue 2375013003: ozone: Remove GLImageOzoneNativePixmapDrm unittest. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698