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

Side by Side Diff: services/ui/surfaces/BUILD.gn

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)
Patch Set: Removed bad change Created 4 years, 2 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("surfaces") { 7 source_set("surfaces") {
8 sources = [ 8 sources = [
9 "compositor_frame_sink.cc",
10 "compositor_frame_sink.h",
9 "direct_output_surface.cc", 11 "direct_output_surface.cc",
10 "direct_output_surface.h", 12 "direct_output_surface.h",
11 "display_compositor.cc", 13 "display_compositor.cc",
12 "display_compositor.h", 14 "display_compositor.h",
13 "surfaces_context_provider.cc", 15 "surfaces_context_provider.cc",
14 "surfaces_context_provider.h", 16 "surfaces_context_provider.h",
15 "surfaces_context_provider_delegate.h", 17 "surfaces_context_provider_delegate.h",
16 "surfaces_state.cc",
17 "surfaces_state.h",
18 ] 18 ]
19 19
20 deps = [ 20 deps = [
21 "//base", 21 "//base",
22 "//cc", 22 "//cc",
23 "//cc/surfaces", 23 "//cc/surfaces",
24 "//cc/surfaces:surface_id", 24 "//cc/surfaces:surface_id",
25 "//components/display_compositor", 25 "//components/display_compositor",
26 "//gpu/command_buffer/client", 26 "//gpu/command_buffer/client",
27 "//gpu/command_buffer/client:gles2_cmd_helper", 27 "//gpu/command_buffer/client:gles2_cmd_helper",
(...skipping 11 matching lines...) Expand all
39 ] 39 ]
40 40
41 if (use_ozone) { 41 if (use_ozone) {
42 sources += [ 42 sources += [
43 "direct_output_surface_ozone.cc", 43 "direct_output_surface_ozone.cc",
44 "direct_output_surface_ozone.h", 44 "direct_output_surface_ozone.h",
45 ] 45 ]
46 deps += [ "//gpu/command_buffer/common" ] 46 deps += [ "//gpu/command_buffer/common" ]
47 } 47 }
48 } 48 }
OLDNEW
« no previous file with comments | « services/ui/gpu/display_compositor/display_impl.cc ('k') | services/ui/surfaces/compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698