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

Unified Diff: ui/ozone/platform/dri/dri.gypi

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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/ozone/platform/dri/display_snapshot_dri.cc ('k') | ui/ozone/platform/dri/dri_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri.gypi
diff --git a/ui/ozone/platform/dri/dri.gypi b/ui/ozone/platform/dri/dri.gypi
deleted file mode 100644
index 9f7f2bd8cc4bb0faecd61d25f74d3f4a18cf1ae5..0000000000000000000000000000000000000000
--- a/ui/ozone/platform/dri/dri.gypi
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'internal_ozone_platform_deps': [
- 'ozone_platform_dri',
- ],
- 'internal_ozone_platform_unittest_deps': [
- 'ozone_platform_dri_unittests',
- ],
- 'internal_ozone_platforms': [
- 'dri',
- ],
- 'use_drm_atomic_flip%': 0,
- },
- 'targets': [
- {
- 'target_name': 'ozone_platform_dri',
- 'type': 'static_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../build/linux/system.gyp:libdrm',
- '../../skia/skia.gyp:skia',
- '../base/ui_base.gyp:ui_base',
- '../display/display.gyp:display_types',
- '../display/display.gyp:display_util',
- '../events/events.gyp:events',
- '../events/ozone/events_ozone.gyp:events_ozone_evdev',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- ],
- 'defines': [
- 'OZONE_IMPLEMENTATION',
- ],
- 'sources': [
- '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_buffer.cc',
- 'dri_buffer.h',
- 'dri_cursor.cc',
- 'dri_cursor.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',
- 'dri_surface_factory.h',
- 'dri_util.cc',
- 'dri_util.h',
- 'dri_vsync_provider.cc',
- 'dri_vsync_provider.h',
- 'dri_window.cc',
- 'dri_window.h',
- 'dri_window_delegate.h',
- 'dri_window_delegate_impl.cc',
- 'dri_window_delegate_impl.h',
- 'dri_window_delegate_manager.cc',
- 'dri_window_delegate_manager.h',
- 'dri_window_manager.cc',
- 'dri_window_manager.h',
- 'dri_wrapper.cc',
- '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',
- 'ozone_platform_dri.cc',
- 'ozone_platform_dri.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',
- ],
- 'conditions': [
- ['use_drm_atomic_flip==1', {
- 'sources': [
- 'hardware_display_plane.cc',
- 'hardware_display_plane.h',
- 'hardware_display_plane_manager.cc',
- 'hardware_display_plane_manager.h',
- ],
- }],
- ],
- },
- {
- 'target_name': 'ozone_platform_dri_unittests',
- 'type': 'none',
- 'dependencies': [
- '../../build/linux/system.gyp:libdrm',
- '../../skia/skia.gyp:skia',
- '../gfx/gfx.gyp:gfx_geometry',
- 'ozone_platform_dri',
- ],
- 'export_dependent_settings': [
- '../../build/linux/system.gyp:libdrm',
- '../../skia/skia.gyp:skia',
- '../gfx/gfx.gyp:gfx_geometry',
- ],
- 'direct_dependent_settings': {
- 'sources': [
- 'dri_surface_factory_unittest.cc',
- 'dri_surface_unittest.cc',
- 'hardware_display_controller_unittest.cc',
- 'screen_manager_unittest.cc',
- 'test/mock_dri_wrapper.cc',
- 'test/mock_dri_wrapper.h',
- ],
- },
- },
- ],
-}
« no previous file with comments | « ui/ozone/platform/dri/display_snapshot_dri.cc ('k') | ui/ozone/platform/dri/dri_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698