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

Side by Side Diff: ui/events/ozone/BUILD.gn

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/keycodes/keycodes_x_export.h ('k') | ui/events/ozone/events_ozone.gyp » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/linux/pkg_config.gni") 6 import("//build/config/linux/pkg_config.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 declare_args() { 9 declare_args() {
10 # Support ChromeOS touchpad gestures with ozone. 10 # Support ChromeOS touchpad gestures with ozone.
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 if (use_xkbcommon) { 201 if (use_xkbcommon) {
202 configs += [ ":xkbcommon" ] 202 configs += [ ":xkbcommon" ]
203 203
204 sources += [ 204 sources += [
205 "layout/xkb/xkb_evdev_codes.cc", 205 "layout/xkb/xkb_evdev_codes.cc",
206 "layout/xkb/xkb_evdev_codes.h", 206 "layout/xkb/xkb_evdev_codes.h",
207 "layout/xkb/xkb_key_code_converter.h", 207 "layout/xkb/xkb_key_code_converter.h",
208 "layout/xkb/xkb_keyboard_layout_engine.cc", 208 "layout/xkb/xkb_keyboard_layout_engine.cc",
209 "layout/xkb/xkb_keyboard_layout_engine.h", 209 "layout/xkb/xkb_keyboard_layout_engine.h",
210 ] 210 ]
211
212 deps += [ "//ui/events/keycodes:xkb" ]
211 } 213 }
212 } 214 }
OLDNEW
« no previous file with comments | « ui/events/keycodes/keycodes_x_export.h ('k') | ui/events/ozone/events_ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698