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

Side by Side Diff: content/content_common.gypi

Issue 10510013: GPU: Adding sync points for cross-channel synchronization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 years, 6 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
« no previous file with comments | « content/common/gpu/sync_point_manager.cc ('k') | gpu/ipc/command_buffer_proxy.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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'common/gpu/image_transport_surface.h', 192 'common/gpu/image_transport_surface.h',
193 'common/gpu/image_transport_surface.cc', 193 'common/gpu/image_transport_surface.cc',
194 'common/gpu/image_transport_surface_android.cc', 194 'common/gpu/image_transport_surface_android.cc',
195 'common/gpu/image_transport_surface_linux.cc', 195 'common/gpu/image_transport_surface_linux.cc',
196 'common/gpu/image_transport_surface_mac.cc', 196 'common/gpu/image_transport_surface_mac.cc',
197 'common/gpu/image_transport_surface_win.cc', 197 'common/gpu/image_transport_surface_win.cc',
198 'common/gpu/media/mac_video_decode_accelerator.h', 198 'common/gpu/media/mac_video_decode_accelerator.h',
199 'common/gpu/media/mac_video_decode_accelerator.mm', 199 'common/gpu/media/mac_video_decode_accelerator.mm',
200 'common/gpu/media/gpu_video_decode_accelerator.cc', 200 'common/gpu/media/gpu_video_decode_accelerator.cc',
201 'common/gpu/media/gpu_video_decode_accelerator.h', 201 'common/gpu/media/gpu_video_decode_accelerator.h',
202 'common/gpu/sync_point_manager.h',
203 'common/gpu/sync_point_manager.cc',
202 'common/gpu/texture_image_transport_surface.h', 204 'common/gpu/texture_image_transport_surface.h',
203 'common/gpu/texture_image_transport_surface.cc', 205 'common/gpu/texture_image_transport_surface.cc',
204 'common/handle_enumerator_win.cc', 206 'common/handle_enumerator_win.cc',
205 'common/handle_enumerator_win.h', 207 'common/handle_enumerator_win.h',
206 'common/indexed_db/indexed_db_key.cc', 208 'common/indexed_db/indexed_db_key.cc',
207 'common/indexed_db/indexed_db_key.h', 209 'common/indexed_db/indexed_db_key.h',
208 'common/indexed_db/indexed_db_key_path.cc', 210 'common/indexed_db/indexed_db_key_path.cc',
209 'common/indexed_db/indexed_db_key_path.h', 211 'common/indexed_db/indexed_db_key_path.h',
210 'common/indexed_db/indexed_db_key_range.cc', 212 'common/indexed_db/indexed_db_key_range.cc',
211 'common/indexed_db/indexed_db_key_range.h', 213 'common/indexed_db/indexed_db_key_range.h',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '../build/extract_from_cab.py', 453 '../build/extract_from_cab.py',
452 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 454 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
453 '<(output)', 455 '<(output)',
454 '<(PRODUCT_DIR)', 456 '<(PRODUCT_DIR)',
455 ], 457 ],
456 }, 458 },
457 ] 459 ]
458 }] 460 }]
459 ], 461 ],
460 } 462 }
OLDNEW
« no previous file with comments | « content/common/gpu/sync_point_manager.cc ('k') | gpu/ipc/command_buffer_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698