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

Side by Side Diff: content/content_common.gypi

Issue 347653005: Make cross-process CALayers work on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@image_transport_1
Patch Set: Incorporate review feedback Created 6 years, 6 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
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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'common/gpu/gpu_memory_tracking.h', 270 'common/gpu/gpu_memory_tracking.h',
271 'common/gpu/gpu_memory_uma_stats.h', 271 'common/gpu/gpu_memory_uma_stats.h',
272 'common/gpu/gpu_messages.h', 272 'common/gpu/gpu_messages.h',
273 'common/gpu/gpu_process_launch_causes.h', 273 'common/gpu/gpu_process_launch_causes.h',
274 'common/gpu/gpu_surface_lookup.cc', 274 'common/gpu/gpu_surface_lookup.cc',
275 'common/gpu/gpu_surface_lookup.h', 275 'common/gpu/gpu_surface_lookup.h',
276 'common/gpu/gpu_watchdog.h', 276 'common/gpu/gpu_watchdog.h',
277 'common/gpu/image_transport_surface.cc', 277 'common/gpu/image_transport_surface.cc',
278 'common/gpu/image_transport_surface.h', 278 'common/gpu/image_transport_surface.h',
279 'common/gpu/image_transport_surface_android.cc', 279 'common/gpu/image_transport_surface_android.cc',
280 'common/gpu/image_transport_surface_calayer_mac.mm',
281 'common/gpu/image_transport_surface_calayer_mac.h',
280 'common/gpu/image_transport_surface_fbo_mac.cc', 282 'common/gpu/image_transport_surface_fbo_mac.cc',
281 'common/gpu/image_transport_surface_fbo_mac.h', 283 'common/gpu/image_transport_surface_fbo_mac.h',
282 'common/gpu/image_transport_surface_linux.cc', 284 'common/gpu/image_transport_surface_linux.cc',
283 'common/gpu/image_transport_surface_mac.mm', 285 'common/gpu/image_transport_surface_mac.mm',
284 'common/gpu/image_transport_surface_iosurface_mac.cc', 286 'common/gpu/image_transport_surface_iosurface_mac.cc',
285 'common/gpu/image_transport_surface_iosurface_mac.h', 287 'common/gpu/image_transport_surface_iosurface_mac.h',
286 'common/gpu/image_transport_surface_win.cc', 288 'common/gpu/image_transport_surface_win.cc',
287 'common/gpu/media/gpu_video_decode_accelerator.cc', 289 'common/gpu/media/gpu_video_decode_accelerator.cc',
288 'common/gpu/media/gpu_video_decode_accelerator.h', 290 'common/gpu/media/gpu_video_decode_accelerator.h',
289 'common/gpu/media/gpu_video_encode_accelerator.cc', 291 'common/gpu/media/gpu_video_encode_accelerator.cc',
290 'common/gpu/media/gpu_video_encode_accelerator.h', 292 'common/gpu/media/gpu_video_encode_accelerator.h',
291 'common/gpu/stream_texture_android.cc', 293 'common/gpu/stream_texture_android.cc',
292 'common/gpu/stream_texture_android.h', 294 'common/gpu/stream_texture_android.h',
295 'common/gpu/surface_handle_types_mac.cc',
296 'common/gpu/surface_handle_types_mac.h',
293 'common/gpu/sync_point_manager.cc', 297 'common/gpu/sync_point_manager.cc',
294 'common/gpu/sync_point_manager.h', 298 'common/gpu/sync_point_manager.h',
295 'common/gpu/texture_image_transport_surface.cc', 299 'common/gpu/texture_image_transport_surface.cc',
296 'common/gpu/texture_image_transport_surface.h', 300 'common/gpu/texture_image_transport_surface.h',
297 'common/handle_enumerator_win.cc', 301 'common/handle_enumerator_win.cc',
298 'common/handle_enumerator_win.h', 302 'common/handle_enumerator_win.h',
299 'common/host_shared_bitmap_manager.cc', 303 'common/host_shared_bitmap_manager.cc',
300 'common/host_shared_bitmap_manager.h', 304 'common/host_shared_bitmap_manager.h',
301 'common/image_messages.h', 305 'common/image_messages.h',
302 'common/indexed_db/indexed_db_constants.h', 306 'common/indexed_db/indexed_db_constants.h',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 803 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
800 'common/sandbox_linux/bpf_renderer_policy_linux.h', 804 'common/sandbox_linux/bpf_renderer_policy_linux.h',
801 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 805 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
802 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 806 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
803 ], 807 ],
804 }, { 808 }, {
805 'defines': ['USE_SECCOMP_BPF'], 809 'defines': ['USE_SECCOMP_BPF'],
806 }], 810 }],
807 ], 811 ],
808 } 812 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698