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

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

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 component("x") { 5 component("x") {
6 output_name = "events_x" 6 output_name = "events_x"
7 sources = [ 7 sources = [
8 "events_x_export.h", 8 "events_x_export.h",
9 "events_x_utils.cc", 9 "events_x_utils.cc",
10 "events_x_utils.h", 10 "events_x_utils.h",
11 ] 11 ]
12 defines = [ "EVENTS_X_IMPLEMENTATION" ] 12 defines = [ "EVENTS_X_IMPLEMENTATION" ]
13 deps = [ 13 deps = [
14 "//base", 14 "//base",
15 "//skia", 15 "//skia",
16 "//ui/display",
16 "//ui/events:events_base", 17 "//ui/events:events_base",
17 "//ui/events/devices", 18 "//ui/events/devices",
18 "//ui/events/devices/x11", 19 "//ui/events/devices/x11",
19 "//ui/events/keycodes:x11", 20 "//ui/events/keycodes:x11",
20 "//ui/gfx/x", 21 "//ui/gfx/x",
21 ] 22 ]
22 configs += [ "//build/config/linux:x11" ] 23 configs += [ "//build/config/linux:x11" ]
23 } 24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698