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

Side by Side Diff: content/content_common.gypi

Issue 22824009: Remove StreamTextureManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 4 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 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'common/gpu/gpu_memory_manager_client.h', 212 'common/gpu/gpu_memory_manager_client.h',
213 'common/gpu/gpu_memory_tracking.cc', 213 'common/gpu/gpu_memory_tracking.cc',
214 'common/gpu/gpu_memory_tracking.h', 214 'common/gpu/gpu_memory_tracking.h',
215 'common/gpu/gpu_memory_uma_stats.h', 215 'common/gpu/gpu_memory_uma_stats.h',
216 'common/gpu/gpu_messages.h', 216 'common/gpu/gpu_messages.h',
217 'common/gpu/gpu_process_launch_causes.h', 217 'common/gpu/gpu_process_launch_causes.h',
218 'common/gpu/gpu_rendering_stats.cc', 218 'common/gpu/gpu_rendering_stats.cc',
219 'common/gpu/gpu_rendering_stats.h', 219 'common/gpu/gpu_rendering_stats.h',
220 'common/gpu/gpu_surface_lookup.h', 220 'common/gpu/gpu_surface_lookup.h',
221 'common/gpu/gpu_surface_lookup.cc', 221 'common/gpu/gpu_surface_lookup.cc',
222 'common/gpu/stream_texture_manager_android.cc',
223 'common/gpu/stream_texture_manager_android.h',
224 'common/gpu/gpu_watchdog.h', 222 'common/gpu/gpu_watchdog.h',
225 'common/gpu/image_transport_surface.h', 223 'common/gpu/image_transport_surface.h',
226 'common/gpu/image_transport_surface.cc', 224 'common/gpu/image_transport_surface.cc',
227 'common/gpu/image_transport_surface_android.cc', 225 'common/gpu/image_transport_surface_android.cc',
228 'common/gpu/image_transport_surface_linux.cc', 226 'common/gpu/image_transport_surface_linux.cc',
229 'common/gpu/image_transport_surface_mac.cc', 227 'common/gpu/image_transport_surface_mac.cc',
230 'common/gpu/image_transport_surface_win.cc', 228 'common/gpu/image_transport_surface_win.cc',
231 'common/gpu/media/h264_bit_reader.cc', 229 'common/gpu/media/h264_bit_reader.cc',
232 'common/gpu/media/h264_bit_reader.h', 230 'common/gpu/media/h264_bit_reader.h',
233 'common/gpu/media/h264_parser.cc', 231 'common/gpu/media/h264_parser.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 562 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
565 '<(output)', 563 '<(output)',
566 '<(PRODUCT_DIR)', 564 '<(PRODUCT_DIR)',
567 ], 565 ],
568 'msvs_cygwin_shell': 1, 566 'msvs_cygwin_shell': 1,
569 }, 567 },
570 ] 568 ]
571 }], 569 }],
572 ], 570 ],
573 } 571 }
OLDNEW
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.cc ('k') | content/renderer/media/android/stream_texture_factory_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698