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

Side by Side Diff: media/media.gyp

Issue 7452016: Remove MediaFormat once and for all. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « media/filters/null_audio_renderer.h ('k') | webkit/glue/media/buffered_data_source.h » ('j') | 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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'base/filter_collection.cc', 97 'base/filter_collection.cc',
98 'base/filter_collection.h', 98 'base/filter_collection.h',
99 'base/filter_factories.cc', 99 'base/filter_factories.cc',
100 'base/filter_factories.h', 100 'base/filter_factories.h',
101 'base/filter_host.h', 101 'base/filter_host.h',
102 'base/filters.cc', 102 'base/filters.cc',
103 'base/filters.h', 103 'base/filters.h',
104 'base/h264_bitstream_converter.cc', 104 'base/h264_bitstream_converter.cc',
105 'base/h264_bitstream_converter.h', 105 'base/h264_bitstream_converter.h',
106 'base/media.h', 106 'base/media.h',
107 'base/media_format.cc',
108 'base/media_format.h',
109 'base/media_posix.cc', 107 'base/media_posix.cc',
110 'base/media_switches.cc', 108 'base/media_switches.cc',
111 'base/media_switches.h', 109 'base/media_switches.h',
112 'base/media_win.cc', 110 'base/media_win.cc',
113 'base/message_loop_factory.cc', 111 'base/message_loop_factory.cc',
114 'base/message_loop_factory.h', 112 'base/message_loop_factory.h',
115 'base/message_loop_factory_impl.cc', 113 'base/message_loop_factory_impl.cc',
116 'base/message_loop_factory_impl.h', 114 'base/message_loop_factory_impl.h',
117 'base/pipeline.h', 115 'base/pipeline.h',
118 'base/pipeline_impl.cc', 116 'base/pipeline_impl.cc',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'tools/player_x11/gl_video_renderer.h', 696 'tools/player_x11/gl_video_renderer.h',
699 'tools/player_x11/player_x11.cc', 697 'tools/player_x11/player_x11.cc',
700 'tools/player_x11/x11_video_renderer.cc', 698 'tools/player_x11/x11_video_renderer.cc',
701 'tools/player_x11/x11_video_renderer.h', 699 'tools/player_x11/x11_video_renderer.h',
702 ], 700 ],
703 }, 701 },
704 ], 702 ],
705 }], 703 }],
706 ], 704 ],
707 } 705 }
OLDNEW
« no previous file with comments | « media/filters/null_audio_renderer.h ('k') | webkit/glue/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698