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

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

Issue 2724913002: Move chromeos::EventRewriter to //ui/chromeos/events (Closed)
Patch Set: Fix a typo Created 3 years, 9 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
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/ui.gni")
6 import("//ui/ozone/ozone.gni")
7
8 assert(is_chromeos)
9
10 source_set("events") {
11 output_name = "ui_chromeos_events"
12 sources = [
13 "event_rewriter_chromeos.cc",
14 "event_rewriter_chromeos.h",
15 "pref_names.cc",
16 "pref_names.h",
17 ]
18 deps = [
19 "//base",
20 "//chromeos",
21 "//ui/base/ime",
22 "//ui/events",
23 "//ui/events:dom_keycode_converter",
24 "//ui/events/devices",
25 ]
26 if (use_x11 || ozone_platform_x11) {
27 deps += [
28 "//ui/base/x",
29 "//ui/events/keycodes:x11",
30 ]
31 }
32 }
OLDNEW
« no previous file with comments | « remoting/client/normalizing_input_filter_cros.cc ('k') | ui/chromeos/events/event_rewriter_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698