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

Side by Side Diff: ui/platform_window/x11/BUILD.gn

Issue 1228173003: mojo: Fix running view-manager related apptests on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 5 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/gl/test/gl_surface_test_support.cc ('k') | ui/platform_window/x11/x11_window.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 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 component("x11") { 5 component("x11") {
6 output_name = "x11_window" 6 output_name = "x11_window"
7 7
8 deps = [ 8 deps = [
9 "//base", 9 "//base",
10 "//skia", 10 "//skia",
11 "//ui/events", 11 "//ui/events",
12 "//ui/events/devices",
13 "//ui/events/platform",
12 "//ui/events/platform/x11", 14 "//ui/events/platform/x11",
13 "//ui/gfx/x", 15 "//ui/gfx/x",
14 "//ui/platform_window", 16 "//ui/platform_window",
15 ] 17 ]
16 18
17 configs += [ "//build/config/linux:x11" ] 19 configs += [ "//build/config/linux:x11" ]
18 20
19 defines = [ "X11_WINDOW_IMPLEMENTATION" ] 21 defines = [ "X11_WINDOW_IMPLEMENTATION" ]
20 22
21 sources = [ 23 sources = [
22 "x11_window.cc", 24 "x11_window.cc",
23 "x11_window.h", 25 "x11_window.h",
24 "x11_window_export.h", 26 "x11_window_export.h",
25 ] 27 ]
26 } 28 }
OLDNEW
« no previous file with comments | « ui/gl/test/gl_surface_test_support.cc ('k') | ui/platform_window/x11/x11_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698