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

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

Issue 2687093002: Rename GLImageOzoneNativePixmap to GLImageNativePixmap and move it from ui/ozone/gl to ui/gl (Closed)
Patch Set: Rebase Created 3 years, 10 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
Index: ui/ozone/gl/BUILD.gn
diff --git a/ui/ozone/gl/BUILD.gn b/ui/ozone/gl/BUILD.gn
index a2411ae8ec2d7ae48c9dd67d55abddc35cb75716..78b0e5278fea4782fd540a497252f16f9600aacd 100644
--- a/ui/ozone/gl/BUILD.gn
+++ b/ui/ozone/gl/BUILD.gn
@@ -4,22 +4,6 @@
import("//testing/test.gni")
-component("gl") {
- sources = [
- "gl_image_ozone_native_pixmap.cc",
- "gl_image_ozone_native_pixmap.h",
- "ozone_gl_export.h",
- ]
-
- defines = [ "OZONE_GL_IMPLEMENTATION" ]
-
- deps = [
- "//ui/gfx",
- "//ui/gl",
- "//ui/ozone:ozone_base",
- ]
-}
-
test("ozone_gl_unittests") {
sources = [
"gl_image_ozone_native_pixmap_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698