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

Side by Side Diff: content/content_common.gypi

Issue 1980263002: GPU Watchdog to check I/O before terminating GPU process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback 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
« no previous file with comments | « content/common/gpu_watchdog_utils.cc ('k') | content/gpu/gpu_watchdog_thread.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'common/gamepad_user_gesture.h', 331 'common/gamepad_user_gesture.h',
332 'common/generic_shared_memory_id_generator.cc', 332 'common/generic_shared_memory_id_generator.cc',
333 'common/generic_shared_memory_id_generator.h', 333 'common/generic_shared_memory_id_generator.h',
334 'common/gin_java_bridge_messages.h', 334 'common/gin_java_bridge_messages.h',
335 'common/gpu/client/command_buffer_metrics.cc', 335 'common/gpu/client/command_buffer_metrics.cc',
336 'common/gpu/client/command_buffer_metrics.h', 336 'common/gpu/client/command_buffer_metrics.h',
337 'common/gpu/client/context_provider_command_buffer.cc', 337 'common/gpu/client/context_provider_command_buffer.cc',
338 'common/gpu/client/context_provider_command_buffer.h', 338 'common/gpu/client/context_provider_command_buffer.h',
339 'common/gpu_host_messages.h', 339 'common/gpu_host_messages.h',
340 'common/gpu_process_launch_causes.h', 340 'common/gpu_process_launch_causes.h',
341 'common/gpu_watchdog_utils.cc',
342 'common/gpu_watchdog_utils.h',
341 'common/host_discardable_shared_memory_manager.cc', 343 'common/host_discardable_shared_memory_manager.cc',
342 'common/host_discardable_shared_memory_manager.h', 344 'common/host_discardable_shared_memory_manager.h',
343 'common/host_shared_bitmap_manager.cc', 345 'common/host_shared_bitmap_manager.cc',
344 'common/host_shared_bitmap_manager.h', 346 'common/host_shared_bitmap_manager.h',
345 'common/in_process_child_thread_params.cc', 347 'common/in_process_child_thread_params.cc',
346 'common/in_process_child_thread_params.h', 348 'common/in_process_child_thread_params.h',
347 'common/indexed_db/indexed_db_constants.h', 349 'common/indexed_db/indexed_db_constants.h',
348 'common/indexed_db/indexed_db_key.cc', 350 'common/indexed_db/indexed_db_key.cc',
349 'common/indexed_db/indexed_db_key.h', 351 'common/indexed_db/indexed_db_key.h',
350 'common/indexed_db/indexed_db_key_path.cc', 352 'common/indexed_db/indexed_db_key_path.cc',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'sources!': [ 657 'sources!': [
656 'common/cursors/webcursor_ozone.cc', 658 'common/cursors/webcursor_ozone.cc',
657 'common/font_list_ozone.cc', 659 'common/font_list_ozone.cc',
658 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 660 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
661 ], 663 ],
662 }], 664 }],
663 ], 665 ],
664 } 666 }
OLDNEW
« no previous file with comments | « content/common/gpu_watchdog_utils.cc ('k') | content/gpu/gpu_watchdog_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698