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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2098c0b600908fb819f04b4d22a3122cde82c70d..148bf1d1588beeee4b449d04c2208a49a1ae0df8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -220,6 +220,8 @@
'public/common/zygote_handle.h',
],
'private_common_sources': [
+ 'common/accelerated_surface_buffers_swapped_params_mac.cc',
+ 'common/accelerated_surface_buffers_swapped_params_mac.h',
'common/accessibility_messages.h',
'common/all_messages.h',
'common/android/address_parser.cc',
@@ -339,9 +341,6 @@
'common/geofencing_types.cc',
'common/geofencing_types.h',
'common/gin_java_bridge_messages.h',
- 'common/gpu_host_messages.h',
- 'common/gpu/accelerated_surface_buffers_swapped_params_mac.cc',
- 'common/gpu/accelerated_surface_buffers_swapped_params_mac.h',
'common/gpu/buffer_presented_params_mac.cc',
'common/gpu/buffer_presented_params_mac.h',
'common/gpu/ca_layer_partial_damage_tree_mac.h',
@@ -422,6 +421,7 @@
'common/gpu/pass_through_image_transport_surface.h',
'common/gpu/stream_texture_android.cc',
'common/gpu/stream_texture_android.h',
+ 'common/gpu_host_messages.h',
'common/gpu_process_launch_causes.h',
'common/host_discardable_shared_memory_manager.cc',
'common/host_discardable_shared_memory_manager.h',
« 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