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

Side by Side Diff: ui/ozone/platform/headless/BUILD.gn

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Fix windows compile problems. 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
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 visibility = [ "//ui/ozone/*" ] 5 visibility = [ "//ui/ozone/*" ]
6 6
7 source_set("headless") { 7 source_set("headless") {
8 sources = [ 8 sources = [
9 "client_native_pixmap_factory_headless.cc", 9 "client_native_pixmap_factory_headless.cc",
10 "client_native_pixmap_factory_headless.h", 10 "client_native_pixmap_factory_headless.h",
11 "headless_surface_factory.cc", 11 "headless_surface_factory.cc",
12 "headless_surface_factory.h", 12 "headless_surface_factory.h",
13 "headless_window.cc", 13 "headless_window.cc",
14 "headless_window.h", 14 "headless_window.h",
15 "headless_window_manager.cc", 15 "headless_window_manager.cc",
16 "headless_window_manager.h", 16 "headless_window_manager.h",
17 "ozone_platform_headless.cc", 17 "ozone_platform_headless.cc",
18 "ozone_platform_headless.h", 18 "ozone_platform_headless.h",
19 ] 19 ]
20 20
21 deps = [ 21 deps = [
22 "//base", 22 "//base",
23 "//skia", 23 "//skia",
24 "//ui/base", 24 "//ui/base",
25 "//ui/display",
25 "//ui/events", 26 "//ui/events",
26 "//ui/events/ozone:events_ozone_layout", 27 "//ui/events/ozone:events_ozone_layout",
27 "//ui/events/platform", 28 "//ui/events/platform",
28 "//ui/gfx/geometry", 29 "//ui/gfx/geometry",
29 "//ui/ozone:ozone_base", 30 "//ui/ozone:ozone_base",
30 "//ui/ozone/common", 31 "//ui/ozone/common",
31 "//ui/platform_window", 32 "//ui/platform_window",
32 ] 33 ]
33 } 34 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/host/drm_native_display_delegate.cc ('k') | ui/ozone/platform/headless/ozone_platform_headless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698