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

Side by Side Diff: content/content_common.gypi

Issue 1830193002: Move buffer_presented_params_mac to 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_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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'common/ax_content_node_data.cc', 246 'common/ax_content_node_data.cc',
247 'common/ax_content_node_data.h', 247 'common/ax_content_node_data.h',
248 'common/bluetooth/bluetooth_device.cc', 248 'common/bluetooth/bluetooth_device.cc',
249 'common/bluetooth/bluetooth_device.h', 249 'common/bluetooth/bluetooth_device.h',
250 'common/bluetooth/bluetooth_messages.h', 250 'common/bluetooth/bluetooth_messages.h',
251 'common/bluetooth/bluetooth_scan_filter.cc', 251 'common/bluetooth/bluetooth_scan_filter.cc',
252 'common/bluetooth/bluetooth_scan_filter.h', 252 'common/bluetooth/bluetooth_scan_filter.h',
253 'common/browser_plugin/browser_plugin_constants.cc', 253 'common/browser_plugin/browser_plugin_constants.cc',
254 'common/browser_plugin/browser_plugin_constants.h', 254 'common/browser_plugin/browser_plugin_constants.h',
255 'common/browser_plugin/browser_plugin_messages.h', 255 'common/browser_plugin/browser_plugin_messages.h',
256 'common/buffer_presented_params_mac.cc',
257 'common/buffer_presented_params_mac.h',
256 'common/cache_storage/cache_storage_messages.h', 258 'common/cache_storage/cache_storage_messages.h',
257 'common/cache_storage/cache_storage_types.cc', 259 'common/cache_storage/cache_storage_types.cc',
258 'common/cache_storage/cache_storage_types.h', 260 'common/cache_storage/cache_storage_types.h',
259 'common/cc_messages.cc', 261 'common/cc_messages.cc',
260 'common/cc_messages.h', 262 'common/cc_messages.h',
261 'common/child_process_host_impl.cc', 263 'common/child_process_host_impl.cc',
262 'common/child_process_host_impl.h', 264 'common/child_process_host_impl.h',
263 'common/child_process_messages.h', 265 'common/child_process_messages.h',
264 'common/child_process_sandbox_support_impl_linux.cc', 266 'common/child_process_sandbox_support_impl_linux.cc',
265 'common/child_process_sandbox_support_impl_linux.h', 267 'common/child_process_sandbox_support_impl_linux.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'common/gamepad_param_traits.cc', 336 'common/gamepad_param_traits.cc',
335 'common/gamepad_param_traits.h', 337 'common/gamepad_param_traits.h',
336 'common/gamepad_user_gesture.cc', 338 'common/gamepad_user_gesture.cc',
337 'common/gamepad_user_gesture.h', 339 'common/gamepad_user_gesture.h',
338 'common/generic_shared_memory_id_generator.cc', 340 'common/generic_shared_memory_id_generator.cc',
339 'common/generic_shared_memory_id_generator.h', 341 'common/generic_shared_memory_id_generator.h',
340 'common/geofencing_messages.h', 342 'common/geofencing_messages.h',
341 'common/geofencing_types.cc', 343 'common/geofencing_types.cc',
342 'common/geofencing_types.h', 344 'common/geofencing_types.h',
343 'common/gin_java_bridge_messages.h', 345 'common/gin_java_bridge_messages.h',
344 'common/gpu/buffer_presented_params_mac.cc',
345 'common/gpu/buffer_presented_params_mac.h',
346 'common/gpu/ca_layer_partial_damage_tree_mac.h', 346 'common/gpu/ca_layer_partial_damage_tree_mac.h',
347 'common/gpu/ca_layer_partial_damage_tree_mac.mm', 347 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
348 'common/gpu/ca_layer_tree_mac.h', 348 'common/gpu/ca_layer_tree_mac.h',
349 'common/gpu/ca_layer_tree_mac.mm', 349 'common/gpu/ca_layer_tree_mac.mm',
350 'common/gpu/child_window_surface_win.cc', 350 'common/gpu/child_window_surface_win.cc',
351 'common/gpu/child_window_surface_win.h', 351 'common/gpu/child_window_surface_win.h',
352 'common/gpu/client/command_buffer_metrics.cc', 352 'common/gpu/client/command_buffer_metrics.cc',
353 'common/gpu/client/command_buffer_metrics.h', 353 'common/gpu/client/command_buffer_metrics.h',
354 'common/gpu/client/command_buffer_proxy_impl.cc', 354 'common/gpu/client/command_buffer_proxy_impl.cc',
355 'common/gpu/client/command_buffer_proxy_impl.h', 355 'common/gpu/client/command_buffer_proxy_impl.h',
(...skipping 749 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