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

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

Issue 325873002: [Ozone DRI] Add support to configure the VT on CrOS (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 | « no previous file | ui/ozone/platform/dri/ozone_platform_dri.cc » ('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_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'dri_vsync_provider.h', 55 'dri_vsync_provider.h',
56 'dri_wrapper.cc', 56 'dri_wrapper.cc',
57 'dri_wrapper.h', 57 'dri_wrapper.h',
58 'hardware_display_controller.cc', 58 'hardware_display_controller.cc',
59 'hardware_display_controller.h', 59 'hardware_display_controller.h',
60 'ozone_platform_dri.cc', 60 'ozone_platform_dri.cc',
61 'ozone_platform_dri.h', 61 'ozone_platform_dri.h',
62 'screen_manager.cc', 62 'screen_manager.cc',
63 'screen_manager.h', 63 'screen_manager.h',
64 'scanout_surface.h', 64 'scanout_surface.h',
65 'virtual_terminal_manager.cc',
66 'virtual_terminal_manager.h',
65 ], 67 ],
66 }, 68 },
67 { 69 {
68 'target_name': 'ozone_platform_dri_unittests', 70 'target_name': 'ozone_platform_dri_unittests',
69 'type': 'none', 71 'type': 'none',
70 'dependencies': [ 72 'dependencies': [
71 '../../build/linux/system.gyp:dridrm', 73 '../../build/linux/system.gyp:dridrm',
72 '../../skia/skia.gyp:skia', 74 '../../skia/skia.gyp:skia',
73 '../gfx/gfx.gyp:gfx_geometry', 75 '../gfx/gfx.gyp:gfx_geometry',
74 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', 76 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone',
(...skipping 14 matching lines...) Expand all
89 'test/mock_dri_surface.h', 91 'test/mock_dri_surface.h',
90 'test/mock_dri_wrapper.cc', 92 'test/mock_dri_wrapper.cc',
91 'test/mock_dri_wrapper.h', 93 'test/mock_dri_wrapper.h',
92 'test/mock_surface_generator.cc', 94 'test/mock_surface_generator.cc',
93 'test/mock_surface_generator.h', 95 'test/mock_surface_generator.h',
94 ], 96 ],
95 }, 97 },
96 }, 98 },
97 ], 99 ],
98 } 100 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/dri/ozone_platform_dri.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698