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

Side by Side Diff: content/content_common.gypi

Issue 14401013: Delete MacVDA from the codebase since it is dead code and not being worked on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless flag from linux & mac Created 7 years, 8 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'common/gpu/gpu_surface_lookup.cc', 236 'common/gpu/gpu_surface_lookup.cc',
237 'common/gpu/stream_texture_manager_android.cc', 237 'common/gpu/stream_texture_manager_android.cc',
238 'common/gpu/stream_texture_manager_android.h', 238 'common/gpu/stream_texture_manager_android.h',
239 'common/gpu/gpu_watchdog.h', 239 'common/gpu/gpu_watchdog.h',
240 'common/gpu/image_transport_surface.h', 240 'common/gpu/image_transport_surface.h',
241 'common/gpu/image_transport_surface.cc', 241 'common/gpu/image_transport_surface.cc',
242 'common/gpu/image_transport_surface_android.cc', 242 'common/gpu/image_transport_surface_android.cc',
243 'common/gpu/image_transport_surface_mac.cc', 243 'common/gpu/image_transport_surface_mac.cc',
244 'common/gpu/image_transport_surface_win.cc', 244 'common/gpu/image_transport_surface_win.cc',
245 'common/gpu/image_transport_surface_x11.cc', 245 'common/gpu/image_transport_surface_x11.cc',
246 'common/gpu/media/avc_config_record_builder.cc',
247 'common/gpu/media/avc_config_record_builder.h',
248 'common/gpu/media/h264_bit_reader.cc', 246 'common/gpu/media/h264_bit_reader.cc',
249 'common/gpu/media/h264_bit_reader.h', 247 'common/gpu/media/h264_bit_reader.h',
250 'common/gpu/media/h264_parser.cc', 248 'common/gpu/media/h264_parser.cc',
251 'common/gpu/media/h264_parser.h', 249 'common/gpu/media/h264_parser.h',
252 'common/gpu/media/mac_video_decode_accelerator.h',
253 'common/gpu/media/mac_video_decode_accelerator.mm',
254 'common/gpu/media/gpu_video_decode_accelerator.cc', 250 'common/gpu/media/gpu_video_decode_accelerator.cc',
255 'common/gpu/media/gpu_video_decode_accelerator.h', 251 'common/gpu/media/gpu_video_decode_accelerator.h',
256 'common/gpu/sync_point_manager.h', 252 'common/gpu/sync_point_manager.h',
257 'common/gpu/sync_point_manager.cc', 253 'common/gpu/sync_point_manager.cc',
258 'common/gpu/texture_image_transport_surface.h', 254 'common/gpu/texture_image_transport_surface.h',
259 'common/gpu/texture_image_transport_surface.cc', 255 'common/gpu/texture_image_transport_surface.cc',
260 'common/handle_enumerator_win.cc', 256 'common/handle_enumerator_win.cc',
261 'common/handle_enumerator_win.h', 257 'common/handle_enumerator_win.h',
262 'common/image_messages.h', 258 'common/image_messages.h',
263 'common/indexed_db/indexed_db_key.cc', 259 'common/indexed_db/indexed_db_key.cc',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
581 '<(output)', 577 '<(output)',
582 '<(PRODUCT_DIR)', 578 '<(PRODUCT_DIR)',
583 ], 579 ],
584 'msvs_cygwin_shell': 1, 580 'msvs_cygwin_shell': 1,
585 }, 581 },
586 ] 582 ]
587 }], 583 }],
588 ], 584 ],
589 } 585 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698