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

Side by Side Diff: content/content_child.gypi

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to ClientNativePixmapFactory Created 5 years, 4 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'child/blob_storage/blob_consolidation.cc', 55 'child/blob_storage/blob_consolidation.cc',
56 'child/blob_storage/blob_consolidation.h', 56 'child/blob_storage/blob_consolidation.h',
57 'child/browser_font_resource_trusted.cc', 57 'child/browser_font_resource_trusted.cc',
58 'child/browser_font_resource_trusted.h', 58 'child/browser_font_resource_trusted.h',
59 'child/child_discardable_shared_memory_manager.cc', 59 'child/child_discardable_shared_memory_manager.cc',
60 'child/child_discardable_shared_memory_manager.h', 60 'child/child_discardable_shared_memory_manager.h',
61 'child/child_gpu_memory_buffer_manager.cc', 61 'child/child_gpu_memory_buffer_manager.cc',
62 'child/child_gpu_memory_buffer_manager.h', 62 'child/child_gpu_memory_buffer_manager.h',
63 'child/child_histogram_message_filter.cc', 63 'child/child_histogram_message_filter.cc',
64 'child/child_histogram_message_filter.h', 64 'child/child_histogram_message_filter.h',
65 'child/child_client_native_pixmap_factory_message_filter_ozone.cc',
66 'child/child_client_native_pixmap_factory_message_filter_ozone.h',
67 'child/child_client_native_pixmap_factory_ozone.cc',
68 'child/child_client_native_pixmap_factory_ozone.h',
65 'child/child_io_surface_manager_mac.cc', 69 'child/child_io_surface_manager_mac.cc',
66 'child/child_io_surface_manager_mac.h', 70 'child/child_io_surface_manager_mac.h',
67 'child/child_message_filter.cc', 71 'child/child_message_filter.cc',
68 'child/child_message_filter.h', 72 'child/child_message_filter.h',
69 'child/child_process.cc', 73 'child/child_process.cc',
70 'child/child_process.h', 74 'child/child_process.h',
71 'child/child_resource_message_filter.cc', 75 'child/child_resource_message_filter.cc',
72 'child/child_resource_message_filter.h', 76 'child/child_resource_message_filter.h',
73 'child/child_shared_bitmap_manager.cc', 77 'child/child_shared_bitmap_manager.cc',
74 'child/child_shared_bitmap_manager.h', 78 'child/child_shared_bitmap_manager.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'child/npapi/webplugin_delegate_impl_mac.mm', 336 'child/npapi/webplugin_delegate_impl_mac.mm',
333 ], 337 ],
334 }], 338 }],
335 ['OS=="win"', { 339 ['OS=="win"', {
336 'sources!': [ 340 'sources!': [
337 'child/npapi/webplugin_delegate_impl_aura.cc', 341 'child/npapi/webplugin_delegate_impl_aura.cc',
338 ], 342 ],
339 }], 343 }],
340 ], 344 ],
341 } 345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698