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

Unified Diff: ui/gfx/BUILD.gn

Issue 322983002: Add GN Build file for ui/events/ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: on top Created 6 years, 6 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 | « ui/events/ozone/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 798644f6854765364aaa3f515630d0842c2a10d6..e2796a1b7ac1616ee156c6a5c72ad4a99755e638 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -324,23 +324,6 @@ component("gfx") {
"ozone/overlay_candidates_ozone.h",
]
}
- if (use_ozone && ozone_platform_dri) {
- sources += [
- "ozone/dri/dri_skbitmap.cc",
- "ozone/dri/dri_skbitmap.h",
- "ozone/dri/dri_surface.cc",
- "ozone/dri/dri_surface.h",
- "ozone/dri/dri_surface_factory.cc",
- "ozone/dri/dri_surface_factory.h",
- "ozone/dri/dri_vsync_provider.cc",
- "ozone/dri/dri_vsync_provider.h",
- "ozone/dri/dri_wrapper.cc",
- "ozone/dri/dri_wrapper.h",
- "ozone/dri/hardware_display_controller.cc",
- "ozone/dri/hardware_display_controller.h",
- ]
- configs += [ "//build/config/linux:dridrm" ]
- }
if (!use_aura) {
sources -= [
« no previous file with comments | « ui/events/ozone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698