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

Side by Side Diff: components/exo/BUILD.gn

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Nit changes based on comments Created 4 years, 1 month 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 | « no previous file | components/exo/DEPS » ('j') | components/exo/exo_compositor_frame_sink.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("exo") { 8 source_set("exo") {
9 sources = [ 9 sources = [
10 "buffer.cc", 10 "buffer.cc",
11 "buffer.h", 11 "buffer.h",
12 "display.cc", 12 "display.cc",
13 "display.h", 13 "display.h",
14 "exo_compositor_frame_sink.cc",
15 "exo_compositor_frame_sink.h",
14 "gamepad.cc", 16 "gamepad.cc",
15 "gamepad.h", 17 "gamepad.h",
16 "keyboard.cc", 18 "keyboard.cc",
17 "keyboard.h", 19 "keyboard.h",
18 "keyboard_delegate.h", 20 "keyboard_delegate.h",
19 "notification_surface.cc", 21 "notification_surface.cc",
20 "notification_surface.h", 22 "notification_surface.h",
21 "notification_surface_manager.h", 23 "notification_surface_manager.h",
22 "pointer.cc", 24 "pointer.cc",
23 "pointer.h", 25 "pointer.h",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ] 164 ]
163 165
164 if (use_x11) { 166 if (use_x11) {
165 deps += [ "//tools/xdisplaycheck" ] 167 deps += [ "//tools/xdisplaycheck" ]
166 } 168 }
167 169
168 if (is_linux) { 170 if (is_linux) {
169 deps += [ "//components/exo/wayland:unit_tests" ] 171 deps += [ "//components/exo/wayland:unit_tests" ]
170 } 172 }
171 } 173 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/DEPS » ('j') | components/exo/exo_compositor_frame_sink.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698