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

Side by Side Diff: ui/events/ozone/events_ozone.gyp

Issue 1880313004: Remove X11 deps from //ui/events:events_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device_refactor
Patch Set: Fix bad rebase. Created 4 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 unified diff | Download patch
« no previous file with comments | « ui/events/ozone/BUILD.gn ('k') | ui/events/platform/x11/BUILD.gn » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [{ 9 'targets': [{
10 'target_name': 'events_ozone', 10 'target_name': 'events_ozone',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'layout/layout_util.h', 171 'layout/layout_util.h',
172 'layout/no/no_keyboard_layout_engine.cc', 172 'layout/no/no_keyboard_layout_engine.cc',
173 'layout/no/no_keyboard_layout_engine.h', 173 'layout/no/no_keyboard_layout_engine.h',
174 'layout/stub/stub_keyboard_layout_engine.cc', 174 'layout/stub/stub_keyboard_layout_engine.cc',
175 'layout/stub/stub_keyboard_layout_engine.h', 175 'layout/stub/stub_keyboard_layout_engine.h',
176 ], 176 ],
177 'conditions': [ 177 'conditions': [
178 ['use_xkbcommon==1', { 178 ['use_xkbcommon==1', {
179 'dependencies': [ 179 'dependencies': [
180 '../../../build/linux/system.gyp:xkbcommon', 180 '../../../build/linux/system.gyp:xkbcommon',
181 '../keycodes/events_keycodes.gyp:keycodes_xkb',
181 ], 182 ],
182 'defines': [ 183 'defines': [
183 'USE_XKBCOMMON', 184 'USE_XKBCOMMON',
184 ], 185 ],
185 'direct_dependent_settings': { 186 'direct_dependent_settings': {
186 'defines': [ 187 'defines': [
187 'USE_XKBCOMMON', 188 'USE_XKBCOMMON',
188 ], 189 ],
189 }, 190 },
190 'sources': [ 191 'sources': [
191 'layout/xkb/xkb_evdev_codes.cc', 192 'layout/xkb/xkb_evdev_codes.cc',
192 'layout/xkb/xkb_evdev_codes.h', 193 'layout/xkb/xkb_evdev_codes.h',
193 'layout/xkb/xkb_key_code_converter.h', 194 'layout/xkb/xkb_key_code_converter.h',
194 'layout/xkb/xkb_keyboard_layout_engine.cc', 195 'layout/xkb/xkb_keyboard_layout_engine.cc',
195 'layout/xkb/xkb_keyboard_layout_engine.h', 196 'layout/xkb/xkb_keyboard_layout_engine.h',
196 ], 197 ],
197 }], 198 }],
198 ], 199 ],
199 }] 200 }]
200 } 201 }
OLDNEW
« no previous file with comments | « ui/events/ozone/BUILD.gn ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698