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

Side by Side Diff: gpu/ipc/service/BUILD.gn

Issue 2492583002: Decouple PassThroughImageTransportSurface from GpuCommandBufferStub (Closed)
Patch Set: Addressed Antoine's 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 | gpu/ipc/service/gpu_command_buffer_stub.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 if (is_mac) { 7 if (is_mac) {
8 import("//build/config/mac/mac_sdk.gni") 8 import("//build/config/mac/mac_sdk.gni")
9 } 9 }
10 10
(...skipping 29 matching lines...) Expand all
40 "gpu_init.h", 40 "gpu_init.h",
41 "gpu_memory_buffer_factory.cc", 41 "gpu_memory_buffer_factory.cc",
42 "gpu_memory_buffer_factory.h", 42 "gpu_memory_buffer_factory.h",
43 "gpu_memory_manager.cc", 43 "gpu_memory_manager.cc",
44 "gpu_memory_manager.h", 44 "gpu_memory_manager.h",
45 "gpu_memory_tracking.cc", 45 "gpu_memory_tracking.cc",
46 "gpu_memory_tracking.h", 46 "gpu_memory_tracking.h",
47 "gpu_watchdog_thread.cc", 47 "gpu_watchdog_thread.cc",
48 "gpu_watchdog_thread.h", 48 "gpu_watchdog_thread.h",
49 "image_transport_surface.h", 49 "image_transport_surface.h",
50 "image_transport_surface_delegate.cc",
51 "image_transport_surface_delegate.h",
50 "pass_through_image_transport_surface.cc", 52 "pass_through_image_transport_surface.cc",
51 "pass_through_image_transport_surface.h", 53 "pass_through_image_transport_surface.h",
52 "switches.cc", 54 "switches.cc",
53 "switches.h", 55 "switches.h",
54 ] 56 ]
55 configs += [ "//gpu:gpu_implementation" ] 57 configs += [ "//gpu:gpu_implementation" ]
56 public_deps = [ 58 public_deps = [
57 "//base", 59 "//base",
58 "//ipc", 60 "//ipc",
59 "//ui/base", 61 "//ui/base",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 deps += [ "//ui/android:ui_java" ] 170 deps += [ "//ui/android:ui_java" ]
169 } 171 }
170 if (is_mac) { 172 if (is_mac) {
171 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ] 173 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ]
172 } 174 }
173 if (use_ozone) { 175 if (use_ozone) {
174 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ] 176 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
175 deps += [ "//ui/ozone" ] 177 deps += [ "//ui/ozone" ]
176 } 178 }
177 } 179 }
OLDNEW
« no previous file with comments | « no previous file | gpu/ipc/service/gpu_command_buffer_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698