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

Side by Side Diff: content/content_common.gypi

Issue 615503004: Remove TextureImageTransportSurface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NOTREACHED -> NOTIMPLEMENTED Created 6 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
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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'common/gpu/image_transport_surface_fbo_mac.h', 307 'common/gpu/image_transport_surface_fbo_mac.h',
308 'common/gpu/image_transport_surface_linux.cc', 308 'common/gpu/image_transport_surface_linux.cc',
309 'common/gpu/image_transport_surface_mac.mm', 309 'common/gpu/image_transport_surface_mac.mm',
310 'common/gpu/image_transport_surface_iosurface_mac.cc', 310 'common/gpu/image_transport_surface_iosurface_mac.cc',
311 'common/gpu/image_transport_surface_iosurface_mac.h', 311 'common/gpu/image_transport_surface_iosurface_mac.h',
312 'common/gpu/image_transport_surface_win.cc', 312 'common/gpu/image_transport_surface_win.cc',
313 'common/gpu/media/gpu_video_decode_accelerator.cc', 313 'common/gpu/media/gpu_video_decode_accelerator.cc',
314 'common/gpu/media/gpu_video_decode_accelerator.h', 314 'common/gpu/media/gpu_video_decode_accelerator.h',
315 'common/gpu/media/gpu_video_encode_accelerator.cc', 315 'common/gpu/media/gpu_video_encode_accelerator.cc',
316 'common/gpu/media/gpu_video_encode_accelerator.h', 316 'common/gpu/media/gpu_video_encode_accelerator.h',
317 'common/gpu/null_transport_surface.cc',
318 'common/gpu/null_transport_surface.h',
317 'common/gpu/stream_texture_android.cc', 319 'common/gpu/stream_texture_android.cc',
318 'common/gpu/stream_texture_android.h', 320 'common/gpu/stream_texture_android.h',
319 'common/gpu/surface_handle_types_mac.cc', 321 'common/gpu/surface_handle_types_mac.cc',
320 'common/gpu/surface_handle_types_mac.h', 322 'common/gpu/surface_handle_types_mac.h',
321 'common/gpu/sync_point_manager.cc', 323 'common/gpu/sync_point_manager.cc',
322 'common/gpu/sync_point_manager.h', 324 'common/gpu/sync_point_manager.h',
323 'common/gpu/texture_image_transport_surface.cc',
324 'common/gpu/texture_image_transport_surface.h',
325 'common/handle_enumerator_win.cc', 325 'common/handle_enumerator_win.cc',
326 'common/handle_enumerator_win.h', 326 'common/handle_enumerator_win.h',
327 'common/host_shared_bitmap_manager.cc', 327 'common/host_shared_bitmap_manager.cc',
328 'common/host_shared_bitmap_manager.h', 328 'common/host_shared_bitmap_manager.h',
329 'common/image_messages.h', 329 'common/image_messages.h',
330 'common/indexed_db/indexed_db_constants.h', 330 'common/indexed_db/indexed_db_constants.h',
331 'common/indexed_db/indexed_db_key.cc', 331 'common/indexed_db/indexed_db_key.cc',
332 'common/indexed_db/indexed_db_key.h', 332 'common/indexed_db/indexed_db_key.h',
333 'common/indexed_db/indexed_db_key_path.cc', 333 'common/indexed_db/indexed_db_key_path.cc',
334 'common/indexed_db/indexed_db_key_path.h', 334 'common/indexed_db/indexed_db_key_path.h',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 ], 907 ],
908 'sources': [ 908 'sources': [
909 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 909 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
910 ], 910 ],
911 'sources!': [ 911 'sources!': [
912 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 912 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
913 ], 913 ],
914 }], 914 }],
915 ], 915 ],
916 } 916 }
OLDNEW
« no previous file with comments | « content/common/gpu/texture_image_transport_surface.cc ('k') | content/test/test_render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698