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

Side by Side Diff: gpu/gpu_ipc_service.gypi

Issue 2286063003: gpu: Move GpuWatchdogThread into //gpu/ipc/service from content. (Closed)
Patch Set: . 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
OLDNEW
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../ipc/ipc.gyp:ipc', 8 '../ipc/ipc.gyp:ipc',
9 '../ui/events/events.gyp:events_base', 9 '../ui/events/events.gyp:events_base',
10 '../ui/events/events.gyp:events_ipc', 10 '../ui/events/events.gyp:events_ipc',
(...skipping 15 matching lines...) Expand all
26 'ipc/service/gpu_command_buffer_stub.cc', 26 'ipc/service/gpu_command_buffer_stub.cc',
27 'ipc/service/gpu_command_buffer_stub.h', 27 'ipc/service/gpu_command_buffer_stub.h',
28 'ipc/service/gpu_config.h', 28 'ipc/service/gpu_config.h',
29 'ipc/service/gpu_memory_buffer_factory.cc', 29 'ipc/service/gpu_memory_buffer_factory.cc',
30 'ipc/service/gpu_memory_buffer_factory.h', 30 'ipc/service/gpu_memory_buffer_factory.h',
31 'ipc/service/gpu_memory_manager.cc', 31 'ipc/service/gpu_memory_manager.cc',
32 'ipc/service/gpu_memory_manager.h', 32 'ipc/service/gpu_memory_manager.h',
33 'ipc/service/gpu_memory_tracking.cc', 33 'ipc/service/gpu_memory_tracking.cc',
34 'ipc/service/gpu_memory_tracking.h', 34 'ipc/service/gpu_memory_tracking.h',
35 'ipc/service/gpu_watchdog.h', 35 'ipc/service/gpu_watchdog.h',
36 'ipc/service/gpu_watchdog_thread.cc',
37 'ipc/service/gpu_watchdog_thread.h',
36 'ipc/service/image_transport_surface.h', 38 'ipc/service/image_transport_surface.h',
37 'ipc/service/pass_through_image_transport_surface.cc', 39 'ipc/service/pass_through_image_transport_surface.cc',
38 'ipc/service/pass_through_image_transport_surface.h', 40 'ipc/service/pass_through_image_transport_surface.h',
39 ], 41 ],
40 'conditions': [ 42 'conditions': [
41 ['OS=="win"', { 43 ['OS=="win"', {
42 'sources': [ 44 'sources': [
43 'ipc/service/child_window_surface_win.cc', 45 'ipc/service/child_window_surface_win.cc',
44 'ipc/service/child_window_surface_win.h', 46 'ipc/service/child_window_surface_win.h',
45 'ipc/service/image_transport_surface_win.cc', 47 'ipc/service/image_transport_surface_win.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 91 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
90 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h', 92 'ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h',
91 ], 93 ],
92 'dependencies': [ 94 'dependencies': [
93 '../ui/ozone/gl/ozone_gl.gyp:ozone_gl', 95 '../ui/ozone/gl/ozone_gl.gyp:ozone_gl',
94 '../ui/ozone/ozone.gyp:ozone', 96 '../ui/ozone/ozone.gyp:ozone',
95 ], 97 ],
96 }], 98 }],
97 ], 99 ],
98 } 100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698