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

Side by Side Diff: ui/ozone/platform/dri/dri.gypi

Issue 106633002: GBM Ozone implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/ozone/ozone_unittests.gypi ('k') | ui/ozone/platform/dri/dri_surface.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'internal_ozone_platform_deps': [ 7 'internal_ozone_platform_deps': [
8 'ozone_platform_dri', 8 'ozone_platform_dri',
9 ], 9 ],
10 'internal_ozone_platforms': [ 10 'internal_ozone_platforms': [
11 'dri' 11 'dri',
12 ], 12 ],
13 }, 13 },
14 'targets': [ 14 'targets': [
15 { 15 {
16 'target_name': 'ozone_platform_dri', 16 'target_name': 'ozone_platform_dri',
17 'type': 'static_library', 17 'type': 'static_library',
18 'dependencies': [ 18 'dependencies': [
19 '../../base/base.gyp:base', 19 '../../base/base.gyp:base',
20 '../../build/linux/system.gyp:dridrm', 20 '../../build/linux/system.gyp:dridrm',
21 '../../skia/skia.gyp:skia', 21 '../../skia/skia.gyp:skia',
(...skipping 28 matching lines...) Expand all
50 'dri_vsync_provider.cc', 50 'dri_vsync_provider.cc',
51 'dri_vsync_provider.h', 51 'dri_vsync_provider.h',
52 'dri_wrapper.cc', 52 'dri_wrapper.cc',
53 'dri_wrapper.h', 53 'dri_wrapper.h',
54 'hardware_display_controller.cc', 54 'hardware_display_controller.cc',
55 'hardware_display_controller.h', 55 'hardware_display_controller.h',
56 'ozone_platform_dri.cc', 56 'ozone_platform_dri.cc',
57 'ozone_platform_dri.h', 57 'ozone_platform_dri.h',
58 'screen_manager.cc', 58 'screen_manager.cc',
59 'screen_manager.h', 59 'screen_manager.h',
60 'scanout_surface.h',
60 ], 61 ],
61 }, 62 },
62 ], 63 ],
63 } 64 }
OLDNEW
« no previous file with comments | « ui/ozone/ozone_unittests.gypi ('k') | ui/ozone/platform/dri/dri_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698