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

Side by Side Diff: content/content_common.gypi

Issue 1137453002: content: Pass IOSurface references using Mach IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: static_assert Created 5 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
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('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 '../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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'common/inter_process_time_ticks_converter.cc', 399 'common/inter_process_time_ticks_converter.cc',
400 'common/inter_process_time_ticks_converter.h', 400 'common/inter_process_time_ticks_converter.h',
401 'common/in_process_child_thread_params.cc', 401 'common/in_process_child_thread_params.cc',
402 'common/in_process_child_thread_params.h', 402 'common/in_process_child_thread_params.h',
403 'common/mac/attributed_string_coder.h', 403 'common/mac/attributed_string_coder.h',
404 'common/mac/attributed_string_coder.mm', 404 'common/mac/attributed_string_coder.mm',
405 'common/mac/font_descriptor.h', 405 'common/mac/font_descriptor.h',
406 'common/mac/font_descriptor.mm', 406 'common/mac/font_descriptor.mm',
407 'common/mac/font_loader.h', 407 'common/mac/font_loader.h',
408 'common/mac/font_loader.mm', 408 'common/mac/font_loader.mm',
409 'common/mac/io_surface_manager.cc',
410 'common/mac/io_surface_manager.h',
411 'common/mac/io_surface_manager_messages.h',
412 'common/mac/io_surface_manager_token.h',
409 'common/manifest_manager_messages.h', 413 'common/manifest_manager_messages.h',
410 'common/media/aec_dump_messages.h', 414 'common/media/aec_dump_messages.h',
411 'common/media/audio_messages.h', 415 'common/media/audio_messages.h',
412 'common/media/cdm_messages.h', 416 'common/media/cdm_messages.h',
413 'common/media/cdm_messages_enums.h', 417 'common/media/cdm_messages_enums.h',
414 'common/media/media_param_traits.cc', 418 'common/media/media_param_traits.cc',
415 'common/media/media_param_traits.h', 419 'common/media/media_param_traits.h',
416 'common/media/media_player_messages_android.h', 420 'common/media/media_player_messages_android.h',
417 'common/media/media_player_messages_enums_android.h', 421 'common/media/media_player_messages_enums_android.h',
418 'common/media/media_stream_messages.h', 422 'common/media/media_stream_messages.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1059 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1056 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1060 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1061 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1062 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1064 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1061 ], 1065 ],
1062 }], 1066 }],
1063 ], 1067 ],
1064 } 1068 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698