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

Side by Side Diff: content/content_common.gypi

Issue 1538803004: Create child window in GPU process for DirectComposition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/common/gpu/image_transport_surface_win.cc ('k') | ui/gl/gl_surface_egl.h » ('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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 311 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
312 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 312 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
313 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 313 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
314 'common/gpu/client/gpu_video_decode_accelerator_host.h', 314 'common/gpu/client/gpu_video_decode_accelerator_host.h',
315 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 315 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
316 'common/gpu/client/gpu_video_encode_accelerator_host.h', 316 'common/gpu/client/gpu_video_encode_accelerator_host.h',
317 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', 317 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
318 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 318 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
319 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 319 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
320 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 320 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
321 'common/gpu/child_window_surface_win.cc',
322 'common/gpu/child_window_surface_win.h',
321 'common/gpu/gpu_channel.cc', 323 'common/gpu/gpu_channel.cc',
322 'common/gpu/gpu_channel.h', 324 'common/gpu/gpu_channel.h',
323 'common/gpu/gpu_channel_manager.cc', 325 'common/gpu/gpu_channel_manager.cc',
324 'common/gpu/gpu_channel_manager.h', 326 'common/gpu/gpu_channel_manager.h',
325 'common/gpu/gpu_command_buffer_stub.cc', 327 'common/gpu/gpu_command_buffer_stub.cc',
326 'common/gpu/gpu_command_buffer_stub.h', 328 'common/gpu/gpu_command_buffer_stub.h',
327 'common/gpu/gpu_config.h', 329 'common/gpu/gpu_config.h',
328 'common/gpu/gpu_memory_buffer_factory.cc', 330 'common/gpu/gpu_memory_buffer_factory.cc',
329 'common/gpu/gpu_memory_buffer_factory.h', 331 'common/gpu/gpu_memory_buffer_factory.h',
330 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 332 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1109 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1112 ], 1114 ],
1113 }], 1115 }],
1114 ], 1116 ],
1115 } 1117 }
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_win.cc ('k') | ui/gl/gl_surface_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698