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

Side by Side Diff: content/content_common.gypi

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put OffscreenContext class in content/common/gpu/client for renderer Created 7 years, 10 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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/components_tracing.gyp:tracing', 9 '../components/components_tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'common/gamepad_user_gesture.h', 205 'common/gamepad_user_gesture.h',
206 'common/geolocation_messages.h', 206 'common/geolocation_messages.h',
207 'common/gpu/client/command_buffer_proxy_impl.cc', 207 'common/gpu/client/command_buffer_proxy_impl.cc',
208 'common/gpu/client/command_buffer_proxy_impl.h', 208 'common/gpu/client/command_buffer_proxy_impl.h',
209 'common/gpu/client/gl_helper.cc', 209 'common/gpu/client/gl_helper.cc',
210 'common/gpu/client/gl_helper.h', 210 'common/gpu/client/gl_helper.h',
211 'common/gpu/client/gpu_channel_host.cc', 211 'common/gpu/client/gpu_channel_host.cc',
212 'common/gpu/client/gpu_channel_host.h', 212 'common/gpu/client/gpu_channel_host.h',
213 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 213 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
214 'common/gpu/client/gpu_video_decode_accelerator_host.h', 214 'common/gpu/client/gpu_video_decode_accelerator_host.h',
215 'common/gpu/client/offscreen_context.cc',
216 'common/gpu/client/offscreen_context.h',
217 'common/gpu/client/offscreen_context_command_buffer.cc',
218 'common/gpu/client/offscreen_context_command_buffer.h',
215 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 219 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
216 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 220 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
217 'common/gpu/gl_scoped_binders.cc', 221 'common/gpu/gl_scoped_binders.cc',
218 'common/gpu/gl_scoped_binders.h', 222 'common/gpu/gl_scoped_binders.h',
219 'common/gpu/gpu_channel.cc', 223 'common/gpu/gpu_channel.cc',
220 'common/gpu/gpu_channel.h', 224 'common/gpu/gpu_channel.h',
221 'common/gpu/gpu_channel_manager.cc', 225 'common/gpu/gpu_channel_manager.cc',
222 'common/gpu/gpu_channel_manager.h', 226 'common/gpu/gpu_channel_manager.h',
223 'common/gpu/gpu_command_buffer_stub.cc', 227 'common/gpu/gpu_command_buffer_stub.cc',
224 'common/gpu/gpu_command_buffer_stub.h', 228 'common/gpu/gpu_command_buffer_stub.h',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
576 '<(output)', 580 '<(output)',
577 '<(PRODUCT_DIR)', 581 '<(PRODUCT_DIR)',
578 ], 582 ],
579 'msvs_cygwin_shell': 1, 583 'msvs_cygwin_shell': 1,
580 }, 584 },
581 ] 585 ]
582 }], 586 }],
583 ], 587 ],
584 } 588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698