Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / ozone / platform / dri / BUILD.gn
index 14b90a7..1cb4e0e 100644 (file)
@@ -11,20 +11,23 @@ pkg_config("libdrm") {
 
 source_set("dri_common") {
   sources = [
-    "chromeos/display_mode_dri.cc",
-    "chromeos/display_mode_dri.h",
-    "chromeos/display_snapshot_dri.cc",
-    "chromeos/display_snapshot_dri.h",
-    "chromeos/native_display_delegate_dri.cc",
-    "chromeos/native_display_delegate_dri.h",
-    "crtc_state.cc",
-    "crtc_state.h",
+    "channel_observer.h",
+    "crtc_controller.cc",
+    "crtc_controller.h",
+    "display_mode_dri.cc",
+    "display_mode_dri.h",
+    "display_snapshot_dri.cc",
+    "display_snapshot_dri.h",
     "dri_console_buffer.cc",
     "dri_console_buffer.h",
     "dri_cursor.cc",
     "dri_cursor.h",
     "dri_buffer.cc",
     "dri_buffer.h",
+    "dri_gpu_platform_support.cc",
+    "dri_gpu_platform_support_.h",
+    "dri_gpu_platform_support_host.cc",
+    "dri_gpu_platform_support_host.h",
     "dri_surface.cc",
     "dri_surface.h",
     "dri_surface_factory.cc",
@@ -46,13 +49,15 @@ source_set("dri_common") {
     "dri_wrapper.h",
     "hardware_display_controller.cc",
     "hardware_display_controller.h",
+    "native_display_delegate_dri.cc",
+    "native_display_delegate_dri.h",
+    "overlay_plane.cc",
+    "overlay_plane.h",
     "scoped_drm_types.cc",
     "scoped_drm_types.h",
     "screen_manager.cc",
     "screen_manager.h",
     "scanout_buffer.h",
-    "virtual_terminal_manager.cc",
-    "virtual_terminal_manager.h",
   ]
 
   deps = [
@@ -113,13 +118,6 @@ if (ozone_platform_gbm) {
 
   source_set("gbm") {
     sources = [
-      "channel_observer.h",
-      "chromeos/display_message_handler.cc",
-      "chromeos/display_message_handler.h",
-      "chromeos/native_display_delegate_proxy.cc",
-      "chromeos/native_display_delegate_proxy.h",
-      "dri_window_delegate_proxy.cc",
-      "dri_window_delegate_proxy.h",
       "gbm_buffer.cc",
       "gbm_buffer.h",
       "gbm_buffer_base.cc",
@@ -130,10 +128,8 @@ if (ozone_platform_gbm) {
       "gbm_surfaceless.h",
       "gbm_surface_factory.cc",
       "gbm_surface_factory.h",
-      "gpu_platform_support_gbm.cc",
-      "gpu_platform_support_gbm.h",
-      "gpu_platform_support_host_gbm.cc",
-      "gpu_platform_support_host_gbm.h",
+      "native_display_delegate_proxy.cc",
+      "native_display_delegate_proxy.h",
       "ozone_platform_gbm.cc",
       "ozone_platform_gbm.h",
     ]