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

Side by Side Diff: content/content_common.gypi

Issue 1830513003: Move AcceleratedSurfaceBuffersSwappedParams to content/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed piman's comment Created 4 years, 8 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_host_messages.h ('k') | content/gpu/gpu_child_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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'public/common/web_preferences.cc', 213 'public/common/web_preferences.cc',
214 'public/common/web_preferences.h', 214 'public/common/web_preferences.h',
215 'public/common/webplugininfo.cc', 215 'public/common/webplugininfo.cc',
216 'public/common/webplugininfo.h', 216 'public/common/webplugininfo.h',
217 'public/common/window_container_type.cc', 217 'public/common/window_container_type.cc',
218 'public/common/window_container_type.h', 218 'public/common/window_container_type.h',
219 'public/common/zygote_fork_delegate_linux.h', 219 'public/common/zygote_fork_delegate_linux.h',
220 'public/common/zygote_handle.h', 220 'public/common/zygote_handle.h',
221 ], 221 ],
222 'private_common_sources': [ 222 'private_common_sources': [
223 'common/accelerated_surface_buffers_swapped_params_mac.cc',
224 'common/accelerated_surface_buffers_swapped_params_mac.h',
223 'common/accessibility_messages.h', 225 'common/accessibility_messages.h',
224 'common/all_messages.h', 226 'common/all_messages.h',
225 'common/android/address_parser.cc', 227 'common/android/address_parser.cc',
226 'common/android/address_parser.h', 228 'common/android/address_parser.h',
227 'common/android/address_parser_internal.cc', 229 'common/android/address_parser_internal.cc',
228 'common/android/address_parser_internal.h', 230 'common/android/address_parser_internal.h',
229 'common/android/common_jni_registrar.cc', 231 'common/android/common_jni_registrar.cc',
230 'common/android/common_jni_registrar.h', 232 'common/android/common_jni_registrar.h',
231 'common/android/gin_java_bridge_errors.cc', 233 'common/android/gin_java_bridge_errors.cc',
232 'common/android/gin_java_bridge_errors.h', 234 'common/android/gin_java_bridge_errors.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'common/gamepad_param_traits.cc', 334 'common/gamepad_param_traits.cc',
333 'common/gamepad_param_traits.h', 335 'common/gamepad_param_traits.h',
334 'common/gamepad_user_gesture.cc', 336 'common/gamepad_user_gesture.cc',
335 'common/gamepad_user_gesture.h', 337 'common/gamepad_user_gesture.h',
336 'common/generic_shared_memory_id_generator.cc', 338 'common/generic_shared_memory_id_generator.cc',
337 'common/generic_shared_memory_id_generator.h', 339 'common/generic_shared_memory_id_generator.h',
338 'common/geofencing_messages.h', 340 'common/geofencing_messages.h',
339 'common/geofencing_types.cc', 341 'common/geofencing_types.cc',
340 'common/geofencing_types.h', 342 'common/geofencing_types.h',
341 'common/gin_java_bridge_messages.h', 343 'common/gin_java_bridge_messages.h',
342 'common/gpu_host_messages.h',
343 'common/gpu/accelerated_surface_buffers_swapped_params_mac.cc',
344 'common/gpu/accelerated_surface_buffers_swapped_params_mac.h',
345 'common/gpu/buffer_presented_params_mac.cc', 344 'common/gpu/buffer_presented_params_mac.cc',
346 'common/gpu/buffer_presented_params_mac.h', 345 'common/gpu/buffer_presented_params_mac.h',
347 'common/gpu/ca_layer_partial_damage_tree_mac.h', 346 'common/gpu/ca_layer_partial_damage_tree_mac.h',
348 'common/gpu/ca_layer_partial_damage_tree_mac.mm', 347 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
349 'common/gpu/ca_layer_tree_mac.h', 348 'common/gpu/ca_layer_tree_mac.h',
350 'common/gpu/ca_layer_tree_mac.mm', 349 'common/gpu/ca_layer_tree_mac.mm',
351 'common/gpu/child_window_surface_win.cc', 350 'common/gpu/child_window_surface_win.cc',
352 'common/gpu/child_window_surface_win.h', 351 'common/gpu/child_window_surface_win.h',
353 'common/gpu/client/command_buffer_metrics.cc', 352 'common/gpu/client/command_buffer_metrics.cc',
354 'common/gpu/client/command_buffer_metrics.h', 353 'common/gpu/client/command_buffer_metrics.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'common/gpu/media/media_messages.cc', 414 'common/gpu/media/media_messages.cc',
416 'common/gpu/media/media_messages.h', 415 'common/gpu/media/media_messages.h',
417 'common/gpu/media/media_service.cc', 416 'common/gpu/media/media_service.cc',
418 'common/gpu/media/media_service.h', 417 'common/gpu/media/media_service.h',
419 'common/gpu/media/shared_memory_region.cc', 418 'common/gpu/media/shared_memory_region.cc',
420 'common/gpu/media/shared_memory_region.h', 419 'common/gpu/media/shared_memory_region.h',
421 'common/gpu/pass_through_image_transport_surface.cc', 420 'common/gpu/pass_through_image_transport_surface.cc',
422 'common/gpu/pass_through_image_transport_surface.h', 421 'common/gpu/pass_through_image_transport_surface.h',
423 'common/gpu/stream_texture_android.cc', 422 'common/gpu/stream_texture_android.cc',
424 'common/gpu/stream_texture_android.h', 423 'common/gpu/stream_texture_android.h',
424 'common/gpu_host_messages.h',
425 'common/gpu_process_launch_causes.h', 425 'common/gpu_process_launch_causes.h',
426 'common/host_discardable_shared_memory_manager.cc', 426 'common/host_discardable_shared_memory_manager.cc',
427 'common/host_discardable_shared_memory_manager.h', 427 'common/host_discardable_shared_memory_manager.h',
428 'common/host_shared_bitmap_manager.cc', 428 'common/host_shared_bitmap_manager.cc',
429 'common/host_shared_bitmap_manager.h', 429 'common/host_shared_bitmap_manager.h',
430 'common/in_process_child_thread_params.cc', 430 'common/in_process_child_thread_params.cc',
431 'common/in_process_child_thread_params.h', 431 'common/in_process_child_thread_params.h',
432 'common/indexed_db/indexed_db_constants.h', 432 'common/indexed_db/indexed_db_constants.h',
433 'common/indexed_db/indexed_db_key.cc', 433 'common/indexed_db/indexed_db_key.cc',
434 'common/indexed_db/indexed_db_key.h', 434 'common/indexed_db/indexed_db_key.h',
(...skipping 670 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_host_messages.h ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698