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

Side by Side Diff: content/content_common.gypi

Issue 1647523002: Mac overlays: Move CALayerPartialDamageTree to its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 314 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
315 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 315 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
316 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 316 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
317 'common/gpu/client/gpu_video_decode_accelerator_host.h', 317 'common/gpu/client/gpu_video_decode_accelerator_host.h',
318 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 318 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
319 'common/gpu/client/gpu_video_encode_accelerator_host.h', 319 'common/gpu/client/gpu_video_encode_accelerator_host.h',
320 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', 320 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
321 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 321 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
322 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 322 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
323 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 323 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
324 'common/gpu/ca_layer_partial_damage_tree_mac.h',
325 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
324 'common/gpu/ca_layer_tree_mac.h', 326 'common/gpu/ca_layer_tree_mac.h',
325 'common/gpu/ca_layer_tree_mac.mm', 327 'common/gpu/ca_layer_tree_mac.mm',
326 'common/gpu/child_window_surface_win.cc', 328 'common/gpu/child_window_surface_win.cc',
327 'common/gpu/child_window_surface_win.h', 329 'common/gpu/child_window_surface_win.h',
328 'common/gpu/gpu_channel.cc', 330 'common/gpu/gpu_channel.cc',
329 'common/gpu/gpu_channel.h', 331 'common/gpu/gpu_channel.h',
330 'common/gpu/gpu_channel_manager.cc', 332 'common/gpu/gpu_channel_manager.cc',
331 'common/gpu/gpu_channel_manager.h', 333 'common/gpu/gpu_channel_manager.h',
332 'common/gpu/gpu_command_buffer_stub.cc', 334 'common/gpu/gpu_command_buffer_stub.cc',
333 'common/gpu/gpu_command_buffer_stub.h', 335 'common/gpu/gpu_command_buffer_stub.h',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1121 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1120 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1122 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1121 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1123 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1122 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1124 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1123 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1125 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1124 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1126 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1125 ], 1127 ],
1126 }], 1128 }],
1127 ], 1129 ],
1128 } 1130 }
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