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

Side by Side Diff: content/content_common.gypi

Issue 19762004: Add multi-process GpuMemoryBuffer framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'common/gpu/client/command_buffer_proxy_impl.cc', 183 'common/gpu/client/command_buffer_proxy_impl.cc',
184 'common/gpu/client/command_buffer_proxy_impl.h', 184 'common/gpu/client/command_buffer_proxy_impl.h',
185 'common/gpu/client/context_provider_command_buffer.cc', 185 'common/gpu/client/context_provider_command_buffer.cc',
186 'common/gpu/client/context_provider_command_buffer.h', 186 'common/gpu/client/context_provider_command_buffer.h',
187 'common/gpu/client/gl_helper.cc', 187 'common/gpu/client/gl_helper.cc',
188 'common/gpu/client/gl_helper.h', 188 'common/gpu/client/gl_helper.h',
189 'common/gpu/client/gl_helper_scaling.cc', 189 'common/gpu/client/gl_helper_scaling.cc',
190 'common/gpu/client/gl_helper_scaling.h', 190 'common/gpu/client/gl_helper_scaling.h',
191 'common/gpu/client/gpu_channel_host.cc', 191 'common/gpu/client/gpu_channel_host.cc',
192 'common/gpu/client/gpu_channel_host.h', 192 'common/gpu/client/gpu_channel_host.h',
193 'common/gpu/client/gpu_memory_buffer_impl.cc',
194 'common/gpu/client/gpu_memory_buffer_impl.h',
193 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 195 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
194 'common/gpu/client/gpu_video_decode_accelerator_host.h', 196 'common/gpu/client/gpu_video_decode_accelerator_host.h',
195 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 197 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
196 'common/gpu/client/gpu_video_encode_accelerator_host.h', 198 'common/gpu/client/gpu_video_encode_accelerator_host.h',
197 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 199 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
198 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 200 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
199 'common/gpu/gpu_channel.cc', 201 'common/gpu/gpu_channel.cc',
200 'common/gpu/gpu_channel.h', 202 'common/gpu/gpu_channel.h',
201 'common/gpu/gpu_channel_manager.cc', 203 'common/gpu/gpu_channel_manager.cc',
202 'common/gpu/gpu_channel_manager.h', 204 'common/gpu/gpu_channel_manager.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
585 '<(output)', 587 '<(output)',
586 '<(PRODUCT_DIR)', 588 '<(PRODUCT_DIR)',
587 ], 589 ],
588 'msvs_cygwin_shell': 1, 590 'msvs_cygwin_shell': 1,
589 }, 591 },
590 ] 592 ]
591 }], 593 }],
592 ], 594 ],
593 } 595 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698