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

Side by Side Diff: content/content_common.gypi

Issue 1661453003: Mac overlays: Clean up partial swap code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 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/image_transport_surface_overlay_mac.mm ('k') | no next file » | 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 313 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
314 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 314 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
315 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 315 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
316 'common/gpu/client/gpu_video_decode_accelerator_host.h', 316 'common/gpu/client/gpu_video_decode_accelerator_host.h',
317 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 317 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
318 'common/gpu/client/gpu_video_encode_accelerator_host.h', 318 'common/gpu/client/gpu_video_encode_accelerator_host.h',
319 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', 319 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
320 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 320 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
321 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 321 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
322 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 322 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
323 'common/gpu/ca_layer_partial_damage_tree_mac.h',
324 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
323 'common/gpu/ca_layer_tree_mac.h', 325 'common/gpu/ca_layer_tree_mac.h',
324 'common/gpu/ca_layer_tree_mac.mm', 326 'common/gpu/ca_layer_tree_mac.mm',
325 'common/gpu/child_window_surface_win.cc', 327 'common/gpu/child_window_surface_win.cc',
326 'common/gpu/child_window_surface_win.h', 328 'common/gpu/child_window_surface_win.h',
327 'common/gpu/gpu_channel.cc', 329 'common/gpu/gpu_channel.cc',
328 'common/gpu/gpu_channel.h', 330 'common/gpu/gpu_channel.h',
329 'common/gpu/gpu_channel_manager.cc', 331 'common/gpu/gpu_channel_manager.cc',
330 'common/gpu/gpu_channel_manager.h', 332 'common/gpu/gpu_channel_manager.h',
331 'common/gpu/gpu_command_buffer_stub.cc', 333 'common/gpu/gpu_command_buffer_stub.cc',
332 'common/gpu/gpu_command_buffer_stub.h', 334 'common/gpu/gpu_command_buffer_stub.h',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1118 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1117 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1120 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1119 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1121 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1120 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1123 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1122 ], 1124 ],
1123 }], 1125 }],
1124 ], 1126 ],
1125 } 1127 }
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_overlay_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698