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

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

Issue 261753002: ozone: Split internal platforms into separate static_library targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 6 years, 8 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/caca/caca.gypi ('k') | ui/ozone/platform/test/test.gypi » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..f7a1246f0a54392acac43d6a1a952d39ea212627
--- /dev/null
+++ b/ui/ozone/platform/dri/dri.gypi
@@ -0,0 +1,59 @@
+# 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_platforms': [
+ 'dri'
+ ],
+ },
+ 'targets': [
+ {
+ 'target_name': 'ozone_platform_dri',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../build/linux/system.gyp:dridrm',
+ '../../skia/skia.gyp:skia',
+ '../display/display.gyp:display_types',
+ '../display/display.gyp:display_util',
+ '../events/events.gyp:events',
+ '../gfx/gfx.gyp:gfx',
+ '../gfx/gfx.gyp:gfx_geometry',
+ ],
+ 'defines': [
+ 'OZONE_IMPLEMENTATION',
+ ],
+ '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',
+ 'cursor_factory_evdev_dri.cc',
+ 'cursor_factory_evdev_dri.h',
+ 'dri_buffer.cc',
+ 'dri_buffer.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_wrapper.cc',
+ 'dri_wrapper.h',
+ 'hardware_display_controller.cc',
+ 'hardware_display_controller.h',
+ 'ozone_platform_dri.cc',
+ 'ozone_platform_dri.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « ui/ozone/platform/caca/caca.gypi ('k') | ui/ozone/platform/test/test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698