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

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

Issue 2286063003: gpu: Move GpuWatchdogThread into //gpu/ipc/service from content. (Closed)
Patch Set: tot merge Created 4 years, 3 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 | « gpu/gpu_ipc_service.gypi ('k') | gpu/ipc/service/gpu_channel.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 24 matching lines...) Expand all
35 "gpu_channel_manager_delegate.h", 35 "gpu_channel_manager_delegate.h",
36 "gpu_command_buffer_stub.cc", 36 "gpu_command_buffer_stub.cc",
37 "gpu_command_buffer_stub.h", 37 "gpu_command_buffer_stub.h",
38 "gpu_config.h", 38 "gpu_config.h",
39 "gpu_memory_buffer_factory.cc", 39 "gpu_memory_buffer_factory.cc",
40 "gpu_memory_buffer_factory.h", 40 "gpu_memory_buffer_factory.h",
41 "gpu_memory_manager.cc", 41 "gpu_memory_manager.cc",
42 "gpu_memory_manager.h", 42 "gpu_memory_manager.h",
43 "gpu_memory_tracking.cc", 43 "gpu_memory_tracking.cc",
44 "gpu_memory_tracking.h", 44 "gpu_memory_tracking.h",
45 "gpu_watchdog.h", 45 "gpu_watchdog_thread.cc",
46 "gpu_watchdog_thread.h",
46 "image_transport_surface.h", 47 "image_transport_surface.h",
47 "pass_through_image_transport_surface.cc", 48 "pass_through_image_transport_surface.cc",
48 "pass_through_image_transport_surface.h", 49 "pass_through_image_transport_surface.h",
49 ] 50 ]
50 configs += [ "//gpu:gpu_implementation" ] 51 configs += [ "//gpu:gpu_implementation" ]
51 public_deps = [ 52 public_deps = [
52 "//base", 53 "//base",
53 "//ipc", 54 "//ipc",
54 "//ui/base", 55 "//ui/base",
55 "//ui/events:events_base", 56 "//ui/events:events_base",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 deps += [ "//ui/android:ui_java" ] 166 deps += [ "//ui/android:ui_java" ]
166 } 167 }
167 if (is_mac) { 168 if (is_mac) {
168 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ] 169 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ]
169 } 170 }
170 if (use_ozone) { 171 if (use_ozone) {
171 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ] 172 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
172 deps += [ "//ui/ozone" ] 173 deps += [ "//ui/ozone" ]
173 } 174 }
174 } 175 }
OLDNEW
« no previous file with comments | « gpu/gpu_ipc_service.gypi ('k') | gpu/ipc/service/gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698