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

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

Issue 2326223002: Revert of Refactor X11ForeignWindowManager (Closed)
Patch Set: Created 4 years, 3 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 | « chrome/installer/linux/rpm/expected_deps_x86_64 ('k') | ui/base/x/selection_owner.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 output_name = "ui_base_x" 6 output_name = "ui_base_x"
7 7
8 sources = [ 8 sources = [
9 "ui_base_x_export.h", 9 "ui_base_x_export.h",
10 "x11_foreign_window_manager.cc",
11 "x11_foreign_window_manager.h",
10 "x11_menu_list.cc", 12 "x11_menu_list.cc",
11 "x11_menu_list.h", 13 "x11_menu_list.h",
12 "x11_util.cc", 14 "x11_util.cc",
13 "x11_util.h", 15 "x11_util.h",
14 "x11_util_internal.h", 16 "x11_util_internal.h",
15 "x11_window_event_manager.cc",
16 "x11_window_event_manager.h",
17 ] 17 ]
18 18
19 configs += [ "//build/config/linux:x11" ] 19 configs += [ "//build/config/linux:x11" ]
20 20
21 defines = [ "UI_BASE_X_IMPLEMENTATION" ] 21 defines = [ "UI_BASE_X_IMPLEMENTATION" ]
22 22
23 deps = [ 23 deps = [
24 "//base", 24 "//base",
25 "//base:i18n", 25 "//base:i18n",
26 "//skia", 26 "//skia",
27 "//ui/events", 27 "//ui/events",
28 "//ui/events/devices/x11", 28 "//ui/events/devices/x11",
29 "//ui/events/keycodes:x11", 29 "//ui/events/keycodes:x11",
30 "//ui/gfx", 30 "//ui/gfx",
31 "//ui/gfx/x", 31 "//ui/gfx/x",
32 ] 32 ]
33 } 33 }
OLDNEW
« no previous file with comments | « chrome/installer/linux/rpm/expected_deps_x86_64 ('k') | ui/base/x/selection_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698