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

Unified Diff: ui/ozone/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/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index a39302ed305053708e0bd5376c2f0d2a8ade5866..7d0570bd04b9158073cb80cea0f733678d3de3d7 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -102,7 +102,6 @@ component("ozone_base") {
# things that would otherwise create a cycle.
"//ui/base",
"//ui/events/ozone/*",
- "//ui/ozone/gl",
"//ui/ozone/platform/*",
"//ui/ozone/common/*",
]
@@ -140,7 +139,6 @@ source_set("platform") {
"//ui/events/devices",
"//ui/gfx",
"//ui/gfx/geometry",
- "//ui/ozone/gl",
"//ui/platform_window",
]

Powered by Google App Engine
This is Rietveld 408576698