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

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

Issue 778503002: XKB implementation of Ozone key layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x430194-layout
Patch Set: USE_X11 ate my brain Created 6 years 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
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': [
11 'ozone_platform_dri_unittests', 11 'ozone_platform_dri_unittests',
12 ], 12 ],
13 'internal_ozone_platforms': [ 13 'internal_ozone_platforms': [
14 'dri', 14 'dri',
15 ], 15 ],
16 'use_drm_atomic_flip%': 0, 16 'use_drm_atomic_flip%': 0,
17 'use_xkbcommon': 1,
spang 2014/12/08 22:47:29 remove
17 }, 18 },
18 'targets': [ 19 'targets': [
19 { 20 {
20 'target_name': 'ozone_platform_dri', 21 'target_name': 'ozone_platform_dri',
21 'type': 'static_library', 22 'type': 'static_library',
22 'dependencies': [ 23 'dependencies': [
23 '../../base/base.gyp:base', 24 '../../base/base.gyp:base',
24 '../../build/linux/system.gyp:libdrm', 25 '../../build/linux/system.gyp:libdrm',
25 '../../skia/skia.gyp:skia', 26 '../../skia/skia.gyp:skia',
26 '../base/ui_base.gyp:ui_base', 27 '../base/ui_base.gyp:ui_base',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'dri_window_delegate_impl_unittest.cc', 122 'dri_window_delegate_impl_unittest.cc',
122 'hardware_display_controller_unittest.cc', 123 'hardware_display_controller_unittest.cc',
123 'screen_manager_unittest.cc', 124 'screen_manager_unittest.cc',
124 'test/mock_dri_wrapper.cc', 125 'test/mock_dri_wrapper.cc',
125 'test/mock_dri_wrapper.h', 126 'test/mock_dri_wrapper.h',
126 ], 127 ],
127 }, 128 },
128 }, 129 },
129 ], 130 ],
130 } 131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698