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

Side by Side Diff: content/content_common.gypi

Issue 22935009: Add content::SurfaceCapturer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_stride
Patch Set: a1372c98 Rebase for commit. Created 7 years, 3 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
« no previous file with comments | « content/common/gpu/surface_capturer.cc ('k') | no next file » | 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'common/gamepad_user_gesture.h', 185 'common/gamepad_user_gesture.h',
186 'common/geolocation_messages.h', 186 'common/geolocation_messages.h',
187 'common/gpu/client/command_buffer_proxy_impl.cc', 187 'common/gpu/client/command_buffer_proxy_impl.cc',
188 'common/gpu/client/command_buffer_proxy_impl.h', 188 'common/gpu/client/command_buffer_proxy_impl.h',
189 'common/gpu/client/context_provider_command_buffer.cc', 189 'common/gpu/client/context_provider_command_buffer.cc',
190 'common/gpu/client/context_provider_command_buffer.h', 190 'common/gpu/client/context_provider_command_buffer.h',
191 'common/gpu/client/gl_helper.cc', 191 'common/gpu/client/gl_helper.cc',
192 'common/gpu/client/gl_helper.h', 192 'common/gpu/client/gl_helper.h',
193 'common/gpu/client/gl_helper_scaling.cc', 193 'common/gpu/client/gl_helper_scaling.cc',
194 'common/gpu/client/gl_helper_scaling.h', 194 'common/gpu/client/gl_helper_scaling.h',
195 'common/gpu/client/gl_surface_capturer_host.cc',
196 'common/gpu/client/gl_surface_capturer_host.h',
195 'common/gpu/client/gpu_channel_host.cc', 197 'common/gpu/client/gpu_channel_host.cc',
196 'common/gpu/client/gpu_channel_host.h', 198 'common/gpu/client/gpu_channel_host.h',
197 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 199 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
198 'common/gpu/client/gpu_video_decode_accelerator_host.h', 200 'common/gpu/client/gpu_video_decode_accelerator_host.h',
199 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 201 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
200 'common/gpu/client/gpu_video_encode_accelerator_host.h', 202 'common/gpu/client/gpu_video_encode_accelerator_host.h',
201 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 203 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
202 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 204 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
203 'common/gpu/gpu_channel.cc', 205 'common/gpu/gpu_channel.cc',
204 'common/gpu/gpu_channel.h', 206 'common/gpu/gpu_channel.h',
205 'common/gpu/gpu_channel_manager.cc', 207 'common/gpu/gpu_channel_manager.cc',
206 'common/gpu/gpu_channel_manager.h', 208 'common/gpu/gpu_channel_manager.h',
207 'common/gpu/gpu_command_buffer_stub.cc', 209 'common/gpu/gpu_command_buffer_stub.cc',
208 'common/gpu/gpu_command_buffer_stub.h', 210 'common/gpu/gpu_command_buffer_stub.h',
209 'common/gpu/gpu_config.h', 211 'common/gpu/gpu_config.h',
210 'common/gpu/gpu_memory_allocation.h', 212 'common/gpu/gpu_memory_allocation.h',
211 'common/gpu/gpu_memory_manager.cc', 213 'common/gpu/gpu_memory_manager.cc',
212 'common/gpu/gpu_memory_manager.h', 214 'common/gpu/gpu_memory_manager.h',
213 'common/gpu/gpu_memory_manager_client.cc', 215 'common/gpu/gpu_memory_manager_client.cc',
214 'common/gpu/gpu_memory_manager_client.h', 216 'common/gpu/gpu_memory_manager_client.h',
215 'common/gpu/gpu_memory_tracking.cc', 217 'common/gpu/gpu_memory_tracking.cc',
216 'common/gpu/gpu_memory_tracking.h', 218 'common/gpu/gpu_memory_tracking.h',
217 'common/gpu/gpu_memory_uma_stats.h', 219 'common/gpu/gpu_memory_uma_stats.h',
218 'common/gpu/gpu_messages.h', 220 'common/gpu/gpu_messages.h',
219 'common/gpu/gpu_process_launch_causes.h', 221 'common/gpu/gpu_process_launch_causes.h',
220 'common/gpu/gpu_rendering_stats.cc', 222 'common/gpu/gpu_rendering_stats.cc',
221 'common/gpu/gpu_rendering_stats.h', 223 'common/gpu/gpu_rendering_stats.h',
224 'common/gpu/gpu_surface_lookup.cc',
222 'common/gpu/gpu_surface_lookup.h', 225 'common/gpu/gpu_surface_lookup.h',
223 'common/gpu/gpu_surface_lookup.cc',
224 'common/gpu/stream_texture_manager_android.cc',
225 'common/gpu/stream_texture_manager_android.h',
226 'common/gpu/gpu_watchdog.h', 226 'common/gpu/gpu_watchdog.h',
227 'common/gpu/image_transport_surface.cc',
227 'common/gpu/image_transport_surface.h', 228 'common/gpu/image_transport_surface.h',
228 'common/gpu/image_transport_surface.cc',
229 'common/gpu/image_transport_surface_android.cc', 229 'common/gpu/image_transport_surface_android.cc',
230 'common/gpu/image_transport_surface_linux.cc', 230 'common/gpu/image_transport_surface_linux.cc',
231 'common/gpu/image_transport_surface_mac.cc', 231 'common/gpu/image_transport_surface_mac.cc',
232 'common/gpu/image_transport_surface_win.cc', 232 'common/gpu/image_transport_surface_win.cc',
233 'common/gpu/media/h264_bit_reader.cc', 233 'common/gpu/media/gl_surface_capturer.cc',
234 'common/gpu/media/h264_bit_reader.h', 234 'common/gpu/media/gl_surface_capturer.h',
235 'common/gpu/media/h264_parser.cc',
236 'common/gpu/media/h264_parser.h',
237 'common/gpu/media/gpu_video_decode_accelerator.cc', 235 'common/gpu/media/gpu_video_decode_accelerator.cc',
238 'common/gpu/media/gpu_video_decode_accelerator.h', 236 'common/gpu/media/gpu_video_decode_accelerator.h',
239 'common/gpu/media/gpu_video_encode_accelerator.cc', 237 'common/gpu/media/gpu_video_encode_accelerator.cc',
240 'common/gpu/media/gpu_video_encode_accelerator.h', 238 'common/gpu/media/gpu_video_encode_accelerator.h',
241 'common/gpu/media/video_decode_accelerator_impl.cc', 239 'common/gpu/media/video_decode_accelerator_impl.cc',
242 'common/gpu/media/video_decode_accelerator_impl.h', 240 'common/gpu/media/video_decode_accelerator_impl.h',
241 'common/gpu/media/h264_bit_reader.cc',
242 'common/gpu/media/h264_bit_reader.h',
243 'common/gpu/media/h264_parser.cc',
244 'common/gpu/media/h264_parser.h',
245 'common/gpu/stream_texture_manager_android.cc',
246 'common/gpu/stream_texture_manager_android.h',
247 'common/gpu/surface_capturer.cc',
248 'common/gpu/surface_capturer.h',
249 'common/gpu/sync_point_manager.cc',
243 'common/gpu/sync_point_manager.h', 250 'common/gpu/sync_point_manager.h',
244 'common/gpu/sync_point_manager.cc', 251 'common/gpu/texture_image_transport_surface.cc',
245 'common/gpu/texture_image_transport_surface.h', 252 'common/gpu/texture_image_transport_surface.h',
246 'common/gpu/texture_image_transport_surface.cc',
247 'common/handle_enumerator_win.cc', 253 'common/handle_enumerator_win.cc',
248 'common/handle_enumerator_win.h', 254 'common/handle_enumerator_win.h',
249 'common/image_messages.h', 255 'common/image_messages.h',
250 'common/indexed_db/indexed_db_key.cc', 256 'common/indexed_db/indexed_db_key.cc',
251 'common/indexed_db/indexed_db_key.h', 257 'common/indexed_db/indexed_db_key.h',
252 'common/indexed_db/indexed_db_key_path.cc', 258 'common/indexed_db/indexed_db_key_path.cc',
253 'common/indexed_db/indexed_db_key_path.h', 259 'common/indexed_db/indexed_db_key_path.h',
254 'common/indexed_db/indexed_db_key_range.cc', 260 'common/indexed_db/indexed_db_key_range.cc',
255 'common/indexed_db/indexed_db_key_range.h', 261 'common/indexed_db/indexed_db_key_range.h',
256 'common/indexed_db/indexed_db_messages.h', 262 'common/indexed_db/indexed_db_messages.h',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
574 '<(output)', 580 '<(output)',
575 '<(PRODUCT_DIR)', 581 '<(PRODUCT_DIR)',
576 ], 582 ],
577 'msvs_cygwin_shell': 1, 583 'msvs_cygwin_shell': 1,
578 }, 584 },
579 ] 585 ]
580 }], 586 }],
581 ], 587 ],
582 } 588 }
OLDNEW
« no previous file with comments | « content/common/gpu/surface_capturer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698