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

Side by Side Diff: content/content_common.gypi

Issue 1825183002: gpu_process_launch_causes => content/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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_process_launch_causes.h ('k') | content/renderer/render_thread_impl.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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'common/generic_shared_memory_id_generator.h', 337 'common/generic_shared_memory_id_generator.h',
338 'common/geofencing_messages.h', 338 'common/geofencing_messages.h',
339 'common/geofencing_types.cc', 339 'common/geofencing_types.cc',
340 'common/geofencing_types.h', 340 'common/geofencing_types.h',
341 'common/gin_java_bridge_messages.h', 341 'common/gin_java_bridge_messages.h',
342 'common/gpu_host_messages.h', 342 'common/gpu_host_messages.h',
343 'common/gpu/accelerated_surface_buffers_swapped_params_mac.cc', 343 'common/gpu/accelerated_surface_buffers_swapped_params_mac.cc',
344 'common/gpu/accelerated_surface_buffers_swapped_params_mac.h', 344 'common/gpu/accelerated_surface_buffers_swapped_params_mac.h',
345 'common/gpu/buffer_presented_params_mac.cc', 345 'common/gpu/buffer_presented_params_mac.cc',
346 'common/gpu/buffer_presented_params_mac.h', 346 'common/gpu/buffer_presented_params_mac.h',
347 'common/gpu/ca_layer_partial_damage_tree_mac.h',
348 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
349 'common/gpu/ca_layer_tree_mac.h',
350 'common/gpu/ca_layer_tree_mac.mm',
351 'common/gpu/child_window_surface_win.cc',
352 'common/gpu/child_window_surface_win.h',
347 'common/gpu/client/command_buffer_metrics.cc', 353 'common/gpu/client/command_buffer_metrics.cc',
348 'common/gpu/client/command_buffer_metrics.h', 354 'common/gpu/client/command_buffer_metrics.h',
349 'common/gpu/client/command_buffer_proxy_impl.cc', 355 'common/gpu/client/command_buffer_proxy_impl.cc',
350 'common/gpu/client/command_buffer_proxy_impl.h', 356 'common/gpu/client/command_buffer_proxy_impl.h',
351 'common/gpu/client/context_provider_command_buffer.cc', 357 'common/gpu/client/context_provider_command_buffer.cc',
352 'common/gpu/client/context_provider_command_buffer.h', 358 'common/gpu/client/context_provider_command_buffer.h',
353 'common/gpu/client/gpu_channel_host.cc', 359 'common/gpu/client/gpu_channel_host.cc',
354 'common/gpu/client/gpu_channel_host.h', 360 'common/gpu/client/gpu_channel_host.h',
355 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', 361 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc',
356 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', 362 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h',
357 'common/gpu/client/gpu_memory_buffer_impl.cc', 363 'common/gpu/client/gpu_memory_buffer_impl.cc',
358 'common/gpu/client/gpu_memory_buffer_impl.h', 364 'common/gpu/client/gpu_memory_buffer_impl.h',
359 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 365 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
360 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 366 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
361 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 367 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
362 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 368 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
363 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 369 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
364 'common/gpu/client/gpu_video_decode_accelerator_host.h', 370 'common/gpu/client/gpu_video_decode_accelerator_host.h',
365 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 371 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
366 'common/gpu/client/gpu_video_encode_accelerator_host.h', 372 'common/gpu/client/gpu_video_encode_accelerator_host.h',
367 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', 373 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
368 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 374 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
369 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 375 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
370 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 376 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
371 'common/gpu/ca_layer_partial_damage_tree_mac.h',
372 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
373 'common/gpu/ca_layer_tree_mac.h',
374 'common/gpu/ca_layer_tree_mac.mm',
375 'common/gpu/child_window_surface_win.cc',
376 'common/gpu/child_window_surface_win.h',
377 'common/gpu/gpu_channel.cc', 377 'common/gpu/gpu_channel.cc',
378 'common/gpu/gpu_channel.h', 378 'common/gpu/gpu_channel.h',
379 'common/gpu/gpu_channel_manager.cc', 379 'common/gpu/gpu_channel_manager.cc',
380 'common/gpu/gpu_channel_manager.h', 380 'common/gpu/gpu_channel_manager.h',
381 'common/gpu/gpu_channel_manager_delegate.h', 381 'common/gpu/gpu_channel_manager_delegate.h',
382 'common/gpu/gpu_command_buffer_stub.cc', 382 'common/gpu/gpu_command_buffer_stub.cc',
383 'common/gpu/gpu_command_buffer_stub.h', 383 'common/gpu/gpu_command_buffer_stub.h',
384 'common/gpu/gpu_config.h', 384 'common/gpu/gpu_config.h',
385 'common/gpu/gpu_memory_buffer_factory.cc', 385 'common/gpu/gpu_memory_buffer_factory.cc',
386 'common/gpu/gpu_memory_buffer_factory.h', 386 'common/gpu/gpu_memory_buffer_factory.h',
387 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 387 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
388 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 388 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
389 'common/gpu/gpu_memory_manager.cc', 389 'common/gpu/gpu_memory_manager.cc',
390 'common/gpu/gpu_memory_manager.h', 390 'common/gpu/gpu_memory_manager.h',
391 'common/gpu/gpu_memory_tracking.cc', 391 'common/gpu/gpu_memory_tracking.cc',
392 'common/gpu/gpu_memory_tracking.h', 392 'common/gpu/gpu_memory_tracking.h',
393 'common/gpu/gpu_memory_uma_stats.h', 393 'common/gpu/gpu_memory_uma_stats.h',
394 'common/gpu/gpu_process_launch_causes.h',
395 'common/gpu/gpu_surface_lookup.cc', 394 'common/gpu/gpu_surface_lookup.cc',
396 'common/gpu/gpu_surface_lookup.h', 395 'common/gpu/gpu_surface_lookup.h',
397 'common/gpu/gpu_watchdog.h', 396 'common/gpu/gpu_watchdog.h',
398 'common/gpu/image_transport_surface.h', 397 'common/gpu/image_transport_surface.h',
399 'common/gpu/image_transport_surface_android.cc', 398 'common/gpu/image_transport_surface_android.cc',
400 'common/gpu/image_transport_surface_linux.cc', 399 'common/gpu/image_transport_surface_linux.cc',
401 'common/gpu/image_transport_surface_mac.mm', 400 'common/gpu/image_transport_surface_mac.mm',
402 'common/gpu/image_transport_surface_overlay_mac.h', 401 'common/gpu/image_transport_surface_overlay_mac.h',
403 'common/gpu/image_transport_surface_overlay_mac.mm', 402 'common/gpu/image_transport_surface_overlay_mac.mm',
404 'common/gpu/image_transport_surface_win.cc', 403 'common/gpu/image_transport_surface_win.cc',
(...skipping 14 matching lines...) Expand all
419 'common/gpu/media/media_messages.cc', 418 'common/gpu/media/media_messages.cc',
420 'common/gpu/media/media_messages.h', 419 'common/gpu/media/media_messages.h',
421 'common/gpu/media/media_service.cc', 420 'common/gpu/media/media_service.cc',
422 'common/gpu/media/media_service.h', 421 'common/gpu/media/media_service.h',
423 'common/gpu/media/shared_memory_region.cc', 422 'common/gpu/media/shared_memory_region.cc',
424 'common/gpu/media/shared_memory_region.h', 423 'common/gpu/media/shared_memory_region.h',
425 'common/gpu/pass_through_image_transport_surface.cc', 424 'common/gpu/pass_through_image_transport_surface.cc',
426 'common/gpu/pass_through_image_transport_surface.h', 425 'common/gpu/pass_through_image_transport_surface.h',
427 'common/gpu/stream_texture_android.cc', 426 'common/gpu/stream_texture_android.cc',
428 'common/gpu/stream_texture_android.h', 427 'common/gpu/stream_texture_android.h',
428 'common/gpu_process_launch_causes.h',
429 'common/host_discardable_shared_memory_manager.cc', 429 'common/host_discardable_shared_memory_manager.cc',
430 'common/host_discardable_shared_memory_manager.h', 430 'common/host_discardable_shared_memory_manager.h',
431 'common/host_shared_bitmap_manager.cc', 431 'common/host_shared_bitmap_manager.cc',
432 'common/host_shared_bitmap_manager.h', 432 'common/host_shared_bitmap_manager.h',
433 'common/in_process_child_thread_params.cc', 433 'common/in_process_child_thread_params.cc',
434 'common/in_process_child_thread_params.h', 434 'common/in_process_child_thread_params.h',
435 'common/indexed_db/indexed_db_constants.h', 435 'common/indexed_db/indexed_db_constants.h',
436 'common/indexed_db/indexed_db_key.cc', 436 'common/indexed_db/indexed_db_key.cc',
437 'common/indexed_db/indexed_db_key.h', 437 'common/indexed_db/indexed_db_key.h',
438 'common/indexed_db/indexed_db_key_path.cc', 438 'common/indexed_db/indexed_db_key_path.cc',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1108 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1108 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1111 ], 1111 ],
1112 }], 1112 }],
1113 ], 1113 ],
1114 } 1114 }
OLDNEW
« no previous file with comments | « content/common/gpu_process_launch_causes.h ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698