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

Unified Diff: ui/ozone/platform/dri/gbm.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/dri_wrapper.cc ('k') | ui/ozone/platform/dri/gbm_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm.gypi
diff --git a/ui/ozone/platform/dri/gbm.gypi b/ui/ozone/platform/dri/gbm.gypi
deleted file mode 100644
index 088ecce77503062173c067a1273bade4e897964f..0000000000000000000000000000000000000000
--- a/ui/ozone/platform/dri/gbm.gypi
+++ /dev/null
@@ -1,50 +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_gbm',
- ],
- 'internal_ozone_platforms': [
- 'gbm',
- ],
- },
- 'targets': [
- {
- 'target_name': 'ozone_platform_gbm',
- 'type': 'static_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../build/linux/system.gyp:libdrm',
- '../../build/linux/system.gyp:gbm',
- '../../skia/skia.gyp:skia',
- '../../third_party/khronos/khronos.gyp:khronos_headers',
- '../base/ui_base.gyp:ui_base',
- '../events/events.gyp:events',
- '../events/ozone/events_ozone.gyp:events_ozone',
- '../gfx/gfx.gyp:gfx',
- ],
- 'defines': [
- 'OZONE_IMPLEMENTATION',
- ],
- 'sources': [
- 'gbm_buffer.cc',
- 'gbm_buffer.h',
- 'gbm_buffer_base.cc',
- 'gbm_buffer_base.h',
- 'gbm_surface.cc',
- 'gbm_surface.h',
- 'gbm_surfaceless.cc',
- 'gbm_surfaceless.h',
- 'gbm_surface_factory.cc',
- 'gbm_surface_factory.h',
- 'native_display_delegate_proxy.cc',
- 'native_display_delegate_proxy.h',
- 'ozone_platform_gbm.cc',
- 'ozone_platform_gbm.h',
- ],
- },
- ],
-}
« no previous file with comments | « ui/ozone/platform/dri/dri_wrapper.cc ('k') | ui/ozone/platform/dri/gbm_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698