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

Side by Side Diff: content/content_common.gypi

Issue 7292010: Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase ToT Created 9 years, 5 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'common/gpu/gpu_feature_flags.h', 120 'common/gpu/gpu_feature_flags.h',
121 'common/gpu/gpu_info.cc', 121 'common/gpu/gpu_info.cc',
122 'common/gpu/gpu_info.h', 122 'common/gpu/gpu_info.h',
123 'common/gpu/gpu_messages.h', 123 'common/gpu/gpu_messages.h',
124 'common/gpu/gpu_process_launch_causes.h', 124 'common/gpu/gpu_process_launch_causes.h',
125 'common/gpu/gpu_surface_stub.cc', 125 'common/gpu/gpu_surface_stub.cc',
126 'common/gpu/gpu_surface_stub.h', 126 'common/gpu/gpu_surface_stub.h',
127 'common/gpu/gpu_watchdog.h', 127 'common/gpu/gpu_watchdog.h',
128 'common/gpu/media/gpu_video_decode_accelerator.cc', 128 'common/gpu/media/gpu_video_decode_accelerator.cc',
129 'common/gpu/media/gpu_video_decode_accelerator.h', 129 'common/gpu/media/gpu_video_decode_accelerator.h',
130 'common/gpu/media/gpu_video_service.cc',
131 'common/gpu/media/gpu_video_service.h',
132 'common/gpu/transport_texture.cc', 130 'common/gpu/transport_texture.cc',
133 'common/gpu/transport_texture.h', 131 'common/gpu/transport_texture.h',
134 'common/hi_res_timer_manager_posix.cc', 132 'common/hi_res_timer_manager_posix.cc',
135 'common/hi_res_timer_manager_win.cc', 133 'common/hi_res_timer_manager_win.cc',
136 'common/hi_res_timer_manager.h', 134 'common/hi_res_timer_manager.h',
137 'common/indexed_db_key.cc', 135 'common/indexed_db_key.cc',
138 'common/indexed_db_key.h', 136 'common/indexed_db_key.h',
139 'common/indexed_db_messages.h', 137 'common/indexed_db_messages.h',
140 'common/indexed_db_param_traits.cc', 138 'common/indexed_db_param_traits.cc',
141 'common/indexed_db_param_traits.h', 139 'common/indexed_db_param_traits.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 327 ],
330 'sources': [ 328 'sources': [
331 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 329 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
332 ], 330 ],
333 } 331 }
334 ], 332 ],
335 }, 333 },
336 ], 334 ],
337 ], 335 ],
338 } 336 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/gpu_video_service.cc ('k') | content/renderer/gpu/gpu_video_decode_accelerator_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698