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

Side by Side Diff: components/mus/surfaces/BUILD.gn

Issue 2036563002: Delete OnscreenDisplayClient and TopLevelDisplayClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: onscreendisplayclient: webview-scoped-allow-gl-for-hardwarerenderer-constructor Created 4 years, 6 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 "direct_output_surface.cc", 9 "direct_output_surface.cc",
10 "direct_output_surface.h", 10 "direct_output_surface.h",
11 "display_compositor.cc", 11 "display_compositor.cc",
12 "display_compositor.h", 12 "display_compositor.h",
13 "surfaces_context_provider.cc", 13 "surfaces_context_provider.cc",
14 "surfaces_context_provider.h", 14 "surfaces_context_provider.h",
15 "surfaces_context_provider_delegate.h", 15 "surfaces_context_provider_delegate.h",
16 "surfaces_state.cc", 16 "surfaces_state.cc",
17 "surfaces_state.h", 17 "surfaces_state.h",
18 "top_level_display_client.cc",
19 "top_level_display_client.h",
20 ] 18 ]
21 19
22 deps = [ 20 deps = [
23 "//base", 21 "//base",
24 "//cc", 22 "//cc",
25 "//cc/surfaces", 23 "//cc/surfaces",
26 "//cc/surfaces:surface_id", 24 "//cc/surfaces:surface_id",
27 "//components/display_compositor", 25 "//components/display_compositor",
28 "//components/mus/common:mus_common", 26 "//components/mus/common:mus_common",
29 "//components/mus/gles2", 27 "//components/mus/gles2",
(...skipping 15 matching lines...) Expand all
45 if (use_ozone) { 43 if (use_ozone) {
46 sources += [ 44 sources += [
47 "direct_output_surface_ozone.cc", 45 "direct_output_surface_ozone.cc",
48 "direct_output_surface_ozone.h", 46 "direct_output_surface_ozone.h",
49 "ozone_gpu_memory_buffer_manager.cc", 47 "ozone_gpu_memory_buffer_manager.cc",
50 "ozone_gpu_memory_buffer_manager.h", 48 "ozone_gpu_memory_buffer_manager.h",
51 ] 49 ]
52 deps += [ "//gpu/command_buffer/common" ] 50 deps += [ "//gpu/command_buffer/common" ]
53 } 51 }
54 } 52 }
OLDNEW
« no previous file with comments | « cc/test/pixel_test_delegating_output_surface.cc ('k') | components/mus/surfaces/display_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698