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

Side by Side Diff: services/ui/public/cpp/BUILD.gn

Issue 2414683003: Mus+Ash: propagate Surface ID to parents (Closed)
Patch Set: Don't follow null surface_info 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
« no previous file with comments | « no previous file | services/ui/public/cpp/surface_id_handler.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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # This is the public target. It contains only the public headers. The 7 # This is the public target. It contains only the public headers. The
8 # implementation (and private haders) are in 'internal'. 8 # implementation (and private haders) are in 'internal'.
9 source_set("cpp") { 9 source_set("cpp") {
10 sources = [ 10 sources = [
11 "compositor_frame_sink.h", 11 "compositor_frame_sink.h",
12 "gpu_service.h", 12 "gpu_service.h",
13 "input_event_handler.h", 13 "input_event_handler.h",
14 "mojo_gpu_memory_buffer_manager.h", 14 "mojo_gpu_memory_buffer_manager.h",
15 "property_type_converters.h", 15 "property_type_converters.h",
16 "raster_thread_helper.h", 16 "raster_thread_helper.h",
17 "scoped_window_ptr.h", 17 "scoped_window_ptr.h",
18 "surface_id_handler.h",
18 "window.h", 19 "window.h",
19 "window_manager_delegate.h", 20 "window_manager_delegate.h",
20 "window_observer.h", 21 "window_observer.h",
21 "window_property.h", 22 "window_property.h",
22 "window_surface.h", 23 "window_surface.h",
23 "window_surface_client.h", 24 "window_surface_client.h",
24 "window_tracker.h", 25 "window_tracker.h",
25 "window_tree_client.h", 26 "window_tree_client.h",
26 "window_tree_client_delegate.h", 27 "window_tree_client_delegate.h",
27 "window_tree_client_observer.h", 28 "window_tree_client_observer.h",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 data_deps = [ 151 data_deps = [
151 "//services/ui", 152 "//services/ui",
152 ] 153 ]
153 154
154 defines = [ "GL_GLEXT_PROTOTYPES" ] 155 defines = [ "GL_GLEXT_PROTOTYPES" ]
155 156
156 if (use_ozone) { 157 if (use_ozone) {
157 deps += [ "//ui/ozone" ] 158 deps += [ "//ui/ozone" ]
158 } 159 }
159 } 160 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/public/cpp/surface_id_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698