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

Side by Side Diff: content/content_common.gypi

Issue 14985005: Support for ozone graphics in content and gpu/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated for code relocation Created 7 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
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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'common/gpu/gpu_rendering_stats.cc', 224 'common/gpu/gpu_rendering_stats.cc',
225 'common/gpu/gpu_rendering_stats.h', 225 'common/gpu/gpu_rendering_stats.h',
226 'common/gpu/gpu_surface_lookup.h', 226 'common/gpu/gpu_surface_lookup.h',
227 'common/gpu/gpu_surface_lookup.cc', 227 'common/gpu/gpu_surface_lookup.cc',
228 'common/gpu/stream_texture_manager_android.cc', 228 'common/gpu/stream_texture_manager_android.cc',
229 'common/gpu/stream_texture_manager_android.h', 229 'common/gpu/stream_texture_manager_android.h',
230 'common/gpu/gpu_watchdog.h', 230 'common/gpu/gpu_watchdog.h',
231 'common/gpu/image_transport_surface.h', 231 'common/gpu/image_transport_surface.h',
232 'common/gpu/image_transport_surface.cc', 232 'common/gpu/image_transport_surface.cc',
233 'common/gpu/image_transport_surface_android.cc', 233 'common/gpu/image_transport_surface_android.cc',
234 'common/gpu/image_transport_surface_linux.cc',
234 'common/gpu/image_transport_surface_mac.cc', 235 'common/gpu/image_transport_surface_mac.cc',
235 'common/gpu/image_transport_surface_win.cc', 236 'common/gpu/image_transport_surface_win.cc',
236 'common/gpu/image_transport_surface_x11.cc',
237 'common/gpu/media/h264_bit_reader.cc', 237 'common/gpu/media/h264_bit_reader.cc',
238 'common/gpu/media/h264_bit_reader.h', 238 'common/gpu/media/h264_bit_reader.h',
239 'common/gpu/media/h264_parser.cc', 239 'common/gpu/media/h264_parser.cc',
240 'common/gpu/media/h264_parser.h', 240 'common/gpu/media/h264_parser.h',
241 'common/gpu/media/gpu_video_decode_accelerator.cc', 241 'common/gpu/media/gpu_video_decode_accelerator.cc',
242 'common/gpu/media/gpu_video_decode_accelerator.h', 242 'common/gpu/media/gpu_video_decode_accelerator.h',
243 'common/gpu/sync_point_manager.h', 243 'common/gpu/sync_point_manager.h',
244 'common/gpu/sync_point_manager.cc', 244 'common/gpu/sync_point_manager.cc',
245 'common/gpu/texture_image_transport_surface.h', 245 'common/gpu/texture_image_transport_surface.h',
246 'common/gpu/texture_image_transport_surface.cc', 246 'common/gpu/texture_image_transport_surface.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
559 '<(output)', 559 '<(output)',
560 '<(PRODUCT_DIR)', 560 '<(PRODUCT_DIR)',
561 ], 561 ],
562 'msvs_cygwin_shell': 1, 562 'msvs_cygwin_shell': 1,
563 }, 563 },
564 ] 564 ]
565 }], 565 }],
566 ], 566 ],
567 } 567 }
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_x11.cc ('k') | gpu/config/gpu_info_collector_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698