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

Side by Side Diff: content/content_common.gypi

Issue 1532813002: Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'common/input/web_touch_event_traits.h', 413 'common/input/web_touch_event_traits.h',
414 'common/input_messages.h', 414 'common/input_messages.h',
415 'common/inter_process_time_ticks_converter.cc', 415 'common/inter_process_time_ticks_converter.cc',
416 'common/inter_process_time_ticks_converter.h', 416 'common/inter_process_time_ticks_converter.h',
417 'common/mac/attributed_string_coder.h', 417 'common/mac/attributed_string_coder.h',
418 'common/mac/attributed_string_coder.mm', 418 'common/mac/attributed_string_coder.mm',
419 'common/mac/font_descriptor.h', 419 'common/mac/font_descriptor.h',
420 'common/mac/font_descriptor.mm', 420 'common/mac/font_descriptor.mm',
421 'common/mac/font_loader.h', 421 'common/mac/font_loader.h',
422 'common/mac/font_loader.mm', 422 'common/mac/font_loader.mm',
423 'common/mac/io_surface_manager_messages.h',
424 'common/mac/io_surface_manager_token.h',
425 'common/manifest_manager_messages.h', 423 'common/manifest_manager_messages.h',
426 'common/media/aec_dump_messages.h', 424 'common/media/aec_dump_messages.h',
427 'common/media/audio_messages.h', 425 'common/media/audio_messages.h',
428 'common/media/cdm_messages.h', 426 'common/media/cdm_messages.h',
429 'common/media/cdm_messages_enums.h', 427 'common/media/cdm_messages_enums.h',
430 'common/media/media_param_traits.cc', 428 'common/media/media_param_traits.cc',
431 'common/media/media_param_traits.h', 429 'common/media/media_param_traits.h',
432 'common/media/media_player_messages_android.h', 430 'common/media/media_player_messages_android.h',
433 'common/media/media_player_messages_enums_android.h', 431 'common/media/media_player_messages_enums_android.h',
434 'common/media/media_session_messages_android.h', 432 'common/media/media_session_messages_android.h',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1109 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1114 ], 1112 ],
1115 }], 1113 }],
1116 ], 1114 ],
1117 } 1115 }
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