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

Side by Side Diff: ui/display/types/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
« no previous file with comments | « ui/display/fake_display_snapshot.cc ('k') | ui/display/types/fake_display_controller.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("types") { 5 component("types") {
6 output_name = "display_types" 6 output_name = "display_types"
7 sources = [ 7 sources = [
8 "display_constants.h", 8 "display_constants.h",
9 "display_mode.cc", 9 "display_mode.cc",
10 "display_mode.h", 10 "display_mode.h",
11 "display_snapshot.cc", 11 "display_snapshot.cc",
12 "display_snapshot.h", 12 "display_snapshot.h",
13 "display_types_export.h", 13 "display_types_export.h",
14 "fake_display_controller.h",
14 "gamma_ramp_rgb_entry.h", 15 "gamma_ramp_rgb_entry.h",
16 "native_display_delegate.cc",
15 "native_display_delegate.h", 17 "native_display_delegate.h",
16 "native_display_observer.h", 18 "native_display_observer.h",
17 ] 19 ]
18 20
19 defines = [ "DISPLAY_TYPES_IMPLEMENTATION" ] 21 defines = [ "DISPLAY_TYPES_IMPLEMENTATION" ]
20 22
21 deps = [ 23 deps = [
22 "//base", 24 "//base",
23 "//ui/gfx:memory_buffer", 25 "//ui/gfx:memory_buffer",
24 "//ui/gfx/geometry", 26 "//ui/gfx/geometry",
25 ] 27 ]
26 } 28 }
OLDNEW
« no previous file with comments | « ui/display/fake_display_snapshot.cc ('k') | ui/display/types/fake_display_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698