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

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: Maybe GYP actually works now? 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
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 203
204 sources += [ 204 sources += [
205 "layout/xkb/xkb.h", 205 "layout/xkb/xkb.h",
206 "layout/xkb/xkb_evdev_codes.cc", 206 "layout/xkb/xkb_evdev_codes.cc",
207 "layout/xkb/xkb_evdev_codes.h", 207 "layout/xkb/xkb_evdev_codes.h",
208 "layout/xkb/xkb_key_code_converter.h", 208 "layout/xkb/xkb_key_code_converter.h",
209 "layout/xkb/xkb_keyboard_layout_engine.cc", 209 "layout/xkb/xkb_keyboard_layout_engine.cc",
210 "layout/xkb/xkb_keyboard_layout_engine.h", 210 "layout/xkb/xkb_keyboard_layout_engine.h",
211 "layout/xkb/xkb_keysym.h", 211 "layout/xkb/xkb_keysym.h",
212 ] 212 ]
213
214 deps += [ "//ui/events/keycodes:xkb" ]
213 } 215 }
214 } 216 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698