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

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

Issue 1602173005: Add PlatformWindow/Event related code for Ozone X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final fixes for comments + tests. Created 4 years, 10 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/platform/x11/x11_events_platform.gyp ('k') | ui/events/x/events_x_utils.h » ('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 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 sources = [ 6 sources = [
7 "events_x_export.h", 7 "events_x_export.h",
8 "events_x_utils.cc", 8 "events_x_utils.cc",
9 "events_x_utils.h", 9 "events_x_utils.h",
10 ] 10 ]
11 defines = [ "EVENTS_X_IMPLEMENTATION" ] 11 defines = [ "EVENTS_X_IMPLEMENTATION" ]
12 deps = [ 12 deps = [
13 "//base", 13 "//base",
14 "//skia", 14 "//skia",
15 "//ui/events:events_base", 15 "//ui/events:events_base",
16 "//ui/events/devices", 16 "//ui/events/devices",
17 "//ui/gfx/x", 17 "//ui/gfx/x",
18 ] 18 ]
19 configs += [ 19 configs += [ "//build/config/linux:x11" ]
20 "//build/config/linux:glib",
21 "//build/config/linux:x11",
22 ]
23 } 20 }
OLDNEW
« no previous file with comments | « ui/events/platform/x11/x11_events_platform.gyp ('k') | ui/events/x/events_x_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698