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

Side by Side Diff: ui/events/platform/x11/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/ozone/events_ozone.gyp ('k') | ui/events/platform/x11/x11_events_platform.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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//ui/ozone/ozone.gni") 6 import("//ui/ozone/ozone.gni")
7 7
8 assert(use_x11 || ozone_platform_x11) 8 assert(use_x11 || ozone_platform_x11)
9 9
10 component("x11") { 10 component("x11") {
(...skipping 29 matching lines...) Expand all
40 "x11_event_source_glib.cc", 40 "x11_event_source_glib.cc",
41 "x11_event_source_glib.h", 41 "x11_event_source_glib.h",
42 ] 42 ]
43 43
44 configs += [ "//build/config/linux:glib" ] 44 configs += [ "//build/config/linux:glib" ]
45 } else { 45 } else {
46 sources += [ 46 sources += [
47 "x11_event_source_libevent.cc", 47 "x11_event_source_libevent.cc",
48 "x11_event_source_libevent.h", 48 "x11_event_source_libevent.h",
49 ] 49 ]
50
51 deps += [ "//ui/events/keycodes:x11" ]
50 } 52 }
51 } 53 }
OLDNEW
« no previous file with comments | « ui/events/ozone/events_ozone.gyp ('k') | ui/events/platform/x11/x11_events_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698